@objectstack/plugin-webhooks 12.1.0 → 12.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +23 -0
- package/dist/schema.d.cts +234 -109
- package/dist/schema.d.ts +234 -109
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-webhooks@12.
|
|
2
|
+
> @objectstack/plugin-webhooks@12.3.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts, src/schema.ts
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[32mESM[39m [1mdist/index.js [22m[32m12.73 KB[39m
|
|
14
|
+
[32mESM[39m [1mdist/schema.js [22m[32m111.00 B[39m
|
|
14
15
|
[32mESM[39m [1mdist/chunk-HSSV22TO.js [22m[32m4.82 KB[39m
|
|
15
16
|
[32mESM[39m [1mdist/translations-AV47AVPV.js [22m[32m19.41 KB[39m
|
|
16
|
-
[32mESM[39m [1mdist/schema.js [22m[32m111.00 B[39m
|
|
17
17
|
[32mESM[39m [1mdist/index.js.map [22m[32m32.44 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/schema.js.map [22m[32m71.00 B[39m
|
|
18
19
|
[32mESM[39m [1mdist/chunk-HSSV22TO.js.map [22m[32m9.27 KB[39m
|
|
19
20
|
[32mESM[39m [1mdist/translations-AV47AVPV.js.map [22m[32m30.54 KB[39m
|
|
20
|
-
[32mESM[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in 510ms
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 978ms
|
|
22
22
|
[32mCJS[39m [1mdist/index.cjs [22m[32m16.40 KB[39m
|
|
23
23
|
[32mCJS[39m [1mdist/schema.cjs [22m[32m220.00 B[39m
|
|
24
24
|
[32mCJS[39m [1mdist/chunk-RA3REIOA.cjs [22m[32m4.96 KB[39m
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m278.00 B[39m
|
|
28
28
|
[32mCJS[39m [1mdist/chunk-RA3REIOA.cjs.map [22m[32m11.10 KB[39m
|
|
29
29
|
[32mCJS[39m [1mdist/translations-OAKKANSP.cjs.map [22m[32m34.65 KB[39m
|
|
30
|
-
[32mCJS[39m ⚡️ Build success in
|
|
30
|
+
[32mCJS[39m ⚡️ Build success in 987ms
|
|
31
31
|
[34mDTS[39m Build start
|
|
32
|
-
[32mDTS[39m ⚡️ Build success in
|
|
32
|
+
[32mDTS[39m ⚡️ Build success in 20775ms
|
|
33
33
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.97 KB[39m
|
|
34
|
-
[32mDTS[39m [1mdist/schema.d.ts [22m[
|
|
34
|
+
[32mDTS[39m [1mdist/schema.d.ts [22m[32m132.29 KB[39m
|
|
35
35
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m6.97 KB[39m
|
|
36
|
-
[32mDTS[39m [1mdist/schema.d.cts [22m[
|
|
36
|
+
[32mDTS[39m [1mdist/schema.d.cts [22m[32m132.29 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @objectstack/plugin-webhooks
|
|
2
2
|
|
|
3
|
+
## 12.3.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e7eceec]
|
|
8
|
+
- @objectstack/spec@12.3.0
|
|
9
|
+
- @objectstack/core@12.3.0
|
|
10
|
+
- @objectstack/service-messaging@12.3.0
|
|
11
|
+
|
|
12
|
+
## 12.2.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [fce8ff4]
|
|
17
|
+
- Updated dependencies [3962023]
|
|
18
|
+
- Updated dependencies [2bb193d]
|
|
19
|
+
- Updated dependencies [0426d27]
|
|
20
|
+
- Updated dependencies [da807f7]
|
|
21
|
+
- Updated dependencies [4f5b791]
|
|
22
|
+
- @objectstack/spec@12.2.0
|
|
23
|
+
- @objectstack/core@12.2.0
|
|
24
|
+
- @objectstack/service-messaging@12.2.0
|
|
25
|
+
|
|
3
26
|
## 12.1.0
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/dist/schema.d.cts
CHANGED
|
@@ -63,6 +63,23 @@ declare const SysWebhook: Omit<{
|
|
|
63
63
|
value: string;
|
|
64
64
|
color?: string | undefined;
|
|
65
65
|
default?: boolean | undefined;
|
|
66
|
+
visibleWhen?: {
|
|
67
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
68
|
+
source?: string | undefined;
|
|
69
|
+
ast?: unknown;
|
|
70
|
+
meta?: {
|
|
71
|
+
rationale?: string | undefined;
|
|
72
|
+
generatedBy?: string | undefined;
|
|
73
|
+
} | undefined;
|
|
74
|
+
} | {
|
|
75
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
76
|
+
source?: string | undefined;
|
|
77
|
+
ast?: unknown;
|
|
78
|
+
meta?: {
|
|
79
|
+
rationale?: string | undefined;
|
|
80
|
+
generatedBy?: string | undefined;
|
|
81
|
+
} | undefined;
|
|
82
|
+
} | undefined;
|
|
66
83
|
}[] | undefined;
|
|
67
84
|
reference?: string | undefined;
|
|
68
85
|
referenceFilters?: string[] | undefined;
|
|
@@ -678,7 +695,7 @@ declare const SysWebhook: Omit<{
|
|
|
678
695
|
field?: string | undefined;
|
|
679
696
|
objectOverride?: string | undefined;
|
|
680
697
|
label?: string | undefined;
|
|
681
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
698
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
682
699
|
options?: {
|
|
683
700
|
label: string;
|
|
684
701
|
value: string;
|
|
@@ -876,6 +893,15 @@ declare const SysWebhook: Omit<{
|
|
|
876
893
|
value: string;
|
|
877
894
|
color?: string | undefined;
|
|
878
895
|
default?: boolean | undefined;
|
|
896
|
+
visibleWhen?: {
|
|
897
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
898
|
+
source?: string | undefined;
|
|
899
|
+
ast?: unknown;
|
|
900
|
+
meta?: {
|
|
901
|
+
rationale?: string | undefined;
|
|
902
|
+
generatedBy?: string | undefined;
|
|
903
|
+
} | undefined;
|
|
904
|
+
} | undefined;
|
|
879
905
|
}[] | undefined;
|
|
880
906
|
readonly description?: string | undefined;
|
|
881
907
|
readonly label?: string | undefined;
|
|
@@ -893,6 +919,15 @@ declare const SysWebhook: Omit<{
|
|
|
893
919
|
readonly system?: boolean | undefined;
|
|
894
920
|
readonly min?: number | undefined;
|
|
895
921
|
readonly max?: number | undefined;
|
|
922
|
+
readonly visibleWhen?: {
|
|
923
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
924
|
+
source?: string | undefined;
|
|
925
|
+
ast?: unknown;
|
|
926
|
+
meta?: {
|
|
927
|
+
rationale?: string | undefined;
|
|
928
|
+
generatedBy?: string | undefined;
|
|
929
|
+
} | undefined;
|
|
930
|
+
} | undefined;
|
|
896
931
|
readonly dimensions?: number | undefined;
|
|
897
932
|
readonly columnName?: string | undefined;
|
|
898
933
|
readonly searchable?: boolean | undefined;
|
|
@@ -1000,15 +1035,6 @@ declare const SysWebhook: Omit<{
|
|
|
1000
1035
|
maxVersions?: number | undefined;
|
|
1001
1036
|
} | undefined;
|
|
1002
1037
|
readonly trackHistory?: boolean | undefined;
|
|
1003
|
-
readonly visibleWhen?: {
|
|
1004
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1005
|
-
source?: string | undefined;
|
|
1006
|
-
ast?: unknown;
|
|
1007
|
-
meta?: {
|
|
1008
|
-
rationale?: string | undefined;
|
|
1009
|
-
generatedBy?: string | undefined;
|
|
1010
|
-
} | undefined;
|
|
1011
|
-
} | undefined;
|
|
1012
1038
|
readonly readonlyWhen?: {
|
|
1013
1039
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1014
1040
|
source?: string | undefined;
|
|
@@ -1050,6 +1076,15 @@ declare const SysWebhook: Omit<{
|
|
|
1050
1076
|
value: string;
|
|
1051
1077
|
color?: string | undefined;
|
|
1052
1078
|
default?: boolean | undefined;
|
|
1079
|
+
visibleWhen?: {
|
|
1080
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1081
|
+
source?: string | undefined;
|
|
1082
|
+
ast?: unknown;
|
|
1083
|
+
meta?: {
|
|
1084
|
+
rationale?: string | undefined;
|
|
1085
|
+
generatedBy?: string | undefined;
|
|
1086
|
+
} | undefined;
|
|
1087
|
+
} | undefined;
|
|
1053
1088
|
}[] | undefined;
|
|
1054
1089
|
readonly description?: string | undefined;
|
|
1055
1090
|
readonly label?: string | undefined;
|
|
@@ -1067,6 +1102,15 @@ declare const SysWebhook: Omit<{
|
|
|
1067
1102
|
readonly system?: boolean | undefined;
|
|
1068
1103
|
readonly min?: number | undefined;
|
|
1069
1104
|
readonly max?: number | undefined;
|
|
1105
|
+
readonly visibleWhen?: {
|
|
1106
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1107
|
+
source?: string | undefined;
|
|
1108
|
+
ast?: unknown;
|
|
1109
|
+
meta?: {
|
|
1110
|
+
rationale?: string | undefined;
|
|
1111
|
+
generatedBy?: string | undefined;
|
|
1112
|
+
} | undefined;
|
|
1113
|
+
} | undefined;
|
|
1070
1114
|
readonly dimensions?: number | undefined;
|
|
1071
1115
|
readonly columnName?: string | undefined;
|
|
1072
1116
|
readonly searchable?: boolean | undefined;
|
|
@@ -1174,15 +1218,6 @@ declare const SysWebhook: Omit<{
|
|
|
1174
1218
|
maxVersions?: number | undefined;
|
|
1175
1219
|
} | undefined;
|
|
1176
1220
|
readonly trackHistory?: boolean | undefined;
|
|
1177
|
-
readonly visibleWhen?: {
|
|
1178
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1179
|
-
source?: string | undefined;
|
|
1180
|
-
ast?: unknown;
|
|
1181
|
-
meta?: {
|
|
1182
|
-
rationale?: string | undefined;
|
|
1183
|
-
generatedBy?: string | undefined;
|
|
1184
|
-
} | undefined;
|
|
1185
|
-
} | undefined;
|
|
1186
1221
|
readonly readonlyWhen?: {
|
|
1187
1222
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1188
1223
|
source?: string | undefined;
|
|
@@ -1224,6 +1259,15 @@ declare const SysWebhook: Omit<{
|
|
|
1224
1259
|
value: string;
|
|
1225
1260
|
color?: string | undefined;
|
|
1226
1261
|
default?: boolean | undefined;
|
|
1262
|
+
visibleWhen?: {
|
|
1263
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1264
|
+
source?: string | undefined;
|
|
1265
|
+
ast?: unknown;
|
|
1266
|
+
meta?: {
|
|
1267
|
+
rationale?: string | undefined;
|
|
1268
|
+
generatedBy?: string | undefined;
|
|
1269
|
+
} | undefined;
|
|
1270
|
+
} | undefined;
|
|
1227
1271
|
}[] | undefined;
|
|
1228
1272
|
readonly description?: string | undefined;
|
|
1229
1273
|
readonly label?: string | undefined;
|
|
@@ -1241,6 +1285,15 @@ declare const SysWebhook: Omit<{
|
|
|
1241
1285
|
readonly system?: boolean | undefined;
|
|
1242
1286
|
readonly min?: number | undefined;
|
|
1243
1287
|
readonly max?: number | undefined;
|
|
1288
|
+
readonly visibleWhen?: {
|
|
1289
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1290
|
+
source?: string | undefined;
|
|
1291
|
+
ast?: unknown;
|
|
1292
|
+
meta?: {
|
|
1293
|
+
rationale?: string | undefined;
|
|
1294
|
+
generatedBy?: string | undefined;
|
|
1295
|
+
} | undefined;
|
|
1296
|
+
} | undefined;
|
|
1244
1297
|
readonly dimensions?: number | undefined;
|
|
1245
1298
|
readonly columnName?: string | undefined;
|
|
1246
1299
|
readonly searchable?: boolean | undefined;
|
|
@@ -1348,15 +1401,6 @@ declare const SysWebhook: Omit<{
|
|
|
1348
1401
|
maxVersions?: number | undefined;
|
|
1349
1402
|
} | undefined;
|
|
1350
1403
|
readonly trackHistory?: boolean | undefined;
|
|
1351
|
-
readonly visibleWhen?: {
|
|
1352
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1353
|
-
source?: string | undefined;
|
|
1354
|
-
ast?: unknown;
|
|
1355
|
-
meta?: {
|
|
1356
|
-
rationale?: string | undefined;
|
|
1357
|
-
generatedBy?: string | undefined;
|
|
1358
|
-
} | undefined;
|
|
1359
|
-
} | undefined;
|
|
1360
1404
|
readonly readonlyWhen?: {
|
|
1361
1405
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1362
1406
|
source?: string | undefined;
|
|
@@ -1398,6 +1442,15 @@ declare const SysWebhook: Omit<{
|
|
|
1398
1442
|
value: string;
|
|
1399
1443
|
color?: string | undefined;
|
|
1400
1444
|
default?: boolean | undefined;
|
|
1445
|
+
visibleWhen?: {
|
|
1446
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1447
|
+
source?: string | undefined;
|
|
1448
|
+
ast?: unknown;
|
|
1449
|
+
meta?: {
|
|
1450
|
+
rationale?: string | undefined;
|
|
1451
|
+
generatedBy?: string | undefined;
|
|
1452
|
+
} | undefined;
|
|
1453
|
+
} | undefined;
|
|
1401
1454
|
}[] | undefined;
|
|
1402
1455
|
readonly description?: string | undefined;
|
|
1403
1456
|
readonly label?: string | undefined;
|
|
@@ -1415,6 +1468,15 @@ declare const SysWebhook: Omit<{
|
|
|
1415
1468
|
readonly system?: boolean | undefined;
|
|
1416
1469
|
readonly min?: number | undefined;
|
|
1417
1470
|
readonly max?: number | undefined;
|
|
1471
|
+
readonly visibleWhen?: {
|
|
1472
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1473
|
+
source?: string | undefined;
|
|
1474
|
+
ast?: unknown;
|
|
1475
|
+
meta?: {
|
|
1476
|
+
rationale?: string | undefined;
|
|
1477
|
+
generatedBy?: string | undefined;
|
|
1478
|
+
} | undefined;
|
|
1479
|
+
} | undefined;
|
|
1418
1480
|
readonly dimensions?: number | undefined;
|
|
1419
1481
|
readonly columnName?: string | undefined;
|
|
1420
1482
|
readonly searchable?: boolean | undefined;
|
|
@@ -1522,15 +1584,6 @@ declare const SysWebhook: Omit<{
|
|
|
1522
1584
|
maxVersions?: number | undefined;
|
|
1523
1585
|
} | undefined;
|
|
1524
1586
|
readonly trackHistory?: boolean | undefined;
|
|
1525
|
-
readonly visibleWhen?: {
|
|
1526
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1527
|
-
source?: string | undefined;
|
|
1528
|
-
ast?: unknown;
|
|
1529
|
-
meta?: {
|
|
1530
|
-
rationale?: string | undefined;
|
|
1531
|
-
generatedBy?: string | undefined;
|
|
1532
|
-
} | undefined;
|
|
1533
|
-
} | undefined;
|
|
1534
1587
|
readonly readonlyWhen?: {
|
|
1535
1588
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1536
1589
|
source?: string | undefined;
|
|
@@ -1572,6 +1625,15 @@ declare const SysWebhook: Omit<{
|
|
|
1572
1625
|
value: string;
|
|
1573
1626
|
color?: string | undefined;
|
|
1574
1627
|
default?: boolean | undefined;
|
|
1628
|
+
visibleWhen?: {
|
|
1629
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1630
|
+
source?: string | undefined;
|
|
1631
|
+
ast?: unknown;
|
|
1632
|
+
meta?: {
|
|
1633
|
+
rationale?: string | undefined;
|
|
1634
|
+
generatedBy?: string | undefined;
|
|
1635
|
+
} | undefined;
|
|
1636
|
+
} | undefined;
|
|
1575
1637
|
}[] | undefined;
|
|
1576
1638
|
readonly description?: string | undefined;
|
|
1577
1639
|
readonly label?: string | undefined;
|
|
@@ -1589,6 +1651,15 @@ declare const SysWebhook: Omit<{
|
|
|
1589
1651
|
readonly system?: boolean | undefined;
|
|
1590
1652
|
readonly min?: number | undefined;
|
|
1591
1653
|
readonly max?: number | undefined;
|
|
1654
|
+
readonly visibleWhen?: {
|
|
1655
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1656
|
+
source?: string | undefined;
|
|
1657
|
+
ast?: unknown;
|
|
1658
|
+
meta?: {
|
|
1659
|
+
rationale?: string | undefined;
|
|
1660
|
+
generatedBy?: string | undefined;
|
|
1661
|
+
} | undefined;
|
|
1662
|
+
} | undefined;
|
|
1592
1663
|
readonly dimensions?: number | undefined;
|
|
1593
1664
|
readonly columnName?: string | undefined;
|
|
1594
1665
|
readonly searchable?: boolean | undefined;
|
|
@@ -1696,15 +1767,6 @@ declare const SysWebhook: Omit<{
|
|
|
1696
1767
|
maxVersions?: number | undefined;
|
|
1697
1768
|
} | undefined;
|
|
1698
1769
|
readonly trackHistory?: boolean | undefined;
|
|
1699
|
-
readonly visibleWhen?: {
|
|
1700
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1701
|
-
source?: string | undefined;
|
|
1702
|
-
ast?: unknown;
|
|
1703
|
-
meta?: {
|
|
1704
|
-
rationale?: string | undefined;
|
|
1705
|
-
generatedBy?: string | undefined;
|
|
1706
|
-
} | undefined;
|
|
1707
|
-
} | undefined;
|
|
1708
1770
|
readonly readonlyWhen?: {
|
|
1709
1771
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1710
1772
|
source?: string | undefined;
|
|
@@ -1746,6 +1808,15 @@ declare const SysWebhook: Omit<{
|
|
|
1746
1808
|
value: string;
|
|
1747
1809
|
color?: string | undefined;
|
|
1748
1810
|
default?: boolean | undefined;
|
|
1811
|
+
visibleWhen?: {
|
|
1812
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1813
|
+
source?: string | undefined;
|
|
1814
|
+
ast?: unknown;
|
|
1815
|
+
meta?: {
|
|
1816
|
+
rationale?: string | undefined;
|
|
1817
|
+
generatedBy?: string | undefined;
|
|
1818
|
+
} | undefined;
|
|
1819
|
+
} | undefined;
|
|
1749
1820
|
}[] | undefined;
|
|
1750
1821
|
readonly description?: string | undefined;
|
|
1751
1822
|
readonly label?: string | undefined;
|
|
@@ -1763,6 +1834,15 @@ declare const SysWebhook: Omit<{
|
|
|
1763
1834
|
readonly system?: boolean | undefined;
|
|
1764
1835
|
readonly min?: number | undefined;
|
|
1765
1836
|
readonly max?: number | undefined;
|
|
1837
|
+
readonly visibleWhen?: {
|
|
1838
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1839
|
+
source?: string | undefined;
|
|
1840
|
+
ast?: unknown;
|
|
1841
|
+
meta?: {
|
|
1842
|
+
rationale?: string | undefined;
|
|
1843
|
+
generatedBy?: string | undefined;
|
|
1844
|
+
} | undefined;
|
|
1845
|
+
} | undefined;
|
|
1766
1846
|
readonly dimensions?: number | undefined;
|
|
1767
1847
|
readonly columnName?: string | undefined;
|
|
1768
1848
|
readonly searchable?: boolean | undefined;
|
|
@@ -1870,15 +1950,6 @@ declare const SysWebhook: Omit<{
|
|
|
1870
1950
|
maxVersions?: number | undefined;
|
|
1871
1951
|
} | undefined;
|
|
1872
1952
|
readonly trackHistory?: boolean | undefined;
|
|
1873
|
-
readonly visibleWhen?: {
|
|
1874
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1875
|
-
source?: string | undefined;
|
|
1876
|
-
ast?: unknown;
|
|
1877
|
-
meta?: {
|
|
1878
|
-
rationale?: string | undefined;
|
|
1879
|
-
generatedBy?: string | undefined;
|
|
1880
|
-
} | undefined;
|
|
1881
|
-
} | undefined;
|
|
1882
1953
|
readonly readonlyWhen?: {
|
|
1883
1954
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1884
1955
|
source?: string | undefined;
|
|
@@ -1920,6 +1991,15 @@ declare const SysWebhook: Omit<{
|
|
|
1920
1991
|
value: string;
|
|
1921
1992
|
color?: string | undefined;
|
|
1922
1993
|
default?: boolean | undefined;
|
|
1994
|
+
visibleWhen?: {
|
|
1995
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1996
|
+
source?: string | undefined;
|
|
1997
|
+
ast?: unknown;
|
|
1998
|
+
meta?: {
|
|
1999
|
+
rationale?: string | undefined;
|
|
2000
|
+
generatedBy?: string | undefined;
|
|
2001
|
+
} | undefined;
|
|
2002
|
+
} | undefined;
|
|
1923
2003
|
}[] | undefined;
|
|
1924
2004
|
readonly description?: string | undefined;
|
|
1925
2005
|
readonly label?: string | undefined;
|
|
@@ -1937,6 +2017,15 @@ declare const SysWebhook: Omit<{
|
|
|
1937
2017
|
readonly system?: boolean | undefined;
|
|
1938
2018
|
readonly min?: number | undefined;
|
|
1939
2019
|
readonly max?: number | undefined;
|
|
2020
|
+
readonly visibleWhen?: {
|
|
2021
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2022
|
+
source?: string | undefined;
|
|
2023
|
+
ast?: unknown;
|
|
2024
|
+
meta?: {
|
|
2025
|
+
rationale?: string | undefined;
|
|
2026
|
+
generatedBy?: string | undefined;
|
|
2027
|
+
} | undefined;
|
|
2028
|
+
} | undefined;
|
|
1940
2029
|
readonly dimensions?: number | undefined;
|
|
1941
2030
|
readonly columnName?: string | undefined;
|
|
1942
2031
|
readonly searchable?: boolean | undefined;
|
|
@@ -2044,15 +2133,6 @@ declare const SysWebhook: Omit<{
|
|
|
2044
2133
|
maxVersions?: number | undefined;
|
|
2045
2134
|
} | undefined;
|
|
2046
2135
|
readonly trackHistory?: boolean | undefined;
|
|
2047
|
-
readonly visibleWhen?: {
|
|
2048
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2049
|
-
source?: string | undefined;
|
|
2050
|
-
ast?: unknown;
|
|
2051
|
-
meta?: {
|
|
2052
|
-
rationale?: string | undefined;
|
|
2053
|
-
generatedBy?: string | undefined;
|
|
2054
|
-
} | undefined;
|
|
2055
|
-
} | undefined;
|
|
2056
2136
|
readonly readonlyWhen?: {
|
|
2057
2137
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2058
2138
|
source?: string | undefined;
|
|
@@ -2094,6 +2174,15 @@ declare const SysWebhook: Omit<{
|
|
|
2094
2174
|
value: string;
|
|
2095
2175
|
color?: string | undefined;
|
|
2096
2176
|
default?: boolean | undefined;
|
|
2177
|
+
visibleWhen?: {
|
|
2178
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2179
|
+
source?: string | undefined;
|
|
2180
|
+
ast?: unknown;
|
|
2181
|
+
meta?: {
|
|
2182
|
+
rationale?: string | undefined;
|
|
2183
|
+
generatedBy?: string | undefined;
|
|
2184
|
+
} | undefined;
|
|
2185
|
+
} | undefined;
|
|
2097
2186
|
}[] | undefined;
|
|
2098
2187
|
readonly description?: string | undefined;
|
|
2099
2188
|
readonly label?: string | undefined;
|
|
@@ -2111,6 +2200,15 @@ declare const SysWebhook: Omit<{
|
|
|
2111
2200
|
readonly system?: boolean | undefined;
|
|
2112
2201
|
readonly min?: number | undefined;
|
|
2113
2202
|
readonly max?: number | undefined;
|
|
2203
|
+
readonly visibleWhen?: {
|
|
2204
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2205
|
+
source?: string | undefined;
|
|
2206
|
+
ast?: unknown;
|
|
2207
|
+
meta?: {
|
|
2208
|
+
rationale?: string | undefined;
|
|
2209
|
+
generatedBy?: string | undefined;
|
|
2210
|
+
} | undefined;
|
|
2211
|
+
} | undefined;
|
|
2114
2212
|
readonly dimensions?: number | undefined;
|
|
2115
2213
|
readonly columnName?: string | undefined;
|
|
2116
2214
|
readonly searchable?: boolean | undefined;
|
|
@@ -2218,15 +2316,6 @@ declare const SysWebhook: Omit<{
|
|
|
2218
2316
|
maxVersions?: number | undefined;
|
|
2219
2317
|
} | undefined;
|
|
2220
2318
|
readonly trackHistory?: boolean | undefined;
|
|
2221
|
-
readonly visibleWhen?: {
|
|
2222
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2223
|
-
source?: string | undefined;
|
|
2224
|
-
ast?: unknown;
|
|
2225
|
-
meta?: {
|
|
2226
|
-
rationale?: string | undefined;
|
|
2227
|
-
generatedBy?: string | undefined;
|
|
2228
|
-
} | undefined;
|
|
2229
|
-
} | undefined;
|
|
2230
2319
|
readonly readonlyWhen?: {
|
|
2231
2320
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2232
2321
|
source?: string | undefined;
|
|
@@ -2268,6 +2357,15 @@ declare const SysWebhook: Omit<{
|
|
|
2268
2357
|
value: string;
|
|
2269
2358
|
color?: string | undefined;
|
|
2270
2359
|
default?: boolean | undefined;
|
|
2360
|
+
visibleWhen?: {
|
|
2361
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2362
|
+
source?: string | undefined;
|
|
2363
|
+
ast?: unknown;
|
|
2364
|
+
meta?: {
|
|
2365
|
+
rationale?: string | undefined;
|
|
2366
|
+
generatedBy?: string | undefined;
|
|
2367
|
+
} | undefined;
|
|
2368
|
+
} | undefined;
|
|
2271
2369
|
}[] | undefined;
|
|
2272
2370
|
readonly description?: string | undefined;
|
|
2273
2371
|
readonly label?: string | undefined;
|
|
@@ -2285,6 +2383,15 @@ declare const SysWebhook: Omit<{
|
|
|
2285
2383
|
readonly system?: boolean | undefined;
|
|
2286
2384
|
readonly min?: number | undefined;
|
|
2287
2385
|
readonly max?: number | undefined;
|
|
2386
|
+
readonly visibleWhen?: {
|
|
2387
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2388
|
+
source?: string | undefined;
|
|
2389
|
+
ast?: unknown;
|
|
2390
|
+
meta?: {
|
|
2391
|
+
rationale?: string | undefined;
|
|
2392
|
+
generatedBy?: string | undefined;
|
|
2393
|
+
} | undefined;
|
|
2394
|
+
} | undefined;
|
|
2288
2395
|
readonly dimensions?: number | undefined;
|
|
2289
2396
|
readonly columnName?: string | undefined;
|
|
2290
2397
|
readonly searchable?: boolean | undefined;
|
|
@@ -2392,15 +2499,6 @@ declare const SysWebhook: Omit<{
|
|
|
2392
2499
|
maxVersions?: number | undefined;
|
|
2393
2500
|
} | undefined;
|
|
2394
2501
|
readonly trackHistory?: boolean | undefined;
|
|
2395
|
-
readonly visibleWhen?: {
|
|
2396
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2397
|
-
source?: string | undefined;
|
|
2398
|
-
ast?: unknown;
|
|
2399
|
-
meta?: {
|
|
2400
|
-
rationale?: string | undefined;
|
|
2401
|
-
generatedBy?: string | undefined;
|
|
2402
|
-
} | undefined;
|
|
2403
|
-
} | undefined;
|
|
2404
2502
|
readonly readonlyWhen?: {
|
|
2405
2503
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2406
2504
|
source?: string | undefined;
|
|
@@ -2442,6 +2540,15 @@ declare const SysWebhook: Omit<{
|
|
|
2442
2540
|
value: string;
|
|
2443
2541
|
color?: string | undefined;
|
|
2444
2542
|
default?: boolean | undefined;
|
|
2543
|
+
visibleWhen?: {
|
|
2544
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2545
|
+
source?: string | undefined;
|
|
2546
|
+
ast?: unknown;
|
|
2547
|
+
meta?: {
|
|
2548
|
+
rationale?: string | undefined;
|
|
2549
|
+
generatedBy?: string | undefined;
|
|
2550
|
+
} | undefined;
|
|
2551
|
+
} | undefined;
|
|
2445
2552
|
}[] | undefined;
|
|
2446
2553
|
readonly description?: string | undefined;
|
|
2447
2554
|
readonly label?: string | undefined;
|
|
@@ -2459,6 +2566,15 @@ declare const SysWebhook: Omit<{
|
|
|
2459
2566
|
readonly system?: boolean | undefined;
|
|
2460
2567
|
readonly min?: number | undefined;
|
|
2461
2568
|
readonly max?: number | undefined;
|
|
2569
|
+
readonly visibleWhen?: {
|
|
2570
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2571
|
+
source?: string | undefined;
|
|
2572
|
+
ast?: unknown;
|
|
2573
|
+
meta?: {
|
|
2574
|
+
rationale?: string | undefined;
|
|
2575
|
+
generatedBy?: string | undefined;
|
|
2576
|
+
} | undefined;
|
|
2577
|
+
} | undefined;
|
|
2462
2578
|
readonly dimensions?: number | undefined;
|
|
2463
2579
|
readonly columnName?: string | undefined;
|
|
2464
2580
|
readonly searchable?: boolean | undefined;
|
|
@@ -2566,15 +2682,6 @@ declare const SysWebhook: Omit<{
|
|
|
2566
2682
|
maxVersions?: number | undefined;
|
|
2567
2683
|
} | undefined;
|
|
2568
2684
|
readonly trackHistory?: boolean | undefined;
|
|
2569
|
-
readonly visibleWhen?: {
|
|
2570
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2571
|
-
source?: string | undefined;
|
|
2572
|
-
ast?: unknown;
|
|
2573
|
-
meta?: {
|
|
2574
|
-
rationale?: string | undefined;
|
|
2575
|
-
generatedBy?: string | undefined;
|
|
2576
|
-
} | undefined;
|
|
2577
|
-
} | undefined;
|
|
2578
2685
|
readonly readonlyWhen?: {
|
|
2579
2686
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2580
2687
|
source?: string | undefined;
|
|
@@ -2616,6 +2723,15 @@ declare const SysWebhook: Omit<{
|
|
|
2616
2723
|
value: string;
|
|
2617
2724
|
color?: string | undefined;
|
|
2618
2725
|
default?: boolean | undefined;
|
|
2726
|
+
visibleWhen?: {
|
|
2727
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2728
|
+
source?: string | undefined;
|
|
2729
|
+
ast?: unknown;
|
|
2730
|
+
meta?: {
|
|
2731
|
+
rationale?: string | undefined;
|
|
2732
|
+
generatedBy?: string | undefined;
|
|
2733
|
+
} | undefined;
|
|
2734
|
+
} | undefined;
|
|
2619
2735
|
}[] | undefined;
|
|
2620
2736
|
readonly description?: string | undefined;
|
|
2621
2737
|
readonly label?: string | undefined;
|
|
@@ -2633,6 +2749,15 @@ declare const SysWebhook: Omit<{
|
|
|
2633
2749
|
readonly system?: boolean | undefined;
|
|
2634
2750
|
readonly min?: number | undefined;
|
|
2635
2751
|
readonly max?: number | undefined;
|
|
2752
|
+
readonly visibleWhen?: {
|
|
2753
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2754
|
+
source?: string | undefined;
|
|
2755
|
+
ast?: unknown;
|
|
2756
|
+
meta?: {
|
|
2757
|
+
rationale?: string | undefined;
|
|
2758
|
+
generatedBy?: string | undefined;
|
|
2759
|
+
} | undefined;
|
|
2760
|
+
} | undefined;
|
|
2636
2761
|
readonly dimensions?: number | undefined;
|
|
2637
2762
|
readonly columnName?: string | undefined;
|
|
2638
2763
|
readonly searchable?: boolean | undefined;
|
|
@@ -2740,15 +2865,6 @@ declare const SysWebhook: Omit<{
|
|
|
2740
2865
|
maxVersions?: number | undefined;
|
|
2741
2866
|
} | undefined;
|
|
2742
2867
|
readonly trackHistory?: boolean | undefined;
|
|
2743
|
-
readonly visibleWhen?: {
|
|
2744
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2745
|
-
source?: string | undefined;
|
|
2746
|
-
ast?: unknown;
|
|
2747
|
-
meta?: {
|
|
2748
|
-
rationale?: string | undefined;
|
|
2749
|
-
generatedBy?: string | undefined;
|
|
2750
|
-
} | undefined;
|
|
2751
|
-
} | undefined;
|
|
2752
2868
|
readonly readonlyWhen?: {
|
|
2753
2869
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2754
2870
|
source?: string | undefined;
|
|
@@ -2790,6 +2906,15 @@ declare const SysWebhook: Omit<{
|
|
|
2790
2906
|
value: string;
|
|
2791
2907
|
color?: string | undefined;
|
|
2792
2908
|
default?: boolean | undefined;
|
|
2909
|
+
visibleWhen?: {
|
|
2910
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2911
|
+
source?: string | undefined;
|
|
2912
|
+
ast?: unknown;
|
|
2913
|
+
meta?: {
|
|
2914
|
+
rationale?: string | undefined;
|
|
2915
|
+
generatedBy?: string | undefined;
|
|
2916
|
+
} | undefined;
|
|
2917
|
+
} | undefined;
|
|
2793
2918
|
}[] | undefined;
|
|
2794
2919
|
readonly description?: string | undefined;
|
|
2795
2920
|
readonly label?: string | undefined;
|
|
@@ -2807,6 +2932,15 @@ declare const SysWebhook: Omit<{
|
|
|
2807
2932
|
readonly system?: boolean | undefined;
|
|
2808
2933
|
readonly min?: number | undefined;
|
|
2809
2934
|
readonly max?: number | undefined;
|
|
2935
|
+
readonly visibleWhen?: {
|
|
2936
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2937
|
+
source?: string | undefined;
|
|
2938
|
+
ast?: unknown;
|
|
2939
|
+
meta?: {
|
|
2940
|
+
rationale?: string | undefined;
|
|
2941
|
+
generatedBy?: string | undefined;
|
|
2942
|
+
} | undefined;
|
|
2943
|
+
} | undefined;
|
|
2810
2944
|
readonly dimensions?: number | undefined;
|
|
2811
2945
|
readonly columnName?: string | undefined;
|
|
2812
2946
|
readonly searchable?: boolean | undefined;
|
|
@@ -2914,15 +3048,6 @@ declare const SysWebhook: Omit<{
|
|
|
2914
3048
|
maxVersions?: number | undefined;
|
|
2915
3049
|
} | undefined;
|
|
2916
3050
|
readonly trackHistory?: boolean | undefined;
|
|
2917
|
-
readonly visibleWhen?: {
|
|
2918
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2919
|
-
source?: string | undefined;
|
|
2920
|
-
ast?: unknown;
|
|
2921
|
-
meta?: {
|
|
2922
|
-
rationale?: string | undefined;
|
|
2923
|
-
generatedBy?: string | undefined;
|
|
2924
|
-
} | undefined;
|
|
2925
|
-
} | undefined;
|
|
2926
3051
|
readonly readonlyWhen?: {
|
|
2927
3052
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2928
3053
|
source?: string | undefined;
|
package/dist/schema.d.ts
CHANGED
|
@@ -63,6 +63,23 @@ declare const SysWebhook: Omit<{
|
|
|
63
63
|
value: string;
|
|
64
64
|
color?: string | undefined;
|
|
65
65
|
default?: boolean | undefined;
|
|
66
|
+
visibleWhen?: {
|
|
67
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
68
|
+
source?: string | undefined;
|
|
69
|
+
ast?: unknown;
|
|
70
|
+
meta?: {
|
|
71
|
+
rationale?: string | undefined;
|
|
72
|
+
generatedBy?: string | undefined;
|
|
73
|
+
} | undefined;
|
|
74
|
+
} | {
|
|
75
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
76
|
+
source?: string | undefined;
|
|
77
|
+
ast?: unknown;
|
|
78
|
+
meta?: {
|
|
79
|
+
rationale?: string | undefined;
|
|
80
|
+
generatedBy?: string | undefined;
|
|
81
|
+
} | undefined;
|
|
82
|
+
} | undefined;
|
|
66
83
|
}[] | undefined;
|
|
67
84
|
reference?: string | undefined;
|
|
68
85
|
referenceFilters?: string[] | undefined;
|
|
@@ -678,7 +695,7 @@ declare const SysWebhook: Omit<{
|
|
|
678
695
|
field?: string | undefined;
|
|
679
696
|
objectOverride?: string | undefined;
|
|
680
697
|
label?: string | undefined;
|
|
681
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
698
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
682
699
|
options?: {
|
|
683
700
|
label: string;
|
|
684
701
|
value: string;
|
|
@@ -876,6 +893,15 @@ declare const SysWebhook: Omit<{
|
|
|
876
893
|
value: string;
|
|
877
894
|
color?: string | undefined;
|
|
878
895
|
default?: boolean | undefined;
|
|
896
|
+
visibleWhen?: {
|
|
897
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
898
|
+
source?: string | undefined;
|
|
899
|
+
ast?: unknown;
|
|
900
|
+
meta?: {
|
|
901
|
+
rationale?: string | undefined;
|
|
902
|
+
generatedBy?: string | undefined;
|
|
903
|
+
} | undefined;
|
|
904
|
+
} | undefined;
|
|
879
905
|
}[] | undefined;
|
|
880
906
|
readonly description?: string | undefined;
|
|
881
907
|
readonly label?: string | undefined;
|
|
@@ -893,6 +919,15 @@ declare const SysWebhook: Omit<{
|
|
|
893
919
|
readonly system?: boolean | undefined;
|
|
894
920
|
readonly min?: number | undefined;
|
|
895
921
|
readonly max?: number | undefined;
|
|
922
|
+
readonly visibleWhen?: {
|
|
923
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
924
|
+
source?: string | undefined;
|
|
925
|
+
ast?: unknown;
|
|
926
|
+
meta?: {
|
|
927
|
+
rationale?: string | undefined;
|
|
928
|
+
generatedBy?: string | undefined;
|
|
929
|
+
} | undefined;
|
|
930
|
+
} | undefined;
|
|
896
931
|
readonly dimensions?: number | undefined;
|
|
897
932
|
readonly columnName?: string | undefined;
|
|
898
933
|
readonly searchable?: boolean | undefined;
|
|
@@ -1000,15 +1035,6 @@ declare const SysWebhook: Omit<{
|
|
|
1000
1035
|
maxVersions?: number | undefined;
|
|
1001
1036
|
} | undefined;
|
|
1002
1037
|
readonly trackHistory?: boolean | undefined;
|
|
1003
|
-
readonly visibleWhen?: {
|
|
1004
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1005
|
-
source?: string | undefined;
|
|
1006
|
-
ast?: unknown;
|
|
1007
|
-
meta?: {
|
|
1008
|
-
rationale?: string | undefined;
|
|
1009
|
-
generatedBy?: string | undefined;
|
|
1010
|
-
} | undefined;
|
|
1011
|
-
} | undefined;
|
|
1012
1038
|
readonly readonlyWhen?: {
|
|
1013
1039
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1014
1040
|
source?: string | undefined;
|
|
@@ -1050,6 +1076,15 @@ declare const SysWebhook: Omit<{
|
|
|
1050
1076
|
value: string;
|
|
1051
1077
|
color?: string | undefined;
|
|
1052
1078
|
default?: boolean | undefined;
|
|
1079
|
+
visibleWhen?: {
|
|
1080
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1081
|
+
source?: string | undefined;
|
|
1082
|
+
ast?: unknown;
|
|
1083
|
+
meta?: {
|
|
1084
|
+
rationale?: string | undefined;
|
|
1085
|
+
generatedBy?: string | undefined;
|
|
1086
|
+
} | undefined;
|
|
1087
|
+
} | undefined;
|
|
1053
1088
|
}[] | undefined;
|
|
1054
1089
|
readonly description?: string | undefined;
|
|
1055
1090
|
readonly label?: string | undefined;
|
|
@@ -1067,6 +1102,15 @@ declare const SysWebhook: Omit<{
|
|
|
1067
1102
|
readonly system?: boolean | undefined;
|
|
1068
1103
|
readonly min?: number | undefined;
|
|
1069
1104
|
readonly max?: number | undefined;
|
|
1105
|
+
readonly visibleWhen?: {
|
|
1106
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1107
|
+
source?: string | undefined;
|
|
1108
|
+
ast?: unknown;
|
|
1109
|
+
meta?: {
|
|
1110
|
+
rationale?: string | undefined;
|
|
1111
|
+
generatedBy?: string | undefined;
|
|
1112
|
+
} | undefined;
|
|
1113
|
+
} | undefined;
|
|
1070
1114
|
readonly dimensions?: number | undefined;
|
|
1071
1115
|
readonly columnName?: string | undefined;
|
|
1072
1116
|
readonly searchable?: boolean | undefined;
|
|
@@ -1174,15 +1218,6 @@ declare const SysWebhook: Omit<{
|
|
|
1174
1218
|
maxVersions?: number | undefined;
|
|
1175
1219
|
} | undefined;
|
|
1176
1220
|
readonly trackHistory?: boolean | undefined;
|
|
1177
|
-
readonly visibleWhen?: {
|
|
1178
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1179
|
-
source?: string | undefined;
|
|
1180
|
-
ast?: unknown;
|
|
1181
|
-
meta?: {
|
|
1182
|
-
rationale?: string | undefined;
|
|
1183
|
-
generatedBy?: string | undefined;
|
|
1184
|
-
} | undefined;
|
|
1185
|
-
} | undefined;
|
|
1186
1221
|
readonly readonlyWhen?: {
|
|
1187
1222
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1188
1223
|
source?: string | undefined;
|
|
@@ -1224,6 +1259,15 @@ declare const SysWebhook: Omit<{
|
|
|
1224
1259
|
value: string;
|
|
1225
1260
|
color?: string | undefined;
|
|
1226
1261
|
default?: boolean | undefined;
|
|
1262
|
+
visibleWhen?: {
|
|
1263
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1264
|
+
source?: string | undefined;
|
|
1265
|
+
ast?: unknown;
|
|
1266
|
+
meta?: {
|
|
1267
|
+
rationale?: string | undefined;
|
|
1268
|
+
generatedBy?: string | undefined;
|
|
1269
|
+
} | undefined;
|
|
1270
|
+
} | undefined;
|
|
1227
1271
|
}[] | undefined;
|
|
1228
1272
|
readonly description?: string | undefined;
|
|
1229
1273
|
readonly label?: string | undefined;
|
|
@@ -1241,6 +1285,15 @@ declare const SysWebhook: Omit<{
|
|
|
1241
1285
|
readonly system?: boolean | undefined;
|
|
1242
1286
|
readonly min?: number | undefined;
|
|
1243
1287
|
readonly max?: number | undefined;
|
|
1288
|
+
readonly visibleWhen?: {
|
|
1289
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1290
|
+
source?: string | undefined;
|
|
1291
|
+
ast?: unknown;
|
|
1292
|
+
meta?: {
|
|
1293
|
+
rationale?: string | undefined;
|
|
1294
|
+
generatedBy?: string | undefined;
|
|
1295
|
+
} | undefined;
|
|
1296
|
+
} | undefined;
|
|
1244
1297
|
readonly dimensions?: number | undefined;
|
|
1245
1298
|
readonly columnName?: string | undefined;
|
|
1246
1299
|
readonly searchable?: boolean | undefined;
|
|
@@ -1348,15 +1401,6 @@ declare const SysWebhook: Omit<{
|
|
|
1348
1401
|
maxVersions?: number | undefined;
|
|
1349
1402
|
} | undefined;
|
|
1350
1403
|
readonly trackHistory?: boolean | undefined;
|
|
1351
|
-
readonly visibleWhen?: {
|
|
1352
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1353
|
-
source?: string | undefined;
|
|
1354
|
-
ast?: unknown;
|
|
1355
|
-
meta?: {
|
|
1356
|
-
rationale?: string | undefined;
|
|
1357
|
-
generatedBy?: string | undefined;
|
|
1358
|
-
} | undefined;
|
|
1359
|
-
} | undefined;
|
|
1360
1404
|
readonly readonlyWhen?: {
|
|
1361
1405
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1362
1406
|
source?: string | undefined;
|
|
@@ -1398,6 +1442,15 @@ declare const SysWebhook: Omit<{
|
|
|
1398
1442
|
value: string;
|
|
1399
1443
|
color?: string | undefined;
|
|
1400
1444
|
default?: boolean | undefined;
|
|
1445
|
+
visibleWhen?: {
|
|
1446
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1447
|
+
source?: string | undefined;
|
|
1448
|
+
ast?: unknown;
|
|
1449
|
+
meta?: {
|
|
1450
|
+
rationale?: string | undefined;
|
|
1451
|
+
generatedBy?: string | undefined;
|
|
1452
|
+
} | undefined;
|
|
1453
|
+
} | undefined;
|
|
1401
1454
|
}[] | undefined;
|
|
1402
1455
|
readonly description?: string | undefined;
|
|
1403
1456
|
readonly label?: string | undefined;
|
|
@@ -1415,6 +1468,15 @@ declare const SysWebhook: Omit<{
|
|
|
1415
1468
|
readonly system?: boolean | undefined;
|
|
1416
1469
|
readonly min?: number | undefined;
|
|
1417
1470
|
readonly max?: number | undefined;
|
|
1471
|
+
readonly visibleWhen?: {
|
|
1472
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1473
|
+
source?: string | undefined;
|
|
1474
|
+
ast?: unknown;
|
|
1475
|
+
meta?: {
|
|
1476
|
+
rationale?: string | undefined;
|
|
1477
|
+
generatedBy?: string | undefined;
|
|
1478
|
+
} | undefined;
|
|
1479
|
+
} | undefined;
|
|
1418
1480
|
readonly dimensions?: number | undefined;
|
|
1419
1481
|
readonly columnName?: string | undefined;
|
|
1420
1482
|
readonly searchable?: boolean | undefined;
|
|
@@ -1522,15 +1584,6 @@ declare const SysWebhook: Omit<{
|
|
|
1522
1584
|
maxVersions?: number | undefined;
|
|
1523
1585
|
} | undefined;
|
|
1524
1586
|
readonly trackHistory?: boolean | undefined;
|
|
1525
|
-
readonly visibleWhen?: {
|
|
1526
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1527
|
-
source?: string | undefined;
|
|
1528
|
-
ast?: unknown;
|
|
1529
|
-
meta?: {
|
|
1530
|
-
rationale?: string | undefined;
|
|
1531
|
-
generatedBy?: string | undefined;
|
|
1532
|
-
} | undefined;
|
|
1533
|
-
} | undefined;
|
|
1534
1587
|
readonly readonlyWhen?: {
|
|
1535
1588
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1536
1589
|
source?: string | undefined;
|
|
@@ -1572,6 +1625,15 @@ declare const SysWebhook: Omit<{
|
|
|
1572
1625
|
value: string;
|
|
1573
1626
|
color?: string | undefined;
|
|
1574
1627
|
default?: boolean | undefined;
|
|
1628
|
+
visibleWhen?: {
|
|
1629
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1630
|
+
source?: string | undefined;
|
|
1631
|
+
ast?: unknown;
|
|
1632
|
+
meta?: {
|
|
1633
|
+
rationale?: string | undefined;
|
|
1634
|
+
generatedBy?: string | undefined;
|
|
1635
|
+
} | undefined;
|
|
1636
|
+
} | undefined;
|
|
1575
1637
|
}[] | undefined;
|
|
1576
1638
|
readonly description?: string | undefined;
|
|
1577
1639
|
readonly label?: string | undefined;
|
|
@@ -1589,6 +1651,15 @@ declare const SysWebhook: Omit<{
|
|
|
1589
1651
|
readonly system?: boolean | undefined;
|
|
1590
1652
|
readonly min?: number | undefined;
|
|
1591
1653
|
readonly max?: number | undefined;
|
|
1654
|
+
readonly visibleWhen?: {
|
|
1655
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1656
|
+
source?: string | undefined;
|
|
1657
|
+
ast?: unknown;
|
|
1658
|
+
meta?: {
|
|
1659
|
+
rationale?: string | undefined;
|
|
1660
|
+
generatedBy?: string | undefined;
|
|
1661
|
+
} | undefined;
|
|
1662
|
+
} | undefined;
|
|
1592
1663
|
readonly dimensions?: number | undefined;
|
|
1593
1664
|
readonly columnName?: string | undefined;
|
|
1594
1665
|
readonly searchable?: boolean | undefined;
|
|
@@ -1696,15 +1767,6 @@ declare const SysWebhook: Omit<{
|
|
|
1696
1767
|
maxVersions?: number | undefined;
|
|
1697
1768
|
} | undefined;
|
|
1698
1769
|
readonly trackHistory?: boolean | undefined;
|
|
1699
|
-
readonly visibleWhen?: {
|
|
1700
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1701
|
-
source?: string | undefined;
|
|
1702
|
-
ast?: unknown;
|
|
1703
|
-
meta?: {
|
|
1704
|
-
rationale?: string | undefined;
|
|
1705
|
-
generatedBy?: string | undefined;
|
|
1706
|
-
} | undefined;
|
|
1707
|
-
} | undefined;
|
|
1708
1770
|
readonly readonlyWhen?: {
|
|
1709
1771
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1710
1772
|
source?: string | undefined;
|
|
@@ -1746,6 +1808,15 @@ declare const SysWebhook: Omit<{
|
|
|
1746
1808
|
value: string;
|
|
1747
1809
|
color?: string | undefined;
|
|
1748
1810
|
default?: boolean | undefined;
|
|
1811
|
+
visibleWhen?: {
|
|
1812
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1813
|
+
source?: string | undefined;
|
|
1814
|
+
ast?: unknown;
|
|
1815
|
+
meta?: {
|
|
1816
|
+
rationale?: string | undefined;
|
|
1817
|
+
generatedBy?: string | undefined;
|
|
1818
|
+
} | undefined;
|
|
1819
|
+
} | undefined;
|
|
1749
1820
|
}[] | undefined;
|
|
1750
1821
|
readonly description?: string | undefined;
|
|
1751
1822
|
readonly label?: string | undefined;
|
|
@@ -1763,6 +1834,15 @@ declare const SysWebhook: Omit<{
|
|
|
1763
1834
|
readonly system?: boolean | undefined;
|
|
1764
1835
|
readonly min?: number | undefined;
|
|
1765
1836
|
readonly max?: number | undefined;
|
|
1837
|
+
readonly visibleWhen?: {
|
|
1838
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1839
|
+
source?: string | undefined;
|
|
1840
|
+
ast?: unknown;
|
|
1841
|
+
meta?: {
|
|
1842
|
+
rationale?: string | undefined;
|
|
1843
|
+
generatedBy?: string | undefined;
|
|
1844
|
+
} | undefined;
|
|
1845
|
+
} | undefined;
|
|
1766
1846
|
readonly dimensions?: number | undefined;
|
|
1767
1847
|
readonly columnName?: string | undefined;
|
|
1768
1848
|
readonly searchable?: boolean | undefined;
|
|
@@ -1870,15 +1950,6 @@ declare const SysWebhook: Omit<{
|
|
|
1870
1950
|
maxVersions?: number | undefined;
|
|
1871
1951
|
} | undefined;
|
|
1872
1952
|
readonly trackHistory?: boolean | undefined;
|
|
1873
|
-
readonly visibleWhen?: {
|
|
1874
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1875
|
-
source?: string | undefined;
|
|
1876
|
-
ast?: unknown;
|
|
1877
|
-
meta?: {
|
|
1878
|
-
rationale?: string | undefined;
|
|
1879
|
-
generatedBy?: string | undefined;
|
|
1880
|
-
} | undefined;
|
|
1881
|
-
} | undefined;
|
|
1882
1953
|
readonly readonlyWhen?: {
|
|
1883
1954
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1884
1955
|
source?: string | undefined;
|
|
@@ -1920,6 +1991,15 @@ declare const SysWebhook: Omit<{
|
|
|
1920
1991
|
value: string;
|
|
1921
1992
|
color?: string | undefined;
|
|
1922
1993
|
default?: boolean | undefined;
|
|
1994
|
+
visibleWhen?: {
|
|
1995
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1996
|
+
source?: string | undefined;
|
|
1997
|
+
ast?: unknown;
|
|
1998
|
+
meta?: {
|
|
1999
|
+
rationale?: string | undefined;
|
|
2000
|
+
generatedBy?: string | undefined;
|
|
2001
|
+
} | undefined;
|
|
2002
|
+
} | undefined;
|
|
1923
2003
|
}[] | undefined;
|
|
1924
2004
|
readonly description?: string | undefined;
|
|
1925
2005
|
readonly label?: string | undefined;
|
|
@@ -1937,6 +2017,15 @@ declare const SysWebhook: Omit<{
|
|
|
1937
2017
|
readonly system?: boolean | undefined;
|
|
1938
2018
|
readonly min?: number | undefined;
|
|
1939
2019
|
readonly max?: number | undefined;
|
|
2020
|
+
readonly visibleWhen?: {
|
|
2021
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2022
|
+
source?: string | undefined;
|
|
2023
|
+
ast?: unknown;
|
|
2024
|
+
meta?: {
|
|
2025
|
+
rationale?: string | undefined;
|
|
2026
|
+
generatedBy?: string | undefined;
|
|
2027
|
+
} | undefined;
|
|
2028
|
+
} | undefined;
|
|
1940
2029
|
readonly dimensions?: number | undefined;
|
|
1941
2030
|
readonly columnName?: string | undefined;
|
|
1942
2031
|
readonly searchable?: boolean | undefined;
|
|
@@ -2044,15 +2133,6 @@ declare const SysWebhook: Omit<{
|
|
|
2044
2133
|
maxVersions?: number | undefined;
|
|
2045
2134
|
} | undefined;
|
|
2046
2135
|
readonly trackHistory?: boolean | undefined;
|
|
2047
|
-
readonly visibleWhen?: {
|
|
2048
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2049
|
-
source?: string | undefined;
|
|
2050
|
-
ast?: unknown;
|
|
2051
|
-
meta?: {
|
|
2052
|
-
rationale?: string | undefined;
|
|
2053
|
-
generatedBy?: string | undefined;
|
|
2054
|
-
} | undefined;
|
|
2055
|
-
} | undefined;
|
|
2056
2136
|
readonly readonlyWhen?: {
|
|
2057
2137
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2058
2138
|
source?: string | undefined;
|
|
@@ -2094,6 +2174,15 @@ declare const SysWebhook: Omit<{
|
|
|
2094
2174
|
value: string;
|
|
2095
2175
|
color?: string | undefined;
|
|
2096
2176
|
default?: boolean | undefined;
|
|
2177
|
+
visibleWhen?: {
|
|
2178
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2179
|
+
source?: string | undefined;
|
|
2180
|
+
ast?: unknown;
|
|
2181
|
+
meta?: {
|
|
2182
|
+
rationale?: string | undefined;
|
|
2183
|
+
generatedBy?: string | undefined;
|
|
2184
|
+
} | undefined;
|
|
2185
|
+
} | undefined;
|
|
2097
2186
|
}[] | undefined;
|
|
2098
2187
|
readonly description?: string | undefined;
|
|
2099
2188
|
readonly label?: string | undefined;
|
|
@@ -2111,6 +2200,15 @@ declare const SysWebhook: Omit<{
|
|
|
2111
2200
|
readonly system?: boolean | undefined;
|
|
2112
2201
|
readonly min?: number | undefined;
|
|
2113
2202
|
readonly max?: number | undefined;
|
|
2203
|
+
readonly visibleWhen?: {
|
|
2204
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2205
|
+
source?: string | undefined;
|
|
2206
|
+
ast?: unknown;
|
|
2207
|
+
meta?: {
|
|
2208
|
+
rationale?: string | undefined;
|
|
2209
|
+
generatedBy?: string | undefined;
|
|
2210
|
+
} | undefined;
|
|
2211
|
+
} | undefined;
|
|
2114
2212
|
readonly dimensions?: number | undefined;
|
|
2115
2213
|
readonly columnName?: string | undefined;
|
|
2116
2214
|
readonly searchable?: boolean | undefined;
|
|
@@ -2218,15 +2316,6 @@ declare const SysWebhook: Omit<{
|
|
|
2218
2316
|
maxVersions?: number | undefined;
|
|
2219
2317
|
} | undefined;
|
|
2220
2318
|
readonly trackHistory?: boolean | undefined;
|
|
2221
|
-
readonly visibleWhen?: {
|
|
2222
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2223
|
-
source?: string | undefined;
|
|
2224
|
-
ast?: unknown;
|
|
2225
|
-
meta?: {
|
|
2226
|
-
rationale?: string | undefined;
|
|
2227
|
-
generatedBy?: string | undefined;
|
|
2228
|
-
} | undefined;
|
|
2229
|
-
} | undefined;
|
|
2230
2319
|
readonly readonlyWhen?: {
|
|
2231
2320
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2232
2321
|
source?: string | undefined;
|
|
@@ -2268,6 +2357,15 @@ declare const SysWebhook: Omit<{
|
|
|
2268
2357
|
value: string;
|
|
2269
2358
|
color?: string | undefined;
|
|
2270
2359
|
default?: boolean | undefined;
|
|
2360
|
+
visibleWhen?: {
|
|
2361
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2362
|
+
source?: string | undefined;
|
|
2363
|
+
ast?: unknown;
|
|
2364
|
+
meta?: {
|
|
2365
|
+
rationale?: string | undefined;
|
|
2366
|
+
generatedBy?: string | undefined;
|
|
2367
|
+
} | undefined;
|
|
2368
|
+
} | undefined;
|
|
2271
2369
|
}[] | undefined;
|
|
2272
2370
|
readonly description?: string | undefined;
|
|
2273
2371
|
readonly label?: string | undefined;
|
|
@@ -2285,6 +2383,15 @@ declare const SysWebhook: Omit<{
|
|
|
2285
2383
|
readonly system?: boolean | undefined;
|
|
2286
2384
|
readonly min?: number | undefined;
|
|
2287
2385
|
readonly max?: number | undefined;
|
|
2386
|
+
readonly visibleWhen?: {
|
|
2387
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2388
|
+
source?: string | undefined;
|
|
2389
|
+
ast?: unknown;
|
|
2390
|
+
meta?: {
|
|
2391
|
+
rationale?: string | undefined;
|
|
2392
|
+
generatedBy?: string | undefined;
|
|
2393
|
+
} | undefined;
|
|
2394
|
+
} | undefined;
|
|
2288
2395
|
readonly dimensions?: number | undefined;
|
|
2289
2396
|
readonly columnName?: string | undefined;
|
|
2290
2397
|
readonly searchable?: boolean | undefined;
|
|
@@ -2392,15 +2499,6 @@ declare const SysWebhook: Omit<{
|
|
|
2392
2499
|
maxVersions?: number | undefined;
|
|
2393
2500
|
} | undefined;
|
|
2394
2501
|
readonly trackHistory?: boolean | undefined;
|
|
2395
|
-
readonly visibleWhen?: {
|
|
2396
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2397
|
-
source?: string | undefined;
|
|
2398
|
-
ast?: unknown;
|
|
2399
|
-
meta?: {
|
|
2400
|
-
rationale?: string | undefined;
|
|
2401
|
-
generatedBy?: string | undefined;
|
|
2402
|
-
} | undefined;
|
|
2403
|
-
} | undefined;
|
|
2404
2502
|
readonly readonlyWhen?: {
|
|
2405
2503
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2406
2504
|
source?: string | undefined;
|
|
@@ -2442,6 +2540,15 @@ declare const SysWebhook: Omit<{
|
|
|
2442
2540
|
value: string;
|
|
2443
2541
|
color?: string | undefined;
|
|
2444
2542
|
default?: boolean | undefined;
|
|
2543
|
+
visibleWhen?: {
|
|
2544
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2545
|
+
source?: string | undefined;
|
|
2546
|
+
ast?: unknown;
|
|
2547
|
+
meta?: {
|
|
2548
|
+
rationale?: string | undefined;
|
|
2549
|
+
generatedBy?: string | undefined;
|
|
2550
|
+
} | undefined;
|
|
2551
|
+
} | undefined;
|
|
2445
2552
|
}[] | undefined;
|
|
2446
2553
|
readonly description?: string | undefined;
|
|
2447
2554
|
readonly label?: string | undefined;
|
|
@@ -2459,6 +2566,15 @@ declare const SysWebhook: Omit<{
|
|
|
2459
2566
|
readonly system?: boolean | undefined;
|
|
2460
2567
|
readonly min?: number | undefined;
|
|
2461
2568
|
readonly max?: number | undefined;
|
|
2569
|
+
readonly visibleWhen?: {
|
|
2570
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2571
|
+
source?: string | undefined;
|
|
2572
|
+
ast?: unknown;
|
|
2573
|
+
meta?: {
|
|
2574
|
+
rationale?: string | undefined;
|
|
2575
|
+
generatedBy?: string | undefined;
|
|
2576
|
+
} | undefined;
|
|
2577
|
+
} | undefined;
|
|
2462
2578
|
readonly dimensions?: number | undefined;
|
|
2463
2579
|
readonly columnName?: string | undefined;
|
|
2464
2580
|
readonly searchable?: boolean | undefined;
|
|
@@ -2566,15 +2682,6 @@ declare const SysWebhook: Omit<{
|
|
|
2566
2682
|
maxVersions?: number | undefined;
|
|
2567
2683
|
} | undefined;
|
|
2568
2684
|
readonly trackHistory?: boolean | undefined;
|
|
2569
|
-
readonly visibleWhen?: {
|
|
2570
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2571
|
-
source?: string | undefined;
|
|
2572
|
-
ast?: unknown;
|
|
2573
|
-
meta?: {
|
|
2574
|
-
rationale?: string | undefined;
|
|
2575
|
-
generatedBy?: string | undefined;
|
|
2576
|
-
} | undefined;
|
|
2577
|
-
} | undefined;
|
|
2578
2685
|
readonly readonlyWhen?: {
|
|
2579
2686
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2580
2687
|
source?: string | undefined;
|
|
@@ -2616,6 +2723,15 @@ declare const SysWebhook: Omit<{
|
|
|
2616
2723
|
value: string;
|
|
2617
2724
|
color?: string | undefined;
|
|
2618
2725
|
default?: boolean | undefined;
|
|
2726
|
+
visibleWhen?: {
|
|
2727
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2728
|
+
source?: string | undefined;
|
|
2729
|
+
ast?: unknown;
|
|
2730
|
+
meta?: {
|
|
2731
|
+
rationale?: string | undefined;
|
|
2732
|
+
generatedBy?: string | undefined;
|
|
2733
|
+
} | undefined;
|
|
2734
|
+
} | undefined;
|
|
2619
2735
|
}[] | undefined;
|
|
2620
2736
|
readonly description?: string | undefined;
|
|
2621
2737
|
readonly label?: string | undefined;
|
|
@@ -2633,6 +2749,15 @@ declare const SysWebhook: Omit<{
|
|
|
2633
2749
|
readonly system?: boolean | undefined;
|
|
2634
2750
|
readonly min?: number | undefined;
|
|
2635
2751
|
readonly max?: number | undefined;
|
|
2752
|
+
readonly visibleWhen?: {
|
|
2753
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2754
|
+
source?: string | undefined;
|
|
2755
|
+
ast?: unknown;
|
|
2756
|
+
meta?: {
|
|
2757
|
+
rationale?: string | undefined;
|
|
2758
|
+
generatedBy?: string | undefined;
|
|
2759
|
+
} | undefined;
|
|
2760
|
+
} | undefined;
|
|
2636
2761
|
readonly dimensions?: number | undefined;
|
|
2637
2762
|
readonly columnName?: string | undefined;
|
|
2638
2763
|
readonly searchable?: boolean | undefined;
|
|
@@ -2740,15 +2865,6 @@ declare const SysWebhook: Omit<{
|
|
|
2740
2865
|
maxVersions?: number | undefined;
|
|
2741
2866
|
} | undefined;
|
|
2742
2867
|
readonly trackHistory?: boolean | undefined;
|
|
2743
|
-
readonly visibleWhen?: {
|
|
2744
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2745
|
-
source?: string | undefined;
|
|
2746
|
-
ast?: unknown;
|
|
2747
|
-
meta?: {
|
|
2748
|
-
rationale?: string | undefined;
|
|
2749
|
-
generatedBy?: string | undefined;
|
|
2750
|
-
} | undefined;
|
|
2751
|
-
} | undefined;
|
|
2752
2868
|
readonly readonlyWhen?: {
|
|
2753
2869
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2754
2870
|
source?: string | undefined;
|
|
@@ -2790,6 +2906,15 @@ declare const SysWebhook: Omit<{
|
|
|
2790
2906
|
value: string;
|
|
2791
2907
|
color?: string | undefined;
|
|
2792
2908
|
default?: boolean | undefined;
|
|
2909
|
+
visibleWhen?: {
|
|
2910
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2911
|
+
source?: string | undefined;
|
|
2912
|
+
ast?: unknown;
|
|
2913
|
+
meta?: {
|
|
2914
|
+
rationale?: string | undefined;
|
|
2915
|
+
generatedBy?: string | undefined;
|
|
2916
|
+
} | undefined;
|
|
2917
|
+
} | undefined;
|
|
2793
2918
|
}[] | undefined;
|
|
2794
2919
|
readonly description?: string | undefined;
|
|
2795
2920
|
readonly label?: string | undefined;
|
|
@@ -2807,6 +2932,15 @@ declare const SysWebhook: Omit<{
|
|
|
2807
2932
|
readonly system?: boolean | undefined;
|
|
2808
2933
|
readonly min?: number | undefined;
|
|
2809
2934
|
readonly max?: number | undefined;
|
|
2935
|
+
readonly visibleWhen?: {
|
|
2936
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2937
|
+
source?: string | undefined;
|
|
2938
|
+
ast?: unknown;
|
|
2939
|
+
meta?: {
|
|
2940
|
+
rationale?: string | undefined;
|
|
2941
|
+
generatedBy?: string | undefined;
|
|
2942
|
+
} | undefined;
|
|
2943
|
+
} | undefined;
|
|
2810
2944
|
readonly dimensions?: number | undefined;
|
|
2811
2945
|
readonly columnName?: string | undefined;
|
|
2812
2946
|
readonly searchable?: boolean | undefined;
|
|
@@ -2914,15 +3048,6 @@ declare const SysWebhook: Omit<{
|
|
|
2914
3048
|
maxVersions?: number | undefined;
|
|
2915
3049
|
} | undefined;
|
|
2916
3050
|
readonly trackHistory?: boolean | undefined;
|
|
2917
|
-
readonly visibleWhen?: {
|
|
2918
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2919
|
-
source?: string | undefined;
|
|
2920
|
-
ast?: unknown;
|
|
2921
|
-
meta?: {
|
|
2922
|
-
rationale?: string | undefined;
|
|
2923
|
-
generatedBy?: string | undefined;
|
|
2924
|
-
} | undefined;
|
|
2925
|
-
} | undefined;
|
|
2926
3051
|
readonly readonlyWhen?: {
|
|
2927
3052
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2928
3053
|
source?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-webhooks",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.3.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Persistent, cluster-aware webhook dispatcher. Durable outbox + per-partition cluster.lock for exactly-once-ish delivery across nodes. See content/docs/concepts/webhook-delivery.mdx.",
|
|
6
6
|
"type": "module",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@objectstack/core": "12.
|
|
23
|
-
"@objectstack/service-messaging": "12.
|
|
24
|
-
"@objectstack/spec": "12.
|
|
22
|
+
"@objectstack/core": "12.3.0",
|
|
23
|
+
"@objectstack/service-messaging": "12.3.0",
|
|
24
|
+
"@objectstack/spec": "12.3.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^26.0.1",
|