@objectstack/plugin-webhooks 9.7.0 → 9.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/schema.d.cts CHANGED
@@ -41,7 +41,6 @@ declare const SysWebhook: Omit<{
41
41
  multiple: boolean;
42
42
  unique: boolean;
43
43
  deleteBehavior: "set_null" | "cascade" | "restrict";
44
- auditTrail: boolean;
45
44
  hidden: boolean;
46
45
  readonly: boolean;
47
46
  sortable: boolean;
@@ -67,7 +66,6 @@ declare const SysWebhook: Omit<{
67
66
  }[] | undefined;
68
67
  reference?: string | undefined;
69
68
  referenceFilters?: string[] | undefined;
70
- writeRequiresMasterRead?: boolean | undefined;
71
69
  inlineEdit?: boolean | "grid" | "form" | undefined;
72
70
  inlineTitle?: string | undefined;
73
71
  inlineColumns?: any[] | undefined;
@@ -99,23 +97,8 @@ declare const SysWebhook: Omit<{
99
97
  relationshipField?: string | undefined;
100
98
  } | undefined;
101
99
  language?: string | undefined;
102
- theme?: string | undefined;
103
- lineNumbers?: boolean | undefined;
104
100
  maxRating?: number | undefined;
105
- allowHalf?: boolean | undefined;
106
- displayMap?: boolean | undefined;
107
- allowGeocoding?: boolean | undefined;
108
- addressFormat?: "us" | "uk" | "international" | undefined;
109
- colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
110
- allowAlpha?: boolean | undefined;
111
- presetColors?: string[] | undefined;
112
101
  step?: number | undefined;
113
- showValue?: boolean | undefined;
114
- marks?: Record<string, string> | undefined;
115
- barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
116
- qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
117
- displayValue?: boolean | undefined;
118
- allowScanning?: boolean | undefined;
119
102
  currencyConfig?: {
120
103
  precision: number;
121
104
  currencyMode: "fixed" | "dynamic";
@@ -169,46 +152,8 @@ declare const SysWebhook: Omit<{
169
152
  } | undefined;
170
153
  maxVersions?: number | undefined;
171
154
  } | undefined;
172
- encryptionConfig?: {
173
- enabled: boolean;
174
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
175
- keyManagement: {
176
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
177
- keyId?: string | undefined;
178
- rotationPolicy?: {
179
- enabled: boolean;
180
- frequencyDays: number;
181
- retainOldVersions: number;
182
- autoRotate: boolean;
183
- } | undefined;
184
- };
185
- scope: "field" | "record" | "table" | "database";
186
- deterministicEncryption: boolean;
187
- searchableEncryption: boolean;
188
- } | undefined;
189
- maskingRule?: {
190
- field: string;
191
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
192
- preserveFormat: boolean;
193
- preserveLength: boolean;
194
- pattern?: string | undefined;
195
- roles?: string[] | undefined;
196
- exemptRoles?: string[] | undefined;
197
- } | undefined;
155
+ trackHistory?: boolean | undefined;
198
156
  dependencies?: string[] | undefined;
199
- cached?: {
200
- enabled: boolean;
201
- ttl: number;
202
- invalidateOn: string[];
203
- } | undefined;
204
- dataQuality?: {
205
- uniqueness: boolean;
206
- completeness: number;
207
- accuracy?: {
208
- source: string;
209
- threshold: number;
210
- } | undefined;
211
- } | undefined;
212
157
  group?: string | undefined;
213
158
  visibleWhen?: {
214
159
  dialect: "cel" | "js" | "cron" | "template";
@@ -280,7 +225,6 @@ declare const SysWebhook: Omit<{
280
225
  } | undefined;
281
226
  system?: boolean | undefined;
282
227
  inlineHelpText?: string | undefined;
283
- trackFeedHistory?: boolean | undefined;
284
228
  caseSensitive?: boolean | undefined;
285
229
  autonumberFormat?: string | undefined;
286
230
  }>;
@@ -371,12 +315,13 @@ declare const SysWebhook: Omit<{
371
315
  key: string;
372
316
  interval?: string | undefined;
373
317
  } | undefined;
374
- cdc?: {
375
- enabled: boolean;
376
- events: ("update" | "delete" | "insert")[];
377
- destination: string;
378
- } | undefined;
379
318
  validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
319
+ activityMilestones?: {
320
+ field: string;
321
+ value: string;
322
+ summary: string;
323
+ type?: string | undefined;
324
+ }[] | undefined;
380
325
  displayNameField?: string | undefined;
381
326
  recordName?: {
382
327
  type: "text" | "autonumber";
@@ -687,7 +632,6 @@ declare const SysWebhook: Omit<{
687
632
  clone: boolean;
688
633
  apiMethods?: ("create" | "update" | "delete" | "search" | "import" | "list" | "get" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
689
634
  } | undefined;
690
- recordTypes?: string[] | undefined;
691
635
  sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
692
636
  publicSharing?: {
693
637
  enabled: boolean;
@@ -933,7 +877,6 @@ declare const SysWebhook: Omit<{
933
877
  readonly required?: boolean | undefined;
934
878
  readonly multiple?: boolean | undefined;
935
879
  readonly dependencies?: string[] | undefined;
936
- readonly theme?: string | undefined;
937
880
  readonly externalId?: boolean | undefined;
938
881
  readonly defaultValue?: unknown;
939
882
  readonly group?: string | undefined;
@@ -941,23 +884,6 @@ declare const SysWebhook: Omit<{
941
884
  readonly system?: boolean | undefined;
942
885
  readonly min?: number | undefined;
943
886
  readonly max?: number | undefined;
944
- readonly encryptionConfig?: {
945
- enabled: boolean;
946
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
947
- keyManagement: {
948
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
949
- keyId?: string | undefined;
950
- rotationPolicy?: {
951
- enabled: boolean;
952
- frequencyDays: number;
953
- retainOldVersions: number;
954
- autoRotate: boolean;
955
- } | undefined;
956
- };
957
- scope: "record" | "field" | "table" | "database";
958
- deterministicEncryption: boolean;
959
- searchableEncryption: boolean;
960
- } | undefined;
961
887
  readonly columnName?: string | undefined;
962
888
  readonly searchable?: boolean | undefined;
963
889
  readonly unique?: boolean | undefined;
@@ -966,7 +892,6 @@ declare const SysWebhook: Omit<{
966
892
  readonly scale?: number | undefined;
967
893
  readonly reference?: string | undefined;
968
894
  readonly referenceFilters?: string[] | undefined;
969
- readonly writeRequiresMasterRead?: boolean | undefined;
970
895
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
971
896
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
972
897
  readonly inlineTitle?: string | undefined;
@@ -991,22 +916,8 @@ declare const SysWebhook: Omit<{
991
916
  relationshipField?: string | undefined;
992
917
  } | undefined;
993
918
  readonly language?: string | undefined;
994
- readonly lineNumbers?: boolean | undefined;
995
919
  readonly maxRating?: number | undefined;
996
- readonly allowHalf?: boolean | undefined;
997
- readonly displayMap?: boolean | undefined;
998
- readonly allowGeocoding?: boolean | undefined;
999
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
1000
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
1001
- readonly allowAlpha?: boolean | undefined;
1002
- readonly presetColors?: string[] | undefined;
1003
920
  readonly step?: number | undefined;
1004
- readonly showValue?: boolean | undefined;
1005
- readonly marks?: Record<string, string> | undefined;
1006
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
1007
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
1008
- readonly displayValue?: boolean | undefined;
1009
- readonly allowScanning?: boolean | undefined;
1010
921
  readonly currencyConfig?: {
1011
922
  precision: number;
1012
923
  currencyMode: "fixed" | "dynamic";
@@ -1060,29 +971,7 @@ declare const SysWebhook: Omit<{
1060
971
  } | undefined;
1061
972
  maxVersions?: number | undefined;
1062
973
  } | undefined;
1063
- readonly maskingRule?: {
1064
- field: string;
1065
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
1066
- preserveFormat: boolean;
1067
- preserveLength: boolean;
1068
- pattern?: string | undefined;
1069
- roles?: string[] | undefined;
1070
- exemptRoles?: string[] | undefined;
1071
- } | undefined;
1072
- readonly auditTrail?: boolean | undefined;
1073
- readonly cached?: {
1074
- enabled: boolean;
1075
- ttl: number;
1076
- invalidateOn: string[];
1077
- } | undefined;
1078
- readonly dataQuality?: {
1079
- uniqueness: boolean;
1080
- completeness: number;
1081
- accuracy?: {
1082
- source: string;
1083
- threshold: number;
1084
- } | undefined;
1085
- } | undefined;
974
+ readonly trackHistory?: boolean | undefined;
1086
975
  readonly visibleWhen?: {
1087
976
  dialect: "cel" | "js" | "cron" | "template";
1088
977
  source?: string | undefined;
@@ -1121,7 +1010,6 @@ declare const SysWebhook: Omit<{
1121
1010
  } | undefined;
1122
1011
  readonly sortable?: boolean | undefined;
1123
1012
  readonly inlineHelpText?: string | undefined;
1124
- readonly trackFeedHistory?: boolean | undefined;
1125
1013
  readonly caseSensitive?: boolean | undefined;
1126
1014
  readonly autonumberFormat?: string | undefined;
1127
1015
  readonly index?: boolean | undefined;
@@ -1143,7 +1031,6 @@ declare const SysWebhook: Omit<{
1143
1031
  readonly required?: boolean | undefined;
1144
1032
  readonly multiple?: boolean | undefined;
1145
1033
  readonly dependencies?: string[] | undefined;
1146
- readonly theme?: string | undefined;
1147
1034
  readonly externalId?: boolean | undefined;
1148
1035
  readonly defaultValue?: unknown;
1149
1036
  readonly group?: string | undefined;
@@ -1151,23 +1038,6 @@ declare const SysWebhook: Omit<{
1151
1038
  readonly system?: boolean | undefined;
1152
1039
  readonly min?: number | undefined;
1153
1040
  readonly max?: number | undefined;
1154
- readonly encryptionConfig?: {
1155
- enabled: boolean;
1156
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
1157
- keyManagement: {
1158
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
1159
- keyId?: string | undefined;
1160
- rotationPolicy?: {
1161
- enabled: boolean;
1162
- frequencyDays: number;
1163
- retainOldVersions: number;
1164
- autoRotate: boolean;
1165
- } | undefined;
1166
- };
1167
- scope: "record" | "field" | "table" | "database";
1168
- deterministicEncryption: boolean;
1169
- searchableEncryption: boolean;
1170
- } | undefined;
1171
1041
  readonly columnName?: string | undefined;
1172
1042
  readonly searchable?: boolean | undefined;
1173
1043
  readonly unique?: boolean | undefined;
@@ -1176,7 +1046,6 @@ declare const SysWebhook: Omit<{
1176
1046
  readonly scale?: number | undefined;
1177
1047
  readonly reference?: string | undefined;
1178
1048
  readonly referenceFilters?: string[] | undefined;
1179
- readonly writeRequiresMasterRead?: boolean | undefined;
1180
1049
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1181
1050
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1182
1051
  readonly inlineTitle?: string | undefined;
@@ -1201,22 +1070,8 @@ declare const SysWebhook: Omit<{
1201
1070
  relationshipField?: string | undefined;
1202
1071
  } | undefined;
1203
1072
  readonly language?: string | undefined;
1204
- readonly lineNumbers?: boolean | undefined;
1205
1073
  readonly maxRating?: number | undefined;
1206
- readonly allowHalf?: boolean | undefined;
1207
- readonly displayMap?: boolean | undefined;
1208
- readonly allowGeocoding?: boolean | undefined;
1209
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
1210
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
1211
- readonly allowAlpha?: boolean | undefined;
1212
- readonly presetColors?: string[] | undefined;
1213
1074
  readonly step?: number | undefined;
1214
- readonly showValue?: boolean | undefined;
1215
- readonly marks?: Record<string, string> | undefined;
1216
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
1217
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
1218
- readonly displayValue?: boolean | undefined;
1219
- readonly allowScanning?: boolean | undefined;
1220
1075
  readonly currencyConfig?: {
1221
1076
  precision: number;
1222
1077
  currencyMode: "fixed" | "dynamic";
@@ -1270,29 +1125,7 @@ declare const SysWebhook: Omit<{
1270
1125
  } | undefined;
1271
1126
  maxVersions?: number | undefined;
1272
1127
  } | undefined;
1273
- readonly maskingRule?: {
1274
- field: string;
1275
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
1276
- preserveFormat: boolean;
1277
- preserveLength: boolean;
1278
- pattern?: string | undefined;
1279
- roles?: string[] | undefined;
1280
- exemptRoles?: string[] | undefined;
1281
- } | undefined;
1282
- readonly auditTrail?: boolean | undefined;
1283
- readonly cached?: {
1284
- enabled: boolean;
1285
- ttl: number;
1286
- invalidateOn: string[];
1287
- } | undefined;
1288
- readonly dataQuality?: {
1289
- uniqueness: boolean;
1290
- completeness: number;
1291
- accuracy?: {
1292
- source: string;
1293
- threshold: number;
1294
- } | undefined;
1295
- } | undefined;
1128
+ readonly trackHistory?: boolean | undefined;
1296
1129
  readonly visibleWhen?: {
1297
1130
  dialect: "cel" | "js" | "cron" | "template";
1298
1131
  source?: string | undefined;
@@ -1331,7 +1164,6 @@ declare const SysWebhook: Omit<{
1331
1164
  } | undefined;
1332
1165
  readonly sortable?: boolean | undefined;
1333
1166
  readonly inlineHelpText?: string | undefined;
1334
- readonly trackFeedHistory?: boolean | undefined;
1335
1167
  readonly caseSensitive?: boolean | undefined;
1336
1168
  readonly autonumberFormat?: string | undefined;
1337
1169
  readonly index?: boolean | undefined;
@@ -1353,7 +1185,6 @@ declare const SysWebhook: Omit<{
1353
1185
  readonly required?: boolean | undefined;
1354
1186
  readonly multiple?: boolean | undefined;
1355
1187
  readonly dependencies?: string[] | undefined;
1356
- readonly theme?: string | undefined;
1357
1188
  readonly externalId?: boolean | undefined;
1358
1189
  readonly defaultValue?: unknown;
1359
1190
  readonly group?: string | undefined;
@@ -1361,23 +1192,6 @@ declare const SysWebhook: Omit<{
1361
1192
  readonly system?: boolean | undefined;
1362
1193
  readonly min?: number | undefined;
1363
1194
  readonly max?: number | undefined;
1364
- readonly encryptionConfig?: {
1365
- enabled: boolean;
1366
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
1367
- keyManagement: {
1368
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
1369
- keyId?: string | undefined;
1370
- rotationPolicy?: {
1371
- enabled: boolean;
1372
- frequencyDays: number;
1373
- retainOldVersions: number;
1374
- autoRotate: boolean;
1375
- } | undefined;
1376
- };
1377
- scope: "record" | "field" | "table" | "database";
1378
- deterministicEncryption: boolean;
1379
- searchableEncryption: boolean;
1380
- } | undefined;
1381
1195
  readonly columnName?: string | undefined;
1382
1196
  readonly searchable?: boolean | undefined;
1383
1197
  readonly unique?: boolean | undefined;
@@ -1386,7 +1200,6 @@ declare const SysWebhook: Omit<{
1386
1200
  readonly scale?: number | undefined;
1387
1201
  readonly reference?: string | undefined;
1388
1202
  readonly referenceFilters?: string[] | undefined;
1389
- readonly writeRequiresMasterRead?: boolean | undefined;
1390
1203
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1391
1204
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1392
1205
  readonly inlineTitle?: string | undefined;
@@ -1411,22 +1224,8 @@ declare const SysWebhook: Omit<{
1411
1224
  relationshipField?: string | undefined;
1412
1225
  } | undefined;
1413
1226
  readonly language?: string | undefined;
1414
- readonly lineNumbers?: boolean | undefined;
1415
1227
  readonly maxRating?: number | undefined;
1416
- readonly allowHalf?: boolean | undefined;
1417
- readonly displayMap?: boolean | undefined;
1418
- readonly allowGeocoding?: boolean | undefined;
1419
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
1420
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
1421
- readonly allowAlpha?: boolean | undefined;
1422
- readonly presetColors?: string[] | undefined;
1423
1228
  readonly step?: number | undefined;
1424
- readonly showValue?: boolean | undefined;
1425
- readonly marks?: Record<string, string> | undefined;
1426
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
1427
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
1428
- readonly displayValue?: boolean | undefined;
1429
- readonly allowScanning?: boolean | undefined;
1430
1229
  readonly currencyConfig?: {
1431
1230
  precision: number;
1432
1231
  currencyMode: "fixed" | "dynamic";
@@ -1480,29 +1279,7 @@ declare const SysWebhook: Omit<{
1480
1279
  } | undefined;
1481
1280
  maxVersions?: number | undefined;
1482
1281
  } | undefined;
1483
- readonly maskingRule?: {
1484
- field: string;
1485
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
1486
- preserveFormat: boolean;
1487
- preserveLength: boolean;
1488
- pattern?: string | undefined;
1489
- roles?: string[] | undefined;
1490
- exemptRoles?: string[] | undefined;
1491
- } | undefined;
1492
- readonly auditTrail?: boolean | undefined;
1493
- readonly cached?: {
1494
- enabled: boolean;
1495
- ttl: number;
1496
- invalidateOn: string[];
1497
- } | undefined;
1498
- readonly dataQuality?: {
1499
- uniqueness: boolean;
1500
- completeness: number;
1501
- accuracy?: {
1502
- source: string;
1503
- threshold: number;
1504
- } | undefined;
1505
- } | undefined;
1282
+ readonly trackHistory?: boolean | undefined;
1506
1283
  readonly visibleWhen?: {
1507
1284
  dialect: "cel" | "js" | "cron" | "template";
1508
1285
  source?: string | undefined;
@@ -1541,7 +1318,6 @@ declare const SysWebhook: Omit<{
1541
1318
  } | undefined;
1542
1319
  readonly sortable?: boolean | undefined;
1543
1320
  readonly inlineHelpText?: string | undefined;
1544
- readonly trackFeedHistory?: boolean | undefined;
1545
1321
  readonly caseSensitive?: boolean | undefined;
1546
1322
  readonly autonumberFormat?: string | undefined;
1547
1323
  readonly index?: boolean | undefined;
@@ -1563,7 +1339,6 @@ declare const SysWebhook: Omit<{
1563
1339
  readonly required?: boolean | undefined;
1564
1340
  readonly multiple?: boolean | undefined;
1565
1341
  readonly dependencies?: string[] | undefined;
1566
- readonly theme?: string | undefined;
1567
1342
  readonly externalId?: boolean | undefined;
1568
1343
  readonly defaultValue?: unknown;
1569
1344
  readonly group?: string | undefined;
@@ -1571,23 +1346,6 @@ declare const SysWebhook: Omit<{
1571
1346
  readonly system?: boolean | undefined;
1572
1347
  readonly min?: number | undefined;
1573
1348
  readonly max?: number | undefined;
1574
- readonly encryptionConfig?: {
1575
- enabled: boolean;
1576
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
1577
- keyManagement: {
1578
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
1579
- keyId?: string | undefined;
1580
- rotationPolicy?: {
1581
- enabled: boolean;
1582
- frequencyDays: number;
1583
- retainOldVersions: number;
1584
- autoRotate: boolean;
1585
- } | undefined;
1586
- };
1587
- scope: "record" | "field" | "table" | "database";
1588
- deterministicEncryption: boolean;
1589
- searchableEncryption: boolean;
1590
- } | undefined;
1591
1349
  readonly columnName?: string | undefined;
1592
1350
  readonly searchable?: boolean | undefined;
1593
1351
  readonly unique?: boolean | undefined;
@@ -1596,7 +1354,6 @@ declare const SysWebhook: Omit<{
1596
1354
  readonly scale?: number | undefined;
1597
1355
  readonly reference?: string | undefined;
1598
1356
  readonly referenceFilters?: string[] | undefined;
1599
- readonly writeRequiresMasterRead?: boolean | undefined;
1600
1357
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1601
1358
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1602
1359
  readonly inlineTitle?: string | undefined;
@@ -1621,22 +1378,8 @@ declare const SysWebhook: Omit<{
1621
1378
  relationshipField?: string | undefined;
1622
1379
  } | undefined;
1623
1380
  readonly language?: string | undefined;
1624
- readonly lineNumbers?: boolean | undefined;
1625
1381
  readonly maxRating?: number | undefined;
1626
- readonly allowHalf?: boolean | undefined;
1627
- readonly displayMap?: boolean | undefined;
1628
- readonly allowGeocoding?: boolean | undefined;
1629
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
1630
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
1631
- readonly allowAlpha?: boolean | undefined;
1632
- readonly presetColors?: string[] | undefined;
1633
1382
  readonly step?: number | undefined;
1634
- readonly showValue?: boolean | undefined;
1635
- readonly marks?: Record<string, string> | undefined;
1636
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
1637
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
1638
- readonly displayValue?: boolean | undefined;
1639
- readonly allowScanning?: boolean | undefined;
1640
1383
  readonly currencyConfig?: {
1641
1384
  precision: number;
1642
1385
  currencyMode: "fixed" | "dynamic";
@@ -1690,29 +1433,7 @@ declare const SysWebhook: Omit<{
1690
1433
  } | undefined;
1691
1434
  maxVersions?: number | undefined;
1692
1435
  } | undefined;
1693
- readonly maskingRule?: {
1694
- field: string;
1695
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
1696
- preserveFormat: boolean;
1697
- preserveLength: boolean;
1698
- pattern?: string | undefined;
1699
- roles?: string[] | undefined;
1700
- exemptRoles?: string[] | undefined;
1701
- } | undefined;
1702
- readonly auditTrail?: boolean | undefined;
1703
- readonly cached?: {
1704
- enabled: boolean;
1705
- ttl: number;
1706
- invalidateOn: string[];
1707
- } | undefined;
1708
- readonly dataQuality?: {
1709
- uniqueness: boolean;
1710
- completeness: number;
1711
- accuracy?: {
1712
- source: string;
1713
- threshold: number;
1714
- } | undefined;
1715
- } | undefined;
1436
+ readonly trackHistory?: boolean | undefined;
1716
1437
  readonly visibleWhen?: {
1717
1438
  dialect: "cel" | "js" | "cron" | "template";
1718
1439
  source?: string | undefined;
@@ -1751,7 +1472,6 @@ declare const SysWebhook: Omit<{
1751
1472
  } | undefined;
1752
1473
  readonly sortable?: boolean | undefined;
1753
1474
  readonly inlineHelpText?: string | undefined;
1754
- readonly trackFeedHistory?: boolean | undefined;
1755
1475
  readonly caseSensitive?: boolean | undefined;
1756
1476
  readonly autonumberFormat?: string | undefined;
1757
1477
  readonly index?: boolean | undefined;
@@ -1773,7 +1493,6 @@ declare const SysWebhook: Omit<{
1773
1493
  readonly required?: boolean | undefined;
1774
1494
  readonly multiple?: boolean | undefined;
1775
1495
  readonly dependencies?: string[] | undefined;
1776
- readonly theme?: string | undefined;
1777
1496
  readonly externalId?: boolean | undefined;
1778
1497
  readonly defaultValue?: unknown;
1779
1498
  readonly group?: string | undefined;
@@ -1781,23 +1500,6 @@ declare const SysWebhook: Omit<{
1781
1500
  readonly system?: boolean | undefined;
1782
1501
  readonly min?: number | undefined;
1783
1502
  readonly max?: number | undefined;
1784
- readonly encryptionConfig?: {
1785
- enabled: boolean;
1786
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
1787
- keyManagement: {
1788
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
1789
- keyId?: string | undefined;
1790
- rotationPolicy?: {
1791
- enabled: boolean;
1792
- frequencyDays: number;
1793
- retainOldVersions: number;
1794
- autoRotate: boolean;
1795
- } | undefined;
1796
- };
1797
- scope: "record" | "field" | "table" | "database";
1798
- deterministicEncryption: boolean;
1799
- searchableEncryption: boolean;
1800
- } | undefined;
1801
1503
  readonly columnName?: string | undefined;
1802
1504
  readonly searchable?: boolean | undefined;
1803
1505
  readonly unique?: boolean | undefined;
@@ -1806,7 +1508,6 @@ declare const SysWebhook: Omit<{
1806
1508
  readonly scale?: number | undefined;
1807
1509
  readonly reference?: string | undefined;
1808
1510
  readonly referenceFilters?: string[] | undefined;
1809
- readonly writeRequiresMasterRead?: boolean | undefined;
1810
1511
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1811
1512
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1812
1513
  readonly inlineTitle?: string | undefined;
@@ -1831,22 +1532,8 @@ declare const SysWebhook: Omit<{
1831
1532
  relationshipField?: string | undefined;
1832
1533
  } | undefined;
1833
1534
  readonly language?: string | undefined;
1834
- readonly lineNumbers?: boolean | undefined;
1835
1535
  readonly maxRating?: number | undefined;
1836
- readonly allowHalf?: boolean | undefined;
1837
- readonly displayMap?: boolean | undefined;
1838
- readonly allowGeocoding?: boolean | undefined;
1839
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
1840
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
1841
- readonly allowAlpha?: boolean | undefined;
1842
- readonly presetColors?: string[] | undefined;
1843
1536
  readonly step?: number | undefined;
1844
- readonly showValue?: boolean | undefined;
1845
- readonly marks?: Record<string, string> | undefined;
1846
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
1847
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
1848
- readonly displayValue?: boolean | undefined;
1849
- readonly allowScanning?: boolean | undefined;
1850
1537
  readonly currencyConfig?: {
1851
1538
  precision: number;
1852
1539
  currencyMode: "fixed" | "dynamic";
@@ -1900,29 +1587,7 @@ declare const SysWebhook: Omit<{
1900
1587
  } | undefined;
1901
1588
  maxVersions?: number | undefined;
1902
1589
  } | undefined;
1903
- readonly maskingRule?: {
1904
- field: string;
1905
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
1906
- preserveFormat: boolean;
1907
- preserveLength: boolean;
1908
- pattern?: string | undefined;
1909
- roles?: string[] | undefined;
1910
- exemptRoles?: string[] | undefined;
1911
- } | undefined;
1912
- readonly auditTrail?: boolean | undefined;
1913
- readonly cached?: {
1914
- enabled: boolean;
1915
- ttl: number;
1916
- invalidateOn: string[];
1917
- } | undefined;
1918
- readonly dataQuality?: {
1919
- uniqueness: boolean;
1920
- completeness: number;
1921
- accuracy?: {
1922
- source: string;
1923
- threshold: number;
1924
- } | undefined;
1925
- } | undefined;
1590
+ readonly trackHistory?: boolean | undefined;
1926
1591
  readonly visibleWhen?: {
1927
1592
  dialect: "cel" | "js" | "cron" | "template";
1928
1593
  source?: string | undefined;
@@ -1961,7 +1626,6 @@ declare const SysWebhook: Omit<{
1961
1626
  } | undefined;
1962
1627
  readonly sortable?: boolean | undefined;
1963
1628
  readonly inlineHelpText?: string | undefined;
1964
- readonly trackFeedHistory?: boolean | undefined;
1965
1629
  readonly caseSensitive?: boolean | undefined;
1966
1630
  readonly autonumberFormat?: string | undefined;
1967
1631
  readonly index?: boolean | undefined;
@@ -1983,7 +1647,6 @@ declare const SysWebhook: Omit<{
1983
1647
  readonly required?: boolean | undefined;
1984
1648
  readonly multiple?: boolean | undefined;
1985
1649
  readonly dependencies?: string[] | undefined;
1986
- readonly theme?: string | undefined;
1987
1650
  readonly externalId?: boolean | undefined;
1988
1651
  readonly defaultValue?: unknown;
1989
1652
  readonly group?: string | undefined;
@@ -1991,23 +1654,6 @@ declare const SysWebhook: Omit<{
1991
1654
  readonly system?: boolean | undefined;
1992
1655
  readonly min?: number | undefined;
1993
1656
  readonly max?: number | undefined;
1994
- readonly encryptionConfig?: {
1995
- enabled: boolean;
1996
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
1997
- keyManagement: {
1998
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
1999
- keyId?: string | undefined;
2000
- rotationPolicy?: {
2001
- enabled: boolean;
2002
- frequencyDays: number;
2003
- retainOldVersions: number;
2004
- autoRotate: boolean;
2005
- } | undefined;
2006
- };
2007
- scope: "record" | "field" | "table" | "database";
2008
- deterministicEncryption: boolean;
2009
- searchableEncryption: boolean;
2010
- } | undefined;
2011
1657
  readonly columnName?: string | undefined;
2012
1658
  readonly searchable?: boolean | undefined;
2013
1659
  readonly unique?: boolean | undefined;
@@ -2016,7 +1662,6 @@ declare const SysWebhook: Omit<{
2016
1662
  readonly scale?: number | undefined;
2017
1663
  readonly reference?: string | undefined;
2018
1664
  readonly referenceFilters?: string[] | undefined;
2019
- readonly writeRequiresMasterRead?: boolean | undefined;
2020
1665
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2021
1666
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2022
1667
  readonly inlineTitle?: string | undefined;
@@ -2041,22 +1686,8 @@ declare const SysWebhook: Omit<{
2041
1686
  relationshipField?: string | undefined;
2042
1687
  } | undefined;
2043
1688
  readonly language?: string | undefined;
2044
- readonly lineNumbers?: boolean | undefined;
2045
1689
  readonly maxRating?: number | undefined;
2046
- readonly allowHalf?: boolean | undefined;
2047
- readonly displayMap?: boolean | undefined;
2048
- readonly allowGeocoding?: boolean | undefined;
2049
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
2050
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
2051
- readonly allowAlpha?: boolean | undefined;
2052
- readonly presetColors?: string[] | undefined;
2053
1690
  readonly step?: number | undefined;
2054
- readonly showValue?: boolean | undefined;
2055
- readonly marks?: Record<string, string> | undefined;
2056
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
2057
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
2058
- readonly displayValue?: boolean | undefined;
2059
- readonly allowScanning?: boolean | undefined;
2060
1691
  readonly currencyConfig?: {
2061
1692
  precision: number;
2062
1693
  currencyMode: "fixed" | "dynamic";
@@ -2110,29 +1741,7 @@ declare const SysWebhook: Omit<{
2110
1741
  } | undefined;
2111
1742
  maxVersions?: number | undefined;
2112
1743
  } | undefined;
2113
- readonly maskingRule?: {
2114
- field: string;
2115
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
2116
- preserveFormat: boolean;
2117
- preserveLength: boolean;
2118
- pattern?: string | undefined;
2119
- roles?: string[] | undefined;
2120
- exemptRoles?: string[] | undefined;
2121
- } | undefined;
2122
- readonly auditTrail?: boolean | undefined;
2123
- readonly cached?: {
2124
- enabled: boolean;
2125
- ttl: number;
2126
- invalidateOn: string[];
2127
- } | undefined;
2128
- readonly dataQuality?: {
2129
- uniqueness: boolean;
2130
- completeness: number;
2131
- accuracy?: {
2132
- source: string;
2133
- threshold: number;
2134
- } | undefined;
2135
- } | undefined;
1744
+ readonly trackHistory?: boolean | undefined;
2136
1745
  readonly visibleWhen?: {
2137
1746
  dialect: "cel" | "js" | "cron" | "template";
2138
1747
  source?: string | undefined;
@@ -2171,7 +1780,6 @@ declare const SysWebhook: Omit<{
2171
1780
  } | undefined;
2172
1781
  readonly sortable?: boolean | undefined;
2173
1782
  readonly inlineHelpText?: string | undefined;
2174
- readonly trackFeedHistory?: boolean | undefined;
2175
1783
  readonly caseSensitive?: boolean | undefined;
2176
1784
  readonly autonumberFormat?: string | undefined;
2177
1785
  readonly index?: boolean | undefined;
@@ -2193,7 +1801,6 @@ declare const SysWebhook: Omit<{
2193
1801
  readonly required?: boolean | undefined;
2194
1802
  readonly multiple?: boolean | undefined;
2195
1803
  readonly dependencies?: string[] | undefined;
2196
- readonly theme?: string | undefined;
2197
1804
  readonly externalId?: boolean | undefined;
2198
1805
  readonly defaultValue?: unknown;
2199
1806
  readonly group?: string | undefined;
@@ -2201,23 +1808,6 @@ declare const SysWebhook: Omit<{
2201
1808
  readonly system?: boolean | undefined;
2202
1809
  readonly min?: number | undefined;
2203
1810
  readonly max?: number | undefined;
2204
- readonly encryptionConfig?: {
2205
- enabled: boolean;
2206
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
2207
- keyManagement: {
2208
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
2209
- keyId?: string | undefined;
2210
- rotationPolicy?: {
2211
- enabled: boolean;
2212
- frequencyDays: number;
2213
- retainOldVersions: number;
2214
- autoRotate: boolean;
2215
- } | undefined;
2216
- };
2217
- scope: "record" | "field" | "table" | "database";
2218
- deterministicEncryption: boolean;
2219
- searchableEncryption: boolean;
2220
- } | undefined;
2221
1811
  readonly columnName?: string | undefined;
2222
1812
  readonly searchable?: boolean | undefined;
2223
1813
  readonly unique?: boolean | undefined;
@@ -2226,7 +1816,6 @@ declare const SysWebhook: Omit<{
2226
1816
  readonly scale?: number | undefined;
2227
1817
  readonly reference?: string | undefined;
2228
1818
  readonly referenceFilters?: string[] | undefined;
2229
- readonly writeRequiresMasterRead?: boolean | undefined;
2230
1819
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2231
1820
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2232
1821
  readonly inlineTitle?: string | undefined;
@@ -2251,22 +1840,8 @@ declare const SysWebhook: Omit<{
2251
1840
  relationshipField?: string | undefined;
2252
1841
  } | undefined;
2253
1842
  readonly language?: string | undefined;
2254
- readonly lineNumbers?: boolean | undefined;
2255
1843
  readonly maxRating?: number | undefined;
2256
- readonly allowHalf?: boolean | undefined;
2257
- readonly displayMap?: boolean | undefined;
2258
- readonly allowGeocoding?: boolean | undefined;
2259
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
2260
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
2261
- readonly allowAlpha?: boolean | undefined;
2262
- readonly presetColors?: string[] | undefined;
2263
1844
  readonly step?: number | undefined;
2264
- readonly showValue?: boolean | undefined;
2265
- readonly marks?: Record<string, string> | undefined;
2266
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
2267
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
2268
- readonly displayValue?: boolean | undefined;
2269
- readonly allowScanning?: boolean | undefined;
2270
1845
  readonly currencyConfig?: {
2271
1846
  precision: number;
2272
1847
  currencyMode: "fixed" | "dynamic";
@@ -2320,29 +1895,7 @@ declare const SysWebhook: Omit<{
2320
1895
  } | undefined;
2321
1896
  maxVersions?: number | undefined;
2322
1897
  } | undefined;
2323
- readonly maskingRule?: {
2324
- field: string;
2325
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
2326
- preserveFormat: boolean;
2327
- preserveLength: boolean;
2328
- pattern?: string | undefined;
2329
- roles?: string[] | undefined;
2330
- exemptRoles?: string[] | undefined;
2331
- } | undefined;
2332
- readonly auditTrail?: boolean | undefined;
2333
- readonly cached?: {
2334
- enabled: boolean;
2335
- ttl: number;
2336
- invalidateOn: string[];
2337
- } | undefined;
2338
- readonly dataQuality?: {
2339
- uniqueness: boolean;
2340
- completeness: number;
2341
- accuracy?: {
2342
- source: string;
2343
- threshold: number;
2344
- } | undefined;
2345
- } | undefined;
1898
+ readonly trackHistory?: boolean | undefined;
2346
1899
  readonly visibleWhen?: {
2347
1900
  dialect: "cel" | "js" | "cron" | "template";
2348
1901
  source?: string | undefined;
@@ -2381,7 +1934,6 @@ declare const SysWebhook: Omit<{
2381
1934
  } | undefined;
2382
1935
  readonly sortable?: boolean | undefined;
2383
1936
  readonly inlineHelpText?: string | undefined;
2384
- readonly trackFeedHistory?: boolean | undefined;
2385
1937
  readonly caseSensitive?: boolean | undefined;
2386
1938
  readonly autonumberFormat?: string | undefined;
2387
1939
  readonly index?: boolean | undefined;
@@ -2403,7 +1955,6 @@ declare const SysWebhook: Omit<{
2403
1955
  readonly required?: boolean | undefined;
2404
1956
  readonly multiple?: boolean | undefined;
2405
1957
  readonly dependencies?: string[] | undefined;
2406
- readonly theme?: string | undefined;
2407
1958
  readonly externalId?: boolean | undefined;
2408
1959
  readonly defaultValue?: unknown;
2409
1960
  readonly group?: string | undefined;
@@ -2411,23 +1962,6 @@ declare const SysWebhook: Omit<{
2411
1962
  readonly system?: boolean | undefined;
2412
1963
  readonly min?: number | undefined;
2413
1964
  readonly max?: number | undefined;
2414
- readonly encryptionConfig?: {
2415
- enabled: boolean;
2416
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
2417
- keyManagement: {
2418
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
2419
- keyId?: string | undefined;
2420
- rotationPolicy?: {
2421
- enabled: boolean;
2422
- frequencyDays: number;
2423
- retainOldVersions: number;
2424
- autoRotate: boolean;
2425
- } | undefined;
2426
- };
2427
- scope: "record" | "field" | "table" | "database";
2428
- deterministicEncryption: boolean;
2429
- searchableEncryption: boolean;
2430
- } | undefined;
2431
1965
  readonly columnName?: string | undefined;
2432
1966
  readonly searchable?: boolean | undefined;
2433
1967
  readonly unique?: boolean | undefined;
@@ -2436,7 +1970,6 @@ declare const SysWebhook: Omit<{
2436
1970
  readonly scale?: number | undefined;
2437
1971
  readonly reference?: string | undefined;
2438
1972
  readonly referenceFilters?: string[] | undefined;
2439
- readonly writeRequiresMasterRead?: boolean | undefined;
2440
1973
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2441
1974
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2442
1975
  readonly inlineTitle?: string | undefined;
@@ -2461,22 +1994,8 @@ declare const SysWebhook: Omit<{
2461
1994
  relationshipField?: string | undefined;
2462
1995
  } | undefined;
2463
1996
  readonly language?: string | undefined;
2464
- readonly lineNumbers?: boolean | undefined;
2465
1997
  readonly maxRating?: number | undefined;
2466
- readonly allowHalf?: boolean | undefined;
2467
- readonly displayMap?: boolean | undefined;
2468
- readonly allowGeocoding?: boolean | undefined;
2469
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
2470
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
2471
- readonly allowAlpha?: boolean | undefined;
2472
- readonly presetColors?: string[] | undefined;
2473
1998
  readonly step?: number | undefined;
2474
- readonly showValue?: boolean | undefined;
2475
- readonly marks?: Record<string, string> | undefined;
2476
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
2477
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
2478
- readonly displayValue?: boolean | undefined;
2479
- readonly allowScanning?: boolean | undefined;
2480
1999
  readonly currencyConfig?: {
2481
2000
  precision: number;
2482
2001
  currencyMode: "fixed" | "dynamic";
@@ -2530,29 +2049,7 @@ declare const SysWebhook: Omit<{
2530
2049
  } | undefined;
2531
2050
  maxVersions?: number | undefined;
2532
2051
  } | undefined;
2533
- readonly maskingRule?: {
2534
- field: string;
2535
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
2536
- preserveFormat: boolean;
2537
- preserveLength: boolean;
2538
- pattern?: string | undefined;
2539
- roles?: string[] | undefined;
2540
- exemptRoles?: string[] | undefined;
2541
- } | undefined;
2542
- readonly auditTrail?: boolean | undefined;
2543
- readonly cached?: {
2544
- enabled: boolean;
2545
- ttl: number;
2546
- invalidateOn: string[];
2547
- } | undefined;
2548
- readonly dataQuality?: {
2549
- uniqueness: boolean;
2550
- completeness: number;
2551
- accuracy?: {
2552
- source: string;
2553
- threshold: number;
2554
- } | undefined;
2555
- } | undefined;
2052
+ readonly trackHistory?: boolean | undefined;
2556
2053
  readonly visibleWhen?: {
2557
2054
  dialect: "cel" | "js" | "cron" | "template";
2558
2055
  source?: string | undefined;
@@ -2591,7 +2088,6 @@ declare const SysWebhook: Omit<{
2591
2088
  } | undefined;
2592
2089
  readonly sortable?: boolean | undefined;
2593
2090
  readonly inlineHelpText?: string | undefined;
2594
- readonly trackFeedHistory?: boolean | undefined;
2595
2091
  readonly caseSensitive?: boolean | undefined;
2596
2092
  readonly autonumberFormat?: string | undefined;
2597
2093
  readonly index?: boolean | undefined;
@@ -2613,7 +2109,6 @@ declare const SysWebhook: Omit<{
2613
2109
  readonly required?: boolean | undefined;
2614
2110
  readonly multiple?: boolean | undefined;
2615
2111
  readonly dependencies?: string[] | undefined;
2616
- readonly theme?: string | undefined;
2617
2112
  readonly externalId?: boolean | undefined;
2618
2113
  readonly defaultValue?: unknown;
2619
2114
  readonly group?: string | undefined;
@@ -2621,23 +2116,6 @@ declare const SysWebhook: Omit<{
2621
2116
  readonly system?: boolean | undefined;
2622
2117
  readonly min?: number | undefined;
2623
2118
  readonly max?: number | undefined;
2624
- readonly encryptionConfig?: {
2625
- enabled: boolean;
2626
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
2627
- keyManagement: {
2628
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
2629
- keyId?: string | undefined;
2630
- rotationPolicy?: {
2631
- enabled: boolean;
2632
- frequencyDays: number;
2633
- retainOldVersions: number;
2634
- autoRotate: boolean;
2635
- } | undefined;
2636
- };
2637
- scope: "record" | "field" | "table" | "database";
2638
- deterministicEncryption: boolean;
2639
- searchableEncryption: boolean;
2640
- } | undefined;
2641
2119
  readonly columnName?: string | undefined;
2642
2120
  readonly searchable?: boolean | undefined;
2643
2121
  readonly unique?: boolean | undefined;
@@ -2646,7 +2124,6 @@ declare const SysWebhook: Omit<{
2646
2124
  readonly scale?: number | undefined;
2647
2125
  readonly reference?: string | undefined;
2648
2126
  readonly referenceFilters?: string[] | undefined;
2649
- readonly writeRequiresMasterRead?: boolean | undefined;
2650
2127
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2651
2128
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2652
2129
  readonly inlineTitle?: string | undefined;
@@ -2671,22 +2148,8 @@ declare const SysWebhook: Omit<{
2671
2148
  relationshipField?: string | undefined;
2672
2149
  } | undefined;
2673
2150
  readonly language?: string | undefined;
2674
- readonly lineNumbers?: boolean | undefined;
2675
2151
  readonly maxRating?: number | undefined;
2676
- readonly allowHalf?: boolean | undefined;
2677
- readonly displayMap?: boolean | undefined;
2678
- readonly allowGeocoding?: boolean | undefined;
2679
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
2680
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
2681
- readonly allowAlpha?: boolean | undefined;
2682
- readonly presetColors?: string[] | undefined;
2683
2152
  readonly step?: number | undefined;
2684
- readonly showValue?: boolean | undefined;
2685
- readonly marks?: Record<string, string> | undefined;
2686
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
2687
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
2688
- readonly displayValue?: boolean | undefined;
2689
- readonly allowScanning?: boolean | undefined;
2690
2153
  readonly currencyConfig?: {
2691
2154
  precision: number;
2692
2155
  currencyMode: "fixed" | "dynamic";
@@ -2740,29 +2203,7 @@ declare const SysWebhook: Omit<{
2740
2203
  } | undefined;
2741
2204
  maxVersions?: number | undefined;
2742
2205
  } | undefined;
2743
- readonly maskingRule?: {
2744
- field: string;
2745
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
2746
- preserveFormat: boolean;
2747
- preserveLength: boolean;
2748
- pattern?: string | undefined;
2749
- roles?: string[] | undefined;
2750
- exemptRoles?: string[] | undefined;
2751
- } | undefined;
2752
- readonly auditTrail?: boolean | undefined;
2753
- readonly cached?: {
2754
- enabled: boolean;
2755
- ttl: number;
2756
- invalidateOn: string[];
2757
- } | undefined;
2758
- readonly dataQuality?: {
2759
- uniqueness: boolean;
2760
- completeness: number;
2761
- accuracy?: {
2762
- source: string;
2763
- threshold: number;
2764
- } | undefined;
2765
- } | undefined;
2206
+ readonly trackHistory?: boolean | undefined;
2766
2207
  readonly visibleWhen?: {
2767
2208
  dialect: "cel" | "js" | "cron" | "template";
2768
2209
  source?: string | undefined;
@@ -2801,7 +2242,6 @@ declare const SysWebhook: Omit<{
2801
2242
  } | undefined;
2802
2243
  readonly sortable?: boolean | undefined;
2803
2244
  readonly inlineHelpText?: string | undefined;
2804
- readonly trackFeedHistory?: boolean | undefined;
2805
2245
  readonly caseSensitive?: boolean | undefined;
2806
2246
  readonly autonumberFormat?: string | undefined;
2807
2247
  readonly index?: boolean | undefined;
@@ -2823,7 +2263,6 @@ declare const SysWebhook: Omit<{
2823
2263
  readonly required?: boolean | undefined;
2824
2264
  readonly multiple?: boolean | undefined;
2825
2265
  readonly dependencies?: string[] | undefined;
2826
- readonly theme?: string | undefined;
2827
2266
  readonly externalId?: boolean | undefined;
2828
2267
  readonly defaultValue?: unknown;
2829
2268
  readonly group?: string | undefined;
@@ -2831,23 +2270,6 @@ declare const SysWebhook: Omit<{
2831
2270
  readonly system?: boolean | undefined;
2832
2271
  readonly min?: number | undefined;
2833
2272
  readonly max?: number | undefined;
2834
- readonly encryptionConfig?: {
2835
- enabled: boolean;
2836
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
2837
- keyManagement: {
2838
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
2839
- keyId?: string | undefined;
2840
- rotationPolicy?: {
2841
- enabled: boolean;
2842
- frequencyDays: number;
2843
- retainOldVersions: number;
2844
- autoRotate: boolean;
2845
- } | undefined;
2846
- };
2847
- scope: "record" | "field" | "table" | "database";
2848
- deterministicEncryption: boolean;
2849
- searchableEncryption: boolean;
2850
- } | undefined;
2851
2273
  readonly columnName?: string | undefined;
2852
2274
  readonly searchable?: boolean | undefined;
2853
2275
  readonly unique?: boolean | undefined;
@@ -2856,7 +2278,6 @@ declare const SysWebhook: Omit<{
2856
2278
  readonly scale?: number | undefined;
2857
2279
  readonly reference?: string | undefined;
2858
2280
  readonly referenceFilters?: string[] | undefined;
2859
- readonly writeRequiresMasterRead?: boolean | undefined;
2860
2281
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2861
2282
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2862
2283
  readonly inlineTitle?: string | undefined;
@@ -2881,22 +2302,8 @@ declare const SysWebhook: Omit<{
2881
2302
  relationshipField?: string | undefined;
2882
2303
  } | undefined;
2883
2304
  readonly language?: string | undefined;
2884
- readonly lineNumbers?: boolean | undefined;
2885
2305
  readonly maxRating?: number | undefined;
2886
- readonly allowHalf?: boolean | undefined;
2887
- readonly displayMap?: boolean | undefined;
2888
- readonly allowGeocoding?: boolean | undefined;
2889
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
2890
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
2891
- readonly allowAlpha?: boolean | undefined;
2892
- readonly presetColors?: string[] | undefined;
2893
2306
  readonly step?: number | undefined;
2894
- readonly showValue?: boolean | undefined;
2895
- readonly marks?: Record<string, string> | undefined;
2896
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
2897
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
2898
- readonly displayValue?: boolean | undefined;
2899
- readonly allowScanning?: boolean | undefined;
2900
2307
  readonly currencyConfig?: {
2901
2308
  precision: number;
2902
2309
  currencyMode: "fixed" | "dynamic";
@@ -2950,29 +2357,7 @@ declare const SysWebhook: Omit<{
2950
2357
  } | undefined;
2951
2358
  maxVersions?: number | undefined;
2952
2359
  } | undefined;
2953
- readonly maskingRule?: {
2954
- field: string;
2955
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
2956
- preserveFormat: boolean;
2957
- preserveLength: boolean;
2958
- pattern?: string | undefined;
2959
- roles?: string[] | undefined;
2960
- exemptRoles?: string[] | undefined;
2961
- } | undefined;
2962
- readonly auditTrail?: boolean | undefined;
2963
- readonly cached?: {
2964
- enabled: boolean;
2965
- ttl: number;
2966
- invalidateOn: string[];
2967
- } | undefined;
2968
- readonly dataQuality?: {
2969
- uniqueness: boolean;
2970
- completeness: number;
2971
- accuracy?: {
2972
- source: string;
2973
- threshold: number;
2974
- } | undefined;
2975
- } | undefined;
2360
+ readonly trackHistory?: boolean | undefined;
2976
2361
  readonly visibleWhen?: {
2977
2362
  dialect: "cel" | "js" | "cron" | "template";
2978
2363
  source?: string | undefined;
@@ -3011,7 +2396,6 @@ declare const SysWebhook: Omit<{
3011
2396
  } | undefined;
3012
2397
  readonly sortable?: boolean | undefined;
3013
2398
  readonly inlineHelpText?: string | undefined;
3014
- readonly trackFeedHistory?: boolean | undefined;
3015
2399
  readonly caseSensitive?: boolean | undefined;
3016
2400
  readonly autonumberFormat?: string | undefined;
3017
2401
  readonly index?: boolean | undefined;
@@ -3033,7 +2417,6 @@ declare const SysWebhook: Omit<{
3033
2417
  readonly required?: boolean | undefined;
3034
2418
  readonly multiple?: boolean | undefined;
3035
2419
  readonly dependencies?: string[] | undefined;
3036
- readonly theme?: string | undefined;
3037
2420
  readonly externalId?: boolean | undefined;
3038
2421
  readonly defaultValue?: unknown;
3039
2422
  readonly group?: string | undefined;
@@ -3041,23 +2424,6 @@ declare const SysWebhook: Omit<{
3041
2424
  readonly system?: boolean | undefined;
3042
2425
  readonly min?: number | undefined;
3043
2426
  readonly max?: number | undefined;
3044
- readonly encryptionConfig?: {
3045
- enabled: boolean;
3046
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
3047
- keyManagement: {
3048
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
3049
- keyId?: string | undefined;
3050
- rotationPolicy?: {
3051
- enabled: boolean;
3052
- frequencyDays: number;
3053
- retainOldVersions: number;
3054
- autoRotate: boolean;
3055
- } | undefined;
3056
- };
3057
- scope: "record" | "field" | "table" | "database";
3058
- deterministicEncryption: boolean;
3059
- searchableEncryption: boolean;
3060
- } | undefined;
3061
2427
  readonly columnName?: string | undefined;
3062
2428
  readonly searchable?: boolean | undefined;
3063
2429
  readonly unique?: boolean | undefined;
@@ -3066,7 +2432,6 @@ declare const SysWebhook: Omit<{
3066
2432
  readonly scale?: number | undefined;
3067
2433
  readonly reference?: string | undefined;
3068
2434
  readonly referenceFilters?: string[] | undefined;
3069
- readonly writeRequiresMasterRead?: boolean | undefined;
3070
2435
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
3071
2436
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
3072
2437
  readonly inlineTitle?: string | undefined;
@@ -3091,22 +2456,8 @@ declare const SysWebhook: Omit<{
3091
2456
  relationshipField?: string | undefined;
3092
2457
  } | undefined;
3093
2458
  readonly language?: string | undefined;
3094
- readonly lineNumbers?: boolean | undefined;
3095
2459
  readonly maxRating?: number | undefined;
3096
- readonly allowHalf?: boolean | undefined;
3097
- readonly displayMap?: boolean | undefined;
3098
- readonly allowGeocoding?: boolean | undefined;
3099
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
3100
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
3101
- readonly allowAlpha?: boolean | undefined;
3102
- readonly presetColors?: string[] | undefined;
3103
2460
  readonly step?: number | undefined;
3104
- readonly showValue?: boolean | undefined;
3105
- readonly marks?: Record<string, string> | undefined;
3106
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
3107
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
3108
- readonly displayValue?: boolean | undefined;
3109
- readonly allowScanning?: boolean | undefined;
3110
2461
  readonly currencyConfig?: {
3111
2462
  precision: number;
3112
2463
  currencyMode: "fixed" | "dynamic";
@@ -3160,29 +2511,7 @@ declare const SysWebhook: Omit<{
3160
2511
  } | undefined;
3161
2512
  maxVersions?: number | undefined;
3162
2513
  } | undefined;
3163
- readonly maskingRule?: {
3164
- field: string;
3165
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
3166
- preserveFormat: boolean;
3167
- preserveLength: boolean;
3168
- pattern?: string | undefined;
3169
- roles?: string[] | undefined;
3170
- exemptRoles?: string[] | undefined;
3171
- } | undefined;
3172
- readonly auditTrail?: boolean | undefined;
3173
- readonly cached?: {
3174
- enabled: boolean;
3175
- ttl: number;
3176
- invalidateOn: string[];
3177
- } | undefined;
3178
- readonly dataQuality?: {
3179
- uniqueness: boolean;
3180
- completeness: number;
3181
- accuracy?: {
3182
- source: string;
3183
- threshold: number;
3184
- } | undefined;
3185
- } | undefined;
2514
+ readonly trackHistory?: boolean | undefined;
3186
2515
  readonly visibleWhen?: {
3187
2516
  dialect: "cel" | "js" | "cron" | "template";
3188
2517
  source?: string | undefined;
@@ -3221,7 +2550,6 @@ declare const SysWebhook: Omit<{
3221
2550
  } | undefined;
3222
2551
  readonly sortable?: boolean | undefined;
3223
2552
  readonly inlineHelpText?: string | undefined;
3224
- readonly trackFeedHistory?: boolean | undefined;
3225
2553
  readonly caseSensitive?: boolean | undefined;
3226
2554
  readonly autonumberFormat?: string | undefined;
3227
2555
  readonly index?: boolean | undefined;
@@ -3243,7 +2571,6 @@ declare const SysWebhook: Omit<{
3243
2571
  readonly required?: boolean | undefined;
3244
2572
  readonly multiple?: boolean | undefined;
3245
2573
  readonly dependencies?: string[] | undefined;
3246
- readonly theme?: string | undefined;
3247
2574
  readonly externalId?: boolean | undefined;
3248
2575
  readonly defaultValue?: unknown;
3249
2576
  readonly group?: string | undefined;
@@ -3251,23 +2578,6 @@ declare const SysWebhook: Omit<{
3251
2578
  readonly system?: boolean | undefined;
3252
2579
  readonly min?: number | undefined;
3253
2580
  readonly max?: number | undefined;
3254
- readonly encryptionConfig?: {
3255
- enabled: boolean;
3256
- algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
3257
- keyManagement: {
3258
- provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
3259
- keyId?: string | undefined;
3260
- rotationPolicy?: {
3261
- enabled: boolean;
3262
- frequencyDays: number;
3263
- retainOldVersions: number;
3264
- autoRotate: boolean;
3265
- } | undefined;
3266
- };
3267
- scope: "record" | "field" | "table" | "database";
3268
- deterministicEncryption: boolean;
3269
- searchableEncryption: boolean;
3270
- } | undefined;
3271
2581
  readonly columnName?: string | undefined;
3272
2582
  readonly searchable?: boolean | undefined;
3273
2583
  readonly unique?: boolean | undefined;
@@ -3276,7 +2586,6 @@ declare const SysWebhook: Omit<{
3276
2586
  readonly scale?: number | undefined;
3277
2587
  readonly reference?: string | undefined;
3278
2588
  readonly referenceFilters?: string[] | undefined;
3279
- readonly writeRequiresMasterRead?: boolean | undefined;
3280
2589
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
3281
2590
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
3282
2591
  readonly inlineTitle?: string | undefined;
@@ -3301,22 +2610,8 @@ declare const SysWebhook: Omit<{
3301
2610
  relationshipField?: string | undefined;
3302
2611
  } | undefined;
3303
2612
  readonly language?: string | undefined;
3304
- readonly lineNumbers?: boolean | undefined;
3305
2613
  readonly maxRating?: number | undefined;
3306
- readonly allowHalf?: boolean | undefined;
3307
- readonly displayMap?: boolean | undefined;
3308
- readonly allowGeocoding?: boolean | undefined;
3309
- readonly addressFormat?: "us" | "uk" | "international" | undefined;
3310
- readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
3311
- readonly allowAlpha?: boolean | undefined;
3312
- readonly presetColors?: string[] | undefined;
3313
2614
  readonly step?: number | undefined;
3314
- readonly showValue?: boolean | undefined;
3315
- readonly marks?: Record<string, string> | undefined;
3316
- readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
3317
- readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
3318
- readonly displayValue?: boolean | undefined;
3319
- readonly allowScanning?: boolean | undefined;
3320
2615
  readonly currencyConfig?: {
3321
2616
  precision: number;
3322
2617
  currencyMode: "fixed" | "dynamic";
@@ -3370,29 +2665,7 @@ declare const SysWebhook: Omit<{
3370
2665
  } | undefined;
3371
2666
  maxVersions?: number | undefined;
3372
2667
  } | undefined;
3373
- readonly maskingRule?: {
3374
- field: string;
3375
- strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
3376
- preserveFormat: boolean;
3377
- preserveLength: boolean;
3378
- pattern?: string | undefined;
3379
- roles?: string[] | undefined;
3380
- exemptRoles?: string[] | undefined;
3381
- } | undefined;
3382
- readonly auditTrail?: boolean | undefined;
3383
- readonly cached?: {
3384
- enabled: boolean;
3385
- ttl: number;
3386
- invalidateOn: string[];
3387
- } | undefined;
3388
- readonly dataQuality?: {
3389
- uniqueness: boolean;
3390
- completeness: number;
3391
- accuracy?: {
3392
- source: string;
3393
- threshold: number;
3394
- } | undefined;
3395
- } | undefined;
2668
+ readonly trackHistory?: boolean | undefined;
3396
2669
  readonly visibleWhen?: {
3397
2670
  dialect: "cel" | "js" | "cron" | "template";
3398
2671
  source?: string | undefined;
@@ -3431,7 +2704,6 @@ declare const SysWebhook: Omit<{
3431
2704
  } | undefined;
3432
2705
  readonly sortable?: boolean | undefined;
3433
2706
  readonly inlineHelpText?: string | undefined;
3434
- readonly trackFeedHistory?: boolean | undefined;
3435
2707
  readonly caseSensitive?: boolean | undefined;
3436
2708
  readonly autonumberFormat?: string | undefined;
3437
2709
  readonly index?: boolean | undefined;