@objectstack/platform-objects 6.8.1 → 6.9.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/audit/index.d.mts +128 -0
- package/dist/audit/index.d.ts +128 -0
- package/dist/identity/index.d.mts +160 -0
- package/dist/identity/index.d.ts +160 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +195 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +195 -1
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +8 -0
- package/dist/integration/index.d.ts +8 -0
- package/dist/metadata/index.d.mts +16 -0
- package/dist/metadata/index.d.ts +16 -0
- package/dist/security/index.d.mts +3681 -1
- package/dist/security/index.d.ts +3681 -1
- package/dist/security/index.js +195 -0
- package/dist/security/index.js.map +1 -1
- package/dist/security/index.mjs +195 -1
- package/dist/security/index.mjs.map +1 -1
- package/dist/system/index.d.mts +24 -0
- package/dist/system/index.d.ts +24 -0
- package/package.json +2 -2
package/dist/security/index.d.ts
CHANGED
|
@@ -598,6 +598,14 @@ declare const SysRole: Omit<{
|
|
|
598
598
|
} | undefined;
|
|
599
599
|
recordTypes?: string[] | undefined;
|
|
600
600
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
601
|
+
publicSharing?: {
|
|
602
|
+
enabled: boolean;
|
|
603
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
604
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
605
|
+
maxExpiryDays?: number | undefined;
|
|
606
|
+
redactFields?: string[] | undefined;
|
|
607
|
+
eligibility?: string | undefined;
|
|
608
|
+
} | undefined;
|
|
601
609
|
keyPrefix?: string | undefined;
|
|
602
610
|
detail?: {
|
|
603
611
|
[x: string]: unknown;
|
|
@@ -3048,6 +3056,14 @@ declare const SysPermissionSet: Omit<{
|
|
|
3048
3056
|
} | undefined;
|
|
3049
3057
|
recordTypes?: string[] | undefined;
|
|
3050
3058
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
3059
|
+
publicSharing?: {
|
|
3060
|
+
enabled: boolean;
|
|
3061
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
3062
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
3063
|
+
maxExpiryDays?: number | undefined;
|
|
3064
|
+
redactFields?: string[] | undefined;
|
|
3065
|
+
eligibility?: string | undefined;
|
|
3066
|
+
} | undefined;
|
|
3051
3067
|
keyPrefix?: string | undefined;
|
|
3052
3068
|
detail?: {
|
|
3053
3069
|
[x: string]: unknown;
|
|
@@ -5468,6 +5484,14 @@ declare const SysUserPermissionSet: Omit<{
|
|
|
5468
5484
|
} | undefined;
|
|
5469
5485
|
recordTypes?: string[] | undefined;
|
|
5470
5486
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
5487
|
+
publicSharing?: {
|
|
5488
|
+
enabled: boolean;
|
|
5489
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
5490
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
5491
|
+
maxExpiryDays?: number | undefined;
|
|
5492
|
+
redactFields?: string[] | undefined;
|
|
5493
|
+
eligibility?: string | undefined;
|
|
5494
|
+
} | undefined;
|
|
5471
5495
|
keyPrefix?: string | undefined;
|
|
5472
5496
|
detail?: {
|
|
5473
5497
|
[x: string]: unknown;
|
|
@@ -7406,6 +7430,14 @@ declare const SysRolePermissionSet: Omit<{
|
|
|
7406
7430
|
} | undefined;
|
|
7407
7431
|
recordTypes?: string[] | undefined;
|
|
7408
7432
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
7433
|
+
publicSharing?: {
|
|
7434
|
+
enabled: boolean;
|
|
7435
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
7436
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
7437
|
+
maxExpiryDays?: number | undefined;
|
|
7438
|
+
redactFields?: string[] | undefined;
|
|
7439
|
+
eligibility?: string | undefined;
|
|
7440
|
+
} | undefined;
|
|
7409
7441
|
keyPrefix?: string | undefined;
|
|
7410
7442
|
detail?: {
|
|
7411
7443
|
[x: string]: unknown;
|
|
@@ -9009,6 +9041,14 @@ declare const SysRecordShare: Omit<{
|
|
|
9009
9041
|
} | undefined;
|
|
9010
9042
|
recordTypes?: string[] | undefined;
|
|
9011
9043
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
9044
|
+
publicSharing?: {
|
|
9045
|
+
enabled: boolean;
|
|
9046
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
9047
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
9048
|
+
maxExpiryDays?: number | undefined;
|
|
9049
|
+
redactFields?: string[] | undefined;
|
|
9050
|
+
eligibility?: string | undefined;
|
|
9051
|
+
} | undefined;
|
|
9012
9052
|
keyPrefix?: string | undefined;
|
|
9013
9053
|
detail?: {
|
|
9014
9054
|
[x: string]: unknown;
|
|
@@ -11964,6 +12004,14 @@ declare const SysSharingRule: Omit<{
|
|
|
11964
12004
|
} | undefined;
|
|
11965
12005
|
recordTypes?: string[] | undefined;
|
|
11966
12006
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
12007
|
+
publicSharing?: {
|
|
12008
|
+
enabled: boolean;
|
|
12009
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
12010
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
12011
|
+
maxExpiryDays?: number | undefined;
|
|
12012
|
+
redactFields?: string[] | undefined;
|
|
12013
|
+
eligibility?: string | undefined;
|
|
12014
|
+
} | undefined;
|
|
11967
12015
|
keyPrefix?: string | undefined;
|
|
11968
12016
|
detail?: {
|
|
11969
12017
|
[x: string]: unknown;
|
|
@@ -14444,6 +14492,3638 @@ declare const SysSharingRule: Omit<{
|
|
|
14444
14492
|
}];
|
|
14445
14493
|
}, "fields">;
|
|
14446
14494
|
|
|
14495
|
+
/**
|
|
14496
|
+
* sys_share_link — Capability-Token Public Share Links
|
|
14497
|
+
*
|
|
14498
|
+
* Each row authorises read (or write) access to ONE record of ONE
|
|
14499
|
+
* object via an opaque URL-safe token. Complements `sys_record_share`,
|
|
14500
|
+
* which models principal-based grants (share with a specific user /
|
|
14501
|
+
* team / role). A single record may have rows in both tables; the
|
|
14502
|
+
* union determines effective access.
|
|
14503
|
+
*
|
|
14504
|
+
* Lifecycle:
|
|
14505
|
+
*
|
|
14506
|
+
* 1. `IShareLinkService.createLink` validates the request against the
|
|
14507
|
+
* target object's `publicSharing` whitelist and inserts a row.
|
|
14508
|
+
* Token is a 24-char URL-safe random string.
|
|
14509
|
+
*
|
|
14510
|
+
* 2. `IShareLinkService.resolveToken` (called from the public
|
|
14511
|
+
* `/api/v1/share-links/:token` middleware on every request)
|
|
14512
|
+
* verifies the row is not revoked / not expired, applies audience
|
|
14513
|
+
* / password gates, increments `use_count` + `last_used_at`, and
|
|
14514
|
+
* returns the effective redaction set.
|
|
14515
|
+
*
|
|
14516
|
+
* 3. `IShareLinkService.revokeLink` stamps `revoked_at`. Rows are
|
|
14517
|
+
* preserved for audit; resolveToken returns null after revocation.
|
|
14518
|
+
*
|
|
14519
|
+
* Conventions:
|
|
14520
|
+
* - `object_name` is the short object name (`account`, `ai_conversation`, …)
|
|
14521
|
+
* - `record_id` is the primary key of the target record within object_name
|
|
14522
|
+
* - `audience` mirrors `ShareLinkAudience` in spec/contracts; the
|
|
14523
|
+
* middleware enforces additional gating per audience
|
|
14524
|
+
* - `redact_fields` overlays on top of the schema-default redaction
|
|
14525
|
+
* set declared on `object.publicSharing.redactFields`
|
|
14526
|
+
*
|
|
14527
|
+
* managedBy: 'system' — admins inspect via the audit grid but all
|
|
14528
|
+
* writes flow through `IShareLinkService` so the per-object opt-in,
|
|
14529
|
+
* expiry caps, and audit hooks fire.
|
|
14530
|
+
*
|
|
14531
|
+
* @namespace sys
|
|
14532
|
+
*/
|
|
14533
|
+
declare const SysShareLink: Omit<{
|
|
14534
|
+
name: string;
|
|
14535
|
+
active: boolean;
|
|
14536
|
+
isSystem: boolean;
|
|
14537
|
+
abstract: boolean;
|
|
14538
|
+
datasource: string;
|
|
14539
|
+
fields: Record<string, {
|
|
14540
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
14541
|
+
required: boolean;
|
|
14542
|
+
searchable: boolean;
|
|
14543
|
+
multiple: boolean;
|
|
14544
|
+
unique: boolean;
|
|
14545
|
+
deleteBehavior: "set_null" | "cascade" | "restrict";
|
|
14546
|
+
auditTrail: boolean;
|
|
14547
|
+
hidden: boolean;
|
|
14548
|
+
readonly: boolean;
|
|
14549
|
+
sortable: boolean;
|
|
14550
|
+
index: boolean;
|
|
14551
|
+
externalId: boolean;
|
|
14552
|
+
name?: string | undefined;
|
|
14553
|
+
label?: string | undefined;
|
|
14554
|
+
description?: string | undefined;
|
|
14555
|
+
format?: string | undefined;
|
|
14556
|
+
columnName?: string | undefined;
|
|
14557
|
+
defaultValue?: unknown;
|
|
14558
|
+
maxLength?: number | undefined;
|
|
14559
|
+
minLength?: number | undefined;
|
|
14560
|
+
precision?: number | undefined;
|
|
14561
|
+
scale?: number | undefined;
|
|
14562
|
+
min?: number | undefined;
|
|
14563
|
+
max?: number | undefined;
|
|
14564
|
+
options?: {
|
|
14565
|
+
label: string;
|
|
14566
|
+
value: string;
|
|
14567
|
+
color?: string | undefined;
|
|
14568
|
+
default?: boolean | undefined;
|
|
14569
|
+
}[] | undefined;
|
|
14570
|
+
reference?: string | undefined;
|
|
14571
|
+
referenceFilters?: string[] | undefined;
|
|
14572
|
+
writeRequiresMasterRead?: boolean | undefined;
|
|
14573
|
+
expression?: {
|
|
14574
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
14575
|
+
source?: string | undefined;
|
|
14576
|
+
ast?: unknown;
|
|
14577
|
+
meta?: {
|
|
14578
|
+
rationale?: string | undefined;
|
|
14579
|
+
generatedBy?: string | undefined;
|
|
14580
|
+
} | undefined;
|
|
14581
|
+
} | {
|
|
14582
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
14583
|
+
source?: string | undefined;
|
|
14584
|
+
ast?: unknown;
|
|
14585
|
+
meta?: {
|
|
14586
|
+
rationale?: string | undefined;
|
|
14587
|
+
generatedBy?: string | undefined;
|
|
14588
|
+
} | undefined;
|
|
14589
|
+
} | undefined;
|
|
14590
|
+
summaryOperations?: {
|
|
14591
|
+
object: string;
|
|
14592
|
+
field: string;
|
|
14593
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
14594
|
+
} | undefined;
|
|
14595
|
+
language?: string | undefined;
|
|
14596
|
+
theme?: string | undefined;
|
|
14597
|
+
lineNumbers?: boolean | undefined;
|
|
14598
|
+
maxRating?: number | undefined;
|
|
14599
|
+
allowHalf?: boolean | undefined;
|
|
14600
|
+
displayMap?: boolean | undefined;
|
|
14601
|
+
allowGeocoding?: boolean | undefined;
|
|
14602
|
+
addressFormat?: "us" | "uk" | "international" | undefined;
|
|
14603
|
+
colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
14604
|
+
allowAlpha?: boolean | undefined;
|
|
14605
|
+
presetColors?: string[] | undefined;
|
|
14606
|
+
step?: number | undefined;
|
|
14607
|
+
showValue?: boolean | undefined;
|
|
14608
|
+
marks?: Record<string, string> | undefined;
|
|
14609
|
+
barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
14610
|
+
qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
14611
|
+
displayValue?: boolean | undefined;
|
|
14612
|
+
allowScanning?: boolean | undefined;
|
|
14613
|
+
currencyConfig?: {
|
|
14614
|
+
precision: number;
|
|
14615
|
+
currencyMode: "fixed" | "dynamic";
|
|
14616
|
+
defaultCurrency: string;
|
|
14617
|
+
} | undefined;
|
|
14618
|
+
vectorConfig?: {
|
|
14619
|
+
dimensions: number;
|
|
14620
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
14621
|
+
normalized: boolean;
|
|
14622
|
+
indexed: boolean;
|
|
14623
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
14624
|
+
} | undefined;
|
|
14625
|
+
fileAttachmentConfig?: {
|
|
14626
|
+
virusScan: boolean;
|
|
14627
|
+
virusScanOnUpload: boolean;
|
|
14628
|
+
quarantineOnThreat: boolean;
|
|
14629
|
+
allowMultiple: boolean;
|
|
14630
|
+
allowReplace: boolean;
|
|
14631
|
+
allowDelete: boolean;
|
|
14632
|
+
requireUpload: boolean;
|
|
14633
|
+
extractMetadata: boolean;
|
|
14634
|
+
extractText: boolean;
|
|
14635
|
+
versioningEnabled: boolean;
|
|
14636
|
+
publicRead: boolean;
|
|
14637
|
+
presignedUrlExpiry: number;
|
|
14638
|
+
minSize?: number | undefined;
|
|
14639
|
+
maxSize?: number | undefined;
|
|
14640
|
+
allowedTypes?: string[] | undefined;
|
|
14641
|
+
blockedTypes?: string[] | undefined;
|
|
14642
|
+
allowedMimeTypes?: string[] | undefined;
|
|
14643
|
+
blockedMimeTypes?: string[] | undefined;
|
|
14644
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
14645
|
+
storageProvider?: string | undefined;
|
|
14646
|
+
storageBucket?: string | undefined;
|
|
14647
|
+
storagePrefix?: string | undefined;
|
|
14648
|
+
imageValidation?: {
|
|
14649
|
+
generateThumbnails: boolean;
|
|
14650
|
+
preserveMetadata: boolean;
|
|
14651
|
+
autoRotate: boolean;
|
|
14652
|
+
minWidth?: number | undefined;
|
|
14653
|
+
maxWidth?: number | undefined;
|
|
14654
|
+
minHeight?: number | undefined;
|
|
14655
|
+
maxHeight?: number | undefined;
|
|
14656
|
+
aspectRatio?: string | undefined;
|
|
14657
|
+
thumbnailSizes?: {
|
|
14658
|
+
name: string;
|
|
14659
|
+
width: number;
|
|
14660
|
+
height: number;
|
|
14661
|
+
crop: boolean;
|
|
14662
|
+
}[] | undefined;
|
|
14663
|
+
} | undefined;
|
|
14664
|
+
maxVersions?: number | undefined;
|
|
14665
|
+
} | undefined;
|
|
14666
|
+
encryptionConfig?: {
|
|
14667
|
+
enabled: boolean;
|
|
14668
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
14669
|
+
keyManagement: {
|
|
14670
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
14671
|
+
keyId?: string | undefined;
|
|
14672
|
+
rotationPolicy?: {
|
|
14673
|
+
enabled: boolean;
|
|
14674
|
+
frequencyDays: number;
|
|
14675
|
+
retainOldVersions: number;
|
|
14676
|
+
autoRotate: boolean;
|
|
14677
|
+
} | undefined;
|
|
14678
|
+
};
|
|
14679
|
+
scope: "field" | "record" | "table" | "database";
|
|
14680
|
+
deterministicEncryption: boolean;
|
|
14681
|
+
searchableEncryption: boolean;
|
|
14682
|
+
} | undefined;
|
|
14683
|
+
maskingRule?: {
|
|
14684
|
+
field: string;
|
|
14685
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
14686
|
+
preserveFormat: boolean;
|
|
14687
|
+
preserveLength: boolean;
|
|
14688
|
+
pattern?: string | undefined;
|
|
14689
|
+
roles?: string[] | undefined;
|
|
14690
|
+
exemptRoles?: string[] | undefined;
|
|
14691
|
+
} | undefined;
|
|
14692
|
+
dependencies?: string[] | undefined;
|
|
14693
|
+
cached?: {
|
|
14694
|
+
enabled: boolean;
|
|
14695
|
+
ttl: number;
|
|
14696
|
+
invalidateOn: string[];
|
|
14697
|
+
} | undefined;
|
|
14698
|
+
dataQuality?: {
|
|
14699
|
+
uniqueness: boolean;
|
|
14700
|
+
completeness: number;
|
|
14701
|
+
accuracy?: {
|
|
14702
|
+
source: string;
|
|
14703
|
+
threshold: number;
|
|
14704
|
+
} | undefined;
|
|
14705
|
+
} | undefined;
|
|
14706
|
+
group?: string | undefined;
|
|
14707
|
+
conditionalRequired?: {
|
|
14708
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
14709
|
+
source?: string | undefined;
|
|
14710
|
+
ast?: unknown;
|
|
14711
|
+
meta?: {
|
|
14712
|
+
rationale?: string | undefined;
|
|
14713
|
+
generatedBy?: string | undefined;
|
|
14714
|
+
} | undefined;
|
|
14715
|
+
} | {
|
|
14716
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
14717
|
+
source?: string | undefined;
|
|
14718
|
+
ast?: unknown;
|
|
14719
|
+
meta?: {
|
|
14720
|
+
rationale?: string | undefined;
|
|
14721
|
+
generatedBy?: string | undefined;
|
|
14722
|
+
} | undefined;
|
|
14723
|
+
} | undefined;
|
|
14724
|
+
system?: boolean | undefined;
|
|
14725
|
+
inlineHelpText?: string | undefined;
|
|
14726
|
+
trackFeedHistory?: boolean | undefined;
|
|
14727
|
+
caseSensitive?: boolean | undefined;
|
|
14728
|
+
autonumberFormat?: string | undefined;
|
|
14729
|
+
}>;
|
|
14730
|
+
label?: string | undefined;
|
|
14731
|
+
pluralLabel?: string | undefined;
|
|
14732
|
+
description?: string | undefined;
|
|
14733
|
+
icon?: string | undefined;
|
|
14734
|
+
tags?: string[] | undefined;
|
|
14735
|
+
managedBy?: "system" | "config" | "platform" | "append-only" | "better-auth" | undefined;
|
|
14736
|
+
userActions?: {
|
|
14737
|
+
create?: boolean | undefined;
|
|
14738
|
+
import?: boolean | undefined;
|
|
14739
|
+
edit?: boolean | undefined;
|
|
14740
|
+
delete?: boolean | undefined;
|
|
14741
|
+
exportCsv?: boolean | undefined;
|
|
14742
|
+
} | undefined;
|
|
14743
|
+
systemFields?: false | {
|
|
14744
|
+
tenant?: boolean | undefined;
|
|
14745
|
+
owner?: boolean | undefined;
|
|
14746
|
+
audit?: boolean | undefined;
|
|
14747
|
+
} | undefined;
|
|
14748
|
+
indexes?: {
|
|
14749
|
+
fields: string[];
|
|
14750
|
+
type: "hash" | "btree" | "gin" | "gist" | "fulltext";
|
|
14751
|
+
unique: boolean;
|
|
14752
|
+
name?: string | undefined;
|
|
14753
|
+
partial?: string | undefined;
|
|
14754
|
+
}[] | undefined;
|
|
14755
|
+
fieldGroups?: {
|
|
14756
|
+
key: string;
|
|
14757
|
+
label: string;
|
|
14758
|
+
defaultExpanded: boolean;
|
|
14759
|
+
icon?: string | undefined;
|
|
14760
|
+
description?: string | undefined;
|
|
14761
|
+
visibleOn?: {
|
|
14762
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
14763
|
+
source?: string | undefined;
|
|
14764
|
+
ast?: unknown;
|
|
14765
|
+
meta?: {
|
|
14766
|
+
rationale?: string | undefined;
|
|
14767
|
+
generatedBy?: string | undefined;
|
|
14768
|
+
} | undefined;
|
|
14769
|
+
} | {
|
|
14770
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
14771
|
+
source?: string | undefined;
|
|
14772
|
+
ast?: unknown;
|
|
14773
|
+
meta?: {
|
|
14774
|
+
rationale?: string | undefined;
|
|
14775
|
+
generatedBy?: string | undefined;
|
|
14776
|
+
} | undefined;
|
|
14777
|
+
} | undefined;
|
|
14778
|
+
}[] | undefined;
|
|
14779
|
+
tenancy?: {
|
|
14780
|
+
enabled: boolean;
|
|
14781
|
+
strategy: "hybrid" | "shared" | "isolated";
|
|
14782
|
+
tenantField: string;
|
|
14783
|
+
crossTenantAccess: boolean;
|
|
14784
|
+
} | undefined;
|
|
14785
|
+
softDelete?: {
|
|
14786
|
+
enabled: boolean;
|
|
14787
|
+
field: string;
|
|
14788
|
+
cascadeDelete: boolean;
|
|
14789
|
+
} | undefined;
|
|
14790
|
+
versioning?: {
|
|
14791
|
+
enabled: boolean;
|
|
14792
|
+
strategy: "snapshot" | "delta" | "event-sourcing";
|
|
14793
|
+
versionField: string;
|
|
14794
|
+
retentionDays?: number | undefined;
|
|
14795
|
+
} | undefined;
|
|
14796
|
+
partitioning?: {
|
|
14797
|
+
enabled: boolean;
|
|
14798
|
+
strategy: "hash" | "list" | "range";
|
|
14799
|
+
key: string;
|
|
14800
|
+
interval?: string | undefined;
|
|
14801
|
+
} | undefined;
|
|
14802
|
+
cdc?: {
|
|
14803
|
+
enabled: boolean;
|
|
14804
|
+
events: ("delete" | "update" | "insert")[];
|
|
14805
|
+
destination: string;
|
|
14806
|
+
} | undefined;
|
|
14807
|
+
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
14808
|
+
stateMachines?: Record<string, {
|
|
14809
|
+
id: string;
|
|
14810
|
+
initial: string;
|
|
14811
|
+
states: Record<string, StateNodeConfig>;
|
|
14812
|
+
description?: string | undefined;
|
|
14813
|
+
contextSchema?: Record<string, unknown> | undefined;
|
|
14814
|
+
on?: Record<string, string | {
|
|
14815
|
+
target?: string | undefined;
|
|
14816
|
+
cond?: string | {
|
|
14817
|
+
type: string;
|
|
14818
|
+
params?: Record<string, unknown> | undefined;
|
|
14819
|
+
} | undefined;
|
|
14820
|
+
actions?: (string | {
|
|
14821
|
+
type: string;
|
|
14822
|
+
params?: Record<string, unknown> | undefined;
|
|
14823
|
+
})[] | undefined;
|
|
14824
|
+
description?: string | undefined;
|
|
14825
|
+
} | {
|
|
14826
|
+
target?: string | undefined;
|
|
14827
|
+
cond?: string | {
|
|
14828
|
+
type: string;
|
|
14829
|
+
params?: Record<string, unknown> | undefined;
|
|
14830
|
+
} | undefined;
|
|
14831
|
+
actions?: (string | {
|
|
14832
|
+
type: string;
|
|
14833
|
+
params?: Record<string, unknown> | undefined;
|
|
14834
|
+
})[] | undefined;
|
|
14835
|
+
description?: string | undefined;
|
|
14836
|
+
}[]> | undefined;
|
|
14837
|
+
}> | undefined;
|
|
14838
|
+
displayNameField?: string | undefined;
|
|
14839
|
+
recordName?: {
|
|
14840
|
+
type: "text" | "autonumber";
|
|
14841
|
+
displayFormat?: string | undefined;
|
|
14842
|
+
startNumber?: number | undefined;
|
|
14843
|
+
} | undefined;
|
|
14844
|
+
titleFormat?: {
|
|
14845
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
14846
|
+
source?: string | undefined;
|
|
14847
|
+
ast?: unknown;
|
|
14848
|
+
meta?: {
|
|
14849
|
+
rationale?: string | undefined;
|
|
14850
|
+
generatedBy?: string | undefined;
|
|
14851
|
+
} | undefined;
|
|
14852
|
+
} | {
|
|
14853
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
14854
|
+
source?: string | undefined;
|
|
14855
|
+
ast?: unknown;
|
|
14856
|
+
meta?: {
|
|
14857
|
+
rationale?: string | undefined;
|
|
14858
|
+
generatedBy?: string | undefined;
|
|
14859
|
+
} | undefined;
|
|
14860
|
+
} | undefined;
|
|
14861
|
+
compactLayout?: string[] | undefined;
|
|
14862
|
+
listViews?: Record<string, {
|
|
14863
|
+
type: "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map" | "grid";
|
|
14864
|
+
columns: string[] | {
|
|
14865
|
+
field: string;
|
|
14866
|
+
label?: string | undefined;
|
|
14867
|
+
width?: number | undefined;
|
|
14868
|
+
align?: "left" | "center" | "right" | undefined;
|
|
14869
|
+
hidden?: boolean | undefined;
|
|
14870
|
+
sortable?: boolean | undefined;
|
|
14871
|
+
resizable?: boolean | undefined;
|
|
14872
|
+
wrap?: boolean | undefined;
|
|
14873
|
+
type?: string | undefined;
|
|
14874
|
+
pinned?: "left" | "right" | undefined;
|
|
14875
|
+
summary?: "min" | "max" | "count" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
14876
|
+
link?: boolean | undefined;
|
|
14877
|
+
action?: string | undefined;
|
|
14878
|
+
}[];
|
|
14879
|
+
name?: string | undefined;
|
|
14880
|
+
label?: string | undefined;
|
|
14881
|
+
data?: {
|
|
14882
|
+
provider: "object";
|
|
14883
|
+
object: string;
|
|
14884
|
+
} | {
|
|
14885
|
+
provider: "api";
|
|
14886
|
+
read?: {
|
|
14887
|
+
url: string;
|
|
14888
|
+
method: "GET" | "POST" | "PATCH" | "PUT" | "DELETE";
|
|
14889
|
+
headers?: Record<string, string> | undefined;
|
|
14890
|
+
params?: Record<string, unknown> | undefined;
|
|
14891
|
+
body?: unknown;
|
|
14892
|
+
} | undefined;
|
|
14893
|
+
write?: {
|
|
14894
|
+
url: string;
|
|
14895
|
+
method: "GET" | "POST" | "PATCH" | "PUT" | "DELETE";
|
|
14896
|
+
headers?: Record<string, string> | undefined;
|
|
14897
|
+
params?: Record<string, unknown> | undefined;
|
|
14898
|
+
body?: unknown;
|
|
14899
|
+
} | undefined;
|
|
14900
|
+
} | {
|
|
14901
|
+
provider: "value";
|
|
14902
|
+
items: unknown[];
|
|
14903
|
+
} | {
|
|
14904
|
+
provider: "schema";
|
|
14905
|
+
schemaId: string;
|
|
14906
|
+
schema?: Record<string, unknown> | undefined;
|
|
14907
|
+
} | undefined;
|
|
14908
|
+
filter?: {
|
|
14909
|
+
field: string;
|
|
14910
|
+
operator: string;
|
|
14911
|
+
value?: string | number | boolean | (string | number)[] | null | undefined;
|
|
14912
|
+
}[] | undefined;
|
|
14913
|
+
sort?: string | {
|
|
14914
|
+
field: string;
|
|
14915
|
+
order: "asc" | "desc";
|
|
14916
|
+
}[] | undefined;
|
|
14917
|
+
searchableFields?: string[] | undefined;
|
|
14918
|
+
filterableFields?: string[] | undefined;
|
|
14919
|
+
resizable?: boolean | undefined;
|
|
14920
|
+
striped?: boolean | undefined;
|
|
14921
|
+
bordered?: boolean | undefined;
|
|
14922
|
+
compactToolbar?: boolean | undefined;
|
|
14923
|
+
selection?: {
|
|
14924
|
+
type: "multiple" | "single" | "none";
|
|
14925
|
+
} | undefined;
|
|
14926
|
+
navigation?: {
|
|
14927
|
+
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
14928
|
+
preventNavigation: boolean;
|
|
14929
|
+
openNewTab: boolean;
|
|
14930
|
+
view?: string | undefined;
|
|
14931
|
+
width?: string | number | undefined;
|
|
14932
|
+
} | undefined;
|
|
14933
|
+
pagination?: {
|
|
14934
|
+
pageSize: number;
|
|
14935
|
+
pageSizeOptions?: number[] | undefined;
|
|
14936
|
+
} | undefined;
|
|
14937
|
+
kanban?: {
|
|
14938
|
+
groupByField: string;
|
|
14939
|
+
columns: string[];
|
|
14940
|
+
summarizeField?: string | undefined;
|
|
14941
|
+
} | undefined;
|
|
14942
|
+
calendar?: {
|
|
14943
|
+
startDateField: string;
|
|
14944
|
+
titleField: string;
|
|
14945
|
+
endDateField?: string | undefined;
|
|
14946
|
+
colorField?: string | undefined;
|
|
14947
|
+
} | undefined;
|
|
14948
|
+
gantt?: {
|
|
14949
|
+
startDateField: string;
|
|
14950
|
+
endDateField: string;
|
|
14951
|
+
titleField: string;
|
|
14952
|
+
progressField?: string | undefined;
|
|
14953
|
+
dependenciesField?: string | undefined;
|
|
14954
|
+
} | undefined;
|
|
14955
|
+
gallery?: {
|
|
14956
|
+
coverFit: "cover" | "contain";
|
|
14957
|
+
cardSize: "small" | "medium" | "large";
|
|
14958
|
+
coverField?: string | undefined;
|
|
14959
|
+
titleField?: string | undefined;
|
|
14960
|
+
visibleFields?: string[] | undefined;
|
|
14961
|
+
} | undefined;
|
|
14962
|
+
timeline?: {
|
|
14963
|
+
startDateField: string;
|
|
14964
|
+
titleField: string;
|
|
14965
|
+
scale: "hour" | "day" | "week" | "month" | "quarter" | "year";
|
|
14966
|
+
endDateField?: string | undefined;
|
|
14967
|
+
groupByField?: string | undefined;
|
|
14968
|
+
colorField?: string | undefined;
|
|
14969
|
+
} | undefined;
|
|
14970
|
+
chart?: {
|
|
14971
|
+
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
14972
|
+
xAxisField: string;
|
|
14973
|
+
yAxisFields: string[];
|
|
14974
|
+
aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
|
|
14975
|
+
groupByField?: string | undefined;
|
|
14976
|
+
} | undefined;
|
|
14977
|
+
description?: string | undefined;
|
|
14978
|
+
sharing?: {
|
|
14979
|
+
type: "personal" | "collaborative";
|
|
14980
|
+
lockedBy?: string | undefined;
|
|
14981
|
+
} | undefined;
|
|
14982
|
+
rowHeight?: "medium" | "short" | "compact" | "tall" | "extra_tall" | undefined;
|
|
14983
|
+
grouping?: {
|
|
14984
|
+
fields: {
|
|
14985
|
+
field: string;
|
|
14986
|
+
order: "asc" | "desc";
|
|
14987
|
+
collapsed: boolean;
|
|
14988
|
+
}[];
|
|
14989
|
+
} | undefined;
|
|
14990
|
+
rowColor?: {
|
|
14991
|
+
field: string;
|
|
14992
|
+
colors?: Record<string, string> | undefined;
|
|
14993
|
+
} | undefined;
|
|
14994
|
+
hiddenFields?: string[] | undefined;
|
|
14995
|
+
fieldOrder?: string[] | undefined;
|
|
14996
|
+
rowActions?: string[] | undefined;
|
|
14997
|
+
bulkActions?: string[] | undefined;
|
|
14998
|
+
bulkActionDefs?: Record<string, any>[] | undefined;
|
|
14999
|
+
virtualScroll?: boolean | undefined;
|
|
15000
|
+
conditionalFormatting?: {
|
|
15001
|
+
condition: {
|
|
15002
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15003
|
+
source?: string | undefined;
|
|
15004
|
+
ast?: unknown;
|
|
15005
|
+
meta?: {
|
|
15006
|
+
rationale?: string | undefined;
|
|
15007
|
+
generatedBy?: string | undefined;
|
|
15008
|
+
} | undefined;
|
|
15009
|
+
} | {
|
|
15010
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15011
|
+
source?: string | undefined;
|
|
15012
|
+
ast?: unknown;
|
|
15013
|
+
meta?: {
|
|
15014
|
+
rationale?: string | undefined;
|
|
15015
|
+
generatedBy?: string | undefined;
|
|
15016
|
+
} | undefined;
|
|
15017
|
+
};
|
|
15018
|
+
style: Record<string, string>;
|
|
15019
|
+
}[] | undefined;
|
|
15020
|
+
inlineEdit?: boolean | undefined;
|
|
15021
|
+
exportOptions?: ("json" | "csv" | "xlsx" | "pdf")[] | undefined;
|
|
15022
|
+
userActions?: {
|
|
15023
|
+
sort: boolean;
|
|
15024
|
+
search: boolean;
|
|
15025
|
+
filter: boolean;
|
|
15026
|
+
rowHeight: boolean;
|
|
15027
|
+
addRecordForm: boolean;
|
|
15028
|
+
buttons?: string[] | undefined;
|
|
15029
|
+
} | undefined;
|
|
15030
|
+
appearance?: {
|
|
15031
|
+
showDescription: boolean;
|
|
15032
|
+
allowedVisualizations?: ("kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "map" | "grid")[] | undefined;
|
|
15033
|
+
} | undefined;
|
|
15034
|
+
tabs?: {
|
|
15035
|
+
name: string;
|
|
15036
|
+
pinned: boolean;
|
|
15037
|
+
isDefault: boolean;
|
|
15038
|
+
visible: boolean;
|
|
15039
|
+
label?: string | undefined;
|
|
15040
|
+
icon?: string | undefined;
|
|
15041
|
+
view?: string | undefined;
|
|
15042
|
+
filter?: {
|
|
15043
|
+
field: string;
|
|
15044
|
+
operator: string;
|
|
15045
|
+
value?: string | number | boolean | (string | number)[] | null | undefined;
|
|
15046
|
+
}[] | undefined;
|
|
15047
|
+
order?: number | undefined;
|
|
15048
|
+
}[] | undefined;
|
|
15049
|
+
addRecord?: {
|
|
15050
|
+
enabled: boolean;
|
|
15051
|
+
position: "top" | "bottom" | "both";
|
|
15052
|
+
mode: "modal" | "form" | "inline";
|
|
15053
|
+
formView?: string | undefined;
|
|
15054
|
+
} | undefined;
|
|
15055
|
+
showRecordCount?: boolean | undefined;
|
|
15056
|
+
allowPrinting?: boolean | undefined;
|
|
15057
|
+
emptyState?: {
|
|
15058
|
+
title?: string | undefined;
|
|
15059
|
+
message?: string | undefined;
|
|
15060
|
+
icon?: string | undefined;
|
|
15061
|
+
} | undefined;
|
|
15062
|
+
aria?: {
|
|
15063
|
+
ariaLabel?: string | undefined;
|
|
15064
|
+
ariaDescribedBy?: string | undefined;
|
|
15065
|
+
role?: string | undefined;
|
|
15066
|
+
} | undefined;
|
|
15067
|
+
responsive?: {
|
|
15068
|
+
breakpoint?: "md" | "xs" | "sm" | "lg" | "xl" | "2xl" | undefined;
|
|
15069
|
+
hiddenOn?: ("md" | "xs" | "sm" | "lg" | "xl" | "2xl")[] | undefined;
|
|
15070
|
+
columns?: {
|
|
15071
|
+
xs?: number | undefined;
|
|
15072
|
+
sm?: number | undefined;
|
|
15073
|
+
md?: number | undefined;
|
|
15074
|
+
lg?: number | undefined;
|
|
15075
|
+
xl?: number | undefined;
|
|
15076
|
+
'2xl'?: number | undefined;
|
|
15077
|
+
} | undefined;
|
|
15078
|
+
order?: {
|
|
15079
|
+
xs?: number | undefined;
|
|
15080
|
+
sm?: number | undefined;
|
|
15081
|
+
md?: number | undefined;
|
|
15082
|
+
lg?: number | undefined;
|
|
15083
|
+
xl?: number | undefined;
|
|
15084
|
+
'2xl'?: number | undefined;
|
|
15085
|
+
} | undefined;
|
|
15086
|
+
} | undefined;
|
|
15087
|
+
performance?: {
|
|
15088
|
+
lazyLoad?: boolean | undefined;
|
|
15089
|
+
virtualScroll?: {
|
|
15090
|
+
enabled: boolean;
|
|
15091
|
+
itemHeight?: number | undefined;
|
|
15092
|
+
overscan?: number | undefined;
|
|
15093
|
+
} | undefined;
|
|
15094
|
+
cacheStrategy?: "none" | "cache-first" | "network-first" | "stale-while-revalidate" | undefined;
|
|
15095
|
+
prefetch?: boolean | undefined;
|
|
15096
|
+
pageSize?: number | undefined;
|
|
15097
|
+
debounceMs?: number | undefined;
|
|
15098
|
+
} | undefined;
|
|
15099
|
+
}> | undefined;
|
|
15100
|
+
defaultDetailForm?: string | undefined;
|
|
15101
|
+
search?: {
|
|
15102
|
+
fields: string[];
|
|
15103
|
+
displayFields?: string[] | undefined;
|
|
15104
|
+
filters?: string[] | undefined;
|
|
15105
|
+
} | undefined;
|
|
15106
|
+
enable?: {
|
|
15107
|
+
trackHistory: boolean;
|
|
15108
|
+
searchable: boolean;
|
|
15109
|
+
apiEnabled: boolean;
|
|
15110
|
+
files: boolean;
|
|
15111
|
+
feeds: boolean;
|
|
15112
|
+
activities: boolean;
|
|
15113
|
+
trash: boolean;
|
|
15114
|
+
mru: boolean;
|
|
15115
|
+
clone: boolean;
|
|
15116
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
15117
|
+
} | undefined;
|
|
15118
|
+
recordTypes?: string[] | undefined;
|
|
15119
|
+
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
15120
|
+
publicSharing?: {
|
|
15121
|
+
enabled: boolean;
|
|
15122
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
15123
|
+
allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
|
|
15124
|
+
maxExpiryDays?: number | undefined;
|
|
15125
|
+
redactFields?: string[] | undefined;
|
|
15126
|
+
eligibility?: string | undefined;
|
|
15127
|
+
} | undefined;
|
|
15128
|
+
keyPrefix?: string | undefined;
|
|
15129
|
+
detail?: {
|
|
15130
|
+
[x: string]: unknown;
|
|
15131
|
+
renderViaSchema?: boolean | undefined;
|
|
15132
|
+
hideReferenceRail?: boolean | undefined;
|
|
15133
|
+
hideRelatedTab?: boolean | undefined;
|
|
15134
|
+
} | undefined;
|
|
15135
|
+
actions?: {
|
|
15136
|
+
name: string;
|
|
15137
|
+
label: string;
|
|
15138
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
15139
|
+
refreshAfter: boolean;
|
|
15140
|
+
objectName?: string | undefined;
|
|
15141
|
+
icon?: string | undefined;
|
|
15142
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
15143
|
+
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
15144
|
+
target?: string | undefined;
|
|
15145
|
+
body?: {
|
|
15146
|
+
language: "expression";
|
|
15147
|
+
source: string;
|
|
15148
|
+
} | {
|
|
15149
|
+
language: "js";
|
|
15150
|
+
source: string;
|
|
15151
|
+
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
15152
|
+
timeoutMs?: number | undefined;
|
|
15153
|
+
memoryMb?: number | undefined;
|
|
15154
|
+
} | undefined;
|
|
15155
|
+
execute?: string | undefined;
|
|
15156
|
+
params?: {
|
|
15157
|
+
required: boolean;
|
|
15158
|
+
name?: string | undefined;
|
|
15159
|
+
field?: string | undefined;
|
|
15160
|
+
objectOverride?: string | undefined;
|
|
15161
|
+
label?: string | undefined;
|
|
15162
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
15163
|
+
options?: {
|
|
15164
|
+
label: string;
|
|
15165
|
+
value: string;
|
|
15166
|
+
}[] | undefined;
|
|
15167
|
+
placeholder?: string | undefined;
|
|
15168
|
+
helpText?: string | undefined;
|
|
15169
|
+
defaultValue?: unknown;
|
|
15170
|
+
defaultFromRow?: boolean | undefined;
|
|
15171
|
+
}[] | undefined;
|
|
15172
|
+
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
15173
|
+
confirmText?: string | undefined;
|
|
15174
|
+
successMessage?: string | undefined;
|
|
15175
|
+
visible?: {
|
|
15176
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15177
|
+
source?: string | undefined;
|
|
15178
|
+
ast?: unknown;
|
|
15179
|
+
meta?: {
|
|
15180
|
+
rationale?: string | undefined;
|
|
15181
|
+
generatedBy?: string | undefined;
|
|
15182
|
+
} | undefined;
|
|
15183
|
+
} | undefined;
|
|
15184
|
+
disabled?: boolean | {
|
|
15185
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15186
|
+
source?: string | undefined;
|
|
15187
|
+
ast?: unknown;
|
|
15188
|
+
meta?: {
|
|
15189
|
+
rationale?: string | undefined;
|
|
15190
|
+
generatedBy?: string | undefined;
|
|
15191
|
+
} | undefined;
|
|
15192
|
+
} | undefined;
|
|
15193
|
+
shortcut?: string | undefined;
|
|
15194
|
+
bulkEnabled?: boolean | undefined;
|
|
15195
|
+
aiExposed?: boolean | undefined;
|
|
15196
|
+
recordIdParam?: string | undefined;
|
|
15197
|
+
recordIdField?: string | undefined;
|
|
15198
|
+
bodyShape?: "flat" | {
|
|
15199
|
+
wrap: string;
|
|
15200
|
+
} | undefined;
|
|
15201
|
+
method?: "POST" | "PATCH" | "PUT" | "DELETE" | undefined;
|
|
15202
|
+
bodyExtra?: Record<string, unknown> | undefined;
|
|
15203
|
+
mode?: "custom" | "delete" | "create" | "edit" | undefined;
|
|
15204
|
+
timeout?: number | undefined;
|
|
15205
|
+
aria?: {
|
|
15206
|
+
ariaLabel?: string | undefined;
|
|
15207
|
+
ariaDescribedBy?: string | undefined;
|
|
15208
|
+
role?: string | undefined;
|
|
15209
|
+
} | undefined;
|
|
15210
|
+
}[] | undefined;
|
|
15211
|
+
}, "fields"> & Pick<{
|
|
15212
|
+
readonly name: "sys_share_link";
|
|
15213
|
+
readonly label: "Share Link";
|
|
15214
|
+
readonly pluralLabel: "Share Links";
|
|
15215
|
+
readonly icon: "link-2";
|
|
15216
|
+
readonly isSystem: true;
|
|
15217
|
+
readonly managedBy: "system";
|
|
15218
|
+
readonly description: "Opaque capability token granting access to a single record. Notion/Figma-style public link sharing.";
|
|
15219
|
+
readonly titleFormat: "{object_name}/{record_id} ({permission})";
|
|
15220
|
+
readonly compactLayout: ["object_name", "record_id", "permission", "audience", "expires_at", "revoked_at"];
|
|
15221
|
+
readonly listViews: {
|
|
15222
|
+
readonly active_links: {
|
|
15223
|
+
readonly type: "grid";
|
|
15224
|
+
readonly name: "active_links";
|
|
15225
|
+
readonly label: "Active";
|
|
15226
|
+
readonly data: {
|
|
15227
|
+
readonly provider: "object";
|
|
15228
|
+
readonly object: "sys_share_link";
|
|
15229
|
+
};
|
|
15230
|
+
readonly columns: ["object_name", "record_id", "permission", "audience", "expires_at", "use_count", "last_used_at"];
|
|
15231
|
+
readonly filter: [{
|
|
15232
|
+
readonly field: "revoked_at";
|
|
15233
|
+
readonly operator: "isNull";
|
|
15234
|
+
}];
|
|
15235
|
+
readonly sort: [{
|
|
15236
|
+
readonly field: "created_at";
|
|
15237
|
+
readonly order: "desc";
|
|
15238
|
+
}];
|
|
15239
|
+
readonly pagination: {
|
|
15240
|
+
readonly pageSize: 100;
|
|
15241
|
+
};
|
|
15242
|
+
};
|
|
15243
|
+
readonly by_me: {
|
|
15244
|
+
readonly type: "grid";
|
|
15245
|
+
readonly name: "by_me";
|
|
15246
|
+
readonly label: "Created by Me";
|
|
15247
|
+
readonly data: {
|
|
15248
|
+
readonly provider: "object";
|
|
15249
|
+
readonly object: "sys_share_link";
|
|
15250
|
+
};
|
|
15251
|
+
readonly columns: ["object_name", "record_id", "permission", "audience", "expires_at", "revoked_at"];
|
|
15252
|
+
readonly filter: [{
|
|
15253
|
+
readonly field: "created_by";
|
|
15254
|
+
readonly operator: "equals";
|
|
15255
|
+
readonly value: "{current_user_id}";
|
|
15256
|
+
}];
|
|
15257
|
+
readonly sort: [{
|
|
15258
|
+
readonly field: "created_at";
|
|
15259
|
+
readonly order: "desc";
|
|
15260
|
+
}];
|
|
15261
|
+
readonly pagination: {
|
|
15262
|
+
readonly pageSize: 100;
|
|
15263
|
+
};
|
|
15264
|
+
};
|
|
15265
|
+
readonly revoked: {
|
|
15266
|
+
readonly type: "grid";
|
|
15267
|
+
readonly name: "revoked";
|
|
15268
|
+
readonly label: "Revoked";
|
|
15269
|
+
readonly data: {
|
|
15270
|
+
readonly provider: "object";
|
|
15271
|
+
readonly object: "sys_share_link";
|
|
15272
|
+
};
|
|
15273
|
+
readonly columns: ["object_name", "record_id", "revoked_at", "created_by"];
|
|
15274
|
+
readonly filter: [{
|
|
15275
|
+
readonly field: "revoked_at";
|
|
15276
|
+
readonly operator: "isNotNull";
|
|
15277
|
+
}];
|
|
15278
|
+
readonly sort: [{
|
|
15279
|
+
readonly field: "revoked_at";
|
|
15280
|
+
readonly order: "desc";
|
|
15281
|
+
}];
|
|
15282
|
+
readonly pagination: {
|
|
15283
|
+
readonly pageSize: 50;
|
|
15284
|
+
};
|
|
15285
|
+
};
|
|
15286
|
+
readonly all_links: {
|
|
15287
|
+
readonly type: "grid";
|
|
15288
|
+
readonly name: "all_links";
|
|
15289
|
+
readonly label: "All";
|
|
15290
|
+
readonly data: {
|
|
15291
|
+
readonly provider: "object";
|
|
15292
|
+
readonly object: "sys_share_link";
|
|
15293
|
+
};
|
|
15294
|
+
readonly columns: ["object_name", "record_id", "permission", "audience", "expires_at", "revoked_at", "created_at"];
|
|
15295
|
+
readonly sort: [{
|
|
15296
|
+
readonly field: "created_at";
|
|
15297
|
+
readonly order: "desc";
|
|
15298
|
+
}];
|
|
15299
|
+
readonly pagination: {
|
|
15300
|
+
readonly pageSize: 200;
|
|
15301
|
+
};
|
|
15302
|
+
};
|
|
15303
|
+
};
|
|
15304
|
+
readonly fields: {
|
|
15305
|
+
readonly id: {
|
|
15306
|
+
readonly readonly?: boolean | undefined;
|
|
15307
|
+
readonly format?: string | undefined;
|
|
15308
|
+
readonly options?: {
|
|
15309
|
+
label: string;
|
|
15310
|
+
value: string;
|
|
15311
|
+
color?: string | undefined;
|
|
15312
|
+
default?: boolean | undefined;
|
|
15313
|
+
}[] | undefined;
|
|
15314
|
+
readonly description?: string | undefined;
|
|
15315
|
+
readonly label?: string | undefined;
|
|
15316
|
+
readonly name?: string | undefined;
|
|
15317
|
+
readonly precision?: number | undefined;
|
|
15318
|
+
readonly required?: boolean | undefined;
|
|
15319
|
+
readonly multiple?: boolean | undefined;
|
|
15320
|
+
readonly dependencies?: string[] | undefined;
|
|
15321
|
+
readonly theme?: string | undefined;
|
|
15322
|
+
readonly externalId?: boolean | undefined;
|
|
15323
|
+
readonly system?: boolean | undefined;
|
|
15324
|
+
readonly min?: number | undefined;
|
|
15325
|
+
readonly max?: number | undefined;
|
|
15326
|
+
readonly group?: string | undefined;
|
|
15327
|
+
readonly encryptionConfig?: {
|
|
15328
|
+
enabled: boolean;
|
|
15329
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
15330
|
+
keyManagement: {
|
|
15331
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
15332
|
+
keyId?: string | undefined;
|
|
15333
|
+
rotationPolicy?: {
|
|
15334
|
+
enabled: boolean;
|
|
15335
|
+
frequencyDays: number;
|
|
15336
|
+
retainOldVersions: number;
|
|
15337
|
+
autoRotate: boolean;
|
|
15338
|
+
} | undefined;
|
|
15339
|
+
};
|
|
15340
|
+
scope: "record" | "field" | "table" | "database";
|
|
15341
|
+
deterministicEncryption: boolean;
|
|
15342
|
+
searchableEncryption: boolean;
|
|
15343
|
+
} | undefined;
|
|
15344
|
+
readonly columnName?: string | undefined;
|
|
15345
|
+
readonly searchable?: boolean | undefined;
|
|
15346
|
+
readonly unique?: boolean | undefined;
|
|
15347
|
+
readonly defaultValue?: unknown;
|
|
15348
|
+
readonly maxLength?: number | undefined;
|
|
15349
|
+
readonly minLength?: number | undefined;
|
|
15350
|
+
readonly scale?: number | undefined;
|
|
15351
|
+
readonly reference?: string | undefined;
|
|
15352
|
+
readonly referenceFilters?: string[] | undefined;
|
|
15353
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
15354
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
15355
|
+
readonly expression?: {
|
|
15356
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15357
|
+
source?: string | undefined;
|
|
15358
|
+
ast?: unknown;
|
|
15359
|
+
meta?: {
|
|
15360
|
+
rationale?: string | undefined;
|
|
15361
|
+
generatedBy?: string | undefined;
|
|
15362
|
+
} | undefined;
|
|
15363
|
+
} | undefined;
|
|
15364
|
+
readonly summaryOperations?: {
|
|
15365
|
+
object: string;
|
|
15366
|
+
field: string;
|
|
15367
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
15368
|
+
} | undefined;
|
|
15369
|
+
readonly language?: string | undefined;
|
|
15370
|
+
readonly lineNumbers?: boolean | undefined;
|
|
15371
|
+
readonly maxRating?: number | undefined;
|
|
15372
|
+
readonly allowHalf?: boolean | undefined;
|
|
15373
|
+
readonly displayMap?: boolean | undefined;
|
|
15374
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
15375
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
15376
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
15377
|
+
readonly allowAlpha?: boolean | undefined;
|
|
15378
|
+
readonly presetColors?: string[] | undefined;
|
|
15379
|
+
readonly step?: number | undefined;
|
|
15380
|
+
readonly showValue?: boolean | undefined;
|
|
15381
|
+
readonly marks?: Record<string, string> | undefined;
|
|
15382
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
15383
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
15384
|
+
readonly displayValue?: boolean | undefined;
|
|
15385
|
+
readonly allowScanning?: boolean | undefined;
|
|
15386
|
+
readonly currencyConfig?: {
|
|
15387
|
+
precision: number;
|
|
15388
|
+
currencyMode: "fixed" | "dynamic";
|
|
15389
|
+
defaultCurrency: string;
|
|
15390
|
+
} | undefined;
|
|
15391
|
+
readonly vectorConfig?: {
|
|
15392
|
+
dimensions: number;
|
|
15393
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
15394
|
+
normalized: boolean;
|
|
15395
|
+
indexed: boolean;
|
|
15396
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
15397
|
+
} | undefined;
|
|
15398
|
+
readonly fileAttachmentConfig?: {
|
|
15399
|
+
virusScan: boolean;
|
|
15400
|
+
virusScanOnUpload: boolean;
|
|
15401
|
+
quarantineOnThreat: boolean;
|
|
15402
|
+
allowMultiple: boolean;
|
|
15403
|
+
allowReplace: boolean;
|
|
15404
|
+
allowDelete: boolean;
|
|
15405
|
+
requireUpload: boolean;
|
|
15406
|
+
extractMetadata: boolean;
|
|
15407
|
+
extractText: boolean;
|
|
15408
|
+
versioningEnabled: boolean;
|
|
15409
|
+
publicRead: boolean;
|
|
15410
|
+
presignedUrlExpiry: number;
|
|
15411
|
+
minSize?: number | undefined;
|
|
15412
|
+
maxSize?: number | undefined;
|
|
15413
|
+
allowedTypes?: string[] | undefined;
|
|
15414
|
+
blockedTypes?: string[] | undefined;
|
|
15415
|
+
allowedMimeTypes?: string[] | undefined;
|
|
15416
|
+
blockedMimeTypes?: string[] | undefined;
|
|
15417
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
15418
|
+
storageProvider?: string | undefined;
|
|
15419
|
+
storageBucket?: string | undefined;
|
|
15420
|
+
storagePrefix?: string | undefined;
|
|
15421
|
+
imageValidation?: {
|
|
15422
|
+
generateThumbnails: boolean;
|
|
15423
|
+
preserveMetadata: boolean;
|
|
15424
|
+
autoRotate: boolean;
|
|
15425
|
+
minWidth?: number | undefined;
|
|
15426
|
+
maxWidth?: number | undefined;
|
|
15427
|
+
minHeight?: number | undefined;
|
|
15428
|
+
maxHeight?: number | undefined;
|
|
15429
|
+
aspectRatio?: string | undefined;
|
|
15430
|
+
thumbnailSizes?: {
|
|
15431
|
+
name: string;
|
|
15432
|
+
width: number;
|
|
15433
|
+
height: number;
|
|
15434
|
+
crop: boolean;
|
|
15435
|
+
}[] | undefined;
|
|
15436
|
+
} | undefined;
|
|
15437
|
+
maxVersions?: number | undefined;
|
|
15438
|
+
} | undefined;
|
|
15439
|
+
readonly maskingRule?: {
|
|
15440
|
+
field: string;
|
|
15441
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
15442
|
+
preserveFormat: boolean;
|
|
15443
|
+
preserveLength: boolean;
|
|
15444
|
+
pattern?: string | undefined;
|
|
15445
|
+
roles?: string[] | undefined;
|
|
15446
|
+
exemptRoles?: string[] | undefined;
|
|
15447
|
+
} | undefined;
|
|
15448
|
+
readonly auditTrail?: boolean | undefined;
|
|
15449
|
+
readonly cached?: {
|
|
15450
|
+
enabled: boolean;
|
|
15451
|
+
ttl: number;
|
|
15452
|
+
invalidateOn: string[];
|
|
15453
|
+
} | undefined;
|
|
15454
|
+
readonly dataQuality?: {
|
|
15455
|
+
uniqueness: boolean;
|
|
15456
|
+
completeness: number;
|
|
15457
|
+
accuracy?: {
|
|
15458
|
+
source: string;
|
|
15459
|
+
threshold: number;
|
|
15460
|
+
} | undefined;
|
|
15461
|
+
} | undefined;
|
|
15462
|
+
readonly conditionalRequired?: {
|
|
15463
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15464
|
+
source?: string | undefined;
|
|
15465
|
+
ast?: unknown;
|
|
15466
|
+
meta?: {
|
|
15467
|
+
rationale?: string | undefined;
|
|
15468
|
+
generatedBy?: string | undefined;
|
|
15469
|
+
} | undefined;
|
|
15470
|
+
} | undefined;
|
|
15471
|
+
readonly hidden?: boolean | undefined;
|
|
15472
|
+
readonly sortable?: boolean | undefined;
|
|
15473
|
+
readonly inlineHelpText?: string | undefined;
|
|
15474
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
15475
|
+
readonly caseSensitive?: boolean | undefined;
|
|
15476
|
+
readonly autonumberFormat?: string | undefined;
|
|
15477
|
+
readonly index?: boolean | undefined;
|
|
15478
|
+
readonly type: "text";
|
|
15479
|
+
};
|
|
15480
|
+
readonly token: {
|
|
15481
|
+
readonly readonly?: boolean | undefined;
|
|
15482
|
+
readonly format?: string | undefined;
|
|
15483
|
+
readonly options?: {
|
|
15484
|
+
label: string;
|
|
15485
|
+
value: string;
|
|
15486
|
+
color?: string | undefined;
|
|
15487
|
+
default?: boolean | undefined;
|
|
15488
|
+
}[] | undefined;
|
|
15489
|
+
readonly description?: string | undefined;
|
|
15490
|
+
readonly label?: string | undefined;
|
|
15491
|
+
readonly name?: string | undefined;
|
|
15492
|
+
readonly precision?: number | undefined;
|
|
15493
|
+
readonly required?: boolean | undefined;
|
|
15494
|
+
readonly multiple?: boolean | undefined;
|
|
15495
|
+
readonly dependencies?: string[] | undefined;
|
|
15496
|
+
readonly theme?: string | undefined;
|
|
15497
|
+
readonly externalId?: boolean | undefined;
|
|
15498
|
+
readonly system?: boolean | undefined;
|
|
15499
|
+
readonly min?: number | undefined;
|
|
15500
|
+
readonly max?: number | undefined;
|
|
15501
|
+
readonly group?: string | undefined;
|
|
15502
|
+
readonly encryptionConfig?: {
|
|
15503
|
+
enabled: boolean;
|
|
15504
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
15505
|
+
keyManagement: {
|
|
15506
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
15507
|
+
keyId?: string | undefined;
|
|
15508
|
+
rotationPolicy?: {
|
|
15509
|
+
enabled: boolean;
|
|
15510
|
+
frequencyDays: number;
|
|
15511
|
+
retainOldVersions: number;
|
|
15512
|
+
autoRotate: boolean;
|
|
15513
|
+
} | undefined;
|
|
15514
|
+
};
|
|
15515
|
+
scope: "record" | "field" | "table" | "database";
|
|
15516
|
+
deterministicEncryption: boolean;
|
|
15517
|
+
searchableEncryption: boolean;
|
|
15518
|
+
} | undefined;
|
|
15519
|
+
readonly columnName?: string | undefined;
|
|
15520
|
+
readonly searchable?: boolean | undefined;
|
|
15521
|
+
readonly unique?: boolean | undefined;
|
|
15522
|
+
readonly defaultValue?: unknown;
|
|
15523
|
+
readonly maxLength?: number | undefined;
|
|
15524
|
+
readonly minLength?: number | undefined;
|
|
15525
|
+
readonly scale?: number | undefined;
|
|
15526
|
+
readonly reference?: string | undefined;
|
|
15527
|
+
readonly referenceFilters?: string[] | undefined;
|
|
15528
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
15529
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
15530
|
+
readonly expression?: {
|
|
15531
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15532
|
+
source?: string | undefined;
|
|
15533
|
+
ast?: unknown;
|
|
15534
|
+
meta?: {
|
|
15535
|
+
rationale?: string | undefined;
|
|
15536
|
+
generatedBy?: string | undefined;
|
|
15537
|
+
} | undefined;
|
|
15538
|
+
} | undefined;
|
|
15539
|
+
readonly summaryOperations?: {
|
|
15540
|
+
object: string;
|
|
15541
|
+
field: string;
|
|
15542
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
15543
|
+
} | undefined;
|
|
15544
|
+
readonly language?: string | undefined;
|
|
15545
|
+
readonly lineNumbers?: boolean | undefined;
|
|
15546
|
+
readonly maxRating?: number | undefined;
|
|
15547
|
+
readonly allowHalf?: boolean | undefined;
|
|
15548
|
+
readonly displayMap?: boolean | undefined;
|
|
15549
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
15550
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
15551
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
15552
|
+
readonly allowAlpha?: boolean | undefined;
|
|
15553
|
+
readonly presetColors?: string[] | undefined;
|
|
15554
|
+
readonly step?: number | undefined;
|
|
15555
|
+
readonly showValue?: boolean | undefined;
|
|
15556
|
+
readonly marks?: Record<string, string> | undefined;
|
|
15557
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
15558
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
15559
|
+
readonly displayValue?: boolean | undefined;
|
|
15560
|
+
readonly allowScanning?: boolean | undefined;
|
|
15561
|
+
readonly currencyConfig?: {
|
|
15562
|
+
precision: number;
|
|
15563
|
+
currencyMode: "fixed" | "dynamic";
|
|
15564
|
+
defaultCurrency: string;
|
|
15565
|
+
} | undefined;
|
|
15566
|
+
readonly vectorConfig?: {
|
|
15567
|
+
dimensions: number;
|
|
15568
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
15569
|
+
normalized: boolean;
|
|
15570
|
+
indexed: boolean;
|
|
15571
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
15572
|
+
} | undefined;
|
|
15573
|
+
readonly fileAttachmentConfig?: {
|
|
15574
|
+
virusScan: boolean;
|
|
15575
|
+
virusScanOnUpload: boolean;
|
|
15576
|
+
quarantineOnThreat: boolean;
|
|
15577
|
+
allowMultiple: boolean;
|
|
15578
|
+
allowReplace: boolean;
|
|
15579
|
+
allowDelete: boolean;
|
|
15580
|
+
requireUpload: boolean;
|
|
15581
|
+
extractMetadata: boolean;
|
|
15582
|
+
extractText: boolean;
|
|
15583
|
+
versioningEnabled: boolean;
|
|
15584
|
+
publicRead: boolean;
|
|
15585
|
+
presignedUrlExpiry: number;
|
|
15586
|
+
minSize?: number | undefined;
|
|
15587
|
+
maxSize?: number | undefined;
|
|
15588
|
+
allowedTypes?: string[] | undefined;
|
|
15589
|
+
blockedTypes?: string[] | undefined;
|
|
15590
|
+
allowedMimeTypes?: string[] | undefined;
|
|
15591
|
+
blockedMimeTypes?: string[] | undefined;
|
|
15592
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
15593
|
+
storageProvider?: string | undefined;
|
|
15594
|
+
storageBucket?: string | undefined;
|
|
15595
|
+
storagePrefix?: string | undefined;
|
|
15596
|
+
imageValidation?: {
|
|
15597
|
+
generateThumbnails: boolean;
|
|
15598
|
+
preserveMetadata: boolean;
|
|
15599
|
+
autoRotate: boolean;
|
|
15600
|
+
minWidth?: number | undefined;
|
|
15601
|
+
maxWidth?: number | undefined;
|
|
15602
|
+
minHeight?: number | undefined;
|
|
15603
|
+
maxHeight?: number | undefined;
|
|
15604
|
+
aspectRatio?: string | undefined;
|
|
15605
|
+
thumbnailSizes?: {
|
|
15606
|
+
name: string;
|
|
15607
|
+
width: number;
|
|
15608
|
+
height: number;
|
|
15609
|
+
crop: boolean;
|
|
15610
|
+
}[] | undefined;
|
|
15611
|
+
} | undefined;
|
|
15612
|
+
maxVersions?: number | undefined;
|
|
15613
|
+
} | undefined;
|
|
15614
|
+
readonly maskingRule?: {
|
|
15615
|
+
field: string;
|
|
15616
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
15617
|
+
preserveFormat: boolean;
|
|
15618
|
+
preserveLength: boolean;
|
|
15619
|
+
pattern?: string | undefined;
|
|
15620
|
+
roles?: string[] | undefined;
|
|
15621
|
+
exemptRoles?: string[] | undefined;
|
|
15622
|
+
} | undefined;
|
|
15623
|
+
readonly auditTrail?: boolean | undefined;
|
|
15624
|
+
readonly cached?: {
|
|
15625
|
+
enabled: boolean;
|
|
15626
|
+
ttl: number;
|
|
15627
|
+
invalidateOn: string[];
|
|
15628
|
+
} | undefined;
|
|
15629
|
+
readonly dataQuality?: {
|
|
15630
|
+
uniqueness: boolean;
|
|
15631
|
+
completeness: number;
|
|
15632
|
+
accuracy?: {
|
|
15633
|
+
source: string;
|
|
15634
|
+
threshold: number;
|
|
15635
|
+
} | undefined;
|
|
15636
|
+
} | undefined;
|
|
15637
|
+
readonly conditionalRequired?: {
|
|
15638
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15639
|
+
source?: string | undefined;
|
|
15640
|
+
ast?: unknown;
|
|
15641
|
+
meta?: {
|
|
15642
|
+
rationale?: string | undefined;
|
|
15643
|
+
generatedBy?: string | undefined;
|
|
15644
|
+
} | undefined;
|
|
15645
|
+
} | undefined;
|
|
15646
|
+
readonly hidden?: boolean | undefined;
|
|
15647
|
+
readonly sortable?: boolean | undefined;
|
|
15648
|
+
readonly inlineHelpText?: string | undefined;
|
|
15649
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
15650
|
+
readonly caseSensitive?: boolean | undefined;
|
|
15651
|
+
readonly autonumberFormat?: string | undefined;
|
|
15652
|
+
readonly index?: boolean | undefined;
|
|
15653
|
+
readonly type: "text";
|
|
15654
|
+
};
|
|
15655
|
+
readonly object_name: {
|
|
15656
|
+
readonly readonly?: boolean | undefined;
|
|
15657
|
+
readonly format?: string | undefined;
|
|
15658
|
+
readonly options?: {
|
|
15659
|
+
label: string;
|
|
15660
|
+
value: string;
|
|
15661
|
+
color?: string | undefined;
|
|
15662
|
+
default?: boolean | undefined;
|
|
15663
|
+
}[] | undefined;
|
|
15664
|
+
readonly description?: string | undefined;
|
|
15665
|
+
readonly label?: string | undefined;
|
|
15666
|
+
readonly name?: string | undefined;
|
|
15667
|
+
readonly precision?: number | undefined;
|
|
15668
|
+
readonly required?: boolean | undefined;
|
|
15669
|
+
readonly multiple?: boolean | undefined;
|
|
15670
|
+
readonly dependencies?: string[] | undefined;
|
|
15671
|
+
readonly theme?: string | undefined;
|
|
15672
|
+
readonly externalId?: boolean | undefined;
|
|
15673
|
+
readonly system?: boolean | undefined;
|
|
15674
|
+
readonly min?: number | undefined;
|
|
15675
|
+
readonly max?: number | undefined;
|
|
15676
|
+
readonly group?: string | undefined;
|
|
15677
|
+
readonly encryptionConfig?: {
|
|
15678
|
+
enabled: boolean;
|
|
15679
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
15680
|
+
keyManagement: {
|
|
15681
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
15682
|
+
keyId?: string | undefined;
|
|
15683
|
+
rotationPolicy?: {
|
|
15684
|
+
enabled: boolean;
|
|
15685
|
+
frequencyDays: number;
|
|
15686
|
+
retainOldVersions: number;
|
|
15687
|
+
autoRotate: boolean;
|
|
15688
|
+
} | undefined;
|
|
15689
|
+
};
|
|
15690
|
+
scope: "record" | "field" | "table" | "database";
|
|
15691
|
+
deterministicEncryption: boolean;
|
|
15692
|
+
searchableEncryption: boolean;
|
|
15693
|
+
} | undefined;
|
|
15694
|
+
readonly columnName?: string | undefined;
|
|
15695
|
+
readonly searchable?: boolean | undefined;
|
|
15696
|
+
readonly unique?: boolean | undefined;
|
|
15697
|
+
readonly defaultValue?: unknown;
|
|
15698
|
+
readonly maxLength?: number | undefined;
|
|
15699
|
+
readonly minLength?: number | undefined;
|
|
15700
|
+
readonly scale?: number | undefined;
|
|
15701
|
+
readonly reference?: string | undefined;
|
|
15702
|
+
readonly referenceFilters?: string[] | undefined;
|
|
15703
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
15704
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
15705
|
+
readonly expression?: {
|
|
15706
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15707
|
+
source?: string | undefined;
|
|
15708
|
+
ast?: unknown;
|
|
15709
|
+
meta?: {
|
|
15710
|
+
rationale?: string | undefined;
|
|
15711
|
+
generatedBy?: string | undefined;
|
|
15712
|
+
} | undefined;
|
|
15713
|
+
} | undefined;
|
|
15714
|
+
readonly summaryOperations?: {
|
|
15715
|
+
object: string;
|
|
15716
|
+
field: string;
|
|
15717
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
15718
|
+
} | undefined;
|
|
15719
|
+
readonly language?: string | undefined;
|
|
15720
|
+
readonly lineNumbers?: boolean | undefined;
|
|
15721
|
+
readonly maxRating?: number | undefined;
|
|
15722
|
+
readonly allowHalf?: boolean | undefined;
|
|
15723
|
+
readonly displayMap?: boolean | undefined;
|
|
15724
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
15725
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
15726
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
15727
|
+
readonly allowAlpha?: boolean | undefined;
|
|
15728
|
+
readonly presetColors?: string[] | undefined;
|
|
15729
|
+
readonly step?: number | undefined;
|
|
15730
|
+
readonly showValue?: boolean | undefined;
|
|
15731
|
+
readonly marks?: Record<string, string> | undefined;
|
|
15732
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
15733
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
15734
|
+
readonly displayValue?: boolean | undefined;
|
|
15735
|
+
readonly allowScanning?: boolean | undefined;
|
|
15736
|
+
readonly currencyConfig?: {
|
|
15737
|
+
precision: number;
|
|
15738
|
+
currencyMode: "fixed" | "dynamic";
|
|
15739
|
+
defaultCurrency: string;
|
|
15740
|
+
} | undefined;
|
|
15741
|
+
readonly vectorConfig?: {
|
|
15742
|
+
dimensions: number;
|
|
15743
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
15744
|
+
normalized: boolean;
|
|
15745
|
+
indexed: boolean;
|
|
15746
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
15747
|
+
} | undefined;
|
|
15748
|
+
readonly fileAttachmentConfig?: {
|
|
15749
|
+
virusScan: boolean;
|
|
15750
|
+
virusScanOnUpload: boolean;
|
|
15751
|
+
quarantineOnThreat: boolean;
|
|
15752
|
+
allowMultiple: boolean;
|
|
15753
|
+
allowReplace: boolean;
|
|
15754
|
+
allowDelete: boolean;
|
|
15755
|
+
requireUpload: boolean;
|
|
15756
|
+
extractMetadata: boolean;
|
|
15757
|
+
extractText: boolean;
|
|
15758
|
+
versioningEnabled: boolean;
|
|
15759
|
+
publicRead: boolean;
|
|
15760
|
+
presignedUrlExpiry: number;
|
|
15761
|
+
minSize?: number | undefined;
|
|
15762
|
+
maxSize?: number | undefined;
|
|
15763
|
+
allowedTypes?: string[] | undefined;
|
|
15764
|
+
blockedTypes?: string[] | undefined;
|
|
15765
|
+
allowedMimeTypes?: string[] | undefined;
|
|
15766
|
+
blockedMimeTypes?: string[] | undefined;
|
|
15767
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
15768
|
+
storageProvider?: string | undefined;
|
|
15769
|
+
storageBucket?: string | undefined;
|
|
15770
|
+
storagePrefix?: string | undefined;
|
|
15771
|
+
imageValidation?: {
|
|
15772
|
+
generateThumbnails: boolean;
|
|
15773
|
+
preserveMetadata: boolean;
|
|
15774
|
+
autoRotate: boolean;
|
|
15775
|
+
minWidth?: number | undefined;
|
|
15776
|
+
maxWidth?: number | undefined;
|
|
15777
|
+
minHeight?: number | undefined;
|
|
15778
|
+
maxHeight?: number | undefined;
|
|
15779
|
+
aspectRatio?: string | undefined;
|
|
15780
|
+
thumbnailSizes?: {
|
|
15781
|
+
name: string;
|
|
15782
|
+
width: number;
|
|
15783
|
+
height: number;
|
|
15784
|
+
crop: boolean;
|
|
15785
|
+
}[] | undefined;
|
|
15786
|
+
} | undefined;
|
|
15787
|
+
maxVersions?: number | undefined;
|
|
15788
|
+
} | undefined;
|
|
15789
|
+
readonly maskingRule?: {
|
|
15790
|
+
field: string;
|
|
15791
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
15792
|
+
preserveFormat: boolean;
|
|
15793
|
+
preserveLength: boolean;
|
|
15794
|
+
pattern?: string | undefined;
|
|
15795
|
+
roles?: string[] | undefined;
|
|
15796
|
+
exemptRoles?: string[] | undefined;
|
|
15797
|
+
} | undefined;
|
|
15798
|
+
readonly auditTrail?: boolean | undefined;
|
|
15799
|
+
readonly cached?: {
|
|
15800
|
+
enabled: boolean;
|
|
15801
|
+
ttl: number;
|
|
15802
|
+
invalidateOn: string[];
|
|
15803
|
+
} | undefined;
|
|
15804
|
+
readonly dataQuality?: {
|
|
15805
|
+
uniqueness: boolean;
|
|
15806
|
+
completeness: number;
|
|
15807
|
+
accuracy?: {
|
|
15808
|
+
source: string;
|
|
15809
|
+
threshold: number;
|
|
15810
|
+
} | undefined;
|
|
15811
|
+
} | undefined;
|
|
15812
|
+
readonly conditionalRequired?: {
|
|
15813
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15814
|
+
source?: string | undefined;
|
|
15815
|
+
ast?: unknown;
|
|
15816
|
+
meta?: {
|
|
15817
|
+
rationale?: string | undefined;
|
|
15818
|
+
generatedBy?: string | undefined;
|
|
15819
|
+
} | undefined;
|
|
15820
|
+
} | undefined;
|
|
15821
|
+
readonly hidden?: boolean | undefined;
|
|
15822
|
+
readonly sortable?: boolean | undefined;
|
|
15823
|
+
readonly inlineHelpText?: string | undefined;
|
|
15824
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
15825
|
+
readonly caseSensitive?: boolean | undefined;
|
|
15826
|
+
readonly autonumberFormat?: string | undefined;
|
|
15827
|
+
readonly index?: boolean | undefined;
|
|
15828
|
+
readonly type: "text";
|
|
15829
|
+
};
|
|
15830
|
+
readonly record_id: {
|
|
15831
|
+
readonly readonly?: boolean | undefined;
|
|
15832
|
+
readonly format?: string | undefined;
|
|
15833
|
+
readonly options?: {
|
|
15834
|
+
label: string;
|
|
15835
|
+
value: string;
|
|
15836
|
+
color?: string | undefined;
|
|
15837
|
+
default?: boolean | undefined;
|
|
15838
|
+
}[] | undefined;
|
|
15839
|
+
readonly description?: string | undefined;
|
|
15840
|
+
readonly label?: string | undefined;
|
|
15841
|
+
readonly name?: string | undefined;
|
|
15842
|
+
readonly precision?: number | undefined;
|
|
15843
|
+
readonly required?: boolean | undefined;
|
|
15844
|
+
readonly multiple?: boolean | undefined;
|
|
15845
|
+
readonly dependencies?: string[] | undefined;
|
|
15846
|
+
readonly theme?: string | undefined;
|
|
15847
|
+
readonly externalId?: boolean | undefined;
|
|
15848
|
+
readonly system?: boolean | undefined;
|
|
15849
|
+
readonly min?: number | undefined;
|
|
15850
|
+
readonly max?: number | undefined;
|
|
15851
|
+
readonly group?: string | undefined;
|
|
15852
|
+
readonly encryptionConfig?: {
|
|
15853
|
+
enabled: boolean;
|
|
15854
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
15855
|
+
keyManagement: {
|
|
15856
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
15857
|
+
keyId?: string | undefined;
|
|
15858
|
+
rotationPolicy?: {
|
|
15859
|
+
enabled: boolean;
|
|
15860
|
+
frequencyDays: number;
|
|
15861
|
+
retainOldVersions: number;
|
|
15862
|
+
autoRotate: boolean;
|
|
15863
|
+
} | undefined;
|
|
15864
|
+
};
|
|
15865
|
+
scope: "record" | "field" | "table" | "database";
|
|
15866
|
+
deterministicEncryption: boolean;
|
|
15867
|
+
searchableEncryption: boolean;
|
|
15868
|
+
} | undefined;
|
|
15869
|
+
readonly columnName?: string | undefined;
|
|
15870
|
+
readonly searchable?: boolean | undefined;
|
|
15871
|
+
readonly unique?: boolean | undefined;
|
|
15872
|
+
readonly defaultValue?: unknown;
|
|
15873
|
+
readonly maxLength?: number | undefined;
|
|
15874
|
+
readonly minLength?: number | undefined;
|
|
15875
|
+
readonly scale?: number | undefined;
|
|
15876
|
+
readonly reference?: string | undefined;
|
|
15877
|
+
readonly referenceFilters?: string[] | undefined;
|
|
15878
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
15879
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
15880
|
+
readonly expression?: {
|
|
15881
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15882
|
+
source?: string | undefined;
|
|
15883
|
+
ast?: unknown;
|
|
15884
|
+
meta?: {
|
|
15885
|
+
rationale?: string | undefined;
|
|
15886
|
+
generatedBy?: string | undefined;
|
|
15887
|
+
} | undefined;
|
|
15888
|
+
} | undefined;
|
|
15889
|
+
readonly summaryOperations?: {
|
|
15890
|
+
object: string;
|
|
15891
|
+
field: string;
|
|
15892
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
15893
|
+
} | undefined;
|
|
15894
|
+
readonly language?: string | undefined;
|
|
15895
|
+
readonly lineNumbers?: boolean | undefined;
|
|
15896
|
+
readonly maxRating?: number | undefined;
|
|
15897
|
+
readonly allowHalf?: boolean | undefined;
|
|
15898
|
+
readonly displayMap?: boolean | undefined;
|
|
15899
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
15900
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
15901
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
15902
|
+
readonly allowAlpha?: boolean | undefined;
|
|
15903
|
+
readonly presetColors?: string[] | undefined;
|
|
15904
|
+
readonly step?: number | undefined;
|
|
15905
|
+
readonly showValue?: boolean | undefined;
|
|
15906
|
+
readonly marks?: Record<string, string> | undefined;
|
|
15907
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
15908
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
15909
|
+
readonly displayValue?: boolean | undefined;
|
|
15910
|
+
readonly allowScanning?: boolean | undefined;
|
|
15911
|
+
readonly currencyConfig?: {
|
|
15912
|
+
precision: number;
|
|
15913
|
+
currencyMode: "fixed" | "dynamic";
|
|
15914
|
+
defaultCurrency: string;
|
|
15915
|
+
} | undefined;
|
|
15916
|
+
readonly vectorConfig?: {
|
|
15917
|
+
dimensions: number;
|
|
15918
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
15919
|
+
normalized: boolean;
|
|
15920
|
+
indexed: boolean;
|
|
15921
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
15922
|
+
} | undefined;
|
|
15923
|
+
readonly fileAttachmentConfig?: {
|
|
15924
|
+
virusScan: boolean;
|
|
15925
|
+
virusScanOnUpload: boolean;
|
|
15926
|
+
quarantineOnThreat: boolean;
|
|
15927
|
+
allowMultiple: boolean;
|
|
15928
|
+
allowReplace: boolean;
|
|
15929
|
+
allowDelete: boolean;
|
|
15930
|
+
requireUpload: boolean;
|
|
15931
|
+
extractMetadata: boolean;
|
|
15932
|
+
extractText: boolean;
|
|
15933
|
+
versioningEnabled: boolean;
|
|
15934
|
+
publicRead: boolean;
|
|
15935
|
+
presignedUrlExpiry: number;
|
|
15936
|
+
minSize?: number | undefined;
|
|
15937
|
+
maxSize?: number | undefined;
|
|
15938
|
+
allowedTypes?: string[] | undefined;
|
|
15939
|
+
blockedTypes?: string[] | undefined;
|
|
15940
|
+
allowedMimeTypes?: string[] | undefined;
|
|
15941
|
+
blockedMimeTypes?: string[] | undefined;
|
|
15942
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
15943
|
+
storageProvider?: string | undefined;
|
|
15944
|
+
storageBucket?: string | undefined;
|
|
15945
|
+
storagePrefix?: string | undefined;
|
|
15946
|
+
imageValidation?: {
|
|
15947
|
+
generateThumbnails: boolean;
|
|
15948
|
+
preserveMetadata: boolean;
|
|
15949
|
+
autoRotate: boolean;
|
|
15950
|
+
minWidth?: number | undefined;
|
|
15951
|
+
maxWidth?: number | undefined;
|
|
15952
|
+
minHeight?: number | undefined;
|
|
15953
|
+
maxHeight?: number | undefined;
|
|
15954
|
+
aspectRatio?: string | undefined;
|
|
15955
|
+
thumbnailSizes?: {
|
|
15956
|
+
name: string;
|
|
15957
|
+
width: number;
|
|
15958
|
+
height: number;
|
|
15959
|
+
crop: boolean;
|
|
15960
|
+
}[] | undefined;
|
|
15961
|
+
} | undefined;
|
|
15962
|
+
maxVersions?: number | undefined;
|
|
15963
|
+
} | undefined;
|
|
15964
|
+
readonly maskingRule?: {
|
|
15965
|
+
field: string;
|
|
15966
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
15967
|
+
preserveFormat: boolean;
|
|
15968
|
+
preserveLength: boolean;
|
|
15969
|
+
pattern?: string | undefined;
|
|
15970
|
+
roles?: string[] | undefined;
|
|
15971
|
+
exemptRoles?: string[] | undefined;
|
|
15972
|
+
} | undefined;
|
|
15973
|
+
readonly auditTrail?: boolean | undefined;
|
|
15974
|
+
readonly cached?: {
|
|
15975
|
+
enabled: boolean;
|
|
15976
|
+
ttl: number;
|
|
15977
|
+
invalidateOn: string[];
|
|
15978
|
+
} | undefined;
|
|
15979
|
+
readonly dataQuality?: {
|
|
15980
|
+
uniqueness: boolean;
|
|
15981
|
+
completeness: number;
|
|
15982
|
+
accuracy?: {
|
|
15983
|
+
source: string;
|
|
15984
|
+
threshold: number;
|
|
15985
|
+
} | undefined;
|
|
15986
|
+
} | undefined;
|
|
15987
|
+
readonly conditionalRequired?: {
|
|
15988
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15989
|
+
source?: string | undefined;
|
|
15990
|
+
ast?: unknown;
|
|
15991
|
+
meta?: {
|
|
15992
|
+
rationale?: string | undefined;
|
|
15993
|
+
generatedBy?: string | undefined;
|
|
15994
|
+
} | undefined;
|
|
15995
|
+
} | undefined;
|
|
15996
|
+
readonly hidden?: boolean | undefined;
|
|
15997
|
+
readonly sortable?: boolean | undefined;
|
|
15998
|
+
readonly inlineHelpText?: string | undefined;
|
|
15999
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
16000
|
+
readonly caseSensitive?: boolean | undefined;
|
|
16001
|
+
readonly autonumberFormat?: string | undefined;
|
|
16002
|
+
readonly index?: boolean | undefined;
|
|
16003
|
+
readonly type: "text";
|
|
16004
|
+
};
|
|
16005
|
+
readonly permission: {
|
|
16006
|
+
readonly readonly?: boolean | undefined;
|
|
16007
|
+
readonly format?: string | undefined;
|
|
16008
|
+
options: {
|
|
16009
|
+
label: string;
|
|
16010
|
+
value: string;
|
|
16011
|
+
color?: string | undefined;
|
|
16012
|
+
default?: boolean | undefined;
|
|
16013
|
+
}[];
|
|
16014
|
+
readonly description?: string | undefined;
|
|
16015
|
+
readonly label?: string | undefined;
|
|
16016
|
+
readonly name?: string | undefined;
|
|
16017
|
+
readonly precision?: number | undefined;
|
|
16018
|
+
readonly required?: boolean | undefined;
|
|
16019
|
+
readonly multiple?: boolean | undefined;
|
|
16020
|
+
readonly dependencies?: string[] | undefined;
|
|
16021
|
+
readonly theme?: string | undefined;
|
|
16022
|
+
readonly externalId?: boolean | undefined;
|
|
16023
|
+
readonly system?: boolean | undefined;
|
|
16024
|
+
readonly min?: number | undefined;
|
|
16025
|
+
readonly max?: number | undefined;
|
|
16026
|
+
readonly group?: string | undefined;
|
|
16027
|
+
readonly encryptionConfig?: {
|
|
16028
|
+
enabled: boolean;
|
|
16029
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
16030
|
+
keyManagement: {
|
|
16031
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
16032
|
+
keyId?: string | undefined;
|
|
16033
|
+
rotationPolicy?: {
|
|
16034
|
+
enabled: boolean;
|
|
16035
|
+
frequencyDays: number;
|
|
16036
|
+
retainOldVersions: number;
|
|
16037
|
+
autoRotate: boolean;
|
|
16038
|
+
} | undefined;
|
|
16039
|
+
};
|
|
16040
|
+
scope: "record" | "field" | "table" | "database";
|
|
16041
|
+
deterministicEncryption: boolean;
|
|
16042
|
+
searchableEncryption: boolean;
|
|
16043
|
+
} | undefined;
|
|
16044
|
+
readonly columnName?: string | undefined;
|
|
16045
|
+
readonly searchable?: boolean | undefined;
|
|
16046
|
+
readonly unique?: boolean | undefined;
|
|
16047
|
+
readonly defaultValue?: unknown;
|
|
16048
|
+
readonly maxLength?: number | undefined;
|
|
16049
|
+
readonly minLength?: number | undefined;
|
|
16050
|
+
readonly scale?: number | undefined;
|
|
16051
|
+
readonly reference?: string | undefined;
|
|
16052
|
+
readonly referenceFilters?: string[] | undefined;
|
|
16053
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
16054
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
16055
|
+
readonly expression?: {
|
|
16056
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16057
|
+
source?: string | undefined;
|
|
16058
|
+
ast?: unknown;
|
|
16059
|
+
meta?: {
|
|
16060
|
+
rationale?: string | undefined;
|
|
16061
|
+
generatedBy?: string | undefined;
|
|
16062
|
+
} | undefined;
|
|
16063
|
+
} | undefined;
|
|
16064
|
+
readonly summaryOperations?: {
|
|
16065
|
+
object: string;
|
|
16066
|
+
field: string;
|
|
16067
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
16068
|
+
} | undefined;
|
|
16069
|
+
readonly language?: string | undefined;
|
|
16070
|
+
readonly lineNumbers?: boolean | undefined;
|
|
16071
|
+
readonly maxRating?: number | undefined;
|
|
16072
|
+
readonly allowHalf?: boolean | undefined;
|
|
16073
|
+
readonly displayMap?: boolean | undefined;
|
|
16074
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
16075
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
16076
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
16077
|
+
readonly allowAlpha?: boolean | undefined;
|
|
16078
|
+
readonly presetColors?: string[] | undefined;
|
|
16079
|
+
readonly step?: number | undefined;
|
|
16080
|
+
readonly showValue?: boolean | undefined;
|
|
16081
|
+
readonly marks?: Record<string, string> | undefined;
|
|
16082
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
16083
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
16084
|
+
readonly displayValue?: boolean | undefined;
|
|
16085
|
+
readonly allowScanning?: boolean | undefined;
|
|
16086
|
+
readonly currencyConfig?: {
|
|
16087
|
+
precision: number;
|
|
16088
|
+
currencyMode: "fixed" | "dynamic";
|
|
16089
|
+
defaultCurrency: string;
|
|
16090
|
+
} | undefined;
|
|
16091
|
+
readonly vectorConfig?: {
|
|
16092
|
+
dimensions: number;
|
|
16093
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
16094
|
+
normalized: boolean;
|
|
16095
|
+
indexed: boolean;
|
|
16096
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
16097
|
+
} | undefined;
|
|
16098
|
+
readonly fileAttachmentConfig?: {
|
|
16099
|
+
virusScan: boolean;
|
|
16100
|
+
virusScanOnUpload: boolean;
|
|
16101
|
+
quarantineOnThreat: boolean;
|
|
16102
|
+
allowMultiple: boolean;
|
|
16103
|
+
allowReplace: boolean;
|
|
16104
|
+
allowDelete: boolean;
|
|
16105
|
+
requireUpload: boolean;
|
|
16106
|
+
extractMetadata: boolean;
|
|
16107
|
+
extractText: boolean;
|
|
16108
|
+
versioningEnabled: boolean;
|
|
16109
|
+
publicRead: boolean;
|
|
16110
|
+
presignedUrlExpiry: number;
|
|
16111
|
+
minSize?: number | undefined;
|
|
16112
|
+
maxSize?: number | undefined;
|
|
16113
|
+
allowedTypes?: string[] | undefined;
|
|
16114
|
+
blockedTypes?: string[] | undefined;
|
|
16115
|
+
allowedMimeTypes?: string[] | undefined;
|
|
16116
|
+
blockedMimeTypes?: string[] | undefined;
|
|
16117
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
16118
|
+
storageProvider?: string | undefined;
|
|
16119
|
+
storageBucket?: string | undefined;
|
|
16120
|
+
storagePrefix?: string | undefined;
|
|
16121
|
+
imageValidation?: {
|
|
16122
|
+
generateThumbnails: boolean;
|
|
16123
|
+
preserveMetadata: boolean;
|
|
16124
|
+
autoRotate: boolean;
|
|
16125
|
+
minWidth?: number | undefined;
|
|
16126
|
+
maxWidth?: number | undefined;
|
|
16127
|
+
minHeight?: number | undefined;
|
|
16128
|
+
maxHeight?: number | undefined;
|
|
16129
|
+
aspectRatio?: string | undefined;
|
|
16130
|
+
thumbnailSizes?: {
|
|
16131
|
+
name: string;
|
|
16132
|
+
width: number;
|
|
16133
|
+
height: number;
|
|
16134
|
+
crop: boolean;
|
|
16135
|
+
}[] | undefined;
|
|
16136
|
+
} | undefined;
|
|
16137
|
+
maxVersions?: number | undefined;
|
|
16138
|
+
} | undefined;
|
|
16139
|
+
readonly maskingRule?: {
|
|
16140
|
+
field: string;
|
|
16141
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
16142
|
+
preserveFormat: boolean;
|
|
16143
|
+
preserveLength: boolean;
|
|
16144
|
+
pattern?: string | undefined;
|
|
16145
|
+
roles?: string[] | undefined;
|
|
16146
|
+
exemptRoles?: string[] | undefined;
|
|
16147
|
+
} | undefined;
|
|
16148
|
+
readonly auditTrail?: boolean | undefined;
|
|
16149
|
+
readonly cached?: {
|
|
16150
|
+
enabled: boolean;
|
|
16151
|
+
ttl: number;
|
|
16152
|
+
invalidateOn: string[];
|
|
16153
|
+
} | undefined;
|
|
16154
|
+
readonly dataQuality?: {
|
|
16155
|
+
uniqueness: boolean;
|
|
16156
|
+
completeness: number;
|
|
16157
|
+
accuracy?: {
|
|
16158
|
+
source: string;
|
|
16159
|
+
threshold: number;
|
|
16160
|
+
} | undefined;
|
|
16161
|
+
} | undefined;
|
|
16162
|
+
readonly conditionalRequired?: {
|
|
16163
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16164
|
+
source?: string | undefined;
|
|
16165
|
+
ast?: unknown;
|
|
16166
|
+
meta?: {
|
|
16167
|
+
rationale?: string | undefined;
|
|
16168
|
+
generatedBy?: string | undefined;
|
|
16169
|
+
} | undefined;
|
|
16170
|
+
} | undefined;
|
|
16171
|
+
readonly hidden?: boolean | undefined;
|
|
16172
|
+
readonly sortable?: boolean | undefined;
|
|
16173
|
+
readonly inlineHelpText?: string | undefined;
|
|
16174
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
16175
|
+
readonly caseSensitive?: boolean | undefined;
|
|
16176
|
+
readonly autonumberFormat?: string | undefined;
|
|
16177
|
+
readonly index?: boolean | undefined;
|
|
16178
|
+
readonly type: "select";
|
|
16179
|
+
};
|
|
16180
|
+
readonly audience: {
|
|
16181
|
+
readonly readonly?: boolean | undefined;
|
|
16182
|
+
readonly format?: string | undefined;
|
|
16183
|
+
options: {
|
|
16184
|
+
label: string;
|
|
16185
|
+
value: string;
|
|
16186
|
+
color?: string | undefined;
|
|
16187
|
+
default?: boolean | undefined;
|
|
16188
|
+
}[];
|
|
16189
|
+
readonly description?: string | undefined;
|
|
16190
|
+
readonly label?: string | undefined;
|
|
16191
|
+
readonly name?: string | undefined;
|
|
16192
|
+
readonly precision?: number | undefined;
|
|
16193
|
+
readonly required?: boolean | undefined;
|
|
16194
|
+
readonly multiple?: boolean | undefined;
|
|
16195
|
+
readonly dependencies?: string[] | undefined;
|
|
16196
|
+
readonly theme?: string | undefined;
|
|
16197
|
+
readonly externalId?: boolean | undefined;
|
|
16198
|
+
readonly system?: boolean | undefined;
|
|
16199
|
+
readonly min?: number | undefined;
|
|
16200
|
+
readonly max?: number | undefined;
|
|
16201
|
+
readonly group?: string | undefined;
|
|
16202
|
+
readonly encryptionConfig?: {
|
|
16203
|
+
enabled: boolean;
|
|
16204
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
16205
|
+
keyManagement: {
|
|
16206
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
16207
|
+
keyId?: string | undefined;
|
|
16208
|
+
rotationPolicy?: {
|
|
16209
|
+
enabled: boolean;
|
|
16210
|
+
frequencyDays: number;
|
|
16211
|
+
retainOldVersions: number;
|
|
16212
|
+
autoRotate: boolean;
|
|
16213
|
+
} | undefined;
|
|
16214
|
+
};
|
|
16215
|
+
scope: "record" | "field" | "table" | "database";
|
|
16216
|
+
deterministicEncryption: boolean;
|
|
16217
|
+
searchableEncryption: boolean;
|
|
16218
|
+
} | undefined;
|
|
16219
|
+
readonly columnName?: string | undefined;
|
|
16220
|
+
readonly searchable?: boolean | undefined;
|
|
16221
|
+
readonly unique?: boolean | undefined;
|
|
16222
|
+
readonly defaultValue?: unknown;
|
|
16223
|
+
readonly maxLength?: number | undefined;
|
|
16224
|
+
readonly minLength?: number | undefined;
|
|
16225
|
+
readonly scale?: number | undefined;
|
|
16226
|
+
readonly reference?: string | undefined;
|
|
16227
|
+
readonly referenceFilters?: string[] | undefined;
|
|
16228
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
16229
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
16230
|
+
readonly expression?: {
|
|
16231
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16232
|
+
source?: string | undefined;
|
|
16233
|
+
ast?: unknown;
|
|
16234
|
+
meta?: {
|
|
16235
|
+
rationale?: string | undefined;
|
|
16236
|
+
generatedBy?: string | undefined;
|
|
16237
|
+
} | undefined;
|
|
16238
|
+
} | undefined;
|
|
16239
|
+
readonly summaryOperations?: {
|
|
16240
|
+
object: string;
|
|
16241
|
+
field: string;
|
|
16242
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
16243
|
+
} | undefined;
|
|
16244
|
+
readonly language?: string | undefined;
|
|
16245
|
+
readonly lineNumbers?: boolean | undefined;
|
|
16246
|
+
readonly maxRating?: number | undefined;
|
|
16247
|
+
readonly allowHalf?: boolean | undefined;
|
|
16248
|
+
readonly displayMap?: boolean | undefined;
|
|
16249
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
16250
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
16251
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
16252
|
+
readonly allowAlpha?: boolean | undefined;
|
|
16253
|
+
readonly presetColors?: string[] | undefined;
|
|
16254
|
+
readonly step?: number | undefined;
|
|
16255
|
+
readonly showValue?: boolean | undefined;
|
|
16256
|
+
readonly marks?: Record<string, string> | undefined;
|
|
16257
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
16258
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
16259
|
+
readonly displayValue?: boolean | undefined;
|
|
16260
|
+
readonly allowScanning?: boolean | undefined;
|
|
16261
|
+
readonly currencyConfig?: {
|
|
16262
|
+
precision: number;
|
|
16263
|
+
currencyMode: "fixed" | "dynamic";
|
|
16264
|
+
defaultCurrency: string;
|
|
16265
|
+
} | undefined;
|
|
16266
|
+
readonly vectorConfig?: {
|
|
16267
|
+
dimensions: number;
|
|
16268
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
16269
|
+
normalized: boolean;
|
|
16270
|
+
indexed: boolean;
|
|
16271
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
16272
|
+
} | undefined;
|
|
16273
|
+
readonly fileAttachmentConfig?: {
|
|
16274
|
+
virusScan: boolean;
|
|
16275
|
+
virusScanOnUpload: boolean;
|
|
16276
|
+
quarantineOnThreat: boolean;
|
|
16277
|
+
allowMultiple: boolean;
|
|
16278
|
+
allowReplace: boolean;
|
|
16279
|
+
allowDelete: boolean;
|
|
16280
|
+
requireUpload: boolean;
|
|
16281
|
+
extractMetadata: boolean;
|
|
16282
|
+
extractText: boolean;
|
|
16283
|
+
versioningEnabled: boolean;
|
|
16284
|
+
publicRead: boolean;
|
|
16285
|
+
presignedUrlExpiry: number;
|
|
16286
|
+
minSize?: number | undefined;
|
|
16287
|
+
maxSize?: number | undefined;
|
|
16288
|
+
allowedTypes?: string[] | undefined;
|
|
16289
|
+
blockedTypes?: string[] | undefined;
|
|
16290
|
+
allowedMimeTypes?: string[] | undefined;
|
|
16291
|
+
blockedMimeTypes?: string[] | undefined;
|
|
16292
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
16293
|
+
storageProvider?: string | undefined;
|
|
16294
|
+
storageBucket?: string | undefined;
|
|
16295
|
+
storagePrefix?: string | undefined;
|
|
16296
|
+
imageValidation?: {
|
|
16297
|
+
generateThumbnails: boolean;
|
|
16298
|
+
preserveMetadata: boolean;
|
|
16299
|
+
autoRotate: boolean;
|
|
16300
|
+
minWidth?: number | undefined;
|
|
16301
|
+
maxWidth?: number | undefined;
|
|
16302
|
+
minHeight?: number | undefined;
|
|
16303
|
+
maxHeight?: number | undefined;
|
|
16304
|
+
aspectRatio?: string | undefined;
|
|
16305
|
+
thumbnailSizes?: {
|
|
16306
|
+
name: string;
|
|
16307
|
+
width: number;
|
|
16308
|
+
height: number;
|
|
16309
|
+
crop: boolean;
|
|
16310
|
+
}[] | undefined;
|
|
16311
|
+
} | undefined;
|
|
16312
|
+
maxVersions?: number | undefined;
|
|
16313
|
+
} | undefined;
|
|
16314
|
+
readonly maskingRule?: {
|
|
16315
|
+
field: string;
|
|
16316
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
16317
|
+
preserveFormat: boolean;
|
|
16318
|
+
preserveLength: boolean;
|
|
16319
|
+
pattern?: string | undefined;
|
|
16320
|
+
roles?: string[] | undefined;
|
|
16321
|
+
exemptRoles?: string[] | undefined;
|
|
16322
|
+
} | undefined;
|
|
16323
|
+
readonly auditTrail?: boolean | undefined;
|
|
16324
|
+
readonly cached?: {
|
|
16325
|
+
enabled: boolean;
|
|
16326
|
+
ttl: number;
|
|
16327
|
+
invalidateOn: string[];
|
|
16328
|
+
} | undefined;
|
|
16329
|
+
readonly dataQuality?: {
|
|
16330
|
+
uniqueness: boolean;
|
|
16331
|
+
completeness: number;
|
|
16332
|
+
accuracy?: {
|
|
16333
|
+
source: string;
|
|
16334
|
+
threshold: number;
|
|
16335
|
+
} | undefined;
|
|
16336
|
+
} | undefined;
|
|
16337
|
+
readonly conditionalRequired?: {
|
|
16338
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16339
|
+
source?: string | undefined;
|
|
16340
|
+
ast?: unknown;
|
|
16341
|
+
meta?: {
|
|
16342
|
+
rationale?: string | undefined;
|
|
16343
|
+
generatedBy?: string | undefined;
|
|
16344
|
+
} | undefined;
|
|
16345
|
+
} | undefined;
|
|
16346
|
+
readonly hidden?: boolean | undefined;
|
|
16347
|
+
readonly sortable?: boolean | undefined;
|
|
16348
|
+
readonly inlineHelpText?: string | undefined;
|
|
16349
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
16350
|
+
readonly caseSensitive?: boolean | undefined;
|
|
16351
|
+
readonly autonumberFormat?: string | undefined;
|
|
16352
|
+
readonly index?: boolean | undefined;
|
|
16353
|
+
readonly type: "select";
|
|
16354
|
+
};
|
|
16355
|
+
readonly expires_at: {
|
|
16356
|
+
readonly readonly?: boolean | undefined;
|
|
16357
|
+
readonly format?: string | undefined;
|
|
16358
|
+
readonly options?: {
|
|
16359
|
+
label: string;
|
|
16360
|
+
value: string;
|
|
16361
|
+
color?: string | undefined;
|
|
16362
|
+
default?: boolean | undefined;
|
|
16363
|
+
}[] | undefined;
|
|
16364
|
+
readonly description?: string | undefined;
|
|
16365
|
+
readonly label?: string | undefined;
|
|
16366
|
+
readonly name?: string | undefined;
|
|
16367
|
+
readonly precision?: number | undefined;
|
|
16368
|
+
readonly required?: boolean | undefined;
|
|
16369
|
+
readonly multiple?: boolean | undefined;
|
|
16370
|
+
readonly dependencies?: string[] | undefined;
|
|
16371
|
+
readonly theme?: string | undefined;
|
|
16372
|
+
readonly externalId?: boolean | undefined;
|
|
16373
|
+
readonly system?: boolean | undefined;
|
|
16374
|
+
readonly min?: number | undefined;
|
|
16375
|
+
readonly max?: number | undefined;
|
|
16376
|
+
readonly group?: string | undefined;
|
|
16377
|
+
readonly encryptionConfig?: {
|
|
16378
|
+
enabled: boolean;
|
|
16379
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
16380
|
+
keyManagement: {
|
|
16381
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
16382
|
+
keyId?: string | undefined;
|
|
16383
|
+
rotationPolicy?: {
|
|
16384
|
+
enabled: boolean;
|
|
16385
|
+
frequencyDays: number;
|
|
16386
|
+
retainOldVersions: number;
|
|
16387
|
+
autoRotate: boolean;
|
|
16388
|
+
} | undefined;
|
|
16389
|
+
};
|
|
16390
|
+
scope: "record" | "field" | "table" | "database";
|
|
16391
|
+
deterministicEncryption: boolean;
|
|
16392
|
+
searchableEncryption: boolean;
|
|
16393
|
+
} | undefined;
|
|
16394
|
+
readonly columnName?: string | undefined;
|
|
16395
|
+
readonly searchable?: boolean | undefined;
|
|
16396
|
+
readonly unique?: boolean | undefined;
|
|
16397
|
+
readonly defaultValue?: unknown;
|
|
16398
|
+
readonly maxLength?: number | undefined;
|
|
16399
|
+
readonly minLength?: number | undefined;
|
|
16400
|
+
readonly scale?: number | undefined;
|
|
16401
|
+
readonly reference?: string | undefined;
|
|
16402
|
+
readonly referenceFilters?: string[] | undefined;
|
|
16403
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
16404
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
16405
|
+
readonly expression?: {
|
|
16406
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16407
|
+
source?: string | undefined;
|
|
16408
|
+
ast?: unknown;
|
|
16409
|
+
meta?: {
|
|
16410
|
+
rationale?: string | undefined;
|
|
16411
|
+
generatedBy?: string | undefined;
|
|
16412
|
+
} | undefined;
|
|
16413
|
+
} | undefined;
|
|
16414
|
+
readonly summaryOperations?: {
|
|
16415
|
+
object: string;
|
|
16416
|
+
field: string;
|
|
16417
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
16418
|
+
} | undefined;
|
|
16419
|
+
readonly language?: string | undefined;
|
|
16420
|
+
readonly lineNumbers?: boolean | undefined;
|
|
16421
|
+
readonly maxRating?: number | undefined;
|
|
16422
|
+
readonly allowHalf?: boolean | undefined;
|
|
16423
|
+
readonly displayMap?: boolean | undefined;
|
|
16424
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
16425
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
16426
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
16427
|
+
readonly allowAlpha?: boolean | undefined;
|
|
16428
|
+
readonly presetColors?: string[] | undefined;
|
|
16429
|
+
readonly step?: number | undefined;
|
|
16430
|
+
readonly showValue?: boolean | undefined;
|
|
16431
|
+
readonly marks?: Record<string, string> | undefined;
|
|
16432
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
16433
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
16434
|
+
readonly displayValue?: boolean | undefined;
|
|
16435
|
+
readonly allowScanning?: boolean | undefined;
|
|
16436
|
+
readonly currencyConfig?: {
|
|
16437
|
+
precision: number;
|
|
16438
|
+
currencyMode: "fixed" | "dynamic";
|
|
16439
|
+
defaultCurrency: string;
|
|
16440
|
+
} | undefined;
|
|
16441
|
+
readonly vectorConfig?: {
|
|
16442
|
+
dimensions: number;
|
|
16443
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
16444
|
+
normalized: boolean;
|
|
16445
|
+
indexed: boolean;
|
|
16446
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
16447
|
+
} | undefined;
|
|
16448
|
+
readonly fileAttachmentConfig?: {
|
|
16449
|
+
virusScan: boolean;
|
|
16450
|
+
virusScanOnUpload: boolean;
|
|
16451
|
+
quarantineOnThreat: boolean;
|
|
16452
|
+
allowMultiple: boolean;
|
|
16453
|
+
allowReplace: boolean;
|
|
16454
|
+
allowDelete: boolean;
|
|
16455
|
+
requireUpload: boolean;
|
|
16456
|
+
extractMetadata: boolean;
|
|
16457
|
+
extractText: boolean;
|
|
16458
|
+
versioningEnabled: boolean;
|
|
16459
|
+
publicRead: boolean;
|
|
16460
|
+
presignedUrlExpiry: number;
|
|
16461
|
+
minSize?: number | undefined;
|
|
16462
|
+
maxSize?: number | undefined;
|
|
16463
|
+
allowedTypes?: string[] | undefined;
|
|
16464
|
+
blockedTypes?: string[] | undefined;
|
|
16465
|
+
allowedMimeTypes?: string[] | undefined;
|
|
16466
|
+
blockedMimeTypes?: string[] | undefined;
|
|
16467
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
16468
|
+
storageProvider?: string | undefined;
|
|
16469
|
+
storageBucket?: string | undefined;
|
|
16470
|
+
storagePrefix?: string | undefined;
|
|
16471
|
+
imageValidation?: {
|
|
16472
|
+
generateThumbnails: boolean;
|
|
16473
|
+
preserveMetadata: boolean;
|
|
16474
|
+
autoRotate: boolean;
|
|
16475
|
+
minWidth?: number | undefined;
|
|
16476
|
+
maxWidth?: number | undefined;
|
|
16477
|
+
minHeight?: number | undefined;
|
|
16478
|
+
maxHeight?: number | undefined;
|
|
16479
|
+
aspectRatio?: string | undefined;
|
|
16480
|
+
thumbnailSizes?: {
|
|
16481
|
+
name: string;
|
|
16482
|
+
width: number;
|
|
16483
|
+
height: number;
|
|
16484
|
+
crop: boolean;
|
|
16485
|
+
}[] | undefined;
|
|
16486
|
+
} | undefined;
|
|
16487
|
+
maxVersions?: number | undefined;
|
|
16488
|
+
} | undefined;
|
|
16489
|
+
readonly maskingRule?: {
|
|
16490
|
+
field: string;
|
|
16491
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
16492
|
+
preserveFormat: boolean;
|
|
16493
|
+
preserveLength: boolean;
|
|
16494
|
+
pattern?: string | undefined;
|
|
16495
|
+
roles?: string[] | undefined;
|
|
16496
|
+
exemptRoles?: string[] | undefined;
|
|
16497
|
+
} | undefined;
|
|
16498
|
+
readonly auditTrail?: boolean | undefined;
|
|
16499
|
+
readonly cached?: {
|
|
16500
|
+
enabled: boolean;
|
|
16501
|
+
ttl: number;
|
|
16502
|
+
invalidateOn: string[];
|
|
16503
|
+
} | undefined;
|
|
16504
|
+
readonly dataQuality?: {
|
|
16505
|
+
uniqueness: boolean;
|
|
16506
|
+
completeness: number;
|
|
16507
|
+
accuracy?: {
|
|
16508
|
+
source: string;
|
|
16509
|
+
threshold: number;
|
|
16510
|
+
} | undefined;
|
|
16511
|
+
} | undefined;
|
|
16512
|
+
readonly conditionalRequired?: {
|
|
16513
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16514
|
+
source?: string | undefined;
|
|
16515
|
+
ast?: unknown;
|
|
16516
|
+
meta?: {
|
|
16517
|
+
rationale?: string | undefined;
|
|
16518
|
+
generatedBy?: string | undefined;
|
|
16519
|
+
} | undefined;
|
|
16520
|
+
} | undefined;
|
|
16521
|
+
readonly hidden?: boolean | undefined;
|
|
16522
|
+
readonly sortable?: boolean | undefined;
|
|
16523
|
+
readonly inlineHelpText?: string | undefined;
|
|
16524
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
16525
|
+
readonly caseSensitive?: boolean | undefined;
|
|
16526
|
+
readonly autonumberFormat?: string | undefined;
|
|
16527
|
+
readonly index?: boolean | undefined;
|
|
16528
|
+
readonly type: "datetime";
|
|
16529
|
+
};
|
|
16530
|
+
readonly email_allowlist: {
|
|
16531
|
+
readonly readonly?: boolean | undefined;
|
|
16532
|
+
readonly format?: string | undefined;
|
|
16533
|
+
readonly options?: {
|
|
16534
|
+
label: string;
|
|
16535
|
+
value: string;
|
|
16536
|
+
color?: string | undefined;
|
|
16537
|
+
default?: boolean | undefined;
|
|
16538
|
+
}[] | undefined;
|
|
16539
|
+
readonly description?: string | undefined;
|
|
16540
|
+
readonly label?: string | undefined;
|
|
16541
|
+
readonly name?: string | undefined;
|
|
16542
|
+
readonly precision?: number | undefined;
|
|
16543
|
+
readonly required?: boolean | undefined;
|
|
16544
|
+
readonly multiple?: boolean | undefined;
|
|
16545
|
+
readonly dependencies?: string[] | undefined;
|
|
16546
|
+
readonly theme?: string | undefined;
|
|
16547
|
+
readonly externalId?: boolean | undefined;
|
|
16548
|
+
readonly system?: boolean | undefined;
|
|
16549
|
+
readonly min?: number | undefined;
|
|
16550
|
+
readonly max?: number | undefined;
|
|
16551
|
+
readonly group?: string | undefined;
|
|
16552
|
+
readonly encryptionConfig?: {
|
|
16553
|
+
enabled: boolean;
|
|
16554
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
16555
|
+
keyManagement: {
|
|
16556
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
16557
|
+
keyId?: string | undefined;
|
|
16558
|
+
rotationPolicy?: {
|
|
16559
|
+
enabled: boolean;
|
|
16560
|
+
frequencyDays: number;
|
|
16561
|
+
retainOldVersions: number;
|
|
16562
|
+
autoRotate: boolean;
|
|
16563
|
+
} | undefined;
|
|
16564
|
+
};
|
|
16565
|
+
scope: "record" | "field" | "table" | "database";
|
|
16566
|
+
deterministicEncryption: boolean;
|
|
16567
|
+
searchableEncryption: boolean;
|
|
16568
|
+
} | undefined;
|
|
16569
|
+
readonly columnName?: string | undefined;
|
|
16570
|
+
readonly searchable?: boolean | undefined;
|
|
16571
|
+
readonly unique?: boolean | undefined;
|
|
16572
|
+
readonly defaultValue?: unknown;
|
|
16573
|
+
readonly maxLength?: number | undefined;
|
|
16574
|
+
readonly minLength?: number | undefined;
|
|
16575
|
+
readonly scale?: number | undefined;
|
|
16576
|
+
readonly reference?: string | undefined;
|
|
16577
|
+
readonly referenceFilters?: string[] | undefined;
|
|
16578
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
16579
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
16580
|
+
readonly expression?: {
|
|
16581
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16582
|
+
source?: string | undefined;
|
|
16583
|
+
ast?: unknown;
|
|
16584
|
+
meta?: {
|
|
16585
|
+
rationale?: string | undefined;
|
|
16586
|
+
generatedBy?: string | undefined;
|
|
16587
|
+
} | undefined;
|
|
16588
|
+
} | undefined;
|
|
16589
|
+
readonly summaryOperations?: {
|
|
16590
|
+
object: string;
|
|
16591
|
+
field: string;
|
|
16592
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
16593
|
+
} | undefined;
|
|
16594
|
+
readonly language?: string | undefined;
|
|
16595
|
+
readonly lineNumbers?: boolean | undefined;
|
|
16596
|
+
readonly maxRating?: number | undefined;
|
|
16597
|
+
readonly allowHalf?: boolean | undefined;
|
|
16598
|
+
readonly displayMap?: boolean | undefined;
|
|
16599
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
16600
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
16601
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
16602
|
+
readonly allowAlpha?: boolean | undefined;
|
|
16603
|
+
readonly presetColors?: string[] | undefined;
|
|
16604
|
+
readonly step?: number | undefined;
|
|
16605
|
+
readonly showValue?: boolean | undefined;
|
|
16606
|
+
readonly marks?: Record<string, string> | undefined;
|
|
16607
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
16608
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
16609
|
+
readonly displayValue?: boolean | undefined;
|
|
16610
|
+
readonly allowScanning?: boolean | undefined;
|
|
16611
|
+
readonly currencyConfig?: {
|
|
16612
|
+
precision: number;
|
|
16613
|
+
currencyMode: "fixed" | "dynamic";
|
|
16614
|
+
defaultCurrency: string;
|
|
16615
|
+
} | undefined;
|
|
16616
|
+
readonly vectorConfig?: {
|
|
16617
|
+
dimensions: number;
|
|
16618
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
16619
|
+
normalized: boolean;
|
|
16620
|
+
indexed: boolean;
|
|
16621
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
16622
|
+
} | undefined;
|
|
16623
|
+
readonly fileAttachmentConfig?: {
|
|
16624
|
+
virusScan: boolean;
|
|
16625
|
+
virusScanOnUpload: boolean;
|
|
16626
|
+
quarantineOnThreat: boolean;
|
|
16627
|
+
allowMultiple: boolean;
|
|
16628
|
+
allowReplace: boolean;
|
|
16629
|
+
allowDelete: boolean;
|
|
16630
|
+
requireUpload: boolean;
|
|
16631
|
+
extractMetadata: boolean;
|
|
16632
|
+
extractText: boolean;
|
|
16633
|
+
versioningEnabled: boolean;
|
|
16634
|
+
publicRead: boolean;
|
|
16635
|
+
presignedUrlExpiry: number;
|
|
16636
|
+
minSize?: number | undefined;
|
|
16637
|
+
maxSize?: number | undefined;
|
|
16638
|
+
allowedTypes?: string[] | undefined;
|
|
16639
|
+
blockedTypes?: string[] | undefined;
|
|
16640
|
+
allowedMimeTypes?: string[] | undefined;
|
|
16641
|
+
blockedMimeTypes?: string[] | undefined;
|
|
16642
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
16643
|
+
storageProvider?: string | undefined;
|
|
16644
|
+
storageBucket?: string | undefined;
|
|
16645
|
+
storagePrefix?: string | undefined;
|
|
16646
|
+
imageValidation?: {
|
|
16647
|
+
generateThumbnails: boolean;
|
|
16648
|
+
preserveMetadata: boolean;
|
|
16649
|
+
autoRotate: boolean;
|
|
16650
|
+
minWidth?: number | undefined;
|
|
16651
|
+
maxWidth?: number | undefined;
|
|
16652
|
+
minHeight?: number | undefined;
|
|
16653
|
+
maxHeight?: number | undefined;
|
|
16654
|
+
aspectRatio?: string | undefined;
|
|
16655
|
+
thumbnailSizes?: {
|
|
16656
|
+
name: string;
|
|
16657
|
+
width: number;
|
|
16658
|
+
height: number;
|
|
16659
|
+
crop: boolean;
|
|
16660
|
+
}[] | undefined;
|
|
16661
|
+
} | undefined;
|
|
16662
|
+
maxVersions?: number | undefined;
|
|
16663
|
+
} | undefined;
|
|
16664
|
+
readonly maskingRule?: {
|
|
16665
|
+
field: string;
|
|
16666
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
16667
|
+
preserveFormat: boolean;
|
|
16668
|
+
preserveLength: boolean;
|
|
16669
|
+
pattern?: string | undefined;
|
|
16670
|
+
roles?: string[] | undefined;
|
|
16671
|
+
exemptRoles?: string[] | undefined;
|
|
16672
|
+
} | undefined;
|
|
16673
|
+
readonly auditTrail?: boolean | undefined;
|
|
16674
|
+
readonly cached?: {
|
|
16675
|
+
enabled: boolean;
|
|
16676
|
+
ttl: number;
|
|
16677
|
+
invalidateOn: string[];
|
|
16678
|
+
} | undefined;
|
|
16679
|
+
readonly dataQuality?: {
|
|
16680
|
+
uniqueness: boolean;
|
|
16681
|
+
completeness: number;
|
|
16682
|
+
accuracy?: {
|
|
16683
|
+
source: string;
|
|
16684
|
+
threshold: number;
|
|
16685
|
+
} | undefined;
|
|
16686
|
+
} | undefined;
|
|
16687
|
+
readonly conditionalRequired?: {
|
|
16688
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16689
|
+
source?: string | undefined;
|
|
16690
|
+
ast?: unknown;
|
|
16691
|
+
meta?: {
|
|
16692
|
+
rationale?: string | undefined;
|
|
16693
|
+
generatedBy?: string | undefined;
|
|
16694
|
+
} | undefined;
|
|
16695
|
+
} | undefined;
|
|
16696
|
+
readonly hidden?: boolean | undefined;
|
|
16697
|
+
readonly sortable?: boolean | undefined;
|
|
16698
|
+
readonly inlineHelpText?: string | undefined;
|
|
16699
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
16700
|
+
readonly caseSensitive?: boolean | undefined;
|
|
16701
|
+
readonly autonumberFormat?: string | undefined;
|
|
16702
|
+
readonly index?: boolean | undefined;
|
|
16703
|
+
readonly type: "json";
|
|
16704
|
+
};
|
|
16705
|
+
readonly password_hash: {
|
|
16706
|
+
readonly readonly?: boolean | undefined;
|
|
16707
|
+
readonly format?: string | undefined;
|
|
16708
|
+
readonly options?: {
|
|
16709
|
+
label: string;
|
|
16710
|
+
value: string;
|
|
16711
|
+
color?: string | undefined;
|
|
16712
|
+
default?: boolean | undefined;
|
|
16713
|
+
}[] | undefined;
|
|
16714
|
+
readonly description?: string | undefined;
|
|
16715
|
+
readonly label?: string | undefined;
|
|
16716
|
+
readonly name?: string | undefined;
|
|
16717
|
+
readonly precision?: number | undefined;
|
|
16718
|
+
readonly required?: boolean | undefined;
|
|
16719
|
+
readonly multiple?: boolean | undefined;
|
|
16720
|
+
readonly dependencies?: string[] | undefined;
|
|
16721
|
+
readonly theme?: string | undefined;
|
|
16722
|
+
readonly externalId?: boolean | undefined;
|
|
16723
|
+
readonly system?: boolean | undefined;
|
|
16724
|
+
readonly min?: number | undefined;
|
|
16725
|
+
readonly max?: number | undefined;
|
|
16726
|
+
readonly group?: string | undefined;
|
|
16727
|
+
readonly encryptionConfig?: {
|
|
16728
|
+
enabled: boolean;
|
|
16729
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
16730
|
+
keyManagement: {
|
|
16731
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
16732
|
+
keyId?: string | undefined;
|
|
16733
|
+
rotationPolicy?: {
|
|
16734
|
+
enabled: boolean;
|
|
16735
|
+
frequencyDays: number;
|
|
16736
|
+
retainOldVersions: number;
|
|
16737
|
+
autoRotate: boolean;
|
|
16738
|
+
} | undefined;
|
|
16739
|
+
};
|
|
16740
|
+
scope: "record" | "field" | "table" | "database";
|
|
16741
|
+
deterministicEncryption: boolean;
|
|
16742
|
+
searchableEncryption: boolean;
|
|
16743
|
+
} | undefined;
|
|
16744
|
+
readonly columnName?: string | undefined;
|
|
16745
|
+
readonly searchable?: boolean | undefined;
|
|
16746
|
+
readonly unique?: boolean | undefined;
|
|
16747
|
+
readonly defaultValue?: unknown;
|
|
16748
|
+
readonly maxLength?: number | undefined;
|
|
16749
|
+
readonly minLength?: number | undefined;
|
|
16750
|
+
readonly scale?: number | undefined;
|
|
16751
|
+
readonly reference?: string | undefined;
|
|
16752
|
+
readonly referenceFilters?: string[] | undefined;
|
|
16753
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
16754
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
16755
|
+
readonly expression?: {
|
|
16756
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16757
|
+
source?: string | undefined;
|
|
16758
|
+
ast?: unknown;
|
|
16759
|
+
meta?: {
|
|
16760
|
+
rationale?: string | undefined;
|
|
16761
|
+
generatedBy?: string | undefined;
|
|
16762
|
+
} | undefined;
|
|
16763
|
+
} | undefined;
|
|
16764
|
+
readonly summaryOperations?: {
|
|
16765
|
+
object: string;
|
|
16766
|
+
field: string;
|
|
16767
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
16768
|
+
} | undefined;
|
|
16769
|
+
readonly language?: string | undefined;
|
|
16770
|
+
readonly lineNumbers?: boolean | undefined;
|
|
16771
|
+
readonly maxRating?: number | undefined;
|
|
16772
|
+
readonly allowHalf?: boolean | undefined;
|
|
16773
|
+
readonly displayMap?: boolean | undefined;
|
|
16774
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
16775
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
16776
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
16777
|
+
readonly allowAlpha?: boolean | undefined;
|
|
16778
|
+
readonly presetColors?: string[] | undefined;
|
|
16779
|
+
readonly step?: number | undefined;
|
|
16780
|
+
readonly showValue?: boolean | undefined;
|
|
16781
|
+
readonly marks?: Record<string, string> | undefined;
|
|
16782
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
16783
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
16784
|
+
readonly displayValue?: boolean | undefined;
|
|
16785
|
+
readonly allowScanning?: boolean | undefined;
|
|
16786
|
+
readonly currencyConfig?: {
|
|
16787
|
+
precision: number;
|
|
16788
|
+
currencyMode: "fixed" | "dynamic";
|
|
16789
|
+
defaultCurrency: string;
|
|
16790
|
+
} | undefined;
|
|
16791
|
+
readonly vectorConfig?: {
|
|
16792
|
+
dimensions: number;
|
|
16793
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
16794
|
+
normalized: boolean;
|
|
16795
|
+
indexed: boolean;
|
|
16796
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
16797
|
+
} | undefined;
|
|
16798
|
+
readonly fileAttachmentConfig?: {
|
|
16799
|
+
virusScan: boolean;
|
|
16800
|
+
virusScanOnUpload: boolean;
|
|
16801
|
+
quarantineOnThreat: boolean;
|
|
16802
|
+
allowMultiple: boolean;
|
|
16803
|
+
allowReplace: boolean;
|
|
16804
|
+
allowDelete: boolean;
|
|
16805
|
+
requireUpload: boolean;
|
|
16806
|
+
extractMetadata: boolean;
|
|
16807
|
+
extractText: boolean;
|
|
16808
|
+
versioningEnabled: boolean;
|
|
16809
|
+
publicRead: boolean;
|
|
16810
|
+
presignedUrlExpiry: number;
|
|
16811
|
+
minSize?: number | undefined;
|
|
16812
|
+
maxSize?: number | undefined;
|
|
16813
|
+
allowedTypes?: string[] | undefined;
|
|
16814
|
+
blockedTypes?: string[] | undefined;
|
|
16815
|
+
allowedMimeTypes?: string[] | undefined;
|
|
16816
|
+
blockedMimeTypes?: string[] | undefined;
|
|
16817
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
16818
|
+
storageProvider?: string | undefined;
|
|
16819
|
+
storageBucket?: string | undefined;
|
|
16820
|
+
storagePrefix?: string | undefined;
|
|
16821
|
+
imageValidation?: {
|
|
16822
|
+
generateThumbnails: boolean;
|
|
16823
|
+
preserveMetadata: boolean;
|
|
16824
|
+
autoRotate: boolean;
|
|
16825
|
+
minWidth?: number | undefined;
|
|
16826
|
+
maxWidth?: number | undefined;
|
|
16827
|
+
minHeight?: number | undefined;
|
|
16828
|
+
maxHeight?: number | undefined;
|
|
16829
|
+
aspectRatio?: string | undefined;
|
|
16830
|
+
thumbnailSizes?: {
|
|
16831
|
+
name: string;
|
|
16832
|
+
width: number;
|
|
16833
|
+
height: number;
|
|
16834
|
+
crop: boolean;
|
|
16835
|
+
}[] | undefined;
|
|
16836
|
+
} | undefined;
|
|
16837
|
+
maxVersions?: number | undefined;
|
|
16838
|
+
} | undefined;
|
|
16839
|
+
readonly maskingRule?: {
|
|
16840
|
+
field: string;
|
|
16841
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
16842
|
+
preserveFormat: boolean;
|
|
16843
|
+
preserveLength: boolean;
|
|
16844
|
+
pattern?: string | undefined;
|
|
16845
|
+
roles?: string[] | undefined;
|
|
16846
|
+
exemptRoles?: string[] | undefined;
|
|
16847
|
+
} | undefined;
|
|
16848
|
+
readonly auditTrail?: boolean | undefined;
|
|
16849
|
+
readonly cached?: {
|
|
16850
|
+
enabled: boolean;
|
|
16851
|
+
ttl: number;
|
|
16852
|
+
invalidateOn: string[];
|
|
16853
|
+
} | undefined;
|
|
16854
|
+
readonly dataQuality?: {
|
|
16855
|
+
uniqueness: boolean;
|
|
16856
|
+
completeness: number;
|
|
16857
|
+
accuracy?: {
|
|
16858
|
+
source: string;
|
|
16859
|
+
threshold: number;
|
|
16860
|
+
} | undefined;
|
|
16861
|
+
} | undefined;
|
|
16862
|
+
readonly conditionalRequired?: {
|
|
16863
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16864
|
+
source?: string | undefined;
|
|
16865
|
+
ast?: unknown;
|
|
16866
|
+
meta?: {
|
|
16867
|
+
rationale?: string | undefined;
|
|
16868
|
+
generatedBy?: string | undefined;
|
|
16869
|
+
} | undefined;
|
|
16870
|
+
} | undefined;
|
|
16871
|
+
readonly hidden?: boolean | undefined;
|
|
16872
|
+
readonly sortable?: boolean | undefined;
|
|
16873
|
+
readonly inlineHelpText?: string | undefined;
|
|
16874
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
16875
|
+
readonly caseSensitive?: boolean | undefined;
|
|
16876
|
+
readonly autonumberFormat?: string | undefined;
|
|
16877
|
+
readonly index?: boolean | undefined;
|
|
16878
|
+
readonly type: "text";
|
|
16879
|
+
};
|
|
16880
|
+
readonly redact_fields: {
|
|
16881
|
+
readonly readonly?: boolean | undefined;
|
|
16882
|
+
readonly format?: string | undefined;
|
|
16883
|
+
readonly options?: {
|
|
16884
|
+
label: string;
|
|
16885
|
+
value: string;
|
|
16886
|
+
color?: string | undefined;
|
|
16887
|
+
default?: boolean | undefined;
|
|
16888
|
+
}[] | undefined;
|
|
16889
|
+
readonly description?: string | undefined;
|
|
16890
|
+
readonly label?: string | undefined;
|
|
16891
|
+
readonly name?: string | undefined;
|
|
16892
|
+
readonly precision?: number | undefined;
|
|
16893
|
+
readonly required?: boolean | undefined;
|
|
16894
|
+
readonly multiple?: boolean | undefined;
|
|
16895
|
+
readonly dependencies?: string[] | undefined;
|
|
16896
|
+
readonly theme?: string | undefined;
|
|
16897
|
+
readonly externalId?: boolean | undefined;
|
|
16898
|
+
readonly system?: boolean | undefined;
|
|
16899
|
+
readonly min?: number | undefined;
|
|
16900
|
+
readonly max?: number | undefined;
|
|
16901
|
+
readonly group?: string | undefined;
|
|
16902
|
+
readonly encryptionConfig?: {
|
|
16903
|
+
enabled: boolean;
|
|
16904
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
16905
|
+
keyManagement: {
|
|
16906
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
16907
|
+
keyId?: string | undefined;
|
|
16908
|
+
rotationPolicy?: {
|
|
16909
|
+
enabled: boolean;
|
|
16910
|
+
frequencyDays: number;
|
|
16911
|
+
retainOldVersions: number;
|
|
16912
|
+
autoRotate: boolean;
|
|
16913
|
+
} | undefined;
|
|
16914
|
+
};
|
|
16915
|
+
scope: "record" | "field" | "table" | "database";
|
|
16916
|
+
deterministicEncryption: boolean;
|
|
16917
|
+
searchableEncryption: boolean;
|
|
16918
|
+
} | undefined;
|
|
16919
|
+
readonly columnName?: string | undefined;
|
|
16920
|
+
readonly searchable?: boolean | undefined;
|
|
16921
|
+
readonly unique?: boolean | undefined;
|
|
16922
|
+
readonly defaultValue?: unknown;
|
|
16923
|
+
readonly maxLength?: number | undefined;
|
|
16924
|
+
readonly minLength?: number | undefined;
|
|
16925
|
+
readonly scale?: number | undefined;
|
|
16926
|
+
readonly reference?: string | undefined;
|
|
16927
|
+
readonly referenceFilters?: string[] | undefined;
|
|
16928
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
16929
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
16930
|
+
readonly expression?: {
|
|
16931
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
16932
|
+
source?: string | undefined;
|
|
16933
|
+
ast?: unknown;
|
|
16934
|
+
meta?: {
|
|
16935
|
+
rationale?: string | undefined;
|
|
16936
|
+
generatedBy?: string | undefined;
|
|
16937
|
+
} | undefined;
|
|
16938
|
+
} | undefined;
|
|
16939
|
+
readonly summaryOperations?: {
|
|
16940
|
+
object: string;
|
|
16941
|
+
field: string;
|
|
16942
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
16943
|
+
} | undefined;
|
|
16944
|
+
readonly language?: string | undefined;
|
|
16945
|
+
readonly lineNumbers?: boolean | undefined;
|
|
16946
|
+
readonly maxRating?: number | undefined;
|
|
16947
|
+
readonly allowHalf?: boolean | undefined;
|
|
16948
|
+
readonly displayMap?: boolean | undefined;
|
|
16949
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
16950
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
16951
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
16952
|
+
readonly allowAlpha?: boolean | undefined;
|
|
16953
|
+
readonly presetColors?: string[] | undefined;
|
|
16954
|
+
readonly step?: number | undefined;
|
|
16955
|
+
readonly showValue?: boolean | undefined;
|
|
16956
|
+
readonly marks?: Record<string, string> | undefined;
|
|
16957
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
16958
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
16959
|
+
readonly displayValue?: boolean | undefined;
|
|
16960
|
+
readonly allowScanning?: boolean | undefined;
|
|
16961
|
+
readonly currencyConfig?: {
|
|
16962
|
+
precision: number;
|
|
16963
|
+
currencyMode: "fixed" | "dynamic";
|
|
16964
|
+
defaultCurrency: string;
|
|
16965
|
+
} | undefined;
|
|
16966
|
+
readonly vectorConfig?: {
|
|
16967
|
+
dimensions: number;
|
|
16968
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
16969
|
+
normalized: boolean;
|
|
16970
|
+
indexed: boolean;
|
|
16971
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
16972
|
+
} | undefined;
|
|
16973
|
+
readonly fileAttachmentConfig?: {
|
|
16974
|
+
virusScan: boolean;
|
|
16975
|
+
virusScanOnUpload: boolean;
|
|
16976
|
+
quarantineOnThreat: boolean;
|
|
16977
|
+
allowMultiple: boolean;
|
|
16978
|
+
allowReplace: boolean;
|
|
16979
|
+
allowDelete: boolean;
|
|
16980
|
+
requireUpload: boolean;
|
|
16981
|
+
extractMetadata: boolean;
|
|
16982
|
+
extractText: boolean;
|
|
16983
|
+
versioningEnabled: boolean;
|
|
16984
|
+
publicRead: boolean;
|
|
16985
|
+
presignedUrlExpiry: number;
|
|
16986
|
+
minSize?: number | undefined;
|
|
16987
|
+
maxSize?: number | undefined;
|
|
16988
|
+
allowedTypes?: string[] | undefined;
|
|
16989
|
+
blockedTypes?: string[] | undefined;
|
|
16990
|
+
allowedMimeTypes?: string[] | undefined;
|
|
16991
|
+
blockedMimeTypes?: string[] | undefined;
|
|
16992
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
16993
|
+
storageProvider?: string | undefined;
|
|
16994
|
+
storageBucket?: string | undefined;
|
|
16995
|
+
storagePrefix?: string | undefined;
|
|
16996
|
+
imageValidation?: {
|
|
16997
|
+
generateThumbnails: boolean;
|
|
16998
|
+
preserveMetadata: boolean;
|
|
16999
|
+
autoRotate: boolean;
|
|
17000
|
+
minWidth?: number | undefined;
|
|
17001
|
+
maxWidth?: number | undefined;
|
|
17002
|
+
minHeight?: number | undefined;
|
|
17003
|
+
maxHeight?: number | undefined;
|
|
17004
|
+
aspectRatio?: string | undefined;
|
|
17005
|
+
thumbnailSizes?: {
|
|
17006
|
+
name: string;
|
|
17007
|
+
width: number;
|
|
17008
|
+
height: number;
|
|
17009
|
+
crop: boolean;
|
|
17010
|
+
}[] | undefined;
|
|
17011
|
+
} | undefined;
|
|
17012
|
+
maxVersions?: number | undefined;
|
|
17013
|
+
} | undefined;
|
|
17014
|
+
readonly maskingRule?: {
|
|
17015
|
+
field: string;
|
|
17016
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
17017
|
+
preserveFormat: boolean;
|
|
17018
|
+
preserveLength: boolean;
|
|
17019
|
+
pattern?: string | undefined;
|
|
17020
|
+
roles?: string[] | undefined;
|
|
17021
|
+
exemptRoles?: string[] | undefined;
|
|
17022
|
+
} | undefined;
|
|
17023
|
+
readonly auditTrail?: boolean | undefined;
|
|
17024
|
+
readonly cached?: {
|
|
17025
|
+
enabled: boolean;
|
|
17026
|
+
ttl: number;
|
|
17027
|
+
invalidateOn: string[];
|
|
17028
|
+
} | undefined;
|
|
17029
|
+
readonly dataQuality?: {
|
|
17030
|
+
uniqueness: boolean;
|
|
17031
|
+
completeness: number;
|
|
17032
|
+
accuracy?: {
|
|
17033
|
+
source: string;
|
|
17034
|
+
threshold: number;
|
|
17035
|
+
} | undefined;
|
|
17036
|
+
} | undefined;
|
|
17037
|
+
readonly conditionalRequired?: {
|
|
17038
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17039
|
+
source?: string | undefined;
|
|
17040
|
+
ast?: unknown;
|
|
17041
|
+
meta?: {
|
|
17042
|
+
rationale?: string | undefined;
|
|
17043
|
+
generatedBy?: string | undefined;
|
|
17044
|
+
} | undefined;
|
|
17045
|
+
} | undefined;
|
|
17046
|
+
readonly hidden?: boolean | undefined;
|
|
17047
|
+
readonly sortable?: boolean | undefined;
|
|
17048
|
+
readonly inlineHelpText?: string | undefined;
|
|
17049
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
17050
|
+
readonly caseSensitive?: boolean | undefined;
|
|
17051
|
+
readonly autonumberFormat?: string | undefined;
|
|
17052
|
+
readonly index?: boolean | undefined;
|
|
17053
|
+
readonly type: "json";
|
|
17054
|
+
};
|
|
17055
|
+
readonly label: {
|
|
17056
|
+
readonly readonly?: boolean | undefined;
|
|
17057
|
+
readonly format?: string | undefined;
|
|
17058
|
+
readonly options?: {
|
|
17059
|
+
label: string;
|
|
17060
|
+
value: string;
|
|
17061
|
+
color?: string | undefined;
|
|
17062
|
+
default?: boolean | undefined;
|
|
17063
|
+
}[] | undefined;
|
|
17064
|
+
readonly description?: string | undefined;
|
|
17065
|
+
readonly label?: string | undefined;
|
|
17066
|
+
readonly name?: string | undefined;
|
|
17067
|
+
readonly precision?: number | undefined;
|
|
17068
|
+
readonly required?: boolean | undefined;
|
|
17069
|
+
readonly multiple?: boolean | undefined;
|
|
17070
|
+
readonly dependencies?: string[] | undefined;
|
|
17071
|
+
readonly theme?: string | undefined;
|
|
17072
|
+
readonly externalId?: boolean | undefined;
|
|
17073
|
+
readonly system?: boolean | undefined;
|
|
17074
|
+
readonly min?: number | undefined;
|
|
17075
|
+
readonly max?: number | undefined;
|
|
17076
|
+
readonly group?: string | undefined;
|
|
17077
|
+
readonly encryptionConfig?: {
|
|
17078
|
+
enabled: boolean;
|
|
17079
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
17080
|
+
keyManagement: {
|
|
17081
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
17082
|
+
keyId?: string | undefined;
|
|
17083
|
+
rotationPolicy?: {
|
|
17084
|
+
enabled: boolean;
|
|
17085
|
+
frequencyDays: number;
|
|
17086
|
+
retainOldVersions: number;
|
|
17087
|
+
autoRotate: boolean;
|
|
17088
|
+
} | undefined;
|
|
17089
|
+
};
|
|
17090
|
+
scope: "record" | "field" | "table" | "database";
|
|
17091
|
+
deterministicEncryption: boolean;
|
|
17092
|
+
searchableEncryption: boolean;
|
|
17093
|
+
} | undefined;
|
|
17094
|
+
readonly columnName?: string | undefined;
|
|
17095
|
+
readonly searchable?: boolean | undefined;
|
|
17096
|
+
readonly unique?: boolean | undefined;
|
|
17097
|
+
readonly defaultValue?: unknown;
|
|
17098
|
+
readonly maxLength?: number | undefined;
|
|
17099
|
+
readonly minLength?: number | undefined;
|
|
17100
|
+
readonly scale?: number | undefined;
|
|
17101
|
+
readonly reference?: string | undefined;
|
|
17102
|
+
readonly referenceFilters?: string[] | undefined;
|
|
17103
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
17104
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
17105
|
+
readonly expression?: {
|
|
17106
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17107
|
+
source?: string | undefined;
|
|
17108
|
+
ast?: unknown;
|
|
17109
|
+
meta?: {
|
|
17110
|
+
rationale?: string | undefined;
|
|
17111
|
+
generatedBy?: string | undefined;
|
|
17112
|
+
} | undefined;
|
|
17113
|
+
} | undefined;
|
|
17114
|
+
readonly summaryOperations?: {
|
|
17115
|
+
object: string;
|
|
17116
|
+
field: string;
|
|
17117
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
17118
|
+
} | undefined;
|
|
17119
|
+
readonly language?: string | undefined;
|
|
17120
|
+
readonly lineNumbers?: boolean | undefined;
|
|
17121
|
+
readonly maxRating?: number | undefined;
|
|
17122
|
+
readonly allowHalf?: boolean | undefined;
|
|
17123
|
+
readonly displayMap?: boolean | undefined;
|
|
17124
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
17125
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
17126
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
17127
|
+
readonly allowAlpha?: boolean | undefined;
|
|
17128
|
+
readonly presetColors?: string[] | undefined;
|
|
17129
|
+
readonly step?: number | undefined;
|
|
17130
|
+
readonly showValue?: boolean | undefined;
|
|
17131
|
+
readonly marks?: Record<string, string> | undefined;
|
|
17132
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
17133
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
17134
|
+
readonly displayValue?: boolean | undefined;
|
|
17135
|
+
readonly allowScanning?: boolean | undefined;
|
|
17136
|
+
readonly currencyConfig?: {
|
|
17137
|
+
precision: number;
|
|
17138
|
+
currencyMode: "fixed" | "dynamic";
|
|
17139
|
+
defaultCurrency: string;
|
|
17140
|
+
} | undefined;
|
|
17141
|
+
readonly vectorConfig?: {
|
|
17142
|
+
dimensions: number;
|
|
17143
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
17144
|
+
normalized: boolean;
|
|
17145
|
+
indexed: boolean;
|
|
17146
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
17147
|
+
} | undefined;
|
|
17148
|
+
readonly fileAttachmentConfig?: {
|
|
17149
|
+
virusScan: boolean;
|
|
17150
|
+
virusScanOnUpload: boolean;
|
|
17151
|
+
quarantineOnThreat: boolean;
|
|
17152
|
+
allowMultiple: boolean;
|
|
17153
|
+
allowReplace: boolean;
|
|
17154
|
+
allowDelete: boolean;
|
|
17155
|
+
requireUpload: boolean;
|
|
17156
|
+
extractMetadata: boolean;
|
|
17157
|
+
extractText: boolean;
|
|
17158
|
+
versioningEnabled: boolean;
|
|
17159
|
+
publicRead: boolean;
|
|
17160
|
+
presignedUrlExpiry: number;
|
|
17161
|
+
minSize?: number | undefined;
|
|
17162
|
+
maxSize?: number | undefined;
|
|
17163
|
+
allowedTypes?: string[] | undefined;
|
|
17164
|
+
blockedTypes?: string[] | undefined;
|
|
17165
|
+
allowedMimeTypes?: string[] | undefined;
|
|
17166
|
+
blockedMimeTypes?: string[] | undefined;
|
|
17167
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
17168
|
+
storageProvider?: string | undefined;
|
|
17169
|
+
storageBucket?: string | undefined;
|
|
17170
|
+
storagePrefix?: string | undefined;
|
|
17171
|
+
imageValidation?: {
|
|
17172
|
+
generateThumbnails: boolean;
|
|
17173
|
+
preserveMetadata: boolean;
|
|
17174
|
+
autoRotate: boolean;
|
|
17175
|
+
minWidth?: number | undefined;
|
|
17176
|
+
maxWidth?: number | undefined;
|
|
17177
|
+
minHeight?: number | undefined;
|
|
17178
|
+
maxHeight?: number | undefined;
|
|
17179
|
+
aspectRatio?: string | undefined;
|
|
17180
|
+
thumbnailSizes?: {
|
|
17181
|
+
name: string;
|
|
17182
|
+
width: number;
|
|
17183
|
+
height: number;
|
|
17184
|
+
crop: boolean;
|
|
17185
|
+
}[] | undefined;
|
|
17186
|
+
} | undefined;
|
|
17187
|
+
maxVersions?: number | undefined;
|
|
17188
|
+
} | undefined;
|
|
17189
|
+
readonly maskingRule?: {
|
|
17190
|
+
field: string;
|
|
17191
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
17192
|
+
preserveFormat: boolean;
|
|
17193
|
+
preserveLength: boolean;
|
|
17194
|
+
pattern?: string | undefined;
|
|
17195
|
+
roles?: string[] | undefined;
|
|
17196
|
+
exemptRoles?: string[] | undefined;
|
|
17197
|
+
} | undefined;
|
|
17198
|
+
readonly auditTrail?: boolean | undefined;
|
|
17199
|
+
readonly cached?: {
|
|
17200
|
+
enabled: boolean;
|
|
17201
|
+
ttl: number;
|
|
17202
|
+
invalidateOn: string[];
|
|
17203
|
+
} | undefined;
|
|
17204
|
+
readonly dataQuality?: {
|
|
17205
|
+
uniqueness: boolean;
|
|
17206
|
+
completeness: number;
|
|
17207
|
+
accuracy?: {
|
|
17208
|
+
source: string;
|
|
17209
|
+
threshold: number;
|
|
17210
|
+
} | undefined;
|
|
17211
|
+
} | undefined;
|
|
17212
|
+
readonly conditionalRequired?: {
|
|
17213
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17214
|
+
source?: string | undefined;
|
|
17215
|
+
ast?: unknown;
|
|
17216
|
+
meta?: {
|
|
17217
|
+
rationale?: string | undefined;
|
|
17218
|
+
generatedBy?: string | undefined;
|
|
17219
|
+
} | undefined;
|
|
17220
|
+
} | undefined;
|
|
17221
|
+
readonly hidden?: boolean | undefined;
|
|
17222
|
+
readonly sortable?: boolean | undefined;
|
|
17223
|
+
readonly inlineHelpText?: string | undefined;
|
|
17224
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
17225
|
+
readonly caseSensitive?: boolean | undefined;
|
|
17226
|
+
readonly autonumberFormat?: string | undefined;
|
|
17227
|
+
readonly index?: boolean | undefined;
|
|
17228
|
+
readonly type: "text";
|
|
17229
|
+
};
|
|
17230
|
+
readonly revoked_at: {
|
|
17231
|
+
readonly readonly?: boolean | undefined;
|
|
17232
|
+
readonly format?: string | undefined;
|
|
17233
|
+
readonly options?: {
|
|
17234
|
+
label: string;
|
|
17235
|
+
value: string;
|
|
17236
|
+
color?: string | undefined;
|
|
17237
|
+
default?: boolean | undefined;
|
|
17238
|
+
}[] | undefined;
|
|
17239
|
+
readonly description?: string | undefined;
|
|
17240
|
+
readonly label?: string | undefined;
|
|
17241
|
+
readonly name?: string | undefined;
|
|
17242
|
+
readonly precision?: number | undefined;
|
|
17243
|
+
readonly required?: boolean | undefined;
|
|
17244
|
+
readonly multiple?: boolean | undefined;
|
|
17245
|
+
readonly dependencies?: string[] | undefined;
|
|
17246
|
+
readonly theme?: string | undefined;
|
|
17247
|
+
readonly externalId?: boolean | undefined;
|
|
17248
|
+
readonly system?: boolean | undefined;
|
|
17249
|
+
readonly min?: number | undefined;
|
|
17250
|
+
readonly max?: number | undefined;
|
|
17251
|
+
readonly group?: string | undefined;
|
|
17252
|
+
readonly encryptionConfig?: {
|
|
17253
|
+
enabled: boolean;
|
|
17254
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
17255
|
+
keyManagement: {
|
|
17256
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
17257
|
+
keyId?: string | undefined;
|
|
17258
|
+
rotationPolicy?: {
|
|
17259
|
+
enabled: boolean;
|
|
17260
|
+
frequencyDays: number;
|
|
17261
|
+
retainOldVersions: number;
|
|
17262
|
+
autoRotate: boolean;
|
|
17263
|
+
} | undefined;
|
|
17264
|
+
};
|
|
17265
|
+
scope: "record" | "field" | "table" | "database";
|
|
17266
|
+
deterministicEncryption: boolean;
|
|
17267
|
+
searchableEncryption: boolean;
|
|
17268
|
+
} | undefined;
|
|
17269
|
+
readonly columnName?: string | undefined;
|
|
17270
|
+
readonly searchable?: boolean | undefined;
|
|
17271
|
+
readonly unique?: boolean | undefined;
|
|
17272
|
+
readonly defaultValue?: unknown;
|
|
17273
|
+
readonly maxLength?: number | undefined;
|
|
17274
|
+
readonly minLength?: number | undefined;
|
|
17275
|
+
readonly scale?: number | undefined;
|
|
17276
|
+
readonly reference?: string | undefined;
|
|
17277
|
+
readonly referenceFilters?: string[] | undefined;
|
|
17278
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
17279
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
17280
|
+
readonly expression?: {
|
|
17281
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17282
|
+
source?: string | undefined;
|
|
17283
|
+
ast?: unknown;
|
|
17284
|
+
meta?: {
|
|
17285
|
+
rationale?: string | undefined;
|
|
17286
|
+
generatedBy?: string | undefined;
|
|
17287
|
+
} | undefined;
|
|
17288
|
+
} | undefined;
|
|
17289
|
+
readonly summaryOperations?: {
|
|
17290
|
+
object: string;
|
|
17291
|
+
field: string;
|
|
17292
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
17293
|
+
} | undefined;
|
|
17294
|
+
readonly language?: string | undefined;
|
|
17295
|
+
readonly lineNumbers?: boolean | undefined;
|
|
17296
|
+
readonly maxRating?: number | undefined;
|
|
17297
|
+
readonly allowHalf?: boolean | undefined;
|
|
17298
|
+
readonly displayMap?: boolean | undefined;
|
|
17299
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
17300
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
17301
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
17302
|
+
readonly allowAlpha?: boolean | undefined;
|
|
17303
|
+
readonly presetColors?: string[] | undefined;
|
|
17304
|
+
readonly step?: number | undefined;
|
|
17305
|
+
readonly showValue?: boolean | undefined;
|
|
17306
|
+
readonly marks?: Record<string, string> | undefined;
|
|
17307
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
17308
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
17309
|
+
readonly displayValue?: boolean | undefined;
|
|
17310
|
+
readonly allowScanning?: boolean | undefined;
|
|
17311
|
+
readonly currencyConfig?: {
|
|
17312
|
+
precision: number;
|
|
17313
|
+
currencyMode: "fixed" | "dynamic";
|
|
17314
|
+
defaultCurrency: string;
|
|
17315
|
+
} | undefined;
|
|
17316
|
+
readonly vectorConfig?: {
|
|
17317
|
+
dimensions: number;
|
|
17318
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
17319
|
+
normalized: boolean;
|
|
17320
|
+
indexed: boolean;
|
|
17321
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
17322
|
+
} | undefined;
|
|
17323
|
+
readonly fileAttachmentConfig?: {
|
|
17324
|
+
virusScan: boolean;
|
|
17325
|
+
virusScanOnUpload: boolean;
|
|
17326
|
+
quarantineOnThreat: boolean;
|
|
17327
|
+
allowMultiple: boolean;
|
|
17328
|
+
allowReplace: boolean;
|
|
17329
|
+
allowDelete: boolean;
|
|
17330
|
+
requireUpload: boolean;
|
|
17331
|
+
extractMetadata: boolean;
|
|
17332
|
+
extractText: boolean;
|
|
17333
|
+
versioningEnabled: boolean;
|
|
17334
|
+
publicRead: boolean;
|
|
17335
|
+
presignedUrlExpiry: number;
|
|
17336
|
+
minSize?: number | undefined;
|
|
17337
|
+
maxSize?: number | undefined;
|
|
17338
|
+
allowedTypes?: string[] | undefined;
|
|
17339
|
+
blockedTypes?: string[] | undefined;
|
|
17340
|
+
allowedMimeTypes?: string[] | undefined;
|
|
17341
|
+
blockedMimeTypes?: string[] | undefined;
|
|
17342
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
17343
|
+
storageProvider?: string | undefined;
|
|
17344
|
+
storageBucket?: string | undefined;
|
|
17345
|
+
storagePrefix?: string | undefined;
|
|
17346
|
+
imageValidation?: {
|
|
17347
|
+
generateThumbnails: boolean;
|
|
17348
|
+
preserveMetadata: boolean;
|
|
17349
|
+
autoRotate: boolean;
|
|
17350
|
+
minWidth?: number | undefined;
|
|
17351
|
+
maxWidth?: number | undefined;
|
|
17352
|
+
minHeight?: number | undefined;
|
|
17353
|
+
maxHeight?: number | undefined;
|
|
17354
|
+
aspectRatio?: string | undefined;
|
|
17355
|
+
thumbnailSizes?: {
|
|
17356
|
+
name: string;
|
|
17357
|
+
width: number;
|
|
17358
|
+
height: number;
|
|
17359
|
+
crop: boolean;
|
|
17360
|
+
}[] | undefined;
|
|
17361
|
+
} | undefined;
|
|
17362
|
+
maxVersions?: number | undefined;
|
|
17363
|
+
} | undefined;
|
|
17364
|
+
readonly maskingRule?: {
|
|
17365
|
+
field: string;
|
|
17366
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
17367
|
+
preserveFormat: boolean;
|
|
17368
|
+
preserveLength: boolean;
|
|
17369
|
+
pattern?: string | undefined;
|
|
17370
|
+
roles?: string[] | undefined;
|
|
17371
|
+
exemptRoles?: string[] | undefined;
|
|
17372
|
+
} | undefined;
|
|
17373
|
+
readonly auditTrail?: boolean | undefined;
|
|
17374
|
+
readonly cached?: {
|
|
17375
|
+
enabled: boolean;
|
|
17376
|
+
ttl: number;
|
|
17377
|
+
invalidateOn: string[];
|
|
17378
|
+
} | undefined;
|
|
17379
|
+
readonly dataQuality?: {
|
|
17380
|
+
uniqueness: boolean;
|
|
17381
|
+
completeness: number;
|
|
17382
|
+
accuracy?: {
|
|
17383
|
+
source: string;
|
|
17384
|
+
threshold: number;
|
|
17385
|
+
} | undefined;
|
|
17386
|
+
} | undefined;
|
|
17387
|
+
readonly conditionalRequired?: {
|
|
17388
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17389
|
+
source?: string | undefined;
|
|
17390
|
+
ast?: unknown;
|
|
17391
|
+
meta?: {
|
|
17392
|
+
rationale?: string | undefined;
|
|
17393
|
+
generatedBy?: string | undefined;
|
|
17394
|
+
} | undefined;
|
|
17395
|
+
} | undefined;
|
|
17396
|
+
readonly hidden?: boolean | undefined;
|
|
17397
|
+
readonly sortable?: boolean | undefined;
|
|
17398
|
+
readonly inlineHelpText?: string | undefined;
|
|
17399
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
17400
|
+
readonly caseSensitive?: boolean | undefined;
|
|
17401
|
+
readonly autonumberFormat?: string | undefined;
|
|
17402
|
+
readonly index?: boolean | undefined;
|
|
17403
|
+
readonly type: "datetime";
|
|
17404
|
+
};
|
|
17405
|
+
readonly created_by: {
|
|
17406
|
+
readonly readonly?: boolean | undefined;
|
|
17407
|
+
readonly format?: string | undefined;
|
|
17408
|
+
readonly options?: {
|
|
17409
|
+
label: string;
|
|
17410
|
+
value: string;
|
|
17411
|
+
color?: string | undefined;
|
|
17412
|
+
default?: boolean | undefined;
|
|
17413
|
+
}[] | undefined;
|
|
17414
|
+
readonly description?: string | undefined;
|
|
17415
|
+
readonly label?: string | undefined;
|
|
17416
|
+
readonly name?: string | undefined;
|
|
17417
|
+
readonly precision?: number | undefined;
|
|
17418
|
+
readonly required?: boolean | undefined;
|
|
17419
|
+
readonly multiple?: boolean | undefined;
|
|
17420
|
+
readonly dependencies?: string[] | undefined;
|
|
17421
|
+
readonly theme?: string | undefined;
|
|
17422
|
+
readonly externalId?: boolean | undefined;
|
|
17423
|
+
readonly system?: boolean | undefined;
|
|
17424
|
+
readonly min?: number | undefined;
|
|
17425
|
+
readonly max?: number | undefined;
|
|
17426
|
+
readonly group?: string | undefined;
|
|
17427
|
+
readonly encryptionConfig?: {
|
|
17428
|
+
enabled: boolean;
|
|
17429
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
17430
|
+
keyManagement: {
|
|
17431
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
17432
|
+
keyId?: string | undefined;
|
|
17433
|
+
rotationPolicy?: {
|
|
17434
|
+
enabled: boolean;
|
|
17435
|
+
frequencyDays: number;
|
|
17436
|
+
retainOldVersions: number;
|
|
17437
|
+
autoRotate: boolean;
|
|
17438
|
+
} | undefined;
|
|
17439
|
+
};
|
|
17440
|
+
scope: "record" | "field" | "table" | "database";
|
|
17441
|
+
deterministicEncryption: boolean;
|
|
17442
|
+
searchableEncryption: boolean;
|
|
17443
|
+
} | undefined;
|
|
17444
|
+
readonly columnName?: string | undefined;
|
|
17445
|
+
readonly searchable?: boolean | undefined;
|
|
17446
|
+
readonly unique?: boolean | undefined;
|
|
17447
|
+
readonly defaultValue?: unknown;
|
|
17448
|
+
readonly maxLength?: number | undefined;
|
|
17449
|
+
readonly minLength?: number | undefined;
|
|
17450
|
+
readonly scale?: number | undefined;
|
|
17451
|
+
reference: string;
|
|
17452
|
+
readonly referenceFilters?: string[] | undefined;
|
|
17453
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
17454
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
17455
|
+
readonly expression?: {
|
|
17456
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17457
|
+
source?: string | undefined;
|
|
17458
|
+
ast?: unknown;
|
|
17459
|
+
meta?: {
|
|
17460
|
+
rationale?: string | undefined;
|
|
17461
|
+
generatedBy?: string | undefined;
|
|
17462
|
+
} | undefined;
|
|
17463
|
+
} | undefined;
|
|
17464
|
+
readonly summaryOperations?: {
|
|
17465
|
+
object: string;
|
|
17466
|
+
field: string;
|
|
17467
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
17468
|
+
} | undefined;
|
|
17469
|
+
readonly language?: string | undefined;
|
|
17470
|
+
readonly lineNumbers?: boolean | undefined;
|
|
17471
|
+
readonly maxRating?: number | undefined;
|
|
17472
|
+
readonly allowHalf?: boolean | undefined;
|
|
17473
|
+
readonly displayMap?: boolean | undefined;
|
|
17474
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
17475
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
17476
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
17477
|
+
readonly allowAlpha?: boolean | undefined;
|
|
17478
|
+
readonly presetColors?: string[] | undefined;
|
|
17479
|
+
readonly step?: number | undefined;
|
|
17480
|
+
readonly showValue?: boolean | undefined;
|
|
17481
|
+
readonly marks?: Record<string, string> | undefined;
|
|
17482
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
17483
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
17484
|
+
readonly displayValue?: boolean | undefined;
|
|
17485
|
+
readonly allowScanning?: boolean | undefined;
|
|
17486
|
+
readonly currencyConfig?: {
|
|
17487
|
+
precision: number;
|
|
17488
|
+
currencyMode: "fixed" | "dynamic";
|
|
17489
|
+
defaultCurrency: string;
|
|
17490
|
+
} | undefined;
|
|
17491
|
+
readonly vectorConfig?: {
|
|
17492
|
+
dimensions: number;
|
|
17493
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
17494
|
+
normalized: boolean;
|
|
17495
|
+
indexed: boolean;
|
|
17496
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
17497
|
+
} | undefined;
|
|
17498
|
+
readonly fileAttachmentConfig?: {
|
|
17499
|
+
virusScan: boolean;
|
|
17500
|
+
virusScanOnUpload: boolean;
|
|
17501
|
+
quarantineOnThreat: boolean;
|
|
17502
|
+
allowMultiple: boolean;
|
|
17503
|
+
allowReplace: boolean;
|
|
17504
|
+
allowDelete: boolean;
|
|
17505
|
+
requireUpload: boolean;
|
|
17506
|
+
extractMetadata: boolean;
|
|
17507
|
+
extractText: boolean;
|
|
17508
|
+
versioningEnabled: boolean;
|
|
17509
|
+
publicRead: boolean;
|
|
17510
|
+
presignedUrlExpiry: number;
|
|
17511
|
+
minSize?: number | undefined;
|
|
17512
|
+
maxSize?: number | undefined;
|
|
17513
|
+
allowedTypes?: string[] | undefined;
|
|
17514
|
+
blockedTypes?: string[] | undefined;
|
|
17515
|
+
allowedMimeTypes?: string[] | undefined;
|
|
17516
|
+
blockedMimeTypes?: string[] | undefined;
|
|
17517
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
17518
|
+
storageProvider?: string | undefined;
|
|
17519
|
+
storageBucket?: string | undefined;
|
|
17520
|
+
storagePrefix?: string | undefined;
|
|
17521
|
+
imageValidation?: {
|
|
17522
|
+
generateThumbnails: boolean;
|
|
17523
|
+
preserveMetadata: boolean;
|
|
17524
|
+
autoRotate: boolean;
|
|
17525
|
+
minWidth?: number | undefined;
|
|
17526
|
+
maxWidth?: number | undefined;
|
|
17527
|
+
minHeight?: number | undefined;
|
|
17528
|
+
maxHeight?: number | undefined;
|
|
17529
|
+
aspectRatio?: string | undefined;
|
|
17530
|
+
thumbnailSizes?: {
|
|
17531
|
+
name: string;
|
|
17532
|
+
width: number;
|
|
17533
|
+
height: number;
|
|
17534
|
+
crop: boolean;
|
|
17535
|
+
}[] | undefined;
|
|
17536
|
+
} | undefined;
|
|
17537
|
+
maxVersions?: number | undefined;
|
|
17538
|
+
} | undefined;
|
|
17539
|
+
readonly maskingRule?: {
|
|
17540
|
+
field: string;
|
|
17541
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
17542
|
+
preserveFormat: boolean;
|
|
17543
|
+
preserveLength: boolean;
|
|
17544
|
+
pattern?: string | undefined;
|
|
17545
|
+
roles?: string[] | undefined;
|
|
17546
|
+
exemptRoles?: string[] | undefined;
|
|
17547
|
+
} | undefined;
|
|
17548
|
+
readonly auditTrail?: boolean | undefined;
|
|
17549
|
+
readonly cached?: {
|
|
17550
|
+
enabled: boolean;
|
|
17551
|
+
ttl: number;
|
|
17552
|
+
invalidateOn: string[];
|
|
17553
|
+
} | undefined;
|
|
17554
|
+
readonly dataQuality?: {
|
|
17555
|
+
uniqueness: boolean;
|
|
17556
|
+
completeness: number;
|
|
17557
|
+
accuracy?: {
|
|
17558
|
+
source: string;
|
|
17559
|
+
threshold: number;
|
|
17560
|
+
} | undefined;
|
|
17561
|
+
} | undefined;
|
|
17562
|
+
readonly conditionalRequired?: {
|
|
17563
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17564
|
+
source?: string | undefined;
|
|
17565
|
+
ast?: unknown;
|
|
17566
|
+
meta?: {
|
|
17567
|
+
rationale?: string | undefined;
|
|
17568
|
+
generatedBy?: string | undefined;
|
|
17569
|
+
} | undefined;
|
|
17570
|
+
} | undefined;
|
|
17571
|
+
readonly hidden?: boolean | undefined;
|
|
17572
|
+
readonly sortable?: boolean | undefined;
|
|
17573
|
+
readonly inlineHelpText?: string | undefined;
|
|
17574
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
17575
|
+
readonly caseSensitive?: boolean | undefined;
|
|
17576
|
+
readonly autonumberFormat?: string | undefined;
|
|
17577
|
+
readonly index?: boolean | undefined;
|
|
17578
|
+
readonly type: "lookup";
|
|
17579
|
+
};
|
|
17580
|
+
readonly created_at: {
|
|
17581
|
+
readonly readonly?: boolean | undefined;
|
|
17582
|
+
readonly format?: string | undefined;
|
|
17583
|
+
readonly options?: {
|
|
17584
|
+
label: string;
|
|
17585
|
+
value: string;
|
|
17586
|
+
color?: string | undefined;
|
|
17587
|
+
default?: boolean | undefined;
|
|
17588
|
+
}[] | undefined;
|
|
17589
|
+
readonly description?: string | undefined;
|
|
17590
|
+
readonly label?: string | undefined;
|
|
17591
|
+
readonly name?: string | undefined;
|
|
17592
|
+
readonly precision?: number | undefined;
|
|
17593
|
+
readonly required?: boolean | undefined;
|
|
17594
|
+
readonly multiple?: boolean | undefined;
|
|
17595
|
+
readonly dependencies?: string[] | undefined;
|
|
17596
|
+
readonly theme?: string | undefined;
|
|
17597
|
+
readonly externalId?: boolean | undefined;
|
|
17598
|
+
readonly system?: boolean | undefined;
|
|
17599
|
+
readonly min?: number | undefined;
|
|
17600
|
+
readonly max?: number | undefined;
|
|
17601
|
+
readonly group?: string | undefined;
|
|
17602
|
+
readonly encryptionConfig?: {
|
|
17603
|
+
enabled: boolean;
|
|
17604
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
17605
|
+
keyManagement: {
|
|
17606
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
17607
|
+
keyId?: string | undefined;
|
|
17608
|
+
rotationPolicy?: {
|
|
17609
|
+
enabled: boolean;
|
|
17610
|
+
frequencyDays: number;
|
|
17611
|
+
retainOldVersions: number;
|
|
17612
|
+
autoRotate: boolean;
|
|
17613
|
+
} | undefined;
|
|
17614
|
+
};
|
|
17615
|
+
scope: "record" | "field" | "table" | "database";
|
|
17616
|
+
deterministicEncryption: boolean;
|
|
17617
|
+
searchableEncryption: boolean;
|
|
17618
|
+
} | undefined;
|
|
17619
|
+
readonly columnName?: string | undefined;
|
|
17620
|
+
readonly searchable?: boolean | undefined;
|
|
17621
|
+
readonly unique?: boolean | undefined;
|
|
17622
|
+
readonly defaultValue?: unknown;
|
|
17623
|
+
readonly maxLength?: number | undefined;
|
|
17624
|
+
readonly minLength?: number | undefined;
|
|
17625
|
+
readonly scale?: number | undefined;
|
|
17626
|
+
readonly reference?: string | undefined;
|
|
17627
|
+
readonly referenceFilters?: string[] | undefined;
|
|
17628
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
17629
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
17630
|
+
readonly expression?: {
|
|
17631
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17632
|
+
source?: string | undefined;
|
|
17633
|
+
ast?: unknown;
|
|
17634
|
+
meta?: {
|
|
17635
|
+
rationale?: string | undefined;
|
|
17636
|
+
generatedBy?: string | undefined;
|
|
17637
|
+
} | undefined;
|
|
17638
|
+
} | undefined;
|
|
17639
|
+
readonly summaryOperations?: {
|
|
17640
|
+
object: string;
|
|
17641
|
+
field: string;
|
|
17642
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
17643
|
+
} | undefined;
|
|
17644
|
+
readonly language?: string | undefined;
|
|
17645
|
+
readonly lineNumbers?: boolean | undefined;
|
|
17646
|
+
readonly maxRating?: number | undefined;
|
|
17647
|
+
readonly allowHalf?: boolean | undefined;
|
|
17648
|
+
readonly displayMap?: boolean | undefined;
|
|
17649
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
17650
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
17651
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
17652
|
+
readonly allowAlpha?: boolean | undefined;
|
|
17653
|
+
readonly presetColors?: string[] | undefined;
|
|
17654
|
+
readonly step?: number | undefined;
|
|
17655
|
+
readonly showValue?: boolean | undefined;
|
|
17656
|
+
readonly marks?: Record<string, string> | undefined;
|
|
17657
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
17658
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
17659
|
+
readonly displayValue?: boolean | undefined;
|
|
17660
|
+
readonly allowScanning?: boolean | undefined;
|
|
17661
|
+
readonly currencyConfig?: {
|
|
17662
|
+
precision: number;
|
|
17663
|
+
currencyMode: "fixed" | "dynamic";
|
|
17664
|
+
defaultCurrency: string;
|
|
17665
|
+
} | undefined;
|
|
17666
|
+
readonly vectorConfig?: {
|
|
17667
|
+
dimensions: number;
|
|
17668
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
17669
|
+
normalized: boolean;
|
|
17670
|
+
indexed: boolean;
|
|
17671
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
17672
|
+
} | undefined;
|
|
17673
|
+
readonly fileAttachmentConfig?: {
|
|
17674
|
+
virusScan: boolean;
|
|
17675
|
+
virusScanOnUpload: boolean;
|
|
17676
|
+
quarantineOnThreat: boolean;
|
|
17677
|
+
allowMultiple: boolean;
|
|
17678
|
+
allowReplace: boolean;
|
|
17679
|
+
allowDelete: boolean;
|
|
17680
|
+
requireUpload: boolean;
|
|
17681
|
+
extractMetadata: boolean;
|
|
17682
|
+
extractText: boolean;
|
|
17683
|
+
versioningEnabled: boolean;
|
|
17684
|
+
publicRead: boolean;
|
|
17685
|
+
presignedUrlExpiry: number;
|
|
17686
|
+
minSize?: number | undefined;
|
|
17687
|
+
maxSize?: number | undefined;
|
|
17688
|
+
allowedTypes?: string[] | undefined;
|
|
17689
|
+
blockedTypes?: string[] | undefined;
|
|
17690
|
+
allowedMimeTypes?: string[] | undefined;
|
|
17691
|
+
blockedMimeTypes?: string[] | undefined;
|
|
17692
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
17693
|
+
storageProvider?: string | undefined;
|
|
17694
|
+
storageBucket?: string | undefined;
|
|
17695
|
+
storagePrefix?: string | undefined;
|
|
17696
|
+
imageValidation?: {
|
|
17697
|
+
generateThumbnails: boolean;
|
|
17698
|
+
preserveMetadata: boolean;
|
|
17699
|
+
autoRotate: boolean;
|
|
17700
|
+
minWidth?: number | undefined;
|
|
17701
|
+
maxWidth?: number | undefined;
|
|
17702
|
+
minHeight?: number | undefined;
|
|
17703
|
+
maxHeight?: number | undefined;
|
|
17704
|
+
aspectRatio?: string | undefined;
|
|
17705
|
+
thumbnailSizes?: {
|
|
17706
|
+
name: string;
|
|
17707
|
+
width: number;
|
|
17708
|
+
height: number;
|
|
17709
|
+
crop: boolean;
|
|
17710
|
+
}[] | undefined;
|
|
17711
|
+
} | undefined;
|
|
17712
|
+
maxVersions?: number | undefined;
|
|
17713
|
+
} | undefined;
|
|
17714
|
+
readonly maskingRule?: {
|
|
17715
|
+
field: string;
|
|
17716
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
17717
|
+
preserveFormat: boolean;
|
|
17718
|
+
preserveLength: boolean;
|
|
17719
|
+
pattern?: string | undefined;
|
|
17720
|
+
roles?: string[] | undefined;
|
|
17721
|
+
exemptRoles?: string[] | undefined;
|
|
17722
|
+
} | undefined;
|
|
17723
|
+
readonly auditTrail?: boolean | undefined;
|
|
17724
|
+
readonly cached?: {
|
|
17725
|
+
enabled: boolean;
|
|
17726
|
+
ttl: number;
|
|
17727
|
+
invalidateOn: string[];
|
|
17728
|
+
} | undefined;
|
|
17729
|
+
readonly dataQuality?: {
|
|
17730
|
+
uniqueness: boolean;
|
|
17731
|
+
completeness: number;
|
|
17732
|
+
accuracy?: {
|
|
17733
|
+
source: string;
|
|
17734
|
+
threshold: number;
|
|
17735
|
+
} | undefined;
|
|
17736
|
+
} | undefined;
|
|
17737
|
+
readonly conditionalRequired?: {
|
|
17738
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17739
|
+
source?: string | undefined;
|
|
17740
|
+
ast?: unknown;
|
|
17741
|
+
meta?: {
|
|
17742
|
+
rationale?: string | undefined;
|
|
17743
|
+
generatedBy?: string | undefined;
|
|
17744
|
+
} | undefined;
|
|
17745
|
+
} | undefined;
|
|
17746
|
+
readonly hidden?: boolean | undefined;
|
|
17747
|
+
readonly sortable?: boolean | undefined;
|
|
17748
|
+
readonly inlineHelpText?: string | undefined;
|
|
17749
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
17750
|
+
readonly caseSensitive?: boolean | undefined;
|
|
17751
|
+
readonly autonumberFormat?: string | undefined;
|
|
17752
|
+
readonly index?: boolean | undefined;
|
|
17753
|
+
readonly type: "datetime";
|
|
17754
|
+
};
|
|
17755
|
+
readonly last_used_at: {
|
|
17756
|
+
readonly readonly?: boolean | undefined;
|
|
17757
|
+
readonly format?: string | undefined;
|
|
17758
|
+
readonly options?: {
|
|
17759
|
+
label: string;
|
|
17760
|
+
value: string;
|
|
17761
|
+
color?: string | undefined;
|
|
17762
|
+
default?: boolean | undefined;
|
|
17763
|
+
}[] | undefined;
|
|
17764
|
+
readonly description?: string | undefined;
|
|
17765
|
+
readonly label?: string | undefined;
|
|
17766
|
+
readonly name?: string | undefined;
|
|
17767
|
+
readonly precision?: number | undefined;
|
|
17768
|
+
readonly required?: boolean | undefined;
|
|
17769
|
+
readonly multiple?: boolean | undefined;
|
|
17770
|
+
readonly dependencies?: string[] | undefined;
|
|
17771
|
+
readonly theme?: string | undefined;
|
|
17772
|
+
readonly externalId?: boolean | undefined;
|
|
17773
|
+
readonly system?: boolean | undefined;
|
|
17774
|
+
readonly min?: number | undefined;
|
|
17775
|
+
readonly max?: number | undefined;
|
|
17776
|
+
readonly group?: string | undefined;
|
|
17777
|
+
readonly encryptionConfig?: {
|
|
17778
|
+
enabled: boolean;
|
|
17779
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
17780
|
+
keyManagement: {
|
|
17781
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
17782
|
+
keyId?: string | undefined;
|
|
17783
|
+
rotationPolicy?: {
|
|
17784
|
+
enabled: boolean;
|
|
17785
|
+
frequencyDays: number;
|
|
17786
|
+
retainOldVersions: number;
|
|
17787
|
+
autoRotate: boolean;
|
|
17788
|
+
} | undefined;
|
|
17789
|
+
};
|
|
17790
|
+
scope: "record" | "field" | "table" | "database";
|
|
17791
|
+
deterministicEncryption: boolean;
|
|
17792
|
+
searchableEncryption: boolean;
|
|
17793
|
+
} | undefined;
|
|
17794
|
+
readonly columnName?: string | undefined;
|
|
17795
|
+
readonly searchable?: boolean | undefined;
|
|
17796
|
+
readonly unique?: boolean | undefined;
|
|
17797
|
+
readonly defaultValue?: unknown;
|
|
17798
|
+
readonly maxLength?: number | undefined;
|
|
17799
|
+
readonly minLength?: number | undefined;
|
|
17800
|
+
readonly scale?: number | undefined;
|
|
17801
|
+
readonly reference?: string | undefined;
|
|
17802
|
+
readonly referenceFilters?: string[] | undefined;
|
|
17803
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
17804
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
17805
|
+
readonly expression?: {
|
|
17806
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17807
|
+
source?: string | undefined;
|
|
17808
|
+
ast?: unknown;
|
|
17809
|
+
meta?: {
|
|
17810
|
+
rationale?: string | undefined;
|
|
17811
|
+
generatedBy?: string | undefined;
|
|
17812
|
+
} | undefined;
|
|
17813
|
+
} | undefined;
|
|
17814
|
+
readonly summaryOperations?: {
|
|
17815
|
+
object: string;
|
|
17816
|
+
field: string;
|
|
17817
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
17818
|
+
} | undefined;
|
|
17819
|
+
readonly language?: string | undefined;
|
|
17820
|
+
readonly lineNumbers?: boolean | undefined;
|
|
17821
|
+
readonly maxRating?: number | undefined;
|
|
17822
|
+
readonly allowHalf?: boolean | undefined;
|
|
17823
|
+
readonly displayMap?: boolean | undefined;
|
|
17824
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
17825
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
17826
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
17827
|
+
readonly allowAlpha?: boolean | undefined;
|
|
17828
|
+
readonly presetColors?: string[] | undefined;
|
|
17829
|
+
readonly step?: number | undefined;
|
|
17830
|
+
readonly showValue?: boolean | undefined;
|
|
17831
|
+
readonly marks?: Record<string, string> | undefined;
|
|
17832
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
17833
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
17834
|
+
readonly displayValue?: boolean | undefined;
|
|
17835
|
+
readonly allowScanning?: boolean | undefined;
|
|
17836
|
+
readonly currencyConfig?: {
|
|
17837
|
+
precision: number;
|
|
17838
|
+
currencyMode: "fixed" | "dynamic";
|
|
17839
|
+
defaultCurrency: string;
|
|
17840
|
+
} | undefined;
|
|
17841
|
+
readonly vectorConfig?: {
|
|
17842
|
+
dimensions: number;
|
|
17843
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
17844
|
+
normalized: boolean;
|
|
17845
|
+
indexed: boolean;
|
|
17846
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
17847
|
+
} | undefined;
|
|
17848
|
+
readonly fileAttachmentConfig?: {
|
|
17849
|
+
virusScan: boolean;
|
|
17850
|
+
virusScanOnUpload: boolean;
|
|
17851
|
+
quarantineOnThreat: boolean;
|
|
17852
|
+
allowMultiple: boolean;
|
|
17853
|
+
allowReplace: boolean;
|
|
17854
|
+
allowDelete: boolean;
|
|
17855
|
+
requireUpload: boolean;
|
|
17856
|
+
extractMetadata: boolean;
|
|
17857
|
+
extractText: boolean;
|
|
17858
|
+
versioningEnabled: boolean;
|
|
17859
|
+
publicRead: boolean;
|
|
17860
|
+
presignedUrlExpiry: number;
|
|
17861
|
+
minSize?: number | undefined;
|
|
17862
|
+
maxSize?: number | undefined;
|
|
17863
|
+
allowedTypes?: string[] | undefined;
|
|
17864
|
+
blockedTypes?: string[] | undefined;
|
|
17865
|
+
allowedMimeTypes?: string[] | undefined;
|
|
17866
|
+
blockedMimeTypes?: string[] | undefined;
|
|
17867
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
17868
|
+
storageProvider?: string | undefined;
|
|
17869
|
+
storageBucket?: string | undefined;
|
|
17870
|
+
storagePrefix?: string | undefined;
|
|
17871
|
+
imageValidation?: {
|
|
17872
|
+
generateThumbnails: boolean;
|
|
17873
|
+
preserveMetadata: boolean;
|
|
17874
|
+
autoRotate: boolean;
|
|
17875
|
+
minWidth?: number | undefined;
|
|
17876
|
+
maxWidth?: number | undefined;
|
|
17877
|
+
minHeight?: number | undefined;
|
|
17878
|
+
maxHeight?: number | undefined;
|
|
17879
|
+
aspectRatio?: string | undefined;
|
|
17880
|
+
thumbnailSizes?: {
|
|
17881
|
+
name: string;
|
|
17882
|
+
width: number;
|
|
17883
|
+
height: number;
|
|
17884
|
+
crop: boolean;
|
|
17885
|
+
}[] | undefined;
|
|
17886
|
+
} | undefined;
|
|
17887
|
+
maxVersions?: number | undefined;
|
|
17888
|
+
} | undefined;
|
|
17889
|
+
readonly maskingRule?: {
|
|
17890
|
+
field: string;
|
|
17891
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
17892
|
+
preserveFormat: boolean;
|
|
17893
|
+
preserveLength: boolean;
|
|
17894
|
+
pattern?: string | undefined;
|
|
17895
|
+
roles?: string[] | undefined;
|
|
17896
|
+
exemptRoles?: string[] | undefined;
|
|
17897
|
+
} | undefined;
|
|
17898
|
+
readonly auditTrail?: boolean | undefined;
|
|
17899
|
+
readonly cached?: {
|
|
17900
|
+
enabled: boolean;
|
|
17901
|
+
ttl: number;
|
|
17902
|
+
invalidateOn: string[];
|
|
17903
|
+
} | undefined;
|
|
17904
|
+
readonly dataQuality?: {
|
|
17905
|
+
uniqueness: boolean;
|
|
17906
|
+
completeness: number;
|
|
17907
|
+
accuracy?: {
|
|
17908
|
+
source: string;
|
|
17909
|
+
threshold: number;
|
|
17910
|
+
} | undefined;
|
|
17911
|
+
} | undefined;
|
|
17912
|
+
readonly conditionalRequired?: {
|
|
17913
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17914
|
+
source?: string | undefined;
|
|
17915
|
+
ast?: unknown;
|
|
17916
|
+
meta?: {
|
|
17917
|
+
rationale?: string | undefined;
|
|
17918
|
+
generatedBy?: string | undefined;
|
|
17919
|
+
} | undefined;
|
|
17920
|
+
} | undefined;
|
|
17921
|
+
readonly hidden?: boolean | undefined;
|
|
17922
|
+
readonly sortable?: boolean | undefined;
|
|
17923
|
+
readonly inlineHelpText?: string | undefined;
|
|
17924
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
17925
|
+
readonly caseSensitive?: boolean | undefined;
|
|
17926
|
+
readonly autonumberFormat?: string | undefined;
|
|
17927
|
+
readonly index?: boolean | undefined;
|
|
17928
|
+
readonly type: "datetime";
|
|
17929
|
+
};
|
|
17930
|
+
readonly use_count: {
|
|
17931
|
+
readonly readonly?: boolean | undefined;
|
|
17932
|
+
readonly format?: string | undefined;
|
|
17933
|
+
readonly options?: {
|
|
17934
|
+
label: string;
|
|
17935
|
+
value: string;
|
|
17936
|
+
color?: string | undefined;
|
|
17937
|
+
default?: boolean | undefined;
|
|
17938
|
+
}[] | undefined;
|
|
17939
|
+
readonly description?: string | undefined;
|
|
17940
|
+
readonly label?: string | undefined;
|
|
17941
|
+
readonly name?: string | undefined;
|
|
17942
|
+
readonly precision?: number | undefined;
|
|
17943
|
+
readonly required?: boolean | undefined;
|
|
17944
|
+
readonly multiple?: boolean | undefined;
|
|
17945
|
+
readonly dependencies?: string[] | undefined;
|
|
17946
|
+
readonly theme?: string | undefined;
|
|
17947
|
+
readonly externalId?: boolean | undefined;
|
|
17948
|
+
readonly system?: boolean | undefined;
|
|
17949
|
+
readonly min?: number | undefined;
|
|
17950
|
+
readonly max?: number | undefined;
|
|
17951
|
+
readonly group?: string | undefined;
|
|
17952
|
+
readonly encryptionConfig?: {
|
|
17953
|
+
enabled: boolean;
|
|
17954
|
+
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
17955
|
+
keyManagement: {
|
|
17956
|
+
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
17957
|
+
keyId?: string | undefined;
|
|
17958
|
+
rotationPolicy?: {
|
|
17959
|
+
enabled: boolean;
|
|
17960
|
+
frequencyDays: number;
|
|
17961
|
+
retainOldVersions: number;
|
|
17962
|
+
autoRotate: boolean;
|
|
17963
|
+
} | undefined;
|
|
17964
|
+
};
|
|
17965
|
+
scope: "record" | "field" | "table" | "database";
|
|
17966
|
+
deterministicEncryption: boolean;
|
|
17967
|
+
searchableEncryption: boolean;
|
|
17968
|
+
} | undefined;
|
|
17969
|
+
readonly columnName?: string | undefined;
|
|
17970
|
+
readonly searchable?: boolean | undefined;
|
|
17971
|
+
readonly unique?: boolean | undefined;
|
|
17972
|
+
readonly defaultValue?: unknown;
|
|
17973
|
+
readonly maxLength?: number | undefined;
|
|
17974
|
+
readonly minLength?: number | undefined;
|
|
17975
|
+
readonly scale?: number | undefined;
|
|
17976
|
+
readonly reference?: string | undefined;
|
|
17977
|
+
readonly referenceFilters?: string[] | undefined;
|
|
17978
|
+
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
17979
|
+
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
17980
|
+
readonly expression?: {
|
|
17981
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17982
|
+
source?: string | undefined;
|
|
17983
|
+
ast?: unknown;
|
|
17984
|
+
meta?: {
|
|
17985
|
+
rationale?: string | undefined;
|
|
17986
|
+
generatedBy?: string | undefined;
|
|
17987
|
+
} | undefined;
|
|
17988
|
+
} | undefined;
|
|
17989
|
+
readonly summaryOperations?: {
|
|
17990
|
+
object: string;
|
|
17991
|
+
field: string;
|
|
17992
|
+
function: "min" | "max" | "count" | "sum" | "avg";
|
|
17993
|
+
} | undefined;
|
|
17994
|
+
readonly language?: string | undefined;
|
|
17995
|
+
readonly lineNumbers?: boolean | undefined;
|
|
17996
|
+
readonly maxRating?: number | undefined;
|
|
17997
|
+
readonly allowHalf?: boolean | undefined;
|
|
17998
|
+
readonly displayMap?: boolean | undefined;
|
|
17999
|
+
readonly allowGeocoding?: boolean | undefined;
|
|
18000
|
+
readonly addressFormat?: "us" | "uk" | "international" | undefined;
|
|
18001
|
+
readonly colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
18002
|
+
readonly allowAlpha?: boolean | undefined;
|
|
18003
|
+
readonly presetColors?: string[] | undefined;
|
|
18004
|
+
readonly step?: number | undefined;
|
|
18005
|
+
readonly showValue?: boolean | undefined;
|
|
18006
|
+
readonly marks?: Record<string, string> | undefined;
|
|
18007
|
+
readonly barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
18008
|
+
readonly qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
18009
|
+
readonly displayValue?: boolean | undefined;
|
|
18010
|
+
readonly allowScanning?: boolean | undefined;
|
|
18011
|
+
readonly currencyConfig?: {
|
|
18012
|
+
precision: number;
|
|
18013
|
+
currencyMode: "fixed" | "dynamic";
|
|
18014
|
+
defaultCurrency: string;
|
|
18015
|
+
} | undefined;
|
|
18016
|
+
readonly vectorConfig?: {
|
|
18017
|
+
dimensions: number;
|
|
18018
|
+
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
18019
|
+
normalized: boolean;
|
|
18020
|
+
indexed: boolean;
|
|
18021
|
+
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
18022
|
+
} | undefined;
|
|
18023
|
+
readonly fileAttachmentConfig?: {
|
|
18024
|
+
virusScan: boolean;
|
|
18025
|
+
virusScanOnUpload: boolean;
|
|
18026
|
+
quarantineOnThreat: boolean;
|
|
18027
|
+
allowMultiple: boolean;
|
|
18028
|
+
allowReplace: boolean;
|
|
18029
|
+
allowDelete: boolean;
|
|
18030
|
+
requireUpload: boolean;
|
|
18031
|
+
extractMetadata: boolean;
|
|
18032
|
+
extractText: boolean;
|
|
18033
|
+
versioningEnabled: boolean;
|
|
18034
|
+
publicRead: boolean;
|
|
18035
|
+
presignedUrlExpiry: number;
|
|
18036
|
+
minSize?: number | undefined;
|
|
18037
|
+
maxSize?: number | undefined;
|
|
18038
|
+
allowedTypes?: string[] | undefined;
|
|
18039
|
+
blockedTypes?: string[] | undefined;
|
|
18040
|
+
allowedMimeTypes?: string[] | undefined;
|
|
18041
|
+
blockedMimeTypes?: string[] | undefined;
|
|
18042
|
+
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
18043
|
+
storageProvider?: string | undefined;
|
|
18044
|
+
storageBucket?: string | undefined;
|
|
18045
|
+
storagePrefix?: string | undefined;
|
|
18046
|
+
imageValidation?: {
|
|
18047
|
+
generateThumbnails: boolean;
|
|
18048
|
+
preserveMetadata: boolean;
|
|
18049
|
+
autoRotate: boolean;
|
|
18050
|
+
minWidth?: number | undefined;
|
|
18051
|
+
maxWidth?: number | undefined;
|
|
18052
|
+
minHeight?: number | undefined;
|
|
18053
|
+
maxHeight?: number | undefined;
|
|
18054
|
+
aspectRatio?: string | undefined;
|
|
18055
|
+
thumbnailSizes?: {
|
|
18056
|
+
name: string;
|
|
18057
|
+
width: number;
|
|
18058
|
+
height: number;
|
|
18059
|
+
crop: boolean;
|
|
18060
|
+
}[] | undefined;
|
|
18061
|
+
} | undefined;
|
|
18062
|
+
maxVersions?: number | undefined;
|
|
18063
|
+
} | undefined;
|
|
18064
|
+
readonly maskingRule?: {
|
|
18065
|
+
field: string;
|
|
18066
|
+
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
18067
|
+
preserveFormat: boolean;
|
|
18068
|
+
preserveLength: boolean;
|
|
18069
|
+
pattern?: string | undefined;
|
|
18070
|
+
roles?: string[] | undefined;
|
|
18071
|
+
exemptRoles?: string[] | undefined;
|
|
18072
|
+
} | undefined;
|
|
18073
|
+
readonly auditTrail?: boolean | undefined;
|
|
18074
|
+
readonly cached?: {
|
|
18075
|
+
enabled: boolean;
|
|
18076
|
+
ttl: number;
|
|
18077
|
+
invalidateOn: string[];
|
|
18078
|
+
} | undefined;
|
|
18079
|
+
readonly dataQuality?: {
|
|
18080
|
+
uniqueness: boolean;
|
|
18081
|
+
completeness: number;
|
|
18082
|
+
accuracy?: {
|
|
18083
|
+
source: string;
|
|
18084
|
+
threshold: number;
|
|
18085
|
+
} | undefined;
|
|
18086
|
+
} | undefined;
|
|
18087
|
+
readonly conditionalRequired?: {
|
|
18088
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
18089
|
+
source?: string | undefined;
|
|
18090
|
+
ast?: unknown;
|
|
18091
|
+
meta?: {
|
|
18092
|
+
rationale?: string | undefined;
|
|
18093
|
+
generatedBy?: string | undefined;
|
|
18094
|
+
} | undefined;
|
|
18095
|
+
} | undefined;
|
|
18096
|
+
readonly hidden?: boolean | undefined;
|
|
18097
|
+
readonly sortable?: boolean | undefined;
|
|
18098
|
+
readonly inlineHelpText?: string | undefined;
|
|
18099
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
18100
|
+
readonly caseSensitive?: boolean | undefined;
|
|
18101
|
+
readonly autonumberFormat?: string | undefined;
|
|
18102
|
+
readonly index?: boolean | undefined;
|
|
18103
|
+
readonly type: "number";
|
|
18104
|
+
};
|
|
18105
|
+
};
|
|
18106
|
+
readonly indexes: [{
|
|
18107
|
+
readonly fields: ["token"];
|
|
18108
|
+
readonly unique: true;
|
|
18109
|
+
}, {
|
|
18110
|
+
readonly fields: ["object_name", "record_id"];
|
|
18111
|
+
}, {
|
|
18112
|
+
readonly fields: ["created_by", "revoked_at"];
|
|
18113
|
+
}, {
|
|
18114
|
+
readonly fields: ["expires_at"];
|
|
18115
|
+
}];
|
|
18116
|
+
readonly enable: {
|
|
18117
|
+
readonly trackHistory: false;
|
|
18118
|
+
readonly searchable: false;
|
|
18119
|
+
readonly apiEnabled: true;
|
|
18120
|
+
readonly apiMethods: ["get", "list"];
|
|
18121
|
+
readonly trash: false;
|
|
18122
|
+
readonly mru: false;
|
|
18123
|
+
readonly clone: false;
|
|
18124
|
+
};
|
|
18125
|
+
}, "fields">;
|
|
18126
|
+
|
|
14447
18127
|
/**
|
|
14448
18128
|
* Default permission sets seeded by the platform.
|
|
14449
18129
|
*
|
|
@@ -14472,4 +18152,4 @@ declare const SysSharingRule: Omit<{
|
|
|
14472
18152
|
*/
|
|
14473
18153
|
declare const defaultPermissionSets: PermissionSet[];
|
|
14474
18154
|
|
|
14475
|
-
export { SysPermissionSet, SysRecordShare, SysRole, SysRolePermissionSet, SysSharingRule, SysUserPermissionSet, defaultPermissionSets };
|
|
18155
|
+
export { SysPermissionSet, SysRecordShare, SysRole, SysRolePermissionSet, SysShareLink, SysSharingRule, SysUserPermissionSet, defaultPermissionSets };
|