@objectstack/spec 0.7.2 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/agent-action.zod.d.ts +625 -1889
- package/dist/ai/agent-action.zod.d.ts.map +1 -1
- package/dist/ai/agent-action.zod.js +7 -7
- package/dist/ai/agent.zod.d.ts +36 -120
- package/dist/ai/agent.zod.d.ts.map +1 -1
- package/dist/ai/conversation.zod.d.ts +134 -841
- package/dist/ai/conversation.zod.d.ts.map +1 -1
- package/dist/ai/conversation.zod.js +5 -5
- package/dist/ai/cost.zod.d.ts +479 -1697
- package/dist/ai/cost.zod.d.ts.map +1 -1
- package/dist/ai/cost.zod.js +3 -3
- package/dist/ai/devops-agent.zod.d.ts +614 -0
- package/dist/ai/devops-agent.zod.d.ts.map +1 -0
- package/dist/ai/devops-agent.zod.js +776 -0
- package/dist/ai/index.d.ts +2 -0
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +2 -0
- package/dist/ai/model-registry.zod.d.ts +145 -1149
- package/dist/ai/model-registry.zod.d.ts.map +1 -1
- package/dist/ai/model-registry.zod.js +3 -3
- package/dist/ai/nlq.zod.d.ts +209 -914
- package/dist/ai/nlq.zod.d.ts.map +1 -1
- package/dist/ai/nlq.zod.js +2 -2
- package/dist/ai/orchestration.zod.d.ts +159 -449
- package/dist/ai/orchestration.zod.d.ts.map +1 -1
- package/dist/ai/orchestration.zod.js +4 -4
- package/dist/ai/predictive.zod.d.ts +116 -640
- package/dist/ai/predictive.zod.d.ts.map +1 -1
- package/dist/ai/predictive.zod.js +4 -4
- package/dist/ai/rag-pipeline.zod.d.ts +194 -819
- package/dist/ai/rag-pipeline.zod.d.ts.map +1 -1
- package/dist/ai/rag-pipeline.zod.js +4 -4
- package/dist/api/batch.zod.d.ts +82 -786
- package/dist/api/batch.zod.d.ts.map +1 -1
- package/dist/api/contract.zod.d.ts +194 -1502
- package/dist/api/contract.zod.d.ts.map +1 -1
- package/dist/api/contract.zod.js +1 -1
- package/dist/api/discovery.zod.d.ts +12 -126
- package/dist/api/discovery.zod.d.ts.map +1 -1
- package/dist/api/endpoint.zod.d.ts +56 -222
- package/dist/api/endpoint.zod.d.ts.map +1 -1
- package/dist/api/errors.zod.d.ts +376 -205
- package/dist/api/errors.zod.d.ts.map +1 -1
- package/dist/api/graphql.zod.d.ts +670 -5073
- package/dist/api/graphql.zod.d.ts.map +1 -1
- package/dist/api/graphql.zod.js +6 -6
- package/dist/api/http-cache.zod.d.ts +92 -229
- package/dist/api/http-cache.zod.d.ts.map +1 -1
- package/dist/api/odata.zod.d.ts +72 -677
- package/dist/api/odata.zod.d.ts.map +1 -1
- package/dist/api/odata.zod.js +2 -2
- package/dist/api/protocol.zod.d.ts +987 -8312
- package/dist/api/protocol.zod.d.ts.map +1 -1
- package/dist/api/protocol.zod.js +90 -90
- package/dist/api/realtime.zod.d.ts +72 -193
- package/dist/api/realtime.zod.d.ts.map +1 -1
- package/dist/api/realtime.zod.js +1 -1
- package/dist/api/rest-server.zod.d.ts +248 -1942
- package/dist/api/rest-server.zod.d.ts.map +1 -1
- package/dist/api/rest-server.zod.js +1 -1
- package/dist/api/router.zod.d.ts +41 -145
- package/dist/api/router.zod.d.ts.map +1 -1
- package/dist/api/router.zod.js +8 -1
- package/dist/api/view-storage.zod.d.ts +1170 -7336
- package/dist/api/view-storage.zod.d.ts.map +1 -1
- package/dist/api/view-storage.zod.js +2 -2
- package/dist/api/websocket.zod.d.ts +203 -1209
- package/dist/api/websocket.zod.d.ts.map +1 -1
- package/dist/api/websocket.zod.js +4 -4
- package/dist/auth/config.zod.d.ts +316 -2936
- package/dist/auth/config.zod.d.ts.map +1 -1
- package/dist/auth/config.zod.js +46 -46
- package/dist/auth/identity.zod.d.ts +12 -189
- package/dist/auth/identity.zod.d.ts.map +1 -1
- package/dist/auth/organization.zod.d.ts +15 -126
- package/dist/auth/organization.zod.d.ts.map +1 -1
- package/dist/auth/organization.zod.js +1 -1
- package/dist/auth/policy.zod.d.ts +14 -151
- package/dist/auth/policy.zod.d.ts.map +1 -1
- package/dist/auth/role.zod.d.ts +1 -14
- package/dist/auth/role.zod.d.ts.map +1 -1
- package/dist/auth/scim.zod.d.ts +165 -2327
- package/dist/auth/scim.zod.d.ts.map +1 -1
- package/dist/auth/scim.zod.js +1 -1
- package/dist/automation/approval.zod.d.ts +171 -536
- package/dist/automation/approval.zod.d.ts.map +1 -1
- package/dist/automation/approval.zod.js +1 -1
- package/dist/automation/etl.zod.d.ts +144 -453
- package/dist/automation/etl.zod.d.ts.map +1 -1
- package/dist/automation/etl.zod.js +4 -4
- package/dist/automation/flow.zod.d.ts +79 -193
- package/dist/automation/flow.zod.d.ts.map +1 -1
- package/dist/automation/flow.zod.js +1 -1
- package/dist/automation/sync.zod.d.ts +132 -813
- package/dist/automation/sync.zod.d.ts.map +1 -1
- package/dist/automation/sync.zod.js +2 -2
- package/dist/automation/trigger-registry.zod.d.ts +184 -1030
- package/dist/automation/trigger-registry.zod.d.ts.map +1 -1
- package/dist/automation/trigger-registry.zod.js +7 -7
- package/dist/automation/webhook.zod.d.ts +50 -125
- package/dist/automation/webhook.zod.d.ts.map +1 -1
- package/dist/automation/webhook.zod.js +2 -2
- package/dist/automation/workflow.zod.d.ts +392 -2434
- package/dist/automation/workflow.zod.d.ts.map +1 -1
- package/dist/automation/workflow.zod.js +5 -5
- package/dist/data/data-engine.zod.d.ts +326 -2335
- package/dist/data/data-engine.zod.d.ts.map +1 -1
- package/dist/data/data-engine.zod.js +34 -27
- package/dist/data/dataset.zod.d.ts +21 -40
- package/dist/data/dataset.zod.d.ts.map +1 -1
- package/dist/data/dataset.zod.js +1 -1
- package/dist/data/document.zod.d.ts +39 -547
- package/dist/data/document.zod.d.ts.map +1 -1
- package/dist/data/document.zod.js +1 -1
- package/dist/data/driver/mongo.zod.d.ts +3 -39
- package/dist/data/driver/mongo.zod.d.ts.map +1 -1
- package/dist/data/driver/mongo.zod.js +1 -1
- package/dist/data/driver/postgres.zod.d.ts +3 -109
- package/dist/data/driver/postgres.zod.d.ts.map +1 -1
- package/dist/data/driver-nosql.zod.d.ts +189 -695
- package/dist/data/driver-nosql.zod.d.ts.map +1 -1
- package/dist/data/driver-nosql.zod.js +4 -4
- package/dist/data/driver-sql.zod.d.ts +33 -481
- package/dist/data/driver-sql.zod.d.ts.map +1 -1
- package/dist/data/driver.zod.d.ts +473 -4237
- package/dist/data/driver.zod.d.ts.map +1 -1
- package/dist/data/driver.zod.js +104 -96
- package/dist/data/external-lookup.zod.d.ts +68 -505
- package/dist/data/external-lookup.zod.d.ts.map +1 -1
- package/dist/data/external-lookup.zod.js +2 -2
- package/dist/data/field.zod.d.ts +737 -1696
- package/dist/data/field.zod.d.ts.map +1 -1
- package/dist/data/field.zod.js +1 -1
- package/dist/data/filter.zod.d.ts +36 -224
- package/dist/data/filter.zod.d.ts.map +1 -1
- package/dist/data/hook.zod.d.ts +70 -143
- package/dist/data/hook.zod.d.ts.map +1 -1
- package/dist/data/hook.zod.js +2 -2
- package/dist/data/mapping.zod.d.ts +109 -483
- package/dist/data/mapping.zod.d.ts.map +1 -1
- package/dist/data/mapping.zod.js +1 -1
- package/dist/data/object.zod.d.ts +506 -2859
- package/dist/data/object.zod.d.ts.map +1 -1
- package/dist/data/query.zod.d.ts +157 -402
- package/dist/data/query.zod.d.ts.map +1 -1
- package/dist/data/query.zod.js +2 -2
- package/dist/data/validation.zod.d.ts +123 -284
- package/dist/data/validation.zod.d.ts.map +1 -1
- package/dist/data/validation.zod.js +5 -5
- package/dist/hub/composer.zod.d.ts +126 -1492
- package/dist/hub/composer.zod.d.ts.map +1 -1
- package/dist/hub/composer.zod.js +3 -3
- package/dist/hub/license.zod.d.ts +29 -74
- package/dist/hub/license.zod.d.ts.map +1 -1
- package/dist/hub/license.zod.js +2 -2
- package/dist/hub/marketplace.zod.d.ts +31 -141
- package/dist/hub/marketplace.zod.d.ts.map +1 -1
- package/dist/hub/plugin-registry.zod.d.ts +140 -1461
- package/dist/hub/plugin-registry.zod.d.ts.map +1 -1
- package/dist/hub/plugin-registry.zod.js +1 -1
- package/dist/hub/space.zod.d.ts +72 -307
- package/dist/hub/space.zod.d.ts.map +1 -1
- package/dist/hub/space.zod.js +2 -2
- package/dist/hub/tenant.zod.d.ts +107 -861
- package/dist/hub/tenant.zod.d.ts.map +1 -1
- package/dist/hub/tenant.zod.js +1 -1
- package/dist/integration/connector/database.zod.d.ts +248 -1271
- package/dist/integration/connector/database.zod.d.ts.map +1 -1
- package/dist/integration/connector/database.zod.js +1 -1
- package/dist/integration/connector/file-storage.zod.d.ts +243 -1008
- package/dist/integration/connector/file-storage.zod.d.ts.map +1 -1
- package/dist/integration/connector/file-storage.zod.js +1 -1
- package/dist/integration/connector/github.zod.d.ts +602 -0
- package/dist/integration/connector/github.zod.d.ts.map +1 -0
- package/dist/integration/connector/github.zod.js +445 -0
- package/dist/integration/connector/message-queue.zod.d.ts +298 -1265
- package/dist/integration/connector/message-queue.zod.d.ts.map +1 -1
- package/dist/integration/connector/message-queue.zod.js +2 -2
- package/dist/integration/connector/saas.zod.d.ts +238 -1147
- package/dist/integration/connector/saas.zod.d.ts.map +1 -1
- package/dist/integration/connector/saas.zod.js +1 -1
- package/dist/integration/connector/vercel.zod.d.ts +783 -0
- package/dist/integration/connector/vercel.zod.d.ts.map +1 -0
- package/dist/integration/connector/vercel.zod.js +538 -0
- package/dist/integration/connector.zod.d.ts +349 -1241
- package/dist/integration/connector.zod.d.ts.map +1 -1
- package/dist/integration/connector.zod.js +3 -3
- package/dist/integration/index.d.ts +4 -0
- package/dist/integration/index.d.ts.map +1 -1
- package/dist/integration/index.js +4 -0
- package/dist/permission/permission.zod.d.ts +17 -263
- package/dist/permission/permission.zod.d.ts.map +1 -1
- package/dist/permission/permission.zod.js +3 -3
- package/dist/permission/rls.zod.d.ts +27 -334
- package/dist/permission/rls.zod.d.ts.map +1 -1
- package/dist/permission/rls.zod.js +1 -1
- package/dist/permission/sharing.zod.d.ts +58 -92
- package/dist/permission/sharing.zod.d.ts.map +1 -1
- package/dist/permission/territory.zod.d.ts +32 -53
- package/dist/permission/territory.zod.d.ts.map +1 -1
- package/dist/shared/http.zod.d.ts +22 -67
- package/dist/shared/http.zod.d.ts.map +1 -1
- package/dist/shared/mapping.zod.d.ts +25 -139
- package/dist/shared/mapping.zod.d.ts.map +1 -1
- package/dist/shared/mapping.zod.js +1 -1
- package/dist/stack.zod.d.ts +5619 -26602
- package/dist/stack.zod.d.ts.map +1 -1
- package/dist/system/audit.zod.d.ts +522 -975
- package/dist/system/audit.zod.d.ts.map +1 -1
- package/dist/system/audit.zod.js +8 -8
- package/dist/system/cache.zod.d.ts +64 -102
- package/dist/system/cache.zod.d.ts.map +1 -1
- package/dist/system/change-management.zod.d.ts +77 -452
- package/dist/system/change-management.zod.d.ts.map +1 -1
- package/dist/system/collaboration.zod.d.ts +243 -1609
- package/dist/system/collaboration.zod.d.ts.map +1 -1
- package/dist/system/collaboration.zod.js +12 -12
- package/dist/system/compliance.zod.d.ts +63 -293
- package/dist/system/compliance.zod.d.ts.map +1 -1
- package/dist/system/context.zod.d.ts +13 -36
- package/dist/system/context.zod.d.ts.map +1 -1
- package/dist/system/context.zod.js +1 -1
- package/dist/system/datasource.zod.d.ts +7 -246
- package/dist/system/datasource.zod.d.ts.map +1 -1
- package/dist/system/datasource.zod.js +3 -3
- package/dist/system/encryption.zod.d.ts +54 -184
- package/dist/system/encryption.zod.d.ts.map +1 -1
- package/dist/system/events.zod.d.ts +288 -2248
- package/dist/system/events.zod.d.ts.map +1 -1
- package/dist/system/events.zod.js +16 -4
- package/dist/system/feature.zod.d.ts +39 -97
- package/dist/system/feature.zod.d.ts.map +1 -1
- package/dist/system/http-server.zod.d.ts +116 -562
- package/dist/system/http-server.zod.d.ts.map +1 -1
- package/dist/system/http-server.zod.js +2 -2
- package/dist/system/job.zod.d.ts +28 -152
- package/dist/system/job.zod.d.ts.map +1 -1
- package/dist/system/job.zod.js +4 -1
- package/dist/system/logging.zod.d.ts +268 -1876
- package/dist/system/logging.zod.d.ts.map +1 -1
- package/dist/system/logging.zod.js +12 -12
- package/dist/system/manifest.zod.d.ts +82 -1041
- package/dist/system/manifest.zod.d.ts.map +1 -1
- package/dist/system/manifest.zod.js +5 -5
- package/dist/system/masking.zod.d.ts +34 -66
- package/dist/system/masking.zod.d.ts.map +1 -1
- package/dist/system/message-queue.zod.d.ts +49 -135
- package/dist/system/message-queue.zod.d.ts.map +1 -1
- package/dist/system/metadata-loader.zod.d.ts +76 -495
- package/dist/system/metadata-loader.zod.d.ts.map +1 -1
- package/dist/system/metadata-loader.zod.js +2 -2
- package/dist/system/metrics.zod.d.ts +330 -1705
- package/dist/system/metrics.zod.d.ts.map +1 -1
- package/dist/system/metrics.zod.js +5 -5
- package/dist/system/notification.zod.d.ts +75 -534
- package/dist/system/notification.zod.d.ts.map +1 -1
- package/dist/system/notification.zod.js +1 -1
- package/dist/system/object-storage.zod.d.ts +385 -1104
- package/dist/system/object-storage.zod.d.ts.map +1 -1
- package/dist/system/object-storage.zod.js +4 -4
- package/dist/system/plugin-capability.zod.d.ts +88 -932
- package/dist/system/plugin-capability.zod.d.ts.map +1 -1
- package/dist/system/plugin-capability.zod.js +1 -1
- package/dist/system/plugin-lifecycle-events.zod.d.ts +49 -209
- package/dist/system/plugin-lifecycle-events.zod.d.ts.map +1 -1
- package/dist/system/plugin-validator.zod.d.ts +7 -154
- package/dist/system/plugin-validator.zod.d.ts.map +1 -1
- package/dist/system/plugin.zod.d.ts +288 -3343
- package/dist/system/plugin.zod.d.ts.map +1 -1
- package/dist/system/plugin.zod.js +90 -39
- package/dist/system/search-engine.zod.d.ts +78 -209
- package/dist/system/search-engine.zod.d.ts.map +1 -1
- package/dist/system/search-engine.zod.js +2 -2
- package/dist/system/service-registry.zod.d.ts +25 -134
- package/dist/system/service-registry.zod.d.ts.map +1 -1
- package/dist/system/service-registry.zod.js +3 -3
- package/dist/system/startup-orchestrator.zod.d.ts +12 -269
- package/dist/system/startup-orchestrator.zod.d.ts.map +1 -1
- package/dist/system/startup-orchestrator.zod.js +1 -1
- package/dist/system/tracing.zod.d.ts +286 -1623
- package/dist/system/tracing.zod.d.ts.map +1 -1
- package/dist/system/tracing.zod.js +7 -7
- package/dist/system/translation.zod.d.ts +8 -134
- package/dist/system/translation.zod.d.ts.map +1 -1
- package/dist/system/translation.zod.js +5 -5
- package/dist/system/worker.zod.d.ts +159 -1138
- package/dist/system/worker.zod.d.ts.map +1 -1
- package/dist/system/worker.zod.js +8 -8
- package/dist/ui/action.zod.d.ts +118 -121
- package/dist/ui/action.zod.d.ts.map +1 -1
- package/dist/ui/app.zod.d.ts +22 -290
- package/dist/ui/app.zod.d.ts.map +1 -1
- package/dist/ui/app.zod.js +1 -1
- package/dist/ui/chart.zod.d.ts +64 -18
- package/dist/ui/chart.zod.d.ts.map +1 -1
- package/dist/ui/component.zod.d.ts +86 -200
- package/dist/ui/component.zod.d.ts.map +1 -1
- package/dist/ui/dashboard.zod.d.ts +149 -249
- package/dist/ui/dashboard.zod.d.ts.map +1 -1
- package/dist/ui/page.zod.d.ts +117 -144
- package/dist/ui/page.zod.d.ts.map +1 -1
- package/dist/ui/page.zod.js +1 -1
- package/dist/ui/report.zod.d.ts +134 -179
- package/dist/ui/report.zod.d.ts.map +1 -1
- package/dist/ui/theme.zod.d.ts +42 -944
- package/dist/ui/theme.zod.d.ts.map +1 -1
- package/dist/ui/theme.zod.js +1 -1
- package/dist/ui/view.zod.d.ts +386 -2740
- package/dist/ui/view.zod.d.ts.map +1 -1
- package/dist/ui/view.zod.js +4 -4
- package/dist/ui/widget.zod.d.ts +201 -1593
- package/dist/ui/widget.zod.d.ts.map +1 -1
- package/dist/ui/widget.zod.js +8 -8
- package/json-schema/ai/AIKnowledge.json +1 -24
- package/json-schema/ai/AIModelConfig.json +1 -35
- package/json-schema/ai/AIOperationCost.json +1 -73
- package/json-schema/ai/AIOrchestration.json +1 -373
- package/json-schema/ai/AIOrchestrationExecutionResult.json +1 -131
- package/json-schema/ai/AIOrchestrationTrigger.json +1 -12
- package/json-schema/ai/AITask.json +1 -117
- package/json-schema/ai/AITaskType.json +1 -15
- package/json-schema/ai/AITool.json +1 -27
- package/json-schema/ai/Agent.json +1 -134
- package/json-schema/ai/AgentAction.json +1 -430
- package/json-schema/ai/AgentActionResult.json +1 -63
- package/json-schema/ai/AgentActionSequence.json +1 -486
- package/json-schema/ai/AgentActionSequenceResult.json +1 -137
- package/json-schema/ai/BatchAIOrchestrationExecution.json +1 -42
- package/json-schema/ai/BillingPeriod.json +1 -12
- package/json-schema/ai/BudgetLimit.json +1 -105
- package/json-schema/ai/BudgetStatus.json +1 -85
- package/json-schema/ai/BudgetType.json +1 -11
- package/json-schema/ai/CICDPipelineConfig.json +7 -0
- package/json-schema/ai/ChunkingStrategy.json +1 -127
- package/json-schema/ai/CodeGenerationConfig.json +7 -0
- package/json-schema/ai/CodeGenerationTarget.json +7 -0
- package/json-schema/ai/ComponentActionParams.json +1 -71
- package/json-schema/ai/ComponentActionType.json +1 -14
- package/json-schema/ai/ConversationAnalytics.json +1 -80
- package/json-schema/ai/ConversationContext.json +1 -42
- package/json-schema/ai/ConversationMessage.json +1 -213
- package/json-schema/ai/ConversationSession.json +1 -494
- package/json-schema/ai/ConversationSummary.json +1 -67
- package/json-schema/ai/CostAlert.json +1 -101
- package/json-schema/ai/CostAlertType.json +1 -10
- package/json-schema/ai/CostAnalytics.json +1 -583
- package/json-schema/ai/CostBreakdownDimension.json +1 -14
- package/json-schema/ai/CostBreakdownEntry.json +1 -54
- package/json-schema/ai/CostEntry.json +1 -100
- package/json-schema/ai/CostMetricType.json +1 -11
- package/json-schema/ai/CostOptimizationRecommendation.json +1 -94
- package/json-schema/ai/CostQueryFilters.json +1 -106
- package/json-schema/ai/CostReport.json +1 -958
- package/json-schema/ai/DataActionParams.json +1 -32
- package/json-schema/ai/DataActionType.json +1 -12
- package/json-schema/ai/DeploymentStrategy.json +7 -0
- package/json-schema/ai/DevOpsAgent.json +7 -0
- package/json-schema/ai/DevOpsTool.json +7 -0
- package/json-schema/ai/DevelopmentConfig.json +7 -0
- package/json-schema/ai/DocumentChunk.json +1 -91
- package/json-schema/ai/DocumentLoaderConfig.json +1 -63
- package/json-schema/ai/DocumentMetadata.json +1 -55
- package/json-schema/ai/EmbeddingModel.json +1 -51
- package/json-schema/ai/Entity.json +1 -49
- package/json-schema/ai/EvaluationMetrics.json +1 -58
- package/json-schema/ai/FieldSynonymConfig.json +1 -33
- package/json-schema/ai/FormActionParams.json +1 -30
- package/json-schema/ai/FormActionType.json +1 -14
- package/json-schema/ai/FunctionCall.json +1 -22
- package/json-schema/ai/GitHubIntegration.json +7 -0
- package/json-schema/ai/Hyperparameters.json +1 -74
- package/json-schema/ai/IntegrationConfig.json +7 -0
- package/json-schema/ai/IntentActionMapping.json +1 -485
- package/json-schema/ai/MessageContent.json +1 -40
- package/json-schema/ai/MessageContentType.json +1 -10
- package/json-schema/ai/MessagePruningEvent.json +1 -86
- package/json-schema/ai/MessageRole.json +1 -10
- package/json-schema/ai/ModelCapability.json +1 -41
- package/json-schema/ai/ModelConfig.json +1 -175
- package/json-schema/ai/ModelDrift.json +1 -67
- package/json-schema/ai/ModelFeature.json +1 -65
- package/json-schema/ai/ModelLimits.json +1 -39
- package/json-schema/ai/ModelPricing.json +1 -22
- package/json-schema/ai/ModelProvider.json +1 -13
- package/json-schema/ai/ModelRegistry.json +1 -421
- package/json-schema/ai/ModelRegistryEntry.json +1 -233
- package/json-schema/ai/ModelSelectionCriteria.json +1 -44
- package/json-schema/ai/MonitoringConfig.json +7 -0
- package/json-schema/ai/NLQAnalytics.json +1 -100
- package/json-schema/ai/NLQFieldMapping.json +1 -34
- package/json-schema/ai/NLQModelConfig.json +1 -72
- package/json-schema/ai/NLQParseResult.json +1 -246
- package/json-schema/ai/NLQRequest.json +1 -104
- package/json-schema/ai/NLQResponse.json +1 -314
- package/json-schema/ai/NLQTrainingExample.json +1 -114
- package/json-schema/ai/NavigationActionParams.json +1 -50
- package/json-schema/ai/NavigationActionType.json +1 -15
- package/json-schema/ai/PipelineStage.json +7 -0
- package/json-schema/ai/PostProcessingAction.json +1 -35
- package/json-schema/ai/PredictionRequest.json +1 -33
- package/json-schema/ai/PredictionResult.json +1 -108
- package/json-schema/ai/PredictiveModel.json +1 -439
- package/json-schema/ai/PredictiveModelType.json +1 -12
- package/json-schema/ai/PromptTemplate.json +1 -157
- package/json-schema/ai/PromptVariable.json +1 -50
- package/json-schema/ai/QueryContext.json +1 -66
- package/json-schema/ai/QueryIntent.json +1 -15
- package/json-schema/ai/QueryTemplate.json +1 -75
- package/json-schema/ai/RAGPipelineConfig.json +1 -546
- package/json-schema/ai/RAGPipelineStatus.json +1 -60
- package/json-schema/ai/RAGQueryRequest.json +1 -58
- package/json-schema/ai/RAGQueryResponse.json +1 -135
- package/json-schema/ai/RerankingConfig.json +1 -28
- package/json-schema/ai/RetrievalStrategy.json +1 -115
- package/json-schema/ai/TestingConfig.json +7 -0
- package/json-schema/ai/Timeframe.json +1 -62
- package/json-schema/ai/TokenBudgetConfig.json +1 -86
- package/json-schema/ai/TokenBudgetStrategy.json +1 -10
- package/json-schema/ai/TokenUsage.json +1 -26
- package/json-schema/ai/TokenUsageStats.json +1 -60
- package/json-schema/ai/ToolCall.json +1 -43
- package/json-schema/ai/TrainingConfig.json +1 -82
- package/json-schema/ai/UIActionType.json +1 -57
- package/json-schema/ai/VectorStoreConfig.json +1 -76
- package/json-schema/ai/VectorStoreProvider.json +1 -15
- package/json-schema/ai/VercelIntegration.json +7 -0
- package/json-schema/ai/VersionManagement.json +7 -0
- package/json-schema/ai/ViewActionParams.json +1 -68
- package/json-schema/ai/ViewActionType.json +1 -15
- package/json-schema/ai/WorkflowActionParams.json +1 -55
- package/json-schema/ai/WorkflowActionType.json +1 -12
- package/json-schema/ai/WorkflowFieldCondition.json +1 -27
- package/json-schema/ai/WorkflowSchedule.json +1 -45
- package/json-schema/api/AckMessage.json +1 -40
- package/json-schema/api/ApiCapabilities.json +1 -22
- package/json-schema/api/ApiEndpoint.json +1 -159
- package/json-schema/api/ApiError.json +1 -21
- package/json-schema/api/ApiMapping.json +1 -22
- package/json-schema/api/ApiRoutes.json +1 -35
- package/json-schema/api/BaseResponse.json +1 -57
- package/json-schema/api/BatchConfig.json +1 -45
- package/json-schema/api/BatchDataRequest.json +1 -87
- package/json-schema/api/BatchDataResponse.json +1 -138
- package/json-schema/api/BatchEndpointsConfig.json +1 -50
- package/json-schema/api/BatchOperationResult.json +1 -51
- package/json-schema/api/BatchOperationType.json +1 -9
- package/json-schema/api/BatchOptions.json +1 -26
- package/json-schema/api/BatchRecord.json +1 -19
- package/json-schema/api/BatchUpdateRequest.json +1 -72
- package/json-schema/api/BatchUpdateResponse.json +1 -138
- package/json-schema/api/BulkRequest.json +1 -23
- package/json-schema/api/BulkResponse.json +1 -102
- package/json-schema/api/CacheControl.json +1 -36
- package/json-schema/api/CacheDirective.json +1 -11
- package/json-schema/api/CacheInvalidationRequest.json +1 -37
- package/json-schema/api/CacheInvalidationResponse.json +1 -25
- package/json-schema/api/CacheInvalidationTarget.json +1 -11
- package/json-schema/api/CreateDataRequest.json +1 -19
- package/json-schema/api/CreateDataResponse.json +1 -24
- package/json-schema/api/CreateManyDataRequest.json +1 -22
- package/json-schema/api/CreateManyDataResponse.json +1 -27
- package/json-schema/api/CreateRequest.json +1 -14
- package/json-schema/api/CreateViewRequest.json +1 -1036
- package/json-schema/api/CrudEndpointPattern.json +1 -35
- package/json-schema/api/CrudEndpointsConfig.json +1 -100
- package/json-schema/api/CrudOperation.json +1 -10
- package/json-schema/api/CursorMessage.json +1 -133
- package/json-schema/api/CursorPosition.json +1 -106
- package/json-schema/api/DeleteDataRequest.json +1 -18
- package/json-schema/api/DeleteDataResponse.json +1 -23
- package/json-schema/api/DeleteManyDataRequest.json +1 -48
- package/json-schema/api/DeleteManyDataResponse.json +1 -138
- package/json-schema/api/DeleteManyRequest.json +1 -45
- package/json-schema/api/DeleteResponse.json +1 -62
- package/json-schema/api/DeleteViewRequest.json +1 -13
- package/json-schema/api/DeleteViewResponse.json +1 -13
- package/json-schema/api/Discovery.json +1 -108
- package/json-schema/api/DocumentState.json +1 -43
- package/json-schema/api/ETag.json +1 -18
- package/json-schema/api/EditMessage.json +1 -129
- package/json-schema/api/EditOperation.json +1 -102
- package/json-schema/api/EditOperationType.json +1 -8
- package/json-schema/api/EndpointRegistry.json +1 -278
- package/json-schema/api/EnhancedApiError.json +1 -220
- package/json-schema/api/ErrorCategory.json +1 -14
- package/json-schema/api/ErrorMessage.json +1 -38
- package/json-schema/api/ErrorResponse.json +1 -253
- package/json-schema/api/EventFilter.json +1 -59
- package/json-schema/api/EventFilterCondition.json +1 -36
- package/json-schema/api/EventMessage.json +1 -49
- package/json-schema/api/EventPattern.json +1 -6
- package/json-schema/api/EventSubscription.json +1 -99
- package/json-schema/api/ExportRequest.json +1 -854
- package/json-schema/api/FieldError.json +1 -82
- package/json-schema/api/FilterOperator.json +1 -18
- package/json-schema/api/FindDataRequest.json +1 -503
- package/json-schema/api/FindDataResponse.json +1 -30
- package/json-schema/api/GeneratedEndpoint.json +1 -82
- package/json-schema/api/GetDataRequest.json +1 -18
- package/json-schema/api/GetDataResponse.json +1 -24
- package/json-schema/api/GetDiscoveryRequest.json +1 -5
- package/json-schema/api/GetDiscoveryResponse.json +1 -32
- package/json-schema/api/GetMetaItemCachedRequest.json +1 -71
- package/json-schema/api/GetMetaItemCachedResponse.json +1 -79
- package/json-schema/api/GetMetaItemRequest.json +1 -18
- package/json-schema/api/GetMetaItemResponse.json +1 -21
- package/json-schema/api/GetMetaItemsRequest.json +1 -13
- package/json-schema/api/GetMetaItemsResponse.json +1 -18
- package/json-schema/api/GetMetaTypesRequest.json +1 -5
- package/json-schema/api/GetMetaTypesResponse.json +1 -16
- package/json-schema/api/GetUiViewRequest.json +1 -22
- package/json-schema/api/GetUiViewResponse.json +1 -25
- package/json-schema/api/GetViewRequest.json +1 -13
- package/json-schema/api/GetViewResponse.json +1 -1097
- package/json-schema/api/GraphQLConfig.json +1 -1383
- package/json-schema/api/GraphQLDataLoaderConfig.json +1 -95
- package/json-schema/api/GraphQLDirectiveConfig.json +1 -102
- package/json-schema/api/GraphQLDirectiveLocation.json +1 -24
- package/json-schema/api/GraphQLMutationConfig.json +1 -174
- package/json-schema/api/GraphQLPersistedQuery.json +1 -145
- package/json-schema/api/GraphQLQueryComplexity.json +1 -77
- package/json-schema/api/GraphQLQueryConfig.json +1 -225
- package/json-schema/api/GraphQLQueryDepthLimit.json +1 -38
- package/json-schema/api/GraphQLRateLimit.json +1 -132
- package/json-schema/api/GraphQLResolverConfig.json +1 -92
- package/json-schema/api/GraphQLScalarType.json +1 -26
- package/json-schema/api/GraphQLSubscriptionConfig.json +1 -112
- package/json-schema/api/GraphQLTypeConfig.json +1 -107
- package/json-schema/api/HttpMethod.json +1 -12
- package/json-schema/api/ListRecordResponse.json +1 -97
- package/json-schema/api/ListViewsRequest.json +1 -52
- package/json-schema/api/ListViewsResponse.json +1 -1126
- package/json-schema/api/MetadataCacheRequest.json +1 -52
- package/json-schema/api/MetadataCacheResponse.json +1 -79
- package/json-schema/api/MetadataEndpointsConfig.json +1 -48
- package/json-schema/api/ModificationResult.json +1 -40
- package/json-schema/api/ODataConfig.json +1 -126
- package/json-schema/api/ODataError.json +1 -59
- package/json-schema/api/ODataFilterFunction.json +1 -33
- package/json-schema/api/ODataFilterOperator.json +1 -18
- package/json-schema/api/ODataMetadata.json +1 -109
- package/json-schema/api/ODataQuery.json +1 -83
- package/json-schema/api/ODataResponse.json +1 -31
- package/json-schema/api/ObjectStackProtocol.json +1 -5
- package/json-schema/api/PingMessage.json +1 -25
- package/json-schema/api/PongMessage.json +1 -30
- package/json-schema/api/Presence.json +1 -34
- package/json-schema/api/PresenceMessage.json +1 -86
- package/json-schema/api/PresenceState.json +1 -59
- package/json-schema/api/PresenceStatus.json +1 -8
- package/json-schema/api/PresenceUpdate.json +1 -29
- package/json-schema/api/RateLimit.json +1 -21
- package/json-schema/api/RealtimeAction.json +1 -8
- package/json-schema/api/RealtimeConfig.json +1 -84
- package/json-schema/api/RealtimeEvent.json +1 -45
- package/json-schema/api/RealtimeEventType.json +1 -9
- package/json-schema/api/RecordData.json +1 -5
- package/json-schema/api/RestApiConfig.json +1 -121
- package/json-schema/api/RestServerConfig.json +1 -395
- package/json-schema/api/RetryStrategy.json +1 -9
- package/json-schema/api/RouteCategory.json +1 -11
- package/json-schema/api/RouteDefinition.json +1 -71
- package/json-schema/api/RouteGenerationConfig.json +1 -65
- package/json-schema/api/RouterConfig.json +1 -124
- package/json-schema/api/SavedView.json +1 -1068
- package/json-schema/api/SimpleCursorPosition.json +1 -47
- package/json-schema/api/SimplePresenceState.json +1 -38
- package/json-schema/api/SingleRecordResponse.json +1 -63
- package/json-schema/api/StandardErrorCode.json +1 -56
- package/json-schema/api/SubscribeMessage.json +1 -126
- package/json-schema/api/Subscription.json +1 -59
- package/json-schema/api/SubscriptionEvent.json +1 -26
- package/json-schema/api/TransportProtocol.json +1 -8
- package/json-schema/api/UnsubscribeMessage.json +1 -41
- package/json-schema/api/UnsubscribeRequest.json +1 -14
- package/json-schema/api/UpdateDataRequest.json +1 -24
- package/json-schema/api/UpdateDataResponse.json +1 -24
- package/json-schema/api/UpdateManyDataRequest.json +1 -64
- package/json-schema/api/UpdateManyDataResponse.json +1 -138
- package/json-schema/api/UpdateManyRequest.json +1 -61
- package/json-schema/api/UpdateRequest.json +1 -14
- package/json-schema/api/UpdateViewRequest.json +1 -1035
- package/json-schema/api/ViewColumn.json +1 -52
- package/json-schema/api/ViewLayout.json +1 -119
- package/json-schema/api/ViewResponse.json +1 -1097
- package/json-schema/api/ViewType.json +1 -13
- package/json-schema/api/ViewVisibility.json +1 -9
- package/json-schema/api/WebSocketConfig.json +1 -57
- package/json-schema/api/WebSocketEvent.json +1 -34
- package/json-schema/api/WebSocketMessage.json +1 -701
- package/json-schema/api/WebSocketMessageType.json +1 -15
- package/json-schema/api/WebSocketPresenceStatus.json +1 -9
- package/json-schema/api/WebSocketServerConfig.json +1 -36
- package/json-schema/auth/APIKey.json +1 -28
- package/json-schema/auth/Account.json +1 -81
- package/json-schema/auth/AccountLinkingConfig.json +1 -21
- package/json-schema/auth/ApplicationAuthConfig.json +1 -835
- package/json-schema/auth/AuditPolicy.json +1 -25
- package/json-schema/auth/AuthConfig.json +1 -263
- package/json-schema/auth/AuthPluginConfig.json +1 -22
- package/json-schema/auth/AuthStrategy.json +1 -11
- package/json-schema/auth/BasicAuth.json +1 -24
- package/json-schema/auth/BearerAuth.json +1 -19
- package/json-schema/auth/CSRFConfig.json +1 -25
- package/json-schema/auth/DatabaseAdapter.json +1 -32
- package/json-schema/auth/DatabaseMapping.json +1 -42
- package/json-schema/auth/EmailPasswordConfig.json +1 -37
- package/json-schema/auth/EnterpriseAuthConfig.json +1 -166
- package/json-schema/auth/Invitation.json +1 -63
- package/json-schema/auth/InvitationStatus.json +1 -9
- package/json-schema/auth/JWTAuth.json +1 -60
- package/json-schema/auth/LDAPConfig.json +1 -50
- package/json-schema/auth/MagicLinkConfig.json +1 -15
- package/json-schema/auth/Member.json +1 -40
- package/json-schema/auth/NetworkPolicy.json +1 -25
- package/json-schema/auth/NoAuth.json +1 -14
- package/json-schema/auth/OAuth2.json +1 -56
- package/json-schema/auth/OAuthProvider.json +1 -60
- package/json-schema/auth/OIDCConfig.json +1 -55
- package/json-schema/auth/Organization.json +1 -46
- package/json-schema/auth/PasskeyConfig.json +1 -48
- package/json-schema/auth/PasswordPolicy.json +1 -35
- package/json-schema/auth/Policy.json +1 -132
- package/json-schema/auth/RateLimitConfig.json +1 -30
- package/json-schema/auth/Role.json +1 -27
- package/json-schema/auth/SAMLAuth.json +1 -58
- package/json-schema/auth/SAMLConfig.json +1 -52
- package/json-schema/auth/SCIMAddress.json +1 -44
- package/json-schema/auth/SCIMEmail.json +1 -32
- package/json-schema/auth/SCIMEnterpriseUser.json +1 -49
- package/json-schema/auth/SCIMError.json +1 -46
- package/json-schema/auth/SCIMGroup.json +1 -96
- package/json-schema/auth/SCIMGroupReference.json +1 -30
- package/json-schema/auth/SCIMListResponse.json +1 -600
- package/json-schema/auth/SCIMMemberReference.json +1 -30
- package/json-schema/auth/SCIMMeta.json +1 -29
- package/json-schema/auth/SCIMName.json +1 -30
- package/json-schema/auth/SCIMPatchOperation.json +1 -25
- package/json-schema/auth/SCIMPatchRequest.json +1 -50
- package/json-schema/auth/SCIMPhoneNumber.json +1 -34
- package/json-schema/auth/SCIMUser.json +1 -456
- package/json-schema/auth/Session.json +1 -57
- package/json-schema/auth/SessionConfig.json +1 -50
- package/json-schema/auth/SessionPolicy.json +1 -21
- package/json-schema/auth/StandardAuthProvider.json +1 -851
- package/json-schema/auth/TwoFactorConfig.json +1 -34
- package/json-schema/auth/User.json +1 -45
- package/json-schema/auth/UserFieldMapping.json +1 -41
- package/json-schema/auth/VerificationToken.json +1 -30
- package/json-schema/automation/ApprovalAction.json +1 -29
- package/json-schema/automation/ApprovalActionType.json +1 -9
- package/json-schema/automation/ApprovalProcess.json +1 -320
- package/json-schema/automation/ApprovalStep.json +1 -141
- package/json-schema/automation/ApproverType.json +1 -10
- package/json-schema/automation/AuthField.json +1 -67
- package/json-schema/automation/Authentication.json +1 -153
- package/json-schema/automation/AuthenticationType.json +1 -12
- package/json-schema/automation/ConflictResolution.json +1 -10
- package/json-schema/automation/Connector.json +1 -434
- package/json-schema/automation/ConnectorCategory.json +1 -20
- package/json-schema/automation/ConnectorInstance.json +1 -63
- package/json-schema/automation/ConnectorOperation.json +1 -111
- package/json-schema/automation/ConnectorTrigger.json +1 -48
- package/json-schema/automation/CustomScriptAction.json +1 -43
- package/json-schema/automation/DataDestinationConfig.json +1 -189
- package/json-schema/automation/DataSourceConfig.json +1 -28
- package/json-schema/automation/DataSyncConfig.json +1 -455
- package/json-schema/automation/ETLDestination.json +1 -51
- package/json-schema/automation/ETLEndpointType.json +1 -13
- package/json-schema/automation/ETLPipeline.json +1 -246
- package/json-schema/automation/ETLPipelineRun.json +1 -101
- package/json-schema/automation/ETLRunStatus.json +1 -11
- package/json-schema/automation/ETLSource.json +1 -54
- package/json-schema/automation/ETLSyncMode.json +1 -8
- package/json-schema/automation/ETLTransformation.json +1 -40
- package/json-schema/automation/ETLTransformationType.json +1 -15
- package/json-schema/automation/EmailAlertAction.json +1 -31
- package/json-schema/automation/FieldUpdateAction.json +1 -26
- package/json-schema/automation/Flow.json +1 -210
- package/json-schema/automation/FlowEdge.json +1 -40
- package/json-schema/automation/FlowNode.json +1 -59
- package/json-schema/automation/FlowNodeAction.json +1 -18
- package/json-schema/automation/FlowVariable.json +1 -28
- package/json-schema/automation/HttpCallAction.json +1 -75
- package/json-schema/automation/OAuth2Config.json +1 -37
- package/json-schema/automation/OperationParameter.json +1 -53
- package/json-schema/automation/OperationType.json +1 -11
- package/json-schema/automation/PushNotificationAction.json +1 -53
- package/json-schema/automation/SlackMessageAction.json +1 -39
- package/json-schema/automation/SmsNotificationAction.json +1 -44
- package/json-schema/automation/SyncDirection.json +1 -8
- package/json-schema/automation/SyncExecutionResult.json +1 -129
- package/json-schema/automation/SyncExecutionStatus.json +1 -11
- package/json-schema/automation/SyncMode.json +1 -8
- package/json-schema/automation/TaskCreationAction.json +1 -53
- package/json-schema/automation/TeamsMessageAction.json +1 -39
- package/json-schema/automation/TimeTrigger.json +1 -648
- package/json-schema/automation/Webhook.json +1 -167
- package/json-schema/automation/WebhookReceiver.json +1 -62
- package/json-schema/automation/WebhookTriggerAction.json +1 -187
- package/json-schema/automation/WebhookTriggerType.json +1 -10
- package/json-schema/automation/WorkflowAction.json +1 -594
- package/json-schema/automation/WorkflowRule.json +1 -1296
- package/json-schema/automation/WorkflowTriggerType.json +1 -10
- package/json-schema/data/Address.json +1 -34
- package/json-schema/data/AggregationFunction.json +1 -13
- package/json-schema/data/AggregationNode.json +1 -59
- package/json-schema/data/AggregationPipeline.json +1 -93
- package/json-schema/data/AggregationStage.json +1 -19
- package/json-schema/data/ApiMethod.json +1 -19
- package/json-schema/data/AsyncValidation.json +1 -111
- package/json-schema/data/CDCConfig.json +1 -31
- package/json-schema/data/ComparisonOperator.json +1 -102
- package/json-schema/data/ComputedFieldCache.json +1 -27
- package/json-schema/data/ConditionalValidation.json +1 -1434
- package/json-schema/data/ConsistencyLevel.json +1 -11
- package/json-schema/data/CrossFieldValidation.json +1 -81
- package/json-schema/data/CurrencyConfig.json +1 -29
- package/json-schema/data/CurrencyValue.json +1 -20
- package/json-schema/data/CustomValidator.json +1 -78
- package/json-schema/data/DataEngineAggregateOptions.json +1 -74
- package/json-schema/data/DataEngineAggregateRequest.json +1 -92
- package/json-schema/data/DataEngineBatchRequest.json +1 -693
- package/json-schema/data/DataEngineContract.json +1 -6
- package/json-schema/data/DataEngineCountOptions.json +1 -38
- package/json-schema/data/DataEngineCountRequest.json +1 -55
- package/json-schema/data/DataEngineDeleteOptions.json +1 -42
- package/json-schema/data/DataEngineDeleteRequest.json +1 -62
- package/json-schema/data/DataEngineExecuteRequest.json +1 -18
- package/json-schema/data/DataEngineFilter.json +1 -31
- package/json-schema/data/DataEngineFindOneRequest.json +1 -127
- package/json-schema/data/DataEngineFindRequest.json +1 -127
- package/json-schema/data/DataEngineInsertOptions.json +1 -11
- package/json-schema/data/DataEngineInsertRequest.json +1 -44
- package/json-schema/data/DataEngineQueryOptions.json +1 -110
- package/json-schema/data/DataEngineRequest.json +1 -1366
- package/json-schema/data/DataEngineSort.json +1 -48
- package/json-schema/data/DataEngineUpdateOptions.json +1 -50
- package/json-schema/data/DataEngineUpdateRequest.json +1 -75
- package/json-schema/data/DataEngineVectorFindRequest.json +1 -68
- package/json-schema/data/DataQualityRules.json +1 -39
- package/json-schema/data/DataTypeMapping.json +1 -45
- package/json-schema/data/Dataset.json +1 -57
- package/json-schema/data/DatasetMode.json +1 -10
- package/json-schema/data/Document.json +1 -286
- package/json-schema/data/DocumentTemplate.json +1 -72
- package/json-schema/data/DocumentValidationSchema.json +1 -33
- package/json-schema/data/DocumentVersion.json +1 -44
- package/json-schema/data/DriverCapabilities.json +1 -174
- package/json-schema/data/DriverConfig.json +1 -237
- package/json-schema/data/DriverInterface.json +1 -193
- package/json-schema/data/DriverOptions.json +1 -28
- package/json-schema/data/ESignatureConfig.json +1 -68
- package/json-schema/data/EqualityOperator.json +1 -8
- package/json-schema/data/ExternalDataSource.json +1 -62
- package/json-schema/data/ExternalFieldMapping.json +1 -145
- package/json-schema/data/ExternalLookup.json +1 -321
- package/json-schema/data/Field.json +1 -855
- package/json-schema/data/FieldMapping.json +1 -77
- package/json-schema/data/FieldNode.json +1 -26
- package/json-schema/data/FieldOperators.json +1 -180
- package/json-schema/data/FieldReference.json +1 -13
- package/json-schema/data/FieldType.json +1 -49
- package/json-schema/data/FileAttachmentConfig.json +1 -213
- package/json-schema/data/FilterCondition.json +1 -22
- package/json-schema/data/FormatValidation.json +1 -84
- package/json-schema/data/FullTextSearch.json +1 -54
- package/json-schema/data/Hook.json +1 -89
- package/json-schema/data/HookContext.json +1 -82
- package/json-schema/data/HookEvent.json +1 -23
- package/json-schema/data/Index.json +1 -41
- package/json-schema/data/JSONValidation.json +1 -79
- package/json-schema/data/JoinNode.json +1 -488
- package/json-schema/data/JoinStrategy.json +1 -9
- package/json-schema/data/JoinType.json +1 -9
- package/json-schema/data/LocationCoordinates.json +1 -30
- package/json-schema/data/Mapping.json +1 -633
- package/json-schema/data/NoSQLDataTypeMapping.json +1 -57
- package/json-schema/data/NoSQLDatabaseType.json +1 -13
- package/json-schema/data/NoSQLDriverConfig.json +1 -446
- package/json-schema/data/NoSQLIndex.json +1 -81
- package/json-schema/data/NoSQLIndexType.json +1 -13
- package/json-schema/data/NoSQLOperationType.json +1 -16
- package/json-schema/data/NoSQLQueryOptions.json +1 -55
- package/json-schema/data/NoSQLTransactionOptions.json +1 -41
- package/json-schema/data/NormalizedFilter.json +1 -576
- package/json-schema/data/Object.json +1 -2682
- package/json-schema/data/ObjectCapabilities.json +1 -74
- package/json-schema/data/PartitioningConfig.json +1 -32
- package/json-schema/data/PoolConfig.json +1 -30
- package/json-schema/data/Query.json +1 -489
- package/json-schema/data/QueryFilter.json +1 -28
- package/json-schema/data/RangeOperator.json +1 -61
- package/json-schema/data/ReplicationConfig.json +1 -40
- package/json-schema/data/SQLDialect.json +1 -11
- package/json-schema/data/SQLDriverConfig.json +1 -319
- package/json-schema/data/SSLConfig.json +1 -23
- package/json-schema/data/ScriptValidation.json +1 -73
- package/json-schema/data/SearchConfig.json +1 -30
- package/json-schema/data/SelectOption.json +1 -28
- package/json-schema/data/SetOperator.json +1 -12
- package/json-schema/data/ShardingConfig.json +1 -29
- package/json-schema/data/SoftDeleteConfig.json +1 -23
- package/json-schema/data/SortNode.json +1 -20
- package/json-schema/data/SpecialOperator.json +1 -12
- package/json-schema/data/StateMachineValidation.json +1 -84
- package/json-schema/data/StringOperator.json +1 -15
- package/json-schema/data/TenancyConfig.json +1 -33
- package/json-schema/data/TransformType.json +1 -12
- package/json-schema/data/UniquenessValidation.json +1 -84
- package/json-schema/data/ValidationRule.json +1 -1435
- package/json-schema/data/VectorConfig.json +1 -45
- package/json-schema/data/VersioningConfig.json +1 -33
- package/json-schema/data/WindowFunction.json +1 -18
- package/json-schema/data/WindowFunctionNode.json +1 -98
- package/json-schema/data/WindowSpec.json +1 -59
- package/json-schema/hub/BillOfMaterials.json +1 -64
- package/json-schema/hub/ComposerRequest.json +1 -80
- package/json-schema/hub/ComposerResponse.json +1 -885
- package/json-schema/hub/ConflictReport.json +1 -47
- package/json-schema/hub/DatabaseLevelIsolationStrategy.json +1 -133
- package/json-schema/hub/DependencyRequirement.json +1 -30
- package/json-schema/hub/DeploymentTarget.json +1 -32
- package/json-schema/hub/Feature.json +1 -45
- package/json-schema/hub/HubSpace.json +1 -273
- package/json-schema/hub/LevelIsolationStrategySchema.json +1 -87
- package/json-schema/hub/License.json +1 -59
- package/json-schema/hub/MarketplacePlugin.json +1 -135
- package/json-schema/hub/MetricType.json +1 -8
- package/json-schema/hub/Plan.json +1 -47
- package/json-schema/hub/PluginAuthor.json +1 -20
- package/json-schema/hub/PluginInstallConfig.json +1 -47
- package/json-schema/hub/PluginPricing.json +1 -37
- package/json-schema/hub/PluginQualityMetrics.json +1 -95
- package/json-schema/hub/PluginRegistryEntry.json +1 -827
- package/json-schema/hub/PluginSearchFilters.json +1 -85
- package/json-schema/hub/PluginStatistics.json +1 -78
- package/json-schema/hub/PluginVendor.json +1 -41
- package/json-schema/hub/RowLevelIsolationStrategy.json +1 -68
- package/json-schema/hub/SpaceSubscription.json +1 -71
- package/json-schema/hub/SubscriptionStatus.json +1 -10
- package/json-schema/hub/Tenant.json +1 -53
- package/json-schema/hub/TenantIsolationConfig.json +1 -292
- package/json-schema/hub/TenantIsolationLevel.json +1 -8
- package/json-schema/hub/TenantQuota.json +1 -21
- package/json-schema/hub/TenantSecurityPolicy.json +1 -109
- package/json-schema/integration/AckMode.json +1 -9
- package/json-schema/integration/ApiVersionConfig.json +1 -26
- package/json-schema/integration/Authentication.json +1 -263
- package/json-schema/integration/BuildConfig.json +7 -0
- package/json-schema/integration/CdcConfig.json +1 -49
- package/json-schema/integration/ConflictResolution.json +1 -10
- package/json-schema/integration/Connector.json +1 -913
- package/json-schema/integration/ConnectorStatus.json +1 -10
- package/json-schema/integration/ConnectorType.json +1 -12
- package/json-schema/integration/ConsumerConfig.json +1 -61
- package/json-schema/integration/DataSyncConfig.json +1 -73
- package/json-schema/integration/DatabaseConnector.json +1 -1366
- package/json-schema/integration/DatabasePoolConfig.json +1 -47
- package/json-schema/integration/DatabaseProvider.json +1 -18
- package/json-schema/integration/DatabaseTable.json +1 -210
- package/json-schema/integration/DeliveryGuarantee.json +1 -9
- package/json-schema/integration/DeploymentConfig.json +7 -0
- package/json-schema/integration/DlqConfig.json +1 -31
- package/json-schema/integration/DomainConfig.json +7 -0
- package/json-schema/integration/EdgeFunctionConfig.json +7 -0
- package/json-schema/integration/EnvironmentVariables.json +7 -0
- package/json-schema/integration/FieldMapping.json +1 -164
- package/json-schema/integration/FieldTransform.json +1 -30
- package/json-schema/integration/FileAccessPattern.json +1 -11
- package/json-schema/integration/FileFilterConfig.json +1 -44
- package/json-schema/integration/FileMetadataConfig.json +1 -35
- package/json-schema/integration/FileStorageConnector.json +1 -1234
- package/json-schema/integration/FileStorageProvider.json +1 -17
- package/json-schema/integration/FileVersioningConfig.json +1 -22
- package/json-schema/integration/GitHubActionsWorkflow.json +7 -0
- package/json-schema/integration/GitHubCommitConfig.json +7 -0
- package/json-schema/integration/GitHubConnector.json +7 -0
- package/json-schema/integration/GitHubIssueTracking.json +7 -0
- package/json-schema/integration/GitHubProvider.json +7 -0
- package/json-schema/integration/GitHubPullRequestConfig.json +7 -0
- package/json-schema/integration/GitHubReleaseConfig.json +7 -0
- package/json-schema/integration/GitHubRepository.json +7 -0
- package/json-schema/integration/GitRepositoryConfig.json +7 -0
- package/json-schema/integration/MessageFormat.json +1 -12
- package/json-schema/integration/MessageQueueConnector.json +1 -1319
- package/json-schema/integration/MessageQueueProvider.json +1 -19
- package/json-schema/integration/MultipartUploadConfig.json +1 -30
- package/json-schema/integration/ProducerConfig.json +1 -66
- package/json-schema/integration/RateLimitConfig.json +1 -63
- package/json-schema/integration/RateLimitStrategy.json +1 -10
- package/json-schema/integration/RetryConfig.json +1 -67
- package/json-schema/integration/RetryStrategy.json +1 -10
- package/json-schema/integration/SaasConnector.json +1 -1261
- package/json-schema/integration/SaasObjectType.json +1 -212
- package/json-schema/integration/SaasProvider.json +1 -18
- package/json-schema/integration/SslConfig.json +1 -28
- package/json-schema/integration/StorageBucket.json +1 -93
- package/json-schema/integration/SyncStrategy.json +1 -10
- package/json-schema/integration/TopicQueue.json +1 -246
- package/json-schema/integration/VercelConnector.json +7 -0
- package/json-schema/integration/VercelFramework.json +7 -0
- package/json-schema/integration/VercelMonitoring.json +7 -0
- package/json-schema/integration/VercelProject.json +7 -0
- package/json-schema/integration/VercelProvider.json +7 -0
- package/json-schema/integration/VercelTeam.json +7 -0
- package/json-schema/integration/WebhookConfig.json +1 -195
- package/json-schema/integration/WebhookEvent.json +1 -14
- package/json-schema/integration/WebhookSignatureAlgorithm.json +1 -9
- package/json-schema/permission/CriteriaSharingRule.json +1 -76
- package/json-schema/permission/FieldPermission.json +1 -16
- package/json-schema/permission/OWDModel.json +1 -9
- package/json-schema/permission/ObjectPermission.json +1 -51
- package/json-schema/permission/OwnerSharingRule.json +1 -96
- package/json-schema/permission/PermissionSet.json +1 -187
- package/json-schema/permission/RLSConfig.json +1 -53
- package/json-schema/permission/RLSEvaluationResult.json +1 -34
- package/json-schema/permission/RLSOperation.json +1 -10
- package/json-schema/permission/RLSUserContext.json +1 -45
- package/json-schema/permission/RowLevelSecurityPolicy.json +1 -71
- package/json-schema/permission/ShareRecipientType.json +1 -10
- package/json-schema/permission/SharingLevel.json +1 -8
- package/json-schema/permission/SharingRule.json +1 -176
- package/json-schema/permission/SharingRuleType.json +1 -7
- package/json-schema/permission/Territory.json +1 -73
- package/json-schema/permission/TerritoryModel.json +1 -28
- package/json-schema/permission/TerritoryType.json +1 -9
- package/json-schema/shared/CorsConfig.json +1 -51
- package/json-schema/shared/EventName.json +1 -6
- package/json-schema/shared/FieldMapping.json +1 -136
- package/json-schema/shared/HttpMethod.json +1 -12
- package/json-schema/shared/RateLimitConfig.json +1 -21
- package/json-schema/shared/SnakeCaseIdentifier.json +1 -6
- package/json-schema/shared/StaticMount.json +1 -22
- package/json-schema/shared/SystemIdentifier.json +1 -6
- package/json-schema/shared/TransformType.json +1 -114
- package/json-schema/system/AccessControlConfig.json +1 -100
- package/json-schema/system/AnalyzerConfig.json +1 -35
- package/json-schema/system/AuditConfig.json +1 -581
- package/json-schema/system/AuditEvent.json +1 -226
- package/json-schema/system/AuditEventActor.json +1 -42
- package/json-schema/system/AuditEventChange.json +1 -19
- package/json-schema/system/AuditEventFilter.json +1 -121
- package/json-schema/system/AuditEventSeverity.json +1 -13
- package/json-schema/system/AuditEventTarget.json +1 -27
- package/json-schema/system/AuditEventType.json +1 -47
- package/json-schema/system/AuditLogConfig.json +1 -42
- package/json-schema/system/AuditRetentionPolicy.json +1 -67
- package/json-schema/system/AuditStorageConfig.json +1 -54
- package/json-schema/system/AwarenessEvent.json +1 -45
- package/json-schema/system/AwarenessSession.json +1 -111
- package/json-schema/system/AwarenessUpdate.json +1 -29
- package/json-schema/system/AwarenessUserState.json +1 -71
- package/json-schema/system/BatchProgress.json +1 -66
- package/json-schema/system/BatchTask.json +1 -57
- package/json-schema/system/BucketConfig.json +1 -326
- package/json-schema/system/CRDTMergeResult.json +1 -289
- package/json-schema/system/CRDTState.json +1 -252
- package/json-schema/system/CRDTType.json +1 -14
- package/json-schema/system/CacheConfig.json +1 -115
- package/json-schema/system/CacheInvalidation.json +1 -37
- package/json-schema/system/CacheStrategy.json +1 -10
- package/json-schema/system/CacheTier.json +1 -46
- package/json-schema/system/CapabilityConformanceLevel.json +1 -10
- package/json-schema/system/ChangeImpact.json +1 -49
- package/json-schema/system/ChangePriority.json +1 -9
- package/json-schema/system/ChangeRequest.json +1 -307
- package/json-schema/system/ChangeStatus.json +1 -15
- package/json-schema/system/ChangeType.json +1 -9
- package/json-schema/system/CollaborationMode.json +1 -9
- package/json-schema/system/CollaborationSession.json +1 -569
- package/json-schema/system/CollaborationSessionConfig.json +1 -80
- package/json-schema/system/CollaborativeCursor.json +1 -183
- package/json-schema/system/ComplianceConfig.json +1 -196
- package/json-schema/system/ConsoleDestinationConfig.json +1 -23
- package/json-schema/system/ConsumerConfig.json +1 -28
- package/json-schema/system/CounterOperation.json +1 -24
- package/json-schema/system/CronSchedule.json +1 -23
- package/json-schema/system/CursorColorPreset.json +1 -15
- package/json-schema/system/CursorSelection.json +1 -60
- package/json-schema/system/CursorStyle.json +1 -53
- package/json-schema/system/CursorUpdate.json +1 -95
- package/json-schema/system/Datasource.json +1 -124
- package/json-schema/system/DatasourceCapabilities.json +1 -50
- package/json-schema/system/DeadLetterQueue.json +1 -20
- package/json-schema/system/DeadLetterQueueEntry.json +1 -131
- package/json-schema/system/DriverDefinition.json +1 -80
- package/json-schema/system/DriverType.json +1 -4
- package/json-schema/system/EmailTemplate.json +1 -63
- package/json-schema/system/EncryptionAlgorithm.json +1 -8
- package/json-schema/system/EncryptionConfig.json +1 -87
- package/json-schema/system/Event.json +1 -71
- package/json-schema/system/EventBusConfig.json +1 -546
- package/json-schema/system/EventHandler.json +1 -57
- package/json-schema/system/EventLogEntry.json +1 -147
- package/json-schema/system/EventMessageQueueConfig.json +1 -73
- package/json-schema/system/EventMetadata.json +1 -47
- package/json-schema/system/EventPersistence.json +1 -30
- package/json-schema/system/EventPhase.json +1 -9
- package/json-schema/system/EventPriority.json +1 -10
- package/json-schema/system/EventQueueConfig.json +1 -61
- package/json-schema/system/EventReplayConfig.json +1 -44
- package/json-schema/system/EventRoute.json +1 -21
- package/json-schema/system/EventSourcingConfig.json +1 -59
- package/json-schema/system/EventTypeDefinition.json +1 -39
- package/json-schema/system/EventWebhookConfig.json +1 -113
- package/json-schema/system/ExtendedLogLevel.json +1 -12
- package/json-schema/system/ExtensionPoint.json +1 -61
- package/json-schema/system/ExternalServiceDestinationConfig.json +1 -45
- package/json-schema/system/FacetConfig.json +1 -24
- package/json-schema/system/FeatureFlag.json +1 -81
- package/json-schema/system/FeatureStrategy.json +1 -10
- package/json-schema/system/FieldEncryption.json +1 -104
- package/json-schema/system/FileDestinationConfig.json +1 -50
- package/json-schema/system/FileMetadata.json +1 -44
- package/json-schema/system/GCounter.json +1 -22
- package/json-schema/system/GDPRConfig.json +1 -65
- package/json-schema/system/HIPAAConfig.json +1 -39
- package/json-schema/system/HealthStatus.json +1 -27
- package/json-schema/system/HistogramBucketConfig.json +1 -86
- package/json-schema/system/HookRegisteredEvent.json +1 -24
- package/json-schema/system/HookTriggeredEvent.json +1 -28
- package/json-schema/system/HttpDestinationConfig.json +1 -105
- package/json-schema/system/HttpServerConfig.json +1 -150
- package/json-schema/system/InAppNotification.json +1 -42
- package/json-schema/system/IntervalSchedule.json +1 -19
- package/json-schema/system/Job.json +1 -121
- package/json-schema/system/JobExecution.json +1 -43
- package/json-schema/system/JobExecutionStatus.json +1 -9
- package/json-schema/system/KernelContext.json +1 -56
- package/json-schema/system/KernelEventBase.json +1 -13
- package/json-schema/system/KernelReadyEvent.json +1 -23
- package/json-schema/system/KernelShutdownEvent.json +1 -17
- package/json-schema/system/KeyManagementProvider.json +1 -10
- package/json-schema/system/KeyRotationPolicy.json +1 -23
- package/json-schema/system/LWWRegister.json +1 -45
- package/json-schema/system/LifecycleAction.json +1 -9
- package/json-schema/system/LifecyclePolicyConfig.json +1 -78
- package/json-schema/system/LifecyclePolicyRule.json +1 -62
- package/json-schema/system/Locale.json +1 -4
- package/json-schema/system/LogDestination.json +1 -289
- package/json-schema/system/LogDestinationType.json +1 -20
- package/json-schema/system/LogEnrichmentConfig.json +1 -53
- package/json-schema/system/LogEntry.json +1 -57
- package/json-schema/system/LogFormat.json +1 -9
- package/json-schema/system/LogLevel.json +1 -11
- package/json-schema/system/LoggerConfig.json +1 -68
- package/json-schema/system/LoggingConfig.json +1 -607
- package/json-schema/system/Manifest.json +1 -797
- package/json-schema/system/MaskingConfig.json +1 -71
- package/json-schema/system/MaskingRule.json +1 -51
- package/json-schema/system/MaskingStrategy.json +1 -12
- package/json-schema/system/MessageQueueConfig.json +1 -137
- package/json-schema/system/MessageQueueProvider.json +1 -11
- package/json-schema/system/MetadataCollectionInfo.json +1 -47
- package/json-schema/system/MetadataExportOptions.json +1 -43
- package/json-schema/system/MetadataFormat.json +1 -9
- package/json-schema/system/MetadataImportOptions.json +1 -36
- package/json-schema/system/MetadataLoadOptions.json +1 -46
- package/json-schema/system/MetadataLoadResult.json +1 -80
- package/json-schema/system/MetadataLoaderContract.json +1 -42
- package/json-schema/system/MetadataManagerConfig.json +1 -102
- package/json-schema/system/MetadataSaveOptions.json +1 -58
- package/json-schema/system/MetadataSaveResult.json +1 -36
- package/json-schema/system/MetadataStats.json +1 -45
- package/json-schema/system/MetadataWatchEvent.json +1 -42
- package/json-schema/system/MetricAggregationConfig.json +1 -63
- package/json-schema/system/MetricAggregationType.json +1 -19
- package/json-schema/system/MetricDataPoint.json +1 -129
- package/json-schema/system/MetricDefinition.json +1 -187
- package/json-schema/system/MetricExportConfig.json +1 -87
- package/json-schema/system/MetricLabels.json +1 -7
- package/json-schema/system/MetricType.json +1 -10
- package/json-schema/system/MetricUnit.json +1 -26
- package/json-schema/system/MetricsConfig.json +1 -712
- package/json-schema/system/MiddlewareConfig.json +1 -64
- package/json-schema/system/MiddlewareType.json +1 -12
- package/json-schema/system/MultipartUploadConfig.json +1 -43
- package/json-schema/system/NotificationChannel.json +1 -12
- package/json-schema/system/NotificationConfig.json +1 -337
- package/json-schema/system/ORSet.json +1 -51
- package/json-schema/system/ORSetElement.json +1 -33
- package/json-schema/system/OTComponent.json +1 -70
- package/json-schema/system/OTOperation.json +1 -122
- package/json-schema/system/OTOperationType.json +1 -8
- package/json-schema/system/OTTransformResult.json +1 -144
- package/json-schema/system/ObjectMetadata.json +1 -84
- package/json-schema/system/ObjectStorageConfig.json +1 -469
- package/json-schema/system/OnceSchedule.json +1 -19
- package/json-schema/system/OpenTelemetryCompatibility.json +1 -190
- package/json-schema/system/OtelExporterType.json +1 -16
- package/json-schema/system/PCIDSSConfig.json +1 -41
- package/json-schema/system/PNCounter.json +1 -31
- package/json-schema/system/Plugin.json +1 -26
- package/json-schema/system/PluginCapability.json +1 -121
- package/json-schema/system/PluginCapabilityManifest.json +1 -404
- package/json-schema/system/PluginContext.json +1 -76
- package/json-schema/system/PluginDependency.json +1 -33
- package/json-schema/system/PluginErrorEvent.json +1 -40
- package/json-schema/system/PluginEventBase.json +1 -18
- package/json-schema/system/PluginInterface.json +1 -135
- package/json-schema/system/PluginLifecycle.json +1 -5
- package/json-schema/system/PluginLifecycleEventType.json +1 -25
- package/json-schema/system/PluginLifecyclePhaseEvent.json +1 -32
- package/json-schema/system/PluginMetadata.json +1 -31
- package/json-schema/system/PluginRegisteredEvent.json +1 -22
- package/json-schema/system/PluginStartupResult.json +1 -67
- package/json-schema/system/PresignedUrlConfig.json +1 -43
- package/json-schema/system/ProtocolFeature.json +1 -28
- package/json-schema/system/ProtocolReference.json +1 -50
- package/json-schema/system/ProtocolVersion.json +1 -24
- package/json-schema/system/PushNotification.json +1 -54
- package/json-schema/system/QueueConfig.json +1 -127
- package/json-schema/system/RealTimeNotificationConfig.json +1 -79
- package/json-schema/system/RetryPolicy.json +1 -24
- package/json-schema/system/RollbackPlan.json +1 -45
- package/json-schema/system/RouteHandlerMetadata.json +1 -79
- package/json-schema/system/RuntimeMode.json +1 -10
- package/json-schema/system/SMSTemplate.json +1 -30
- package/json-schema/system/SamplingDecision.json +1 -9
- package/json-schema/system/SamplingStrategyType.json +1 -14
- package/json-schema/system/Schedule.json +1 -65
- package/json-schema/system/ScopeConfig.json +1 -22
- package/json-schema/system/ScopeInfo.json +1 -33
- package/json-schema/system/SearchConfig.json +1 -189
- package/json-schema/system/SearchIndexConfig.json +1 -72
- package/json-schema/system/SearchProvider.json +1 -10
- package/json-schema/system/ServerCapabilities.json +1 -57
- package/json-schema/system/ServerEvent.json +1 -33
- package/json-schema/system/ServerEventType.json +1 -12
- package/json-schema/system/ServerStatus.json +1 -87
- package/json-schema/system/ServiceFactoryRegistration.json +1 -38
- package/json-schema/system/ServiceLevelIndicator.json +1 -99
- package/json-schema/system/ServiceLevelObjective.json +1 -164
- package/json-schema/system/ServiceMetadata.json +1 -37
- package/json-schema/system/ServiceRegisteredEvent.json +1 -22
- package/json-schema/system/ServiceRegistryConfig.json +1 -33
- package/json-schema/system/ServiceScopeType.json +1 -9
- package/json-schema/system/ServiceUnregisteredEvent.json +1 -18
- package/json-schema/system/Span.json +1 -381
- package/json-schema/system/SpanAttributeValue.json +1 -32
- package/json-schema/system/SpanAttributes.json +1 -36
- package/json-schema/system/SpanEvent.json +1 -56
- package/json-schema/system/SpanKind.json +1 -11
- package/json-schema/system/SpanLink.json +1 -104
- package/json-schema/system/SpanStatus.json +1 -9
- package/json-schema/system/StartupOptions.json +1 -30
- package/json-schema/system/StartupOrchestrationResult.json +1 -98
- package/json-schema/system/StorageAcl.json +1 -12
- package/json-schema/system/StorageClass.json +1 -11
- package/json-schema/system/StorageConnection.json +1 -56
- package/json-schema/system/StorageProvider.json +1 -15
- package/json-schema/system/StorageScope.json +1 -16
- package/json-schema/system/StructuredLogEntry.json +1 -185
- package/json-schema/system/SuspiciousActivityRule.json +1 -169
- package/json-schema/system/Task.json +1 -139
- package/json-schema/system/TaskExecutionResult.json +1 -79
- package/json-schema/system/TaskPriority.json +1 -10
- package/json-schema/system/TaskRetryPolicy.json +1 -40
- package/json-schema/system/TaskStatus.json +1 -13
- package/json-schema/system/TextCRDTOperation.json +1 -46
- package/json-schema/system/TextCRDTState.json +1 -99
- package/json-schema/system/TimeSeries.json +1 -63
- package/json-schema/system/TimeSeriesDataPoint.json +1 -27
- package/json-schema/system/TopicConfig.json +1 -33
- package/json-schema/system/TraceContext.json +1 -58
- package/json-schema/system/TraceContextPropagation.json +1 -73
- package/json-schema/system/TraceFlags.json +1 -6
- package/json-schema/system/TracePropagationFormat.json +1 -13
- package/json-schema/system/TraceSamplingConfig.json +1 -180
- package/json-schema/system/TraceState.json +1 -17
- package/json-schema/system/TracingConfig.json +1 -530
- package/json-schema/system/TranslationBundle.json +1 -72
- package/json-schema/system/TranslationData.json +1 -69
- package/json-schema/system/UserActivityStatus.json +1 -9
- package/json-schema/system/ValidationError.json +1 -22
- package/json-schema/system/ValidationResult.json +1 -65
- package/json-schema/system/ValidationWarning.json +1 -22
- package/json-schema/system/VectorClock.json +1 -17
- package/json-schema/system/WorkerConfig.json +1 -182
- package/json-schema/system/WorkerStats.json +1 -84
- package/json-schema/ui/Action.json +1 -180
- package/json-schema/ui/ActionParam.json +1 -89
- package/json-schema/ui/Animation.json +1 -50
- package/json-schema/ui/App.json +1 -302
- package/json-schema/ui/AppBranding.json +1 -18
- package/json-schema/ui/BorderRadius.json +1 -38
- package/json-schema/ui/Breakpoints.json +1 -30
- package/json-schema/ui/CalendarConfig.json +1 -22
- package/json-schema/ui/ChartConfig.json +1 -68
- package/json-schema/ui/ChartType.json +1 -34
- package/json-schema/ui/ColorPalette.json +1 -77
- package/json-schema/ui/Dashboard.json +1 -221
- package/json-schema/ui/DashboardNavItem.json +1 -38
- package/json-schema/ui/DashboardWidget.json +1 -193
- package/json-schema/ui/FieldWidgetProps.json +1 -892
- package/json-schema/ui/FormField.json +1 -55
- package/json-schema/ui/FormSection.json +1 -95
- package/json-schema/ui/FormView.json +1 -351
- package/json-schema/ui/GanttConfig.json +1 -26
- package/json-schema/ui/GroupNavItem.json +1 -38
- package/json-schema/ui/HttpMethod.json +1 -10
- package/json-schema/ui/HttpRequest.json +1 -40
- package/json-schema/ui/KanbanConfig.json +1 -25
- package/json-schema/ui/ListColumn.json +1 -51
- package/json-schema/ui/ListView.json +1 -398
- package/json-schema/ui/NavigationItem.json +1 -218
- package/json-schema/ui/ObjectNavItem.json +1 -42
- package/json-schema/ui/Page.json +1 -143
- package/json-schema/ui/PageCardProps.json +1 -26
- package/json-schema/ui/PageComponent.json +1 -60
- package/json-schema/ui/PageComponentType.json +1 -26
- package/json-schema/ui/PageHeaderProps.json +1 -33
- package/json-schema/ui/PageNavItem.json +1 -43
- package/json-schema/ui/PageRegion.json +1 -87
- package/json-schema/ui/PageTabsProps.json +1 -49
- package/json-schema/ui/PaginationConfig.json +1 -20
- package/json-schema/ui/RecordDetailsProps.json +1 -31
- package/json-schema/ui/RecordHighlightsProps.json +1 -18
- package/json-schema/ui/RecordRelatedListProps.json +1 -33
- package/json-schema/ui/Report.json +1 -250
- package/json-schema/ui/ReportChart.json +1 -82
- package/json-schema/ui/ReportColumn.json +1 -29
- package/json-schema/ui/ReportGrouping.json +1 -32
- package/json-schema/ui/ReportType.json +1 -9
- package/json-schema/ui/SelectionConfig.json +1 -16
- package/json-schema/ui/Shadow.json +1 -38
- package/json-schema/ui/Spacing.json +1 -58
- package/json-schema/ui/Theme.json +1 -537
- package/json-schema/ui/ThemeMode.json +1 -8
- package/json-schema/ui/Typography.json +1 -136
- package/json-schema/ui/UrlNavItem.json +1 -47
- package/json-schema/ui/View.json +1 -1512
- package/json-schema/ui/ViewData.json +1 -136
- package/json-schema/ui/WidgetEvent.json +1 -36
- package/json-schema/ui/WidgetLifecycle.json +1 -34
- package/json-schema/ui/WidgetManifest.json +1 -256
- package/json-schema/ui/WidgetProperty.json +1 -52
- package/json-schema/ui/ZIndex.json +1 -38
- package/package.json +5 -5
package/dist/data/field.zod.d.ts
CHANGED
|
@@ -2,7 +2,52 @@ import { z } from 'zod';
|
|
|
2
2
|
/**
|
|
3
3
|
* Field Type Enum
|
|
4
4
|
*/
|
|
5
|
-
export declare const FieldType: z.ZodEnum<
|
|
5
|
+
export declare const FieldType: z.ZodEnum<{
|
|
6
|
+
number: "number";
|
|
7
|
+
boolean: "boolean";
|
|
8
|
+
date: "date";
|
|
9
|
+
lookup: "lookup";
|
|
10
|
+
file: "file";
|
|
11
|
+
code: "code";
|
|
12
|
+
text: "text";
|
|
13
|
+
textarea: "textarea";
|
|
14
|
+
email: "email";
|
|
15
|
+
url: "url";
|
|
16
|
+
phone: "phone";
|
|
17
|
+
password: "password";
|
|
18
|
+
markdown: "markdown";
|
|
19
|
+
html: "html";
|
|
20
|
+
richtext: "richtext";
|
|
21
|
+
currency: "currency";
|
|
22
|
+
percent: "percent";
|
|
23
|
+
datetime: "datetime";
|
|
24
|
+
time: "time";
|
|
25
|
+
toggle: "toggle";
|
|
26
|
+
select: "select";
|
|
27
|
+
multiselect: "multiselect";
|
|
28
|
+
radio: "radio";
|
|
29
|
+
checkboxes: "checkboxes";
|
|
30
|
+
master_detail: "master_detail";
|
|
31
|
+
tree: "tree";
|
|
32
|
+
image: "image";
|
|
33
|
+
avatar: "avatar";
|
|
34
|
+
video: "video";
|
|
35
|
+
audio: "audio";
|
|
36
|
+
formula: "formula";
|
|
37
|
+
summary: "summary";
|
|
38
|
+
autonumber: "autonumber";
|
|
39
|
+
location: "location";
|
|
40
|
+
address: "address";
|
|
41
|
+
json: "json";
|
|
42
|
+
color: "color";
|
|
43
|
+
rating: "rating";
|
|
44
|
+
slider: "slider";
|
|
45
|
+
signature: "signature";
|
|
46
|
+
qrcode: "qrcode";
|
|
47
|
+
progress: "progress";
|
|
48
|
+
tags: "tags";
|
|
49
|
+
vector: "vector";
|
|
50
|
+
}>;
|
|
6
51
|
export type FieldType = z.infer<typeof FieldType>;
|
|
7
52
|
/**
|
|
8
53
|
* Select Option Schema
|
|
@@ -27,17 +72,7 @@ export declare const SelectOptionSchema: z.ZodObject<{
|
|
|
27
72
|
value: z.ZodString;
|
|
28
73
|
color: z.ZodOptional<z.ZodString>;
|
|
29
74
|
default: z.ZodOptional<z.ZodBoolean>;
|
|
30
|
-
},
|
|
31
|
-
value: string;
|
|
32
|
-
label: string;
|
|
33
|
-
color?: string | undefined;
|
|
34
|
-
default?: boolean | undefined;
|
|
35
|
-
}, {
|
|
36
|
-
value: string;
|
|
37
|
-
label: string;
|
|
38
|
-
color?: string | undefined;
|
|
39
|
-
default?: boolean | undefined;
|
|
40
|
-
}>;
|
|
75
|
+
}, z.core.$strip>;
|
|
41
76
|
/**
|
|
42
77
|
* Location Coordinates Schema
|
|
43
78
|
* GPS coordinates for location field type
|
|
@@ -47,17 +82,7 @@ export declare const LocationCoordinatesSchema: z.ZodObject<{
|
|
|
47
82
|
longitude: z.ZodNumber;
|
|
48
83
|
altitude: z.ZodOptional<z.ZodNumber>;
|
|
49
84
|
accuracy: z.ZodOptional<z.ZodNumber>;
|
|
50
|
-
},
|
|
51
|
-
latitude: number;
|
|
52
|
-
longitude: number;
|
|
53
|
-
altitude?: number | undefined;
|
|
54
|
-
accuracy?: number | undefined;
|
|
55
|
-
}, {
|
|
56
|
-
latitude: number;
|
|
57
|
-
longitude: number;
|
|
58
|
-
altitude?: number | undefined;
|
|
59
|
-
accuracy?: number | undefined;
|
|
60
|
-
}>;
|
|
85
|
+
}, z.core.$strip>;
|
|
61
86
|
/**
|
|
62
87
|
* Currency Configuration Schema
|
|
63
88
|
* Configuration for currency field type supporting multi-currency
|
|
@@ -70,17 +95,12 @@ export declare const LocationCoordinatesSchema: z.ZodObject<{
|
|
|
70
95
|
*/
|
|
71
96
|
export declare const CurrencyConfigSchema: z.ZodObject<{
|
|
72
97
|
precision: z.ZodDefault<z.ZodNumber>;
|
|
73
|
-
currencyMode: z.ZodDefault<z.ZodEnum<
|
|
98
|
+
currencyMode: z.ZodDefault<z.ZodEnum<{
|
|
99
|
+
fixed: "fixed";
|
|
100
|
+
dynamic: "dynamic";
|
|
101
|
+
}>>;
|
|
74
102
|
defaultCurrency: z.ZodDefault<z.ZodString>;
|
|
75
|
-
},
|
|
76
|
-
precision: number;
|
|
77
|
-
currencyMode: "dynamic" | "fixed";
|
|
78
|
-
defaultCurrency: string;
|
|
79
|
-
}, {
|
|
80
|
-
precision?: number | undefined;
|
|
81
|
-
currencyMode?: "dynamic" | "fixed" | undefined;
|
|
82
|
-
defaultCurrency?: string | undefined;
|
|
83
|
-
}>;
|
|
103
|
+
}, z.core.$strip>;
|
|
84
104
|
/**
|
|
85
105
|
* Currency Value Schema
|
|
86
106
|
* Runtime value structure for currency fields
|
|
@@ -91,13 +111,7 @@ export declare const CurrencyConfigSchema: z.ZodObject<{
|
|
|
91
111
|
export declare const CurrencyValueSchema: z.ZodObject<{
|
|
92
112
|
value: z.ZodNumber;
|
|
93
113
|
currency: z.ZodString;
|
|
94
|
-
},
|
|
95
|
-
value: number;
|
|
96
|
-
currency: string;
|
|
97
|
-
}, {
|
|
98
|
-
value: number;
|
|
99
|
-
currency: string;
|
|
100
|
-
}>;
|
|
114
|
+
}, z.core.$strip>;
|
|
101
115
|
/**
|
|
102
116
|
* Address Schema
|
|
103
117
|
* Structured address for address field type
|
|
@@ -110,23 +124,7 @@ export declare const AddressSchema: z.ZodObject<{
|
|
|
110
124
|
country: z.ZodOptional<z.ZodString>;
|
|
111
125
|
countryCode: z.ZodOptional<z.ZodString>;
|
|
112
126
|
formatted: z.ZodOptional<z.ZodString>;
|
|
113
|
-
},
|
|
114
|
-
street?: string | undefined;
|
|
115
|
-
city?: string | undefined;
|
|
116
|
-
state?: string | undefined;
|
|
117
|
-
postalCode?: string | undefined;
|
|
118
|
-
country?: string | undefined;
|
|
119
|
-
countryCode?: string | undefined;
|
|
120
|
-
formatted?: string | undefined;
|
|
121
|
-
}, {
|
|
122
|
-
street?: string | undefined;
|
|
123
|
-
city?: string | undefined;
|
|
124
|
-
state?: string | undefined;
|
|
125
|
-
postalCode?: string | undefined;
|
|
126
|
-
country?: string | undefined;
|
|
127
|
-
countryCode?: string | undefined;
|
|
128
|
-
formatted?: string | undefined;
|
|
129
|
-
}>;
|
|
127
|
+
}, z.core.$strip>;
|
|
130
128
|
/**
|
|
131
129
|
* Vector Configuration Schema
|
|
132
130
|
* Configuration for vector field type supporting AI/ML embeddings
|
|
@@ -153,23 +151,20 @@ export declare const AddressSchema: z.ZodObject<{
|
|
|
153
151
|
*/
|
|
154
152
|
export declare const VectorConfigSchema: z.ZodObject<{
|
|
155
153
|
dimensions: z.ZodNumber;
|
|
156
|
-
distanceMetric: z.ZodDefault<z.ZodEnum<
|
|
154
|
+
distanceMetric: z.ZodDefault<z.ZodEnum<{
|
|
155
|
+
cosine: "cosine";
|
|
156
|
+
euclidean: "euclidean";
|
|
157
|
+
dotProduct: "dotProduct";
|
|
158
|
+
manhattan: "manhattan";
|
|
159
|
+
}>>;
|
|
157
160
|
normalized: z.ZodDefault<z.ZodBoolean>;
|
|
158
161
|
indexed: z.ZodDefault<z.ZodBoolean>;
|
|
159
|
-
indexType: z.ZodOptional<z.ZodEnum<
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
166
|
-
}, {
|
|
167
|
-
dimensions: number;
|
|
168
|
-
distanceMetric?: "cosine" | "euclidean" | "dotProduct" | "manhattan" | undefined;
|
|
169
|
-
normalized?: boolean | undefined;
|
|
170
|
-
indexed?: boolean | undefined;
|
|
171
|
-
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
172
|
-
}>;
|
|
162
|
+
indexType: z.ZodOptional<z.ZodEnum<{
|
|
163
|
+
flat: "flat";
|
|
164
|
+
hnsw: "hnsw";
|
|
165
|
+
ivfflat: "ivfflat";
|
|
166
|
+
}>>;
|
|
167
|
+
}, z.core.$strip>;
|
|
173
168
|
/**
|
|
174
169
|
* File Attachment Configuration Schema
|
|
175
170
|
* Configuration for file and attachment field types
|
|
@@ -199,25 +194,25 @@ export declare const VectorConfigSchema: z.ZodObject<{
|
|
|
199
194
|
* }
|
|
200
195
|
* }
|
|
201
196
|
*/
|
|
202
|
-
export declare const FileAttachmentConfigSchema: z.
|
|
203
|
-
/** File Size Limits */
|
|
197
|
+
export declare const FileAttachmentConfigSchema: z.ZodObject<{
|
|
204
198
|
minSize: z.ZodOptional<z.ZodNumber>;
|
|
205
199
|
maxSize: z.ZodOptional<z.ZodNumber>;
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
blockedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
211
|
-
/** Virus Scanning */
|
|
200
|
+
allowedTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
201
|
+
blockedTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
202
|
+
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
203
|
+
blockedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
212
204
|
virusScan: z.ZodDefault<z.ZodBoolean>;
|
|
213
|
-
virusScanProvider: z.ZodOptional<z.ZodEnum<
|
|
205
|
+
virusScanProvider: z.ZodOptional<z.ZodEnum<{
|
|
206
|
+
custom: "custom";
|
|
207
|
+
clamav: "clamav";
|
|
208
|
+
virustotal: "virustotal";
|
|
209
|
+
metadefender: "metadefender";
|
|
210
|
+
}>>;
|
|
214
211
|
virusScanOnUpload: z.ZodDefault<z.ZodBoolean>;
|
|
215
212
|
quarantineOnThreat: z.ZodDefault<z.ZodBoolean>;
|
|
216
|
-
/** Storage Configuration */
|
|
217
213
|
storageProvider: z.ZodOptional<z.ZodString>;
|
|
218
214
|
storageBucket: z.ZodOptional<z.ZodString>;
|
|
219
215
|
storagePrefix: z.ZodOptional<z.ZodString>;
|
|
220
|
-
/** Image-Specific Validation */
|
|
221
216
|
imageValidation: z.ZodOptional<z.ZodObject<{
|
|
222
217
|
minWidth: z.ZodOptional<z.ZodNumber>;
|
|
223
218
|
maxWidth: z.ZodOptional<z.ZodNumber>;
|
|
@@ -230,305 +225,21 @@ export declare const FileAttachmentConfigSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
230
225
|
width: z.ZodNumber;
|
|
231
226
|
height: z.ZodNumber;
|
|
232
227
|
crop: z.ZodDefault<z.ZodBoolean>;
|
|
233
|
-
},
|
|
234
|
-
name: string;
|
|
235
|
-
width: number;
|
|
236
|
-
height: number;
|
|
237
|
-
crop: boolean;
|
|
238
|
-
}, {
|
|
239
|
-
name: string;
|
|
240
|
-
width: number;
|
|
241
|
-
height: number;
|
|
242
|
-
crop?: boolean | undefined;
|
|
243
|
-
}>, "many">>;
|
|
228
|
+
}, z.core.$strip>>>;
|
|
244
229
|
preserveMetadata: z.ZodDefault<z.ZodBoolean>;
|
|
245
230
|
autoRotate: z.ZodDefault<z.ZodBoolean>;
|
|
246
|
-
},
|
|
247
|
-
autoRotate: boolean;
|
|
248
|
-
generateThumbnails: boolean;
|
|
249
|
-
preserveMetadata: boolean;
|
|
250
|
-
minWidth?: number | undefined;
|
|
251
|
-
maxWidth?: number | undefined;
|
|
252
|
-
minHeight?: number | undefined;
|
|
253
|
-
maxHeight?: number | undefined;
|
|
254
|
-
aspectRatio?: string | undefined;
|
|
255
|
-
thumbnailSizes?: {
|
|
256
|
-
name: string;
|
|
257
|
-
width: number;
|
|
258
|
-
height: number;
|
|
259
|
-
crop: boolean;
|
|
260
|
-
}[] | undefined;
|
|
261
|
-
}, {
|
|
262
|
-
autoRotate?: boolean | undefined;
|
|
263
|
-
minWidth?: number | undefined;
|
|
264
|
-
maxWidth?: number | undefined;
|
|
265
|
-
minHeight?: number | undefined;
|
|
266
|
-
maxHeight?: number | undefined;
|
|
267
|
-
aspectRatio?: string | undefined;
|
|
268
|
-
generateThumbnails?: boolean | undefined;
|
|
269
|
-
thumbnailSizes?: {
|
|
270
|
-
name: string;
|
|
271
|
-
width: number;
|
|
272
|
-
height: number;
|
|
273
|
-
crop?: boolean | undefined;
|
|
274
|
-
}[] | undefined;
|
|
275
|
-
preserveMetadata?: boolean | undefined;
|
|
276
|
-
}>>;
|
|
277
|
-
/** Upload Behavior */
|
|
231
|
+
}, z.core.$strip>>;
|
|
278
232
|
allowMultiple: z.ZodDefault<z.ZodBoolean>;
|
|
279
233
|
allowReplace: z.ZodDefault<z.ZodBoolean>;
|
|
280
234
|
allowDelete: z.ZodDefault<z.ZodBoolean>;
|
|
281
235
|
requireUpload: z.ZodDefault<z.ZodBoolean>;
|
|
282
|
-
/** Metadata Extraction */
|
|
283
236
|
extractMetadata: z.ZodDefault<z.ZodBoolean>;
|
|
284
237
|
extractText: z.ZodDefault<z.ZodBoolean>;
|
|
285
|
-
/** Versioning */
|
|
286
238
|
versioningEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
287
239
|
maxVersions: z.ZodOptional<z.ZodNumber>;
|
|
288
|
-
/** Access Control */
|
|
289
240
|
publicRead: z.ZodDefault<z.ZodBoolean>;
|
|
290
241
|
presignedUrlExpiry: z.ZodDefault<z.ZodNumber>;
|
|
291
|
-
},
|
|
292
|
-
virusScan: boolean;
|
|
293
|
-
virusScanOnUpload: boolean;
|
|
294
|
-
quarantineOnThreat: boolean;
|
|
295
|
-
allowMultiple: boolean;
|
|
296
|
-
allowReplace: boolean;
|
|
297
|
-
allowDelete: boolean;
|
|
298
|
-
requireUpload: boolean;
|
|
299
|
-
extractMetadata: boolean;
|
|
300
|
-
extractText: boolean;
|
|
301
|
-
versioningEnabled: boolean;
|
|
302
|
-
publicRead: boolean;
|
|
303
|
-
presignedUrlExpiry: number;
|
|
304
|
-
minSize?: number | undefined;
|
|
305
|
-
maxSize?: number | undefined;
|
|
306
|
-
allowedTypes?: string[] | undefined;
|
|
307
|
-
blockedTypes?: string[] | undefined;
|
|
308
|
-
allowedMimeTypes?: string[] | undefined;
|
|
309
|
-
blockedMimeTypes?: string[] | undefined;
|
|
310
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
311
|
-
storageProvider?: string | undefined;
|
|
312
|
-
storageBucket?: string | undefined;
|
|
313
|
-
storagePrefix?: string | undefined;
|
|
314
|
-
imageValidation?: {
|
|
315
|
-
autoRotate: boolean;
|
|
316
|
-
generateThumbnails: boolean;
|
|
317
|
-
preserveMetadata: boolean;
|
|
318
|
-
minWidth?: number | undefined;
|
|
319
|
-
maxWidth?: number | undefined;
|
|
320
|
-
minHeight?: number | undefined;
|
|
321
|
-
maxHeight?: number | undefined;
|
|
322
|
-
aspectRatio?: string | undefined;
|
|
323
|
-
thumbnailSizes?: {
|
|
324
|
-
name: string;
|
|
325
|
-
width: number;
|
|
326
|
-
height: number;
|
|
327
|
-
crop: boolean;
|
|
328
|
-
}[] | undefined;
|
|
329
|
-
} | undefined;
|
|
330
|
-
maxVersions?: number | undefined;
|
|
331
|
-
}, {
|
|
332
|
-
minSize?: number | undefined;
|
|
333
|
-
maxSize?: number | undefined;
|
|
334
|
-
allowedTypes?: string[] | undefined;
|
|
335
|
-
blockedTypes?: string[] | undefined;
|
|
336
|
-
allowedMimeTypes?: string[] | undefined;
|
|
337
|
-
blockedMimeTypes?: string[] | undefined;
|
|
338
|
-
virusScan?: boolean | undefined;
|
|
339
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
340
|
-
virusScanOnUpload?: boolean | undefined;
|
|
341
|
-
quarantineOnThreat?: boolean | undefined;
|
|
342
|
-
storageProvider?: string | undefined;
|
|
343
|
-
storageBucket?: string | undefined;
|
|
344
|
-
storagePrefix?: string | undefined;
|
|
345
|
-
imageValidation?: {
|
|
346
|
-
autoRotate?: boolean | undefined;
|
|
347
|
-
minWidth?: number | undefined;
|
|
348
|
-
maxWidth?: number | undefined;
|
|
349
|
-
minHeight?: number | undefined;
|
|
350
|
-
maxHeight?: number | undefined;
|
|
351
|
-
aspectRatio?: string | undefined;
|
|
352
|
-
generateThumbnails?: boolean | undefined;
|
|
353
|
-
thumbnailSizes?: {
|
|
354
|
-
name: string;
|
|
355
|
-
width: number;
|
|
356
|
-
height: number;
|
|
357
|
-
crop?: boolean | undefined;
|
|
358
|
-
}[] | undefined;
|
|
359
|
-
preserveMetadata?: boolean | undefined;
|
|
360
|
-
} | undefined;
|
|
361
|
-
allowMultiple?: boolean | undefined;
|
|
362
|
-
allowReplace?: boolean | undefined;
|
|
363
|
-
allowDelete?: boolean | undefined;
|
|
364
|
-
requireUpload?: boolean | undefined;
|
|
365
|
-
extractMetadata?: boolean | undefined;
|
|
366
|
-
extractText?: boolean | undefined;
|
|
367
|
-
versioningEnabled?: boolean | undefined;
|
|
368
|
-
maxVersions?: number | undefined;
|
|
369
|
-
publicRead?: boolean | undefined;
|
|
370
|
-
presignedUrlExpiry?: number | undefined;
|
|
371
|
-
}>, {
|
|
372
|
-
virusScan: boolean;
|
|
373
|
-
virusScanOnUpload: boolean;
|
|
374
|
-
quarantineOnThreat: boolean;
|
|
375
|
-
allowMultiple: boolean;
|
|
376
|
-
allowReplace: boolean;
|
|
377
|
-
allowDelete: boolean;
|
|
378
|
-
requireUpload: boolean;
|
|
379
|
-
extractMetadata: boolean;
|
|
380
|
-
extractText: boolean;
|
|
381
|
-
versioningEnabled: boolean;
|
|
382
|
-
publicRead: boolean;
|
|
383
|
-
presignedUrlExpiry: number;
|
|
384
|
-
minSize?: number | undefined;
|
|
385
|
-
maxSize?: number | undefined;
|
|
386
|
-
allowedTypes?: string[] | undefined;
|
|
387
|
-
blockedTypes?: string[] | undefined;
|
|
388
|
-
allowedMimeTypes?: string[] | undefined;
|
|
389
|
-
blockedMimeTypes?: string[] | undefined;
|
|
390
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
391
|
-
storageProvider?: string | undefined;
|
|
392
|
-
storageBucket?: string | undefined;
|
|
393
|
-
storagePrefix?: string | undefined;
|
|
394
|
-
imageValidation?: {
|
|
395
|
-
autoRotate: boolean;
|
|
396
|
-
generateThumbnails: boolean;
|
|
397
|
-
preserveMetadata: boolean;
|
|
398
|
-
minWidth?: number | undefined;
|
|
399
|
-
maxWidth?: number | undefined;
|
|
400
|
-
minHeight?: number | undefined;
|
|
401
|
-
maxHeight?: number | undefined;
|
|
402
|
-
aspectRatio?: string | undefined;
|
|
403
|
-
thumbnailSizes?: {
|
|
404
|
-
name: string;
|
|
405
|
-
width: number;
|
|
406
|
-
height: number;
|
|
407
|
-
crop: boolean;
|
|
408
|
-
}[] | undefined;
|
|
409
|
-
} | undefined;
|
|
410
|
-
maxVersions?: number | undefined;
|
|
411
|
-
}, {
|
|
412
|
-
minSize?: number | undefined;
|
|
413
|
-
maxSize?: number | undefined;
|
|
414
|
-
allowedTypes?: string[] | undefined;
|
|
415
|
-
blockedTypes?: string[] | undefined;
|
|
416
|
-
allowedMimeTypes?: string[] | undefined;
|
|
417
|
-
blockedMimeTypes?: string[] | undefined;
|
|
418
|
-
virusScan?: boolean | undefined;
|
|
419
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
420
|
-
virusScanOnUpload?: boolean | undefined;
|
|
421
|
-
quarantineOnThreat?: boolean | undefined;
|
|
422
|
-
storageProvider?: string | undefined;
|
|
423
|
-
storageBucket?: string | undefined;
|
|
424
|
-
storagePrefix?: string | undefined;
|
|
425
|
-
imageValidation?: {
|
|
426
|
-
autoRotate?: boolean | undefined;
|
|
427
|
-
minWidth?: number | undefined;
|
|
428
|
-
maxWidth?: number | undefined;
|
|
429
|
-
minHeight?: number | undefined;
|
|
430
|
-
maxHeight?: number | undefined;
|
|
431
|
-
aspectRatio?: string | undefined;
|
|
432
|
-
generateThumbnails?: boolean | undefined;
|
|
433
|
-
thumbnailSizes?: {
|
|
434
|
-
name: string;
|
|
435
|
-
width: number;
|
|
436
|
-
height: number;
|
|
437
|
-
crop?: boolean | undefined;
|
|
438
|
-
}[] | undefined;
|
|
439
|
-
preserveMetadata?: boolean | undefined;
|
|
440
|
-
} | undefined;
|
|
441
|
-
allowMultiple?: boolean | undefined;
|
|
442
|
-
allowReplace?: boolean | undefined;
|
|
443
|
-
allowDelete?: boolean | undefined;
|
|
444
|
-
requireUpload?: boolean | undefined;
|
|
445
|
-
extractMetadata?: boolean | undefined;
|
|
446
|
-
extractText?: boolean | undefined;
|
|
447
|
-
versioningEnabled?: boolean | undefined;
|
|
448
|
-
maxVersions?: number | undefined;
|
|
449
|
-
publicRead?: boolean | undefined;
|
|
450
|
-
presignedUrlExpiry?: number | undefined;
|
|
451
|
-
}>, {
|
|
452
|
-
virusScan: boolean;
|
|
453
|
-
virusScanOnUpload: boolean;
|
|
454
|
-
quarantineOnThreat: boolean;
|
|
455
|
-
allowMultiple: boolean;
|
|
456
|
-
allowReplace: boolean;
|
|
457
|
-
allowDelete: boolean;
|
|
458
|
-
requireUpload: boolean;
|
|
459
|
-
extractMetadata: boolean;
|
|
460
|
-
extractText: boolean;
|
|
461
|
-
versioningEnabled: boolean;
|
|
462
|
-
publicRead: boolean;
|
|
463
|
-
presignedUrlExpiry: number;
|
|
464
|
-
minSize?: number | undefined;
|
|
465
|
-
maxSize?: number | undefined;
|
|
466
|
-
allowedTypes?: string[] | undefined;
|
|
467
|
-
blockedTypes?: string[] | undefined;
|
|
468
|
-
allowedMimeTypes?: string[] | undefined;
|
|
469
|
-
blockedMimeTypes?: string[] | undefined;
|
|
470
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
471
|
-
storageProvider?: string | undefined;
|
|
472
|
-
storageBucket?: string | undefined;
|
|
473
|
-
storagePrefix?: string | undefined;
|
|
474
|
-
imageValidation?: {
|
|
475
|
-
autoRotate: boolean;
|
|
476
|
-
generateThumbnails: boolean;
|
|
477
|
-
preserveMetadata: boolean;
|
|
478
|
-
minWidth?: number | undefined;
|
|
479
|
-
maxWidth?: number | undefined;
|
|
480
|
-
minHeight?: number | undefined;
|
|
481
|
-
maxHeight?: number | undefined;
|
|
482
|
-
aspectRatio?: string | undefined;
|
|
483
|
-
thumbnailSizes?: {
|
|
484
|
-
name: string;
|
|
485
|
-
width: number;
|
|
486
|
-
height: number;
|
|
487
|
-
crop: boolean;
|
|
488
|
-
}[] | undefined;
|
|
489
|
-
} | undefined;
|
|
490
|
-
maxVersions?: number | undefined;
|
|
491
|
-
}, {
|
|
492
|
-
minSize?: number | undefined;
|
|
493
|
-
maxSize?: number | undefined;
|
|
494
|
-
allowedTypes?: string[] | undefined;
|
|
495
|
-
blockedTypes?: string[] | undefined;
|
|
496
|
-
allowedMimeTypes?: string[] | undefined;
|
|
497
|
-
blockedMimeTypes?: string[] | undefined;
|
|
498
|
-
virusScan?: boolean | undefined;
|
|
499
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
500
|
-
virusScanOnUpload?: boolean | undefined;
|
|
501
|
-
quarantineOnThreat?: boolean | undefined;
|
|
502
|
-
storageProvider?: string | undefined;
|
|
503
|
-
storageBucket?: string | undefined;
|
|
504
|
-
storagePrefix?: string | undefined;
|
|
505
|
-
imageValidation?: {
|
|
506
|
-
autoRotate?: boolean | undefined;
|
|
507
|
-
minWidth?: number | undefined;
|
|
508
|
-
maxWidth?: number | undefined;
|
|
509
|
-
minHeight?: number | undefined;
|
|
510
|
-
maxHeight?: number | undefined;
|
|
511
|
-
aspectRatio?: string | undefined;
|
|
512
|
-
generateThumbnails?: boolean | undefined;
|
|
513
|
-
thumbnailSizes?: {
|
|
514
|
-
name: string;
|
|
515
|
-
width: number;
|
|
516
|
-
height: number;
|
|
517
|
-
crop?: boolean | undefined;
|
|
518
|
-
}[] | undefined;
|
|
519
|
-
preserveMetadata?: boolean | undefined;
|
|
520
|
-
} | undefined;
|
|
521
|
-
allowMultiple?: boolean | undefined;
|
|
522
|
-
allowReplace?: boolean | undefined;
|
|
523
|
-
allowDelete?: boolean | undefined;
|
|
524
|
-
requireUpload?: boolean | undefined;
|
|
525
|
-
extractMetadata?: boolean | undefined;
|
|
526
|
-
extractText?: boolean | undefined;
|
|
527
|
-
versioningEnabled?: boolean | undefined;
|
|
528
|
-
maxVersions?: number | undefined;
|
|
529
|
-
publicRead?: boolean | undefined;
|
|
530
|
-
presignedUrlExpiry?: number | undefined;
|
|
531
|
-
}>;
|
|
242
|
+
}, z.core.$strip>;
|
|
532
243
|
/**
|
|
533
244
|
* Data Quality Rules Schema
|
|
534
245
|
* Defines data quality validation and monitoring for fields
|
|
@@ -544,36 +255,13 @@ export declare const FileAttachmentConfigSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
544
255
|
* }
|
|
545
256
|
*/
|
|
546
257
|
export declare const DataQualityRulesSchema: z.ZodObject<{
|
|
547
|
-
/** Enforce uniqueness constraint */
|
|
548
258
|
uniqueness: z.ZodDefault<z.ZodBoolean>;
|
|
549
|
-
/** Completeness ratio (0-1) indicating minimum percentage of non-null values */
|
|
550
259
|
completeness: z.ZodDefault<z.ZodNumber>;
|
|
551
|
-
/** Accuracy validation against authoritative source */
|
|
552
260
|
accuracy: z.ZodOptional<z.ZodObject<{
|
|
553
261
|
source: z.ZodString;
|
|
554
262
|
threshold: z.ZodNumber;
|
|
555
|
-
},
|
|
556
|
-
|
|
557
|
-
threshold: number;
|
|
558
|
-
}, {
|
|
559
|
-
source: string;
|
|
560
|
-
threshold: number;
|
|
561
|
-
}>>;
|
|
562
|
-
}, "strip", z.ZodTypeAny, {
|
|
563
|
-
uniqueness: boolean;
|
|
564
|
-
completeness: number;
|
|
565
|
-
accuracy?: {
|
|
566
|
-
source: string;
|
|
567
|
-
threshold: number;
|
|
568
|
-
} | undefined;
|
|
569
|
-
}, {
|
|
570
|
-
accuracy?: {
|
|
571
|
-
source: string;
|
|
572
|
-
threshold: number;
|
|
573
|
-
} | undefined;
|
|
574
|
-
uniqueness?: boolean | undefined;
|
|
575
|
-
completeness?: number | undefined;
|
|
576
|
-
}>;
|
|
263
|
+
}, z.core.$strip>>;
|
|
264
|
+
}, z.core.$strip>;
|
|
577
265
|
/**
|
|
578
266
|
* Computed Field Caching Schema
|
|
579
267
|
* Configuration for caching computed/formula field results
|
|
@@ -586,84 +274,102 @@ export declare const DataQualityRulesSchema: z.ZodObject<{
|
|
|
586
274
|
* }
|
|
587
275
|
*/
|
|
588
276
|
export declare const ComputedFieldCacheSchema: z.ZodObject<{
|
|
589
|
-
/** Enable caching for this computed field */
|
|
590
277
|
enabled: z.ZodBoolean;
|
|
591
|
-
/** Time-to-live in seconds */
|
|
592
278
|
ttl: z.ZodNumber;
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
}, "strip", z.ZodTypeAny, {
|
|
596
|
-
enabled: boolean;
|
|
597
|
-
ttl: number;
|
|
598
|
-
invalidateOn: string[];
|
|
599
|
-
}, {
|
|
600
|
-
enabled: boolean;
|
|
601
|
-
ttl: number;
|
|
602
|
-
invalidateOn: string[];
|
|
603
|
-
}>;
|
|
279
|
+
invalidateOn: z.ZodArray<z.ZodString>;
|
|
280
|
+
}, z.core.$strip>;
|
|
604
281
|
/**
|
|
605
282
|
* Field Schema - Best Practice Enterprise Pattern
|
|
606
283
|
*/
|
|
607
284
|
export declare const FieldSchema: z.ZodObject<{
|
|
608
|
-
/** Identity */
|
|
609
285
|
name: z.ZodOptional<z.ZodString>;
|
|
610
286
|
label: z.ZodOptional<z.ZodString>;
|
|
611
|
-
type: z.ZodEnum<
|
|
287
|
+
type: z.ZodEnum<{
|
|
288
|
+
number: "number";
|
|
289
|
+
boolean: "boolean";
|
|
290
|
+
date: "date";
|
|
291
|
+
lookup: "lookup";
|
|
292
|
+
file: "file";
|
|
293
|
+
code: "code";
|
|
294
|
+
text: "text";
|
|
295
|
+
textarea: "textarea";
|
|
296
|
+
email: "email";
|
|
297
|
+
url: "url";
|
|
298
|
+
phone: "phone";
|
|
299
|
+
password: "password";
|
|
300
|
+
markdown: "markdown";
|
|
301
|
+
html: "html";
|
|
302
|
+
richtext: "richtext";
|
|
303
|
+
currency: "currency";
|
|
304
|
+
percent: "percent";
|
|
305
|
+
datetime: "datetime";
|
|
306
|
+
time: "time";
|
|
307
|
+
toggle: "toggle";
|
|
308
|
+
select: "select";
|
|
309
|
+
multiselect: "multiselect";
|
|
310
|
+
radio: "radio";
|
|
311
|
+
checkboxes: "checkboxes";
|
|
312
|
+
master_detail: "master_detail";
|
|
313
|
+
tree: "tree";
|
|
314
|
+
image: "image";
|
|
315
|
+
avatar: "avatar";
|
|
316
|
+
video: "video";
|
|
317
|
+
audio: "audio";
|
|
318
|
+
formula: "formula";
|
|
319
|
+
summary: "summary";
|
|
320
|
+
autonumber: "autonumber";
|
|
321
|
+
location: "location";
|
|
322
|
+
address: "address";
|
|
323
|
+
json: "json";
|
|
324
|
+
color: "color";
|
|
325
|
+
rating: "rating";
|
|
326
|
+
slider: "slider";
|
|
327
|
+
signature: "signature";
|
|
328
|
+
qrcode: "qrcode";
|
|
329
|
+
progress: "progress";
|
|
330
|
+
tags: "tags";
|
|
331
|
+
vector: "vector";
|
|
332
|
+
}>;
|
|
612
333
|
description: z.ZodOptional<z.ZodString>;
|
|
613
334
|
format: z.ZodOptional<z.ZodString>;
|
|
614
|
-
/** Database Constraints */
|
|
615
335
|
required: z.ZodDefault<z.ZodBoolean>;
|
|
616
336
|
searchable: z.ZodDefault<z.ZodBoolean>;
|
|
617
337
|
multiple: z.ZodDefault<z.ZodBoolean>;
|
|
618
338
|
unique: z.ZodDefault<z.ZodBoolean>;
|
|
619
339
|
defaultValue: z.ZodOptional<z.ZodAny>;
|
|
620
|
-
/** Text/String Constraints */
|
|
621
340
|
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
622
341
|
minLength: z.ZodOptional<z.ZodNumber>;
|
|
623
|
-
/** Number Constraints */
|
|
624
342
|
precision: z.ZodOptional<z.ZodNumber>;
|
|
625
343
|
scale: z.ZodOptional<z.ZodNumber>;
|
|
626
344
|
min: z.ZodOptional<z.ZodNumber>;
|
|
627
345
|
max: z.ZodOptional<z.ZodNumber>;
|
|
628
|
-
/** Selection Options */
|
|
629
346
|
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
630
347
|
label: z.ZodString;
|
|
631
348
|
value: z.ZodString;
|
|
632
349
|
color: z.ZodOptional<z.ZodString>;
|
|
633
350
|
default: z.ZodOptional<z.ZodBoolean>;
|
|
634
|
-
},
|
|
635
|
-
value: string;
|
|
636
|
-
label: string;
|
|
637
|
-
color?: string | undefined;
|
|
638
|
-
default?: boolean | undefined;
|
|
639
|
-
}, {
|
|
640
|
-
value: string;
|
|
641
|
-
label: string;
|
|
642
|
-
color?: string | undefined;
|
|
643
|
-
default?: boolean | undefined;
|
|
644
|
-
}>, "many">>;
|
|
645
|
-
/** Relationship Config */
|
|
351
|
+
}, z.core.$strip>>>;
|
|
646
352
|
reference: z.ZodOptional<z.ZodString>;
|
|
647
|
-
referenceFilters: z.ZodOptional<z.ZodArray<z.ZodString
|
|
353
|
+
referenceFilters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
648
354
|
writeRequiresMasterRead: z.ZodOptional<z.ZodBoolean>;
|
|
649
|
-
deleteBehavior: z.ZodDefault<z.ZodOptional<z.ZodEnum<
|
|
650
|
-
|
|
355
|
+
deleteBehavior: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
356
|
+
set_null: "set_null";
|
|
357
|
+
cascade: "cascade";
|
|
358
|
+
restrict: "restrict";
|
|
359
|
+
}>>>;
|
|
651
360
|
expression: z.ZodOptional<z.ZodString>;
|
|
652
361
|
formula: z.ZodOptional<z.ZodString>;
|
|
653
362
|
summaryOperations: z.ZodOptional<z.ZodObject<{
|
|
654
363
|
object: z.ZodString;
|
|
655
364
|
field: z.ZodString;
|
|
656
|
-
function: z.ZodEnum<
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
field: string;
|
|
665
|
-
}>>;
|
|
666
|
-
/** Enhanced Field Type Configurations */
|
|
365
|
+
function: z.ZodEnum<{
|
|
366
|
+
count: "count";
|
|
367
|
+
sum: "sum";
|
|
368
|
+
avg: "avg";
|
|
369
|
+
min: "min";
|
|
370
|
+
max: "max";
|
|
371
|
+
}>;
|
|
372
|
+
}, z.core.$strip>>;
|
|
667
373
|
language: z.ZodOptional<z.ZodString>;
|
|
668
374
|
theme: z.ZodOptional<z.ZodString>;
|
|
669
375
|
lineNumbers: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -671,68 +377,82 @@ export declare const FieldSchema: z.ZodObject<{
|
|
|
671
377
|
allowHalf: z.ZodOptional<z.ZodBoolean>;
|
|
672
378
|
displayMap: z.ZodOptional<z.ZodBoolean>;
|
|
673
379
|
allowGeocoding: z.ZodOptional<z.ZodBoolean>;
|
|
674
|
-
addressFormat: z.ZodOptional<z.ZodEnum<
|
|
675
|
-
|
|
380
|
+
addressFormat: z.ZodOptional<z.ZodEnum<{
|
|
381
|
+
us: "us";
|
|
382
|
+
uk: "uk";
|
|
383
|
+
international: "international";
|
|
384
|
+
}>>;
|
|
385
|
+
colorFormat: z.ZodOptional<z.ZodEnum<{
|
|
386
|
+
hex: "hex";
|
|
387
|
+
rgb: "rgb";
|
|
388
|
+
rgba: "rgba";
|
|
389
|
+
hsl: "hsl";
|
|
390
|
+
}>>;
|
|
676
391
|
allowAlpha: z.ZodOptional<z.ZodBoolean>;
|
|
677
|
-
presetColors: z.ZodOptional<z.ZodArray<z.ZodString
|
|
392
|
+
presetColors: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
678
393
|
step: z.ZodOptional<z.ZodNumber>;
|
|
679
394
|
showValue: z.ZodOptional<z.ZodBoolean>;
|
|
680
395
|
marks: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
681
|
-
barcodeFormat: z.ZodOptional<z.ZodEnum<
|
|
682
|
-
|
|
396
|
+
barcodeFormat: z.ZodOptional<z.ZodEnum<{
|
|
397
|
+
qr: "qr";
|
|
398
|
+
ean13: "ean13";
|
|
399
|
+
ean8: "ean8";
|
|
400
|
+
code128: "code128";
|
|
401
|
+
code39: "code39";
|
|
402
|
+
upca: "upca";
|
|
403
|
+
upce: "upce";
|
|
404
|
+
}>>;
|
|
405
|
+
qrErrorCorrection: z.ZodOptional<z.ZodEnum<{
|
|
406
|
+
L: "L";
|
|
407
|
+
M: "M";
|
|
408
|
+
Q: "Q";
|
|
409
|
+
H: "H";
|
|
410
|
+
}>>;
|
|
683
411
|
displayValue: z.ZodOptional<z.ZodBoolean>;
|
|
684
412
|
allowScanning: z.ZodOptional<z.ZodBoolean>;
|
|
685
413
|
currencyConfig: z.ZodOptional<z.ZodObject<{
|
|
686
414
|
precision: z.ZodDefault<z.ZodNumber>;
|
|
687
|
-
currencyMode: z.ZodDefault<z.ZodEnum<
|
|
415
|
+
currencyMode: z.ZodDefault<z.ZodEnum<{
|
|
416
|
+
fixed: "fixed";
|
|
417
|
+
dynamic: "dynamic";
|
|
418
|
+
}>>;
|
|
688
419
|
defaultCurrency: z.ZodDefault<z.ZodString>;
|
|
689
|
-
},
|
|
690
|
-
precision: number;
|
|
691
|
-
currencyMode: "dynamic" | "fixed";
|
|
692
|
-
defaultCurrency: string;
|
|
693
|
-
}, {
|
|
694
|
-
precision?: number | undefined;
|
|
695
|
-
currencyMode?: "dynamic" | "fixed" | undefined;
|
|
696
|
-
defaultCurrency?: string | undefined;
|
|
697
|
-
}>>;
|
|
420
|
+
}, z.core.$strip>>;
|
|
698
421
|
vectorConfig: z.ZodOptional<z.ZodObject<{
|
|
699
422
|
dimensions: z.ZodNumber;
|
|
700
|
-
distanceMetric: z.ZodDefault<z.ZodEnum<
|
|
423
|
+
distanceMetric: z.ZodDefault<z.ZodEnum<{
|
|
424
|
+
cosine: "cosine";
|
|
425
|
+
euclidean: "euclidean";
|
|
426
|
+
dotProduct: "dotProduct";
|
|
427
|
+
manhattan: "manhattan";
|
|
428
|
+
}>>;
|
|
701
429
|
normalized: z.ZodDefault<z.ZodBoolean>;
|
|
702
430
|
indexed: z.ZodDefault<z.ZodBoolean>;
|
|
703
|
-
indexType: z.ZodOptional<z.ZodEnum<
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
}, {
|
|
711
|
-
dimensions: number;
|
|
712
|
-
distanceMetric?: "cosine" | "euclidean" | "dotProduct" | "manhattan" | undefined;
|
|
713
|
-
normalized?: boolean | undefined;
|
|
714
|
-
indexed?: boolean | undefined;
|
|
715
|
-
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
716
|
-
}>>;
|
|
717
|
-
fileAttachmentConfig: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
718
|
-
/** File Size Limits */
|
|
431
|
+
indexType: z.ZodOptional<z.ZodEnum<{
|
|
432
|
+
flat: "flat";
|
|
433
|
+
hnsw: "hnsw";
|
|
434
|
+
ivfflat: "ivfflat";
|
|
435
|
+
}>>;
|
|
436
|
+
}, z.core.$strip>>;
|
|
437
|
+
fileAttachmentConfig: z.ZodOptional<z.ZodObject<{
|
|
719
438
|
minSize: z.ZodOptional<z.ZodNumber>;
|
|
720
439
|
maxSize: z.ZodOptional<z.ZodNumber>;
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
blockedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
726
|
-
/** Virus Scanning */
|
|
440
|
+
allowedTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
441
|
+
blockedTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
442
|
+
allowedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
443
|
+
blockedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
727
444
|
virusScan: z.ZodDefault<z.ZodBoolean>;
|
|
728
|
-
virusScanProvider: z.ZodOptional<z.ZodEnum<
|
|
445
|
+
virusScanProvider: z.ZodOptional<z.ZodEnum<{
|
|
446
|
+
custom: "custom";
|
|
447
|
+
clamav: "clamav";
|
|
448
|
+
virustotal: "virustotal";
|
|
449
|
+
metadefender: "metadefender";
|
|
450
|
+
}>>;
|
|
729
451
|
virusScanOnUpload: z.ZodDefault<z.ZodBoolean>;
|
|
730
452
|
quarantineOnThreat: z.ZodDefault<z.ZodBoolean>;
|
|
731
|
-
/** Storage Configuration */
|
|
732
453
|
storageProvider: z.ZodOptional<z.ZodString>;
|
|
733
454
|
storageBucket: z.ZodOptional<z.ZodString>;
|
|
734
455
|
storagePrefix: z.ZodOptional<z.ZodString>;
|
|
735
|
-
/** Image-Specific Validation */
|
|
736
456
|
imageValidation: z.ZodOptional<z.ZodObject<{
|
|
737
457
|
minWidth: z.ZodOptional<z.ZodNumber>;
|
|
738
458
|
maxWidth: z.ZodOptional<z.ZodNumber>;
|
|
@@ -745,770 +465,91 @@ export declare const FieldSchema: z.ZodObject<{
|
|
|
745
465
|
width: z.ZodNumber;
|
|
746
466
|
height: z.ZodNumber;
|
|
747
467
|
crop: z.ZodDefault<z.ZodBoolean>;
|
|
748
|
-
},
|
|
749
|
-
name: string;
|
|
750
|
-
width: number;
|
|
751
|
-
height: number;
|
|
752
|
-
crop: boolean;
|
|
753
|
-
}, {
|
|
754
|
-
name: string;
|
|
755
|
-
width: number;
|
|
756
|
-
height: number;
|
|
757
|
-
crop?: boolean | undefined;
|
|
758
|
-
}>, "many">>;
|
|
468
|
+
}, z.core.$strip>>>;
|
|
759
469
|
preserveMetadata: z.ZodDefault<z.ZodBoolean>;
|
|
760
470
|
autoRotate: z.ZodDefault<z.ZodBoolean>;
|
|
761
|
-
},
|
|
762
|
-
autoRotate: boolean;
|
|
763
|
-
generateThumbnails: boolean;
|
|
764
|
-
preserveMetadata: boolean;
|
|
765
|
-
minWidth?: number | undefined;
|
|
766
|
-
maxWidth?: number | undefined;
|
|
767
|
-
minHeight?: number | undefined;
|
|
768
|
-
maxHeight?: number | undefined;
|
|
769
|
-
aspectRatio?: string | undefined;
|
|
770
|
-
thumbnailSizes?: {
|
|
771
|
-
name: string;
|
|
772
|
-
width: number;
|
|
773
|
-
height: number;
|
|
774
|
-
crop: boolean;
|
|
775
|
-
}[] | undefined;
|
|
776
|
-
}, {
|
|
777
|
-
autoRotate?: boolean | undefined;
|
|
778
|
-
minWidth?: number | undefined;
|
|
779
|
-
maxWidth?: number | undefined;
|
|
780
|
-
minHeight?: number | undefined;
|
|
781
|
-
maxHeight?: number | undefined;
|
|
782
|
-
aspectRatio?: string | undefined;
|
|
783
|
-
generateThumbnails?: boolean | undefined;
|
|
784
|
-
thumbnailSizes?: {
|
|
785
|
-
name: string;
|
|
786
|
-
width: number;
|
|
787
|
-
height: number;
|
|
788
|
-
crop?: boolean | undefined;
|
|
789
|
-
}[] | undefined;
|
|
790
|
-
preserveMetadata?: boolean | undefined;
|
|
791
|
-
}>>;
|
|
792
|
-
/** Upload Behavior */
|
|
471
|
+
}, z.core.$strip>>;
|
|
793
472
|
allowMultiple: z.ZodDefault<z.ZodBoolean>;
|
|
794
473
|
allowReplace: z.ZodDefault<z.ZodBoolean>;
|
|
795
474
|
allowDelete: z.ZodDefault<z.ZodBoolean>;
|
|
796
475
|
requireUpload: z.ZodDefault<z.ZodBoolean>;
|
|
797
|
-
/** Metadata Extraction */
|
|
798
476
|
extractMetadata: z.ZodDefault<z.ZodBoolean>;
|
|
799
477
|
extractText: z.ZodDefault<z.ZodBoolean>;
|
|
800
|
-
/** Versioning */
|
|
801
478
|
versioningEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
802
479
|
maxVersions: z.ZodOptional<z.ZodNumber>;
|
|
803
|
-
/** Access Control */
|
|
804
480
|
publicRead: z.ZodDefault<z.ZodBoolean>;
|
|
805
481
|
presignedUrlExpiry: z.ZodDefault<z.ZodNumber>;
|
|
806
|
-
},
|
|
807
|
-
virusScan: boolean;
|
|
808
|
-
virusScanOnUpload: boolean;
|
|
809
|
-
quarantineOnThreat: boolean;
|
|
810
|
-
allowMultiple: boolean;
|
|
811
|
-
allowReplace: boolean;
|
|
812
|
-
allowDelete: boolean;
|
|
813
|
-
requireUpload: boolean;
|
|
814
|
-
extractMetadata: boolean;
|
|
815
|
-
extractText: boolean;
|
|
816
|
-
versioningEnabled: boolean;
|
|
817
|
-
publicRead: boolean;
|
|
818
|
-
presignedUrlExpiry: number;
|
|
819
|
-
minSize?: number | undefined;
|
|
820
|
-
maxSize?: number | undefined;
|
|
821
|
-
allowedTypes?: string[] | undefined;
|
|
822
|
-
blockedTypes?: string[] | undefined;
|
|
823
|
-
allowedMimeTypes?: string[] | undefined;
|
|
824
|
-
blockedMimeTypes?: string[] | undefined;
|
|
825
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
826
|
-
storageProvider?: string | undefined;
|
|
827
|
-
storageBucket?: string | undefined;
|
|
828
|
-
storagePrefix?: string | undefined;
|
|
829
|
-
imageValidation?: {
|
|
830
|
-
autoRotate: boolean;
|
|
831
|
-
generateThumbnails: boolean;
|
|
832
|
-
preserveMetadata: boolean;
|
|
833
|
-
minWidth?: number | undefined;
|
|
834
|
-
maxWidth?: number | undefined;
|
|
835
|
-
minHeight?: number | undefined;
|
|
836
|
-
maxHeight?: number | undefined;
|
|
837
|
-
aspectRatio?: string | undefined;
|
|
838
|
-
thumbnailSizes?: {
|
|
839
|
-
name: string;
|
|
840
|
-
width: number;
|
|
841
|
-
height: number;
|
|
842
|
-
crop: boolean;
|
|
843
|
-
}[] | undefined;
|
|
844
|
-
} | undefined;
|
|
845
|
-
maxVersions?: number | undefined;
|
|
846
|
-
}, {
|
|
847
|
-
minSize?: number | undefined;
|
|
848
|
-
maxSize?: number | undefined;
|
|
849
|
-
allowedTypes?: string[] | undefined;
|
|
850
|
-
blockedTypes?: string[] | undefined;
|
|
851
|
-
allowedMimeTypes?: string[] | undefined;
|
|
852
|
-
blockedMimeTypes?: string[] | undefined;
|
|
853
|
-
virusScan?: boolean | undefined;
|
|
854
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
855
|
-
virusScanOnUpload?: boolean | undefined;
|
|
856
|
-
quarantineOnThreat?: boolean | undefined;
|
|
857
|
-
storageProvider?: string | undefined;
|
|
858
|
-
storageBucket?: string | undefined;
|
|
859
|
-
storagePrefix?: string | undefined;
|
|
860
|
-
imageValidation?: {
|
|
861
|
-
autoRotate?: boolean | undefined;
|
|
862
|
-
minWidth?: number | undefined;
|
|
863
|
-
maxWidth?: number | undefined;
|
|
864
|
-
minHeight?: number | undefined;
|
|
865
|
-
maxHeight?: number | undefined;
|
|
866
|
-
aspectRatio?: string | undefined;
|
|
867
|
-
generateThumbnails?: boolean | undefined;
|
|
868
|
-
thumbnailSizes?: {
|
|
869
|
-
name: string;
|
|
870
|
-
width: number;
|
|
871
|
-
height: number;
|
|
872
|
-
crop?: boolean | undefined;
|
|
873
|
-
}[] | undefined;
|
|
874
|
-
preserveMetadata?: boolean | undefined;
|
|
875
|
-
} | undefined;
|
|
876
|
-
allowMultiple?: boolean | undefined;
|
|
877
|
-
allowReplace?: boolean | undefined;
|
|
878
|
-
allowDelete?: boolean | undefined;
|
|
879
|
-
requireUpload?: boolean | undefined;
|
|
880
|
-
extractMetadata?: boolean | undefined;
|
|
881
|
-
extractText?: boolean | undefined;
|
|
882
|
-
versioningEnabled?: boolean | undefined;
|
|
883
|
-
maxVersions?: number | undefined;
|
|
884
|
-
publicRead?: boolean | undefined;
|
|
885
|
-
presignedUrlExpiry?: number | undefined;
|
|
886
|
-
}>, {
|
|
887
|
-
virusScan: boolean;
|
|
888
|
-
virusScanOnUpload: boolean;
|
|
889
|
-
quarantineOnThreat: boolean;
|
|
890
|
-
allowMultiple: boolean;
|
|
891
|
-
allowReplace: boolean;
|
|
892
|
-
allowDelete: boolean;
|
|
893
|
-
requireUpload: boolean;
|
|
894
|
-
extractMetadata: boolean;
|
|
895
|
-
extractText: boolean;
|
|
896
|
-
versioningEnabled: boolean;
|
|
897
|
-
publicRead: boolean;
|
|
898
|
-
presignedUrlExpiry: number;
|
|
899
|
-
minSize?: number | undefined;
|
|
900
|
-
maxSize?: number | undefined;
|
|
901
|
-
allowedTypes?: string[] | undefined;
|
|
902
|
-
blockedTypes?: string[] | undefined;
|
|
903
|
-
allowedMimeTypes?: string[] | undefined;
|
|
904
|
-
blockedMimeTypes?: string[] | undefined;
|
|
905
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
906
|
-
storageProvider?: string | undefined;
|
|
907
|
-
storageBucket?: string | undefined;
|
|
908
|
-
storagePrefix?: string | undefined;
|
|
909
|
-
imageValidation?: {
|
|
910
|
-
autoRotate: boolean;
|
|
911
|
-
generateThumbnails: boolean;
|
|
912
|
-
preserveMetadata: boolean;
|
|
913
|
-
minWidth?: number | undefined;
|
|
914
|
-
maxWidth?: number | undefined;
|
|
915
|
-
minHeight?: number | undefined;
|
|
916
|
-
maxHeight?: number | undefined;
|
|
917
|
-
aspectRatio?: string | undefined;
|
|
918
|
-
thumbnailSizes?: {
|
|
919
|
-
name: string;
|
|
920
|
-
width: number;
|
|
921
|
-
height: number;
|
|
922
|
-
crop: boolean;
|
|
923
|
-
}[] | undefined;
|
|
924
|
-
} | undefined;
|
|
925
|
-
maxVersions?: number | undefined;
|
|
926
|
-
}, {
|
|
927
|
-
minSize?: number | undefined;
|
|
928
|
-
maxSize?: number | undefined;
|
|
929
|
-
allowedTypes?: string[] | undefined;
|
|
930
|
-
blockedTypes?: string[] | undefined;
|
|
931
|
-
allowedMimeTypes?: string[] | undefined;
|
|
932
|
-
blockedMimeTypes?: string[] | undefined;
|
|
933
|
-
virusScan?: boolean | undefined;
|
|
934
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
935
|
-
virusScanOnUpload?: boolean | undefined;
|
|
936
|
-
quarantineOnThreat?: boolean | undefined;
|
|
937
|
-
storageProvider?: string | undefined;
|
|
938
|
-
storageBucket?: string | undefined;
|
|
939
|
-
storagePrefix?: string | undefined;
|
|
940
|
-
imageValidation?: {
|
|
941
|
-
autoRotate?: boolean | undefined;
|
|
942
|
-
minWidth?: number | undefined;
|
|
943
|
-
maxWidth?: number | undefined;
|
|
944
|
-
minHeight?: number | undefined;
|
|
945
|
-
maxHeight?: number | undefined;
|
|
946
|
-
aspectRatio?: string | undefined;
|
|
947
|
-
generateThumbnails?: boolean | undefined;
|
|
948
|
-
thumbnailSizes?: {
|
|
949
|
-
name: string;
|
|
950
|
-
width: number;
|
|
951
|
-
height: number;
|
|
952
|
-
crop?: boolean | undefined;
|
|
953
|
-
}[] | undefined;
|
|
954
|
-
preserveMetadata?: boolean | undefined;
|
|
955
|
-
} | undefined;
|
|
956
|
-
allowMultiple?: boolean | undefined;
|
|
957
|
-
allowReplace?: boolean | undefined;
|
|
958
|
-
allowDelete?: boolean | undefined;
|
|
959
|
-
requireUpload?: boolean | undefined;
|
|
960
|
-
extractMetadata?: boolean | undefined;
|
|
961
|
-
extractText?: boolean | undefined;
|
|
962
|
-
versioningEnabled?: boolean | undefined;
|
|
963
|
-
maxVersions?: number | undefined;
|
|
964
|
-
publicRead?: boolean | undefined;
|
|
965
|
-
presignedUrlExpiry?: number | undefined;
|
|
966
|
-
}>, {
|
|
967
|
-
virusScan: boolean;
|
|
968
|
-
virusScanOnUpload: boolean;
|
|
969
|
-
quarantineOnThreat: boolean;
|
|
970
|
-
allowMultiple: boolean;
|
|
971
|
-
allowReplace: boolean;
|
|
972
|
-
allowDelete: boolean;
|
|
973
|
-
requireUpload: boolean;
|
|
974
|
-
extractMetadata: boolean;
|
|
975
|
-
extractText: boolean;
|
|
976
|
-
versioningEnabled: boolean;
|
|
977
|
-
publicRead: boolean;
|
|
978
|
-
presignedUrlExpiry: number;
|
|
979
|
-
minSize?: number | undefined;
|
|
980
|
-
maxSize?: number | undefined;
|
|
981
|
-
allowedTypes?: string[] | undefined;
|
|
982
|
-
blockedTypes?: string[] | undefined;
|
|
983
|
-
allowedMimeTypes?: string[] | undefined;
|
|
984
|
-
blockedMimeTypes?: string[] | undefined;
|
|
985
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
986
|
-
storageProvider?: string | undefined;
|
|
987
|
-
storageBucket?: string | undefined;
|
|
988
|
-
storagePrefix?: string | undefined;
|
|
989
|
-
imageValidation?: {
|
|
990
|
-
autoRotate: boolean;
|
|
991
|
-
generateThumbnails: boolean;
|
|
992
|
-
preserveMetadata: boolean;
|
|
993
|
-
minWidth?: number | undefined;
|
|
994
|
-
maxWidth?: number | undefined;
|
|
995
|
-
minHeight?: number | undefined;
|
|
996
|
-
maxHeight?: number | undefined;
|
|
997
|
-
aspectRatio?: string | undefined;
|
|
998
|
-
thumbnailSizes?: {
|
|
999
|
-
name: string;
|
|
1000
|
-
width: number;
|
|
1001
|
-
height: number;
|
|
1002
|
-
crop: boolean;
|
|
1003
|
-
}[] | undefined;
|
|
1004
|
-
} | undefined;
|
|
1005
|
-
maxVersions?: number | undefined;
|
|
1006
|
-
}, {
|
|
1007
|
-
minSize?: number | undefined;
|
|
1008
|
-
maxSize?: number | undefined;
|
|
1009
|
-
allowedTypes?: string[] | undefined;
|
|
1010
|
-
blockedTypes?: string[] | undefined;
|
|
1011
|
-
allowedMimeTypes?: string[] | undefined;
|
|
1012
|
-
blockedMimeTypes?: string[] | undefined;
|
|
1013
|
-
virusScan?: boolean | undefined;
|
|
1014
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
1015
|
-
virusScanOnUpload?: boolean | undefined;
|
|
1016
|
-
quarantineOnThreat?: boolean | undefined;
|
|
1017
|
-
storageProvider?: string | undefined;
|
|
1018
|
-
storageBucket?: string | undefined;
|
|
1019
|
-
storagePrefix?: string | undefined;
|
|
1020
|
-
imageValidation?: {
|
|
1021
|
-
autoRotate?: boolean | undefined;
|
|
1022
|
-
minWidth?: number | undefined;
|
|
1023
|
-
maxWidth?: number | undefined;
|
|
1024
|
-
minHeight?: number | undefined;
|
|
1025
|
-
maxHeight?: number | undefined;
|
|
1026
|
-
aspectRatio?: string | undefined;
|
|
1027
|
-
generateThumbnails?: boolean | undefined;
|
|
1028
|
-
thumbnailSizes?: {
|
|
1029
|
-
name: string;
|
|
1030
|
-
width: number;
|
|
1031
|
-
height: number;
|
|
1032
|
-
crop?: boolean | undefined;
|
|
1033
|
-
}[] | undefined;
|
|
1034
|
-
preserveMetadata?: boolean | undefined;
|
|
1035
|
-
} | undefined;
|
|
1036
|
-
allowMultiple?: boolean | undefined;
|
|
1037
|
-
allowReplace?: boolean | undefined;
|
|
1038
|
-
allowDelete?: boolean | undefined;
|
|
1039
|
-
requireUpload?: boolean | undefined;
|
|
1040
|
-
extractMetadata?: boolean | undefined;
|
|
1041
|
-
extractText?: boolean | undefined;
|
|
1042
|
-
versioningEnabled?: boolean | undefined;
|
|
1043
|
-
maxVersions?: number | undefined;
|
|
1044
|
-
publicRead?: boolean | undefined;
|
|
1045
|
-
presignedUrlExpiry?: number | undefined;
|
|
1046
|
-
}>>;
|
|
1047
|
-
/** Enhanced Security & Compliance */
|
|
482
|
+
}, z.core.$strip>>;
|
|
1048
483
|
encryptionConfig: z.ZodOptional<z.ZodObject<{
|
|
1049
484
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1050
|
-
algorithm: z.ZodDefault<z.ZodEnum<
|
|
485
|
+
algorithm: z.ZodDefault<z.ZodEnum<{
|
|
486
|
+
"aes-256-gcm": "aes-256-gcm";
|
|
487
|
+
"aes-256-cbc": "aes-256-cbc";
|
|
488
|
+
"chacha20-poly1305": "chacha20-poly1305";
|
|
489
|
+
}>>;
|
|
1051
490
|
keyManagement: z.ZodObject<{
|
|
1052
|
-
provider: z.ZodEnum<
|
|
491
|
+
provider: z.ZodEnum<{
|
|
492
|
+
local: "local";
|
|
493
|
+
"aws-kms": "aws-kms";
|
|
494
|
+
"azure-key-vault": "azure-key-vault";
|
|
495
|
+
"gcp-kms": "gcp-kms";
|
|
496
|
+
"hashicorp-vault": "hashicorp-vault";
|
|
497
|
+
}>;
|
|
1053
498
|
keyId: z.ZodOptional<z.ZodString>;
|
|
1054
499
|
rotationPolicy: z.ZodOptional<z.ZodObject<{
|
|
1055
500
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1056
501
|
frequencyDays: z.ZodDefault<z.ZodNumber>;
|
|
1057
502
|
retainOldVersions: z.ZodDefault<z.ZodNumber>;
|
|
1058
503
|
autoRotate: z.ZodDefault<z.ZodBoolean>;
|
|
1059
|
-
},
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
frequencyDays?: number | undefined;
|
|
1067
|
-
retainOldVersions?: number | undefined;
|
|
1068
|
-
autoRotate?: boolean | undefined;
|
|
1069
|
-
}>>;
|
|
1070
|
-
}, "strip", z.ZodTypeAny, {
|
|
1071
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
1072
|
-
keyId?: string | undefined;
|
|
1073
|
-
rotationPolicy?: {
|
|
1074
|
-
enabled: boolean;
|
|
1075
|
-
frequencyDays: number;
|
|
1076
|
-
retainOldVersions: number;
|
|
1077
|
-
autoRotate: boolean;
|
|
1078
|
-
} | undefined;
|
|
1079
|
-
}, {
|
|
1080
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
1081
|
-
keyId?: string | undefined;
|
|
1082
|
-
rotationPolicy?: {
|
|
1083
|
-
enabled?: boolean | undefined;
|
|
1084
|
-
frequencyDays?: number | undefined;
|
|
1085
|
-
retainOldVersions?: number | undefined;
|
|
1086
|
-
autoRotate?: boolean | undefined;
|
|
1087
|
-
} | undefined;
|
|
504
|
+
}, z.core.$strip>>;
|
|
505
|
+
}, z.core.$strip>;
|
|
506
|
+
scope: z.ZodEnum<{
|
|
507
|
+
table: "table";
|
|
508
|
+
record: "record";
|
|
509
|
+
field: "field";
|
|
510
|
+
database: "database";
|
|
1088
511
|
}>;
|
|
1089
|
-
scope: z.ZodEnum<["field", "record", "table", "database"]>;
|
|
1090
512
|
deterministicEncryption: z.ZodDefault<z.ZodBoolean>;
|
|
1091
513
|
searchableEncryption: z.ZodDefault<z.ZodBoolean>;
|
|
1092
|
-
},
|
|
1093
|
-
enabled: boolean;
|
|
1094
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
1095
|
-
keyManagement: {
|
|
1096
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
1097
|
-
keyId?: string | undefined;
|
|
1098
|
-
rotationPolicy?: {
|
|
1099
|
-
enabled: boolean;
|
|
1100
|
-
frequencyDays: number;
|
|
1101
|
-
retainOldVersions: number;
|
|
1102
|
-
autoRotate: boolean;
|
|
1103
|
-
} | undefined;
|
|
1104
|
-
};
|
|
1105
|
-
scope: "table" | "field" | "database" | "record";
|
|
1106
|
-
deterministicEncryption: boolean;
|
|
1107
|
-
searchableEncryption: boolean;
|
|
1108
|
-
}, {
|
|
1109
|
-
keyManagement: {
|
|
1110
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
1111
|
-
keyId?: string | undefined;
|
|
1112
|
-
rotationPolicy?: {
|
|
1113
|
-
enabled?: boolean | undefined;
|
|
1114
|
-
frequencyDays?: number | undefined;
|
|
1115
|
-
retainOldVersions?: number | undefined;
|
|
1116
|
-
autoRotate?: boolean | undefined;
|
|
1117
|
-
} | undefined;
|
|
1118
|
-
};
|
|
1119
|
-
scope: "table" | "field" | "database" | "record";
|
|
1120
|
-
enabled?: boolean | undefined;
|
|
1121
|
-
algorithm?: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305" | undefined;
|
|
1122
|
-
deterministicEncryption?: boolean | undefined;
|
|
1123
|
-
searchableEncryption?: boolean | undefined;
|
|
1124
|
-
}>>;
|
|
514
|
+
}, z.core.$strip>>;
|
|
1125
515
|
maskingRule: z.ZodOptional<z.ZodObject<{
|
|
1126
516
|
field: z.ZodString;
|
|
1127
|
-
strategy: z.ZodEnum<
|
|
517
|
+
strategy: z.ZodEnum<{
|
|
518
|
+
hash: "hash";
|
|
519
|
+
redact: "redact";
|
|
520
|
+
partial: "partial";
|
|
521
|
+
tokenize: "tokenize";
|
|
522
|
+
randomize: "randomize";
|
|
523
|
+
nullify: "nullify";
|
|
524
|
+
substitute: "substitute";
|
|
525
|
+
}>;
|
|
1128
526
|
pattern: z.ZodOptional<z.ZodString>;
|
|
1129
527
|
preserveFormat: z.ZodDefault<z.ZodBoolean>;
|
|
1130
528
|
preserveLength: z.ZodDefault<z.ZodBoolean>;
|
|
1131
|
-
roles: z.ZodOptional<z.ZodArray<z.ZodString
|
|
1132
|
-
exemptRoles: z.ZodOptional<z.ZodArray<z.ZodString
|
|
1133
|
-
},
|
|
1134
|
-
field: string;
|
|
1135
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
1136
|
-
preserveFormat: boolean;
|
|
1137
|
-
preserveLength: boolean;
|
|
1138
|
-
pattern?: string | undefined;
|
|
1139
|
-
roles?: string[] | undefined;
|
|
1140
|
-
exemptRoles?: string[] | undefined;
|
|
1141
|
-
}, {
|
|
1142
|
-
field: string;
|
|
1143
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
1144
|
-
pattern?: string | undefined;
|
|
1145
|
-
preserveFormat?: boolean | undefined;
|
|
1146
|
-
preserveLength?: boolean | undefined;
|
|
1147
|
-
roles?: string[] | undefined;
|
|
1148
|
-
exemptRoles?: string[] | undefined;
|
|
1149
|
-
}>>;
|
|
529
|
+
roles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
530
|
+
exemptRoles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
531
|
+
}, z.core.$strip>>;
|
|
1150
532
|
auditTrail: z.ZodDefault<z.ZodBoolean>;
|
|
1151
|
-
|
|
1152
|
-
dependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1153
|
-
/** Computed Field Optimization */
|
|
533
|
+
dependencies: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1154
534
|
cached: z.ZodOptional<z.ZodObject<{
|
|
1155
|
-
/** Enable caching for this computed field */
|
|
1156
535
|
enabled: z.ZodBoolean;
|
|
1157
|
-
/** Time-to-live in seconds */
|
|
1158
536
|
ttl: z.ZodNumber;
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
}, "strip", z.ZodTypeAny, {
|
|
1162
|
-
enabled: boolean;
|
|
1163
|
-
ttl: number;
|
|
1164
|
-
invalidateOn: string[];
|
|
1165
|
-
}, {
|
|
1166
|
-
enabled: boolean;
|
|
1167
|
-
ttl: number;
|
|
1168
|
-
invalidateOn: string[];
|
|
1169
|
-
}>>;
|
|
1170
|
-
/** Data Quality & Governance */
|
|
537
|
+
invalidateOn: z.ZodArray<z.ZodString>;
|
|
538
|
+
}, z.core.$strip>>;
|
|
1171
539
|
dataQuality: z.ZodOptional<z.ZodObject<{
|
|
1172
|
-
/** Enforce uniqueness constraint */
|
|
1173
540
|
uniqueness: z.ZodDefault<z.ZodBoolean>;
|
|
1174
|
-
/** Completeness ratio (0-1) indicating minimum percentage of non-null values */
|
|
1175
541
|
completeness: z.ZodDefault<z.ZodNumber>;
|
|
1176
|
-
/** Accuracy validation against authoritative source */
|
|
1177
542
|
accuracy: z.ZodOptional<z.ZodObject<{
|
|
1178
543
|
source: z.ZodString;
|
|
1179
544
|
threshold: z.ZodNumber;
|
|
1180
|
-
},
|
|
1181
|
-
|
|
1182
|
-
threshold: number;
|
|
1183
|
-
}, {
|
|
1184
|
-
source: string;
|
|
1185
|
-
threshold: number;
|
|
1186
|
-
}>>;
|
|
1187
|
-
}, "strip", z.ZodTypeAny, {
|
|
1188
|
-
uniqueness: boolean;
|
|
1189
|
-
completeness: number;
|
|
1190
|
-
accuracy?: {
|
|
1191
|
-
source: string;
|
|
1192
|
-
threshold: number;
|
|
1193
|
-
} | undefined;
|
|
1194
|
-
}, {
|
|
1195
|
-
accuracy?: {
|
|
1196
|
-
source: string;
|
|
1197
|
-
threshold: number;
|
|
1198
|
-
} | undefined;
|
|
1199
|
-
uniqueness?: boolean | undefined;
|
|
1200
|
-
completeness?: number | undefined;
|
|
1201
|
-
}>>;
|
|
1202
|
-
/** Security & Visibility */
|
|
545
|
+
}, z.core.$strip>>;
|
|
546
|
+
}, z.core.$strip>>;
|
|
1203
547
|
hidden: z.ZodDefault<z.ZodBoolean>;
|
|
1204
548
|
readonly: z.ZodDefault<z.ZodBoolean>;
|
|
1205
549
|
encryption: z.ZodDefault<z.ZodBoolean>;
|
|
1206
|
-
/** Indexing */
|
|
1207
550
|
index: z.ZodDefault<z.ZodBoolean>;
|
|
1208
551
|
externalId: z.ZodDefault<z.ZodBoolean>;
|
|
1209
|
-
},
|
|
1210
|
-
type: "number" | "boolean" | "code" | "date" | "lookup" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "file" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector";
|
|
1211
|
-
required: boolean;
|
|
1212
|
-
searchable: boolean;
|
|
1213
|
-
multiple: boolean;
|
|
1214
|
-
unique: boolean;
|
|
1215
|
-
deleteBehavior: "set_null" | "cascade" | "restrict";
|
|
1216
|
-
auditTrail: boolean;
|
|
1217
|
-
hidden: boolean;
|
|
1218
|
-
readonly: boolean;
|
|
1219
|
-
encryption: boolean;
|
|
1220
|
-
index: boolean;
|
|
1221
|
-
externalId: boolean;
|
|
1222
|
-
options?: {
|
|
1223
|
-
value: string;
|
|
1224
|
-
label: string;
|
|
1225
|
-
color?: string | undefined;
|
|
1226
|
-
default?: boolean | undefined;
|
|
1227
|
-
}[] | undefined;
|
|
1228
|
-
expression?: string | undefined;
|
|
1229
|
-
defaultValue?: any;
|
|
1230
|
-
min?: number | undefined;
|
|
1231
|
-
max?: number | undefined;
|
|
1232
|
-
language?: string | undefined;
|
|
1233
|
-
encryptionConfig?: {
|
|
1234
|
-
enabled: boolean;
|
|
1235
|
-
algorithm: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305";
|
|
1236
|
-
keyManagement: {
|
|
1237
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
1238
|
-
keyId?: string | undefined;
|
|
1239
|
-
rotationPolicy?: {
|
|
1240
|
-
enabled: boolean;
|
|
1241
|
-
frequencyDays: number;
|
|
1242
|
-
retainOldVersions: number;
|
|
1243
|
-
autoRotate: boolean;
|
|
1244
|
-
} | undefined;
|
|
1245
|
-
};
|
|
1246
|
-
scope: "table" | "field" | "database" | "record";
|
|
1247
|
-
deterministicEncryption: boolean;
|
|
1248
|
-
searchableEncryption: boolean;
|
|
1249
|
-
} | undefined;
|
|
1250
|
-
formula?: string | undefined;
|
|
1251
|
-
label?: string | undefined;
|
|
1252
|
-
precision?: number | undefined;
|
|
1253
|
-
name?: string | undefined;
|
|
1254
|
-
description?: string | undefined;
|
|
1255
|
-
format?: string | undefined;
|
|
1256
|
-
maxLength?: number | undefined;
|
|
1257
|
-
minLength?: number | undefined;
|
|
1258
|
-
scale?: number | undefined;
|
|
1259
|
-
reference?: string | undefined;
|
|
1260
|
-
referenceFilters?: string[] | undefined;
|
|
1261
|
-
writeRequiresMasterRead?: boolean | undefined;
|
|
1262
|
-
summaryOperations?: {
|
|
1263
|
-
object: string;
|
|
1264
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
1265
|
-
field: string;
|
|
1266
|
-
} | undefined;
|
|
1267
|
-
theme?: string | undefined;
|
|
1268
|
-
lineNumbers?: boolean | undefined;
|
|
1269
|
-
maxRating?: number | undefined;
|
|
1270
|
-
allowHalf?: boolean | undefined;
|
|
1271
|
-
displayMap?: boolean | undefined;
|
|
1272
|
-
allowGeocoding?: boolean | undefined;
|
|
1273
|
-
addressFormat?: "us" | "uk" | "international" | undefined;
|
|
1274
|
-
colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
1275
|
-
allowAlpha?: boolean | undefined;
|
|
1276
|
-
presetColors?: string[] | undefined;
|
|
1277
|
-
step?: number | undefined;
|
|
1278
|
-
showValue?: boolean | undefined;
|
|
1279
|
-
marks?: Record<string, string> | undefined;
|
|
1280
|
-
barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
1281
|
-
qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
1282
|
-
displayValue?: boolean | undefined;
|
|
1283
|
-
allowScanning?: boolean | undefined;
|
|
1284
|
-
currencyConfig?: {
|
|
1285
|
-
precision: number;
|
|
1286
|
-
currencyMode: "dynamic" | "fixed";
|
|
1287
|
-
defaultCurrency: string;
|
|
1288
|
-
} | undefined;
|
|
1289
|
-
vectorConfig?: {
|
|
1290
|
-
dimensions: number;
|
|
1291
|
-
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
1292
|
-
normalized: boolean;
|
|
1293
|
-
indexed: boolean;
|
|
1294
|
-
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
1295
|
-
} | undefined;
|
|
1296
|
-
fileAttachmentConfig?: {
|
|
1297
|
-
virusScan: boolean;
|
|
1298
|
-
virusScanOnUpload: boolean;
|
|
1299
|
-
quarantineOnThreat: boolean;
|
|
1300
|
-
allowMultiple: boolean;
|
|
1301
|
-
allowReplace: boolean;
|
|
1302
|
-
allowDelete: boolean;
|
|
1303
|
-
requireUpload: boolean;
|
|
1304
|
-
extractMetadata: boolean;
|
|
1305
|
-
extractText: boolean;
|
|
1306
|
-
versioningEnabled: boolean;
|
|
1307
|
-
publicRead: boolean;
|
|
1308
|
-
presignedUrlExpiry: number;
|
|
1309
|
-
minSize?: number | undefined;
|
|
1310
|
-
maxSize?: number | undefined;
|
|
1311
|
-
allowedTypes?: string[] | undefined;
|
|
1312
|
-
blockedTypes?: string[] | undefined;
|
|
1313
|
-
allowedMimeTypes?: string[] | undefined;
|
|
1314
|
-
blockedMimeTypes?: string[] | undefined;
|
|
1315
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
1316
|
-
storageProvider?: string | undefined;
|
|
1317
|
-
storageBucket?: string | undefined;
|
|
1318
|
-
storagePrefix?: string | undefined;
|
|
1319
|
-
imageValidation?: {
|
|
1320
|
-
autoRotate: boolean;
|
|
1321
|
-
generateThumbnails: boolean;
|
|
1322
|
-
preserveMetadata: boolean;
|
|
1323
|
-
minWidth?: number | undefined;
|
|
1324
|
-
maxWidth?: number | undefined;
|
|
1325
|
-
minHeight?: number | undefined;
|
|
1326
|
-
maxHeight?: number | undefined;
|
|
1327
|
-
aspectRatio?: string | undefined;
|
|
1328
|
-
thumbnailSizes?: {
|
|
1329
|
-
name: string;
|
|
1330
|
-
width: number;
|
|
1331
|
-
height: number;
|
|
1332
|
-
crop: boolean;
|
|
1333
|
-
}[] | undefined;
|
|
1334
|
-
} | undefined;
|
|
1335
|
-
maxVersions?: number | undefined;
|
|
1336
|
-
} | undefined;
|
|
1337
|
-
maskingRule?: {
|
|
1338
|
-
field: string;
|
|
1339
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
1340
|
-
preserveFormat: boolean;
|
|
1341
|
-
preserveLength: boolean;
|
|
1342
|
-
pattern?: string | undefined;
|
|
1343
|
-
roles?: string[] | undefined;
|
|
1344
|
-
exemptRoles?: string[] | undefined;
|
|
1345
|
-
} | undefined;
|
|
1346
|
-
dependencies?: string[] | undefined;
|
|
1347
|
-
cached?: {
|
|
1348
|
-
enabled: boolean;
|
|
1349
|
-
ttl: number;
|
|
1350
|
-
invalidateOn: string[];
|
|
1351
|
-
} | undefined;
|
|
1352
|
-
dataQuality?: {
|
|
1353
|
-
uniqueness: boolean;
|
|
1354
|
-
completeness: number;
|
|
1355
|
-
accuracy?: {
|
|
1356
|
-
source: string;
|
|
1357
|
-
threshold: number;
|
|
1358
|
-
} | undefined;
|
|
1359
|
-
} | undefined;
|
|
1360
|
-
}, {
|
|
1361
|
-
type: "number" | "boolean" | "code" | "date" | "lookup" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "file" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector";
|
|
1362
|
-
options?: {
|
|
1363
|
-
value: string;
|
|
1364
|
-
label: string;
|
|
1365
|
-
color?: string | undefined;
|
|
1366
|
-
default?: boolean | undefined;
|
|
1367
|
-
}[] | undefined;
|
|
1368
|
-
expression?: string | undefined;
|
|
1369
|
-
defaultValue?: any;
|
|
1370
|
-
required?: boolean | undefined;
|
|
1371
|
-
min?: number | undefined;
|
|
1372
|
-
max?: number | undefined;
|
|
1373
|
-
language?: string | undefined;
|
|
1374
|
-
encryptionConfig?: {
|
|
1375
|
-
keyManagement: {
|
|
1376
|
-
provider: "local" | "aws-kms" | "azure-key-vault" | "gcp-kms" | "hashicorp-vault";
|
|
1377
|
-
keyId?: string | undefined;
|
|
1378
|
-
rotationPolicy?: {
|
|
1379
|
-
enabled?: boolean | undefined;
|
|
1380
|
-
frequencyDays?: number | undefined;
|
|
1381
|
-
retainOldVersions?: number | undefined;
|
|
1382
|
-
autoRotate?: boolean | undefined;
|
|
1383
|
-
} | undefined;
|
|
1384
|
-
};
|
|
1385
|
-
scope: "table" | "field" | "database" | "record";
|
|
1386
|
-
enabled?: boolean | undefined;
|
|
1387
|
-
algorithm?: "aes-256-gcm" | "aes-256-cbc" | "chacha20-poly1305" | undefined;
|
|
1388
|
-
deterministicEncryption?: boolean | undefined;
|
|
1389
|
-
searchableEncryption?: boolean | undefined;
|
|
1390
|
-
} | undefined;
|
|
1391
|
-
formula?: string | undefined;
|
|
1392
|
-
label?: string | undefined;
|
|
1393
|
-
precision?: number | undefined;
|
|
1394
|
-
name?: string | undefined;
|
|
1395
|
-
description?: string | undefined;
|
|
1396
|
-
format?: string | undefined;
|
|
1397
|
-
searchable?: boolean | undefined;
|
|
1398
|
-
multiple?: boolean | undefined;
|
|
1399
|
-
unique?: boolean | undefined;
|
|
1400
|
-
maxLength?: number | undefined;
|
|
1401
|
-
minLength?: number | undefined;
|
|
1402
|
-
scale?: number | undefined;
|
|
1403
|
-
reference?: string | undefined;
|
|
1404
|
-
referenceFilters?: string[] | undefined;
|
|
1405
|
-
writeRequiresMasterRead?: boolean | undefined;
|
|
1406
|
-
deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1407
|
-
summaryOperations?: {
|
|
1408
|
-
object: string;
|
|
1409
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
1410
|
-
field: string;
|
|
1411
|
-
} | undefined;
|
|
1412
|
-
theme?: string | undefined;
|
|
1413
|
-
lineNumbers?: boolean | undefined;
|
|
1414
|
-
maxRating?: number | undefined;
|
|
1415
|
-
allowHalf?: boolean | undefined;
|
|
1416
|
-
displayMap?: boolean | undefined;
|
|
1417
|
-
allowGeocoding?: boolean | undefined;
|
|
1418
|
-
addressFormat?: "us" | "uk" | "international" | undefined;
|
|
1419
|
-
colorFormat?: "hex" | "rgb" | "rgba" | "hsl" | undefined;
|
|
1420
|
-
allowAlpha?: boolean | undefined;
|
|
1421
|
-
presetColors?: string[] | undefined;
|
|
1422
|
-
step?: number | undefined;
|
|
1423
|
-
showValue?: boolean | undefined;
|
|
1424
|
-
marks?: Record<string, string> | undefined;
|
|
1425
|
-
barcodeFormat?: "qr" | "ean13" | "ean8" | "code128" | "code39" | "upca" | "upce" | undefined;
|
|
1426
|
-
qrErrorCorrection?: "L" | "M" | "Q" | "H" | undefined;
|
|
1427
|
-
displayValue?: boolean | undefined;
|
|
1428
|
-
allowScanning?: boolean | undefined;
|
|
1429
|
-
currencyConfig?: {
|
|
1430
|
-
precision?: number | undefined;
|
|
1431
|
-
currencyMode?: "dynamic" | "fixed" | undefined;
|
|
1432
|
-
defaultCurrency?: string | undefined;
|
|
1433
|
-
} | undefined;
|
|
1434
|
-
vectorConfig?: {
|
|
1435
|
-
dimensions: number;
|
|
1436
|
-
distanceMetric?: "cosine" | "euclidean" | "dotProduct" | "manhattan" | undefined;
|
|
1437
|
-
normalized?: boolean | undefined;
|
|
1438
|
-
indexed?: boolean | undefined;
|
|
1439
|
-
indexType?: "flat" | "hnsw" | "ivfflat" | undefined;
|
|
1440
|
-
} | undefined;
|
|
1441
|
-
fileAttachmentConfig?: {
|
|
1442
|
-
minSize?: number | undefined;
|
|
1443
|
-
maxSize?: number | undefined;
|
|
1444
|
-
allowedTypes?: string[] | undefined;
|
|
1445
|
-
blockedTypes?: string[] | undefined;
|
|
1446
|
-
allowedMimeTypes?: string[] | undefined;
|
|
1447
|
-
blockedMimeTypes?: string[] | undefined;
|
|
1448
|
-
virusScan?: boolean | undefined;
|
|
1449
|
-
virusScanProvider?: "custom" | "clamav" | "virustotal" | "metadefender" | undefined;
|
|
1450
|
-
virusScanOnUpload?: boolean | undefined;
|
|
1451
|
-
quarantineOnThreat?: boolean | undefined;
|
|
1452
|
-
storageProvider?: string | undefined;
|
|
1453
|
-
storageBucket?: string | undefined;
|
|
1454
|
-
storagePrefix?: string | undefined;
|
|
1455
|
-
imageValidation?: {
|
|
1456
|
-
autoRotate?: boolean | undefined;
|
|
1457
|
-
minWidth?: number | undefined;
|
|
1458
|
-
maxWidth?: number | undefined;
|
|
1459
|
-
minHeight?: number | undefined;
|
|
1460
|
-
maxHeight?: number | undefined;
|
|
1461
|
-
aspectRatio?: string | undefined;
|
|
1462
|
-
generateThumbnails?: boolean | undefined;
|
|
1463
|
-
thumbnailSizes?: {
|
|
1464
|
-
name: string;
|
|
1465
|
-
width: number;
|
|
1466
|
-
height: number;
|
|
1467
|
-
crop?: boolean | undefined;
|
|
1468
|
-
}[] | undefined;
|
|
1469
|
-
preserveMetadata?: boolean | undefined;
|
|
1470
|
-
} | undefined;
|
|
1471
|
-
allowMultiple?: boolean | undefined;
|
|
1472
|
-
allowReplace?: boolean | undefined;
|
|
1473
|
-
allowDelete?: boolean | undefined;
|
|
1474
|
-
requireUpload?: boolean | undefined;
|
|
1475
|
-
extractMetadata?: boolean | undefined;
|
|
1476
|
-
extractText?: boolean | undefined;
|
|
1477
|
-
versioningEnabled?: boolean | undefined;
|
|
1478
|
-
maxVersions?: number | undefined;
|
|
1479
|
-
publicRead?: boolean | undefined;
|
|
1480
|
-
presignedUrlExpiry?: number | undefined;
|
|
1481
|
-
} | undefined;
|
|
1482
|
-
maskingRule?: {
|
|
1483
|
-
field: string;
|
|
1484
|
-
strategy: "partial" | "hash" | "redact" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
1485
|
-
pattern?: string | undefined;
|
|
1486
|
-
preserveFormat?: boolean | undefined;
|
|
1487
|
-
preserveLength?: boolean | undefined;
|
|
1488
|
-
roles?: string[] | undefined;
|
|
1489
|
-
exemptRoles?: string[] | undefined;
|
|
1490
|
-
} | undefined;
|
|
1491
|
-
auditTrail?: boolean | undefined;
|
|
1492
|
-
dependencies?: string[] | undefined;
|
|
1493
|
-
cached?: {
|
|
1494
|
-
enabled: boolean;
|
|
1495
|
-
ttl: number;
|
|
1496
|
-
invalidateOn: string[];
|
|
1497
|
-
} | undefined;
|
|
1498
|
-
dataQuality?: {
|
|
1499
|
-
accuracy?: {
|
|
1500
|
-
source: string;
|
|
1501
|
-
threshold: number;
|
|
1502
|
-
} | undefined;
|
|
1503
|
-
uniqueness?: boolean | undefined;
|
|
1504
|
-
completeness?: number | undefined;
|
|
1505
|
-
} | undefined;
|
|
1506
|
-
hidden?: boolean | undefined;
|
|
1507
|
-
readonly?: boolean | undefined;
|
|
1508
|
-
encryption?: boolean | undefined;
|
|
1509
|
-
index?: boolean | undefined;
|
|
1510
|
-
externalId?: boolean | undefined;
|
|
1511
|
-
}>;
|
|
552
|
+
}, z.core.$strip>;
|
|
1512
553
|
export type Field = z.infer<typeof FieldSchema>;
|
|
1513
554
|
export type SelectOption = z.infer<typeof SelectOptionSchema>;
|
|
1514
555
|
export type LocationCoordinates = z.infer<typeof LocationCoordinatesSchema>;
|
|
@@ -1525,15 +566,11 @@ export type ComputedFieldCache = z.infer<typeof ComputedFieldCacheSchema>;
|
|
|
1525
566
|
export type FieldInput = Omit<Partial<Field>, 'type'>;
|
|
1526
567
|
export declare const Field: {
|
|
1527
568
|
text: (config?: FieldInput) => {
|
|
1528
|
-
readonly
|
|
1529
|
-
value: string;
|
|
1530
|
-
label: string;
|
|
1531
|
-
color?: string | undefined;
|
|
1532
|
-
default?: boolean | undefined;
|
|
1533
|
-
}[] | undefined;
|
|
569
|
+
readonly format?: string | undefined;
|
|
1534
570
|
readonly expression?: string | undefined;
|
|
571
|
+
readonly readonly?: boolean | undefined;
|
|
1535
572
|
readonly defaultValue?: any;
|
|
1536
|
-
readonly
|
|
573
|
+
readonly description?: string | undefined;
|
|
1537
574
|
readonly min?: number | undefined;
|
|
1538
575
|
readonly max?: number | undefined;
|
|
1539
576
|
readonly language?: string | undefined;
|
|
@@ -1550,7 +587,7 @@ export declare const Field: {
|
|
|
1550
587
|
autoRotate: boolean;
|
|
1551
588
|
} | undefined;
|
|
1552
589
|
};
|
|
1553
|
-
scope: "table" | "
|
|
590
|
+
scope: "table" | "record" | "field" | "database";
|
|
1554
591
|
deterministicEncryption: boolean;
|
|
1555
592
|
searchableEncryption: boolean;
|
|
1556
593
|
} | undefined;
|
|
@@ -1558,22 +595,27 @@ export declare const Field: {
|
|
|
1558
595
|
readonly label?: string | undefined;
|
|
1559
596
|
readonly precision?: number | undefined;
|
|
1560
597
|
readonly name?: string | undefined;
|
|
1561
|
-
readonly
|
|
1562
|
-
readonly format?: string | undefined;
|
|
598
|
+
readonly required?: boolean | undefined;
|
|
1563
599
|
readonly searchable?: boolean | undefined;
|
|
1564
600
|
readonly multiple?: boolean | undefined;
|
|
1565
601
|
readonly unique?: boolean | undefined;
|
|
1566
602
|
readonly maxLength?: number | undefined;
|
|
1567
603
|
readonly minLength?: number | undefined;
|
|
1568
604
|
readonly scale?: number | undefined;
|
|
605
|
+
readonly options?: {
|
|
606
|
+
label: string;
|
|
607
|
+
value: string;
|
|
608
|
+
color?: string | undefined;
|
|
609
|
+
default?: boolean | undefined;
|
|
610
|
+
}[] | undefined;
|
|
1569
611
|
readonly reference?: string | undefined;
|
|
1570
612
|
readonly referenceFilters?: string[] | undefined;
|
|
1571
613
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1572
614
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1573
615
|
readonly summaryOperations?: {
|
|
1574
616
|
object: string;
|
|
1575
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
1576
617
|
field: string;
|
|
618
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
1577
619
|
} | undefined;
|
|
1578
620
|
readonly theme?: string | undefined;
|
|
1579
621
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -1594,7 +636,7 @@ export declare const Field: {
|
|
|
1594
636
|
readonly allowScanning?: boolean | undefined;
|
|
1595
637
|
readonly currencyConfig?: {
|
|
1596
638
|
precision: number;
|
|
1597
|
-
currencyMode: "
|
|
639
|
+
currencyMode: "fixed" | "dynamic";
|
|
1598
640
|
defaultCurrency: string;
|
|
1599
641
|
} | undefined;
|
|
1600
642
|
readonly vectorConfig?: {
|
|
@@ -1628,9 +670,9 @@ export declare const Field: {
|
|
|
1628
670
|
storageBucket?: string | undefined;
|
|
1629
671
|
storagePrefix?: string | undefined;
|
|
1630
672
|
imageValidation?: {
|
|
1631
|
-
autoRotate: boolean;
|
|
1632
673
|
generateThumbnails: boolean;
|
|
1633
674
|
preserveMetadata: boolean;
|
|
675
|
+
autoRotate: boolean;
|
|
1634
676
|
minWidth?: number | undefined;
|
|
1635
677
|
maxWidth?: number | undefined;
|
|
1636
678
|
minHeight?: number | undefined;
|
|
@@ -1647,7 +689,7 @@ export declare const Field: {
|
|
|
1647
689
|
} | undefined;
|
|
1648
690
|
readonly maskingRule?: {
|
|
1649
691
|
field: string;
|
|
1650
|
-
strategy: "
|
|
692
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
1651
693
|
preserveFormat: boolean;
|
|
1652
694
|
preserveLength: boolean;
|
|
1653
695
|
pattern?: string | undefined;
|
|
@@ -1670,22 +712,17 @@ export declare const Field: {
|
|
|
1670
712
|
} | undefined;
|
|
1671
713
|
} | undefined;
|
|
1672
714
|
readonly hidden?: boolean | undefined;
|
|
1673
|
-
readonly readonly?: boolean | undefined;
|
|
1674
715
|
readonly encryption?: boolean | undefined;
|
|
1675
716
|
readonly index?: boolean | undefined;
|
|
1676
717
|
readonly externalId?: boolean | undefined;
|
|
1677
718
|
readonly type: "text";
|
|
1678
719
|
};
|
|
1679
720
|
textarea: (config?: FieldInput) => {
|
|
1680
|
-
readonly
|
|
1681
|
-
value: string;
|
|
1682
|
-
label: string;
|
|
1683
|
-
color?: string | undefined;
|
|
1684
|
-
default?: boolean | undefined;
|
|
1685
|
-
}[] | undefined;
|
|
721
|
+
readonly format?: string | undefined;
|
|
1686
722
|
readonly expression?: string | undefined;
|
|
723
|
+
readonly readonly?: boolean | undefined;
|
|
1687
724
|
readonly defaultValue?: any;
|
|
1688
|
-
readonly
|
|
725
|
+
readonly description?: string | undefined;
|
|
1689
726
|
readonly min?: number | undefined;
|
|
1690
727
|
readonly max?: number | undefined;
|
|
1691
728
|
readonly language?: string | undefined;
|
|
@@ -1702,7 +739,7 @@ export declare const Field: {
|
|
|
1702
739
|
autoRotate: boolean;
|
|
1703
740
|
} | undefined;
|
|
1704
741
|
};
|
|
1705
|
-
scope: "table" | "
|
|
742
|
+
scope: "table" | "record" | "field" | "database";
|
|
1706
743
|
deterministicEncryption: boolean;
|
|
1707
744
|
searchableEncryption: boolean;
|
|
1708
745
|
} | undefined;
|
|
@@ -1710,22 +747,27 @@ export declare const Field: {
|
|
|
1710
747
|
readonly label?: string | undefined;
|
|
1711
748
|
readonly precision?: number | undefined;
|
|
1712
749
|
readonly name?: string | undefined;
|
|
1713
|
-
readonly
|
|
1714
|
-
readonly format?: string | undefined;
|
|
750
|
+
readonly required?: boolean | undefined;
|
|
1715
751
|
readonly searchable?: boolean | undefined;
|
|
1716
752
|
readonly multiple?: boolean | undefined;
|
|
1717
753
|
readonly unique?: boolean | undefined;
|
|
1718
754
|
readonly maxLength?: number | undefined;
|
|
1719
755
|
readonly minLength?: number | undefined;
|
|
1720
756
|
readonly scale?: number | undefined;
|
|
757
|
+
readonly options?: {
|
|
758
|
+
label: string;
|
|
759
|
+
value: string;
|
|
760
|
+
color?: string | undefined;
|
|
761
|
+
default?: boolean | undefined;
|
|
762
|
+
}[] | undefined;
|
|
1721
763
|
readonly reference?: string | undefined;
|
|
1722
764
|
readonly referenceFilters?: string[] | undefined;
|
|
1723
765
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1724
766
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1725
767
|
readonly summaryOperations?: {
|
|
1726
768
|
object: string;
|
|
1727
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
1728
769
|
field: string;
|
|
770
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
1729
771
|
} | undefined;
|
|
1730
772
|
readonly theme?: string | undefined;
|
|
1731
773
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -1746,7 +788,7 @@ export declare const Field: {
|
|
|
1746
788
|
readonly allowScanning?: boolean | undefined;
|
|
1747
789
|
readonly currencyConfig?: {
|
|
1748
790
|
precision: number;
|
|
1749
|
-
currencyMode: "
|
|
791
|
+
currencyMode: "fixed" | "dynamic";
|
|
1750
792
|
defaultCurrency: string;
|
|
1751
793
|
} | undefined;
|
|
1752
794
|
readonly vectorConfig?: {
|
|
@@ -1780,9 +822,9 @@ export declare const Field: {
|
|
|
1780
822
|
storageBucket?: string | undefined;
|
|
1781
823
|
storagePrefix?: string | undefined;
|
|
1782
824
|
imageValidation?: {
|
|
1783
|
-
autoRotate: boolean;
|
|
1784
825
|
generateThumbnails: boolean;
|
|
1785
826
|
preserveMetadata: boolean;
|
|
827
|
+
autoRotate: boolean;
|
|
1786
828
|
minWidth?: number | undefined;
|
|
1787
829
|
maxWidth?: number | undefined;
|
|
1788
830
|
minHeight?: number | undefined;
|
|
@@ -1799,7 +841,7 @@ export declare const Field: {
|
|
|
1799
841
|
} | undefined;
|
|
1800
842
|
readonly maskingRule?: {
|
|
1801
843
|
field: string;
|
|
1802
|
-
strategy: "
|
|
844
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
1803
845
|
preserveFormat: boolean;
|
|
1804
846
|
preserveLength: boolean;
|
|
1805
847
|
pattern?: string | undefined;
|
|
@@ -1822,22 +864,17 @@ export declare const Field: {
|
|
|
1822
864
|
} | undefined;
|
|
1823
865
|
} | undefined;
|
|
1824
866
|
readonly hidden?: boolean | undefined;
|
|
1825
|
-
readonly readonly?: boolean | undefined;
|
|
1826
867
|
readonly encryption?: boolean | undefined;
|
|
1827
868
|
readonly index?: boolean | undefined;
|
|
1828
869
|
readonly externalId?: boolean | undefined;
|
|
1829
870
|
readonly type: "textarea";
|
|
1830
871
|
};
|
|
1831
872
|
number: (config?: FieldInput) => {
|
|
1832
|
-
readonly
|
|
1833
|
-
value: string;
|
|
1834
|
-
label: string;
|
|
1835
|
-
color?: string | undefined;
|
|
1836
|
-
default?: boolean | undefined;
|
|
1837
|
-
}[] | undefined;
|
|
873
|
+
readonly format?: string | undefined;
|
|
1838
874
|
readonly expression?: string | undefined;
|
|
875
|
+
readonly readonly?: boolean | undefined;
|
|
1839
876
|
readonly defaultValue?: any;
|
|
1840
|
-
readonly
|
|
877
|
+
readonly description?: string | undefined;
|
|
1841
878
|
readonly min?: number | undefined;
|
|
1842
879
|
readonly max?: number | undefined;
|
|
1843
880
|
readonly language?: string | undefined;
|
|
@@ -1854,7 +891,7 @@ export declare const Field: {
|
|
|
1854
891
|
autoRotate: boolean;
|
|
1855
892
|
} | undefined;
|
|
1856
893
|
};
|
|
1857
|
-
scope: "table" | "
|
|
894
|
+
scope: "table" | "record" | "field" | "database";
|
|
1858
895
|
deterministicEncryption: boolean;
|
|
1859
896
|
searchableEncryption: boolean;
|
|
1860
897
|
} | undefined;
|
|
@@ -1862,22 +899,27 @@ export declare const Field: {
|
|
|
1862
899
|
readonly label?: string | undefined;
|
|
1863
900
|
readonly precision?: number | undefined;
|
|
1864
901
|
readonly name?: string | undefined;
|
|
1865
|
-
readonly
|
|
1866
|
-
readonly format?: string | undefined;
|
|
902
|
+
readonly required?: boolean | undefined;
|
|
1867
903
|
readonly searchable?: boolean | undefined;
|
|
1868
904
|
readonly multiple?: boolean | undefined;
|
|
1869
905
|
readonly unique?: boolean | undefined;
|
|
1870
906
|
readonly maxLength?: number | undefined;
|
|
1871
907
|
readonly minLength?: number | undefined;
|
|
1872
908
|
readonly scale?: number | undefined;
|
|
909
|
+
readonly options?: {
|
|
910
|
+
label: string;
|
|
911
|
+
value: string;
|
|
912
|
+
color?: string | undefined;
|
|
913
|
+
default?: boolean | undefined;
|
|
914
|
+
}[] | undefined;
|
|
1873
915
|
readonly reference?: string | undefined;
|
|
1874
916
|
readonly referenceFilters?: string[] | undefined;
|
|
1875
917
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1876
918
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1877
919
|
readonly summaryOperations?: {
|
|
1878
920
|
object: string;
|
|
1879
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
1880
921
|
field: string;
|
|
922
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
1881
923
|
} | undefined;
|
|
1882
924
|
readonly theme?: string | undefined;
|
|
1883
925
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -1898,7 +940,7 @@ export declare const Field: {
|
|
|
1898
940
|
readonly allowScanning?: boolean | undefined;
|
|
1899
941
|
readonly currencyConfig?: {
|
|
1900
942
|
precision: number;
|
|
1901
|
-
currencyMode: "
|
|
943
|
+
currencyMode: "fixed" | "dynamic";
|
|
1902
944
|
defaultCurrency: string;
|
|
1903
945
|
} | undefined;
|
|
1904
946
|
readonly vectorConfig?: {
|
|
@@ -1932,9 +974,9 @@ export declare const Field: {
|
|
|
1932
974
|
storageBucket?: string | undefined;
|
|
1933
975
|
storagePrefix?: string | undefined;
|
|
1934
976
|
imageValidation?: {
|
|
1935
|
-
autoRotate: boolean;
|
|
1936
977
|
generateThumbnails: boolean;
|
|
1937
978
|
preserveMetadata: boolean;
|
|
979
|
+
autoRotate: boolean;
|
|
1938
980
|
minWidth?: number | undefined;
|
|
1939
981
|
maxWidth?: number | undefined;
|
|
1940
982
|
minHeight?: number | undefined;
|
|
@@ -1951,7 +993,7 @@ export declare const Field: {
|
|
|
1951
993
|
} | undefined;
|
|
1952
994
|
readonly maskingRule?: {
|
|
1953
995
|
field: string;
|
|
1954
|
-
strategy: "
|
|
996
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
1955
997
|
preserveFormat: boolean;
|
|
1956
998
|
preserveLength: boolean;
|
|
1957
999
|
pattern?: string | undefined;
|
|
@@ -1974,22 +1016,17 @@ export declare const Field: {
|
|
|
1974
1016
|
} | undefined;
|
|
1975
1017
|
} | undefined;
|
|
1976
1018
|
readonly hidden?: boolean | undefined;
|
|
1977
|
-
readonly readonly?: boolean | undefined;
|
|
1978
1019
|
readonly encryption?: boolean | undefined;
|
|
1979
1020
|
readonly index?: boolean | undefined;
|
|
1980
1021
|
readonly externalId?: boolean | undefined;
|
|
1981
1022
|
readonly type: "number";
|
|
1982
1023
|
};
|
|
1983
1024
|
boolean: (config?: FieldInput) => {
|
|
1984
|
-
readonly
|
|
1985
|
-
value: string;
|
|
1986
|
-
label: string;
|
|
1987
|
-
color?: string | undefined;
|
|
1988
|
-
default?: boolean | undefined;
|
|
1989
|
-
}[] | undefined;
|
|
1025
|
+
readonly format?: string | undefined;
|
|
1990
1026
|
readonly expression?: string | undefined;
|
|
1027
|
+
readonly readonly?: boolean | undefined;
|
|
1991
1028
|
readonly defaultValue?: any;
|
|
1992
|
-
readonly
|
|
1029
|
+
readonly description?: string | undefined;
|
|
1993
1030
|
readonly min?: number | undefined;
|
|
1994
1031
|
readonly max?: number | undefined;
|
|
1995
1032
|
readonly language?: string | undefined;
|
|
@@ -2006,7 +1043,7 @@ export declare const Field: {
|
|
|
2006
1043
|
autoRotate: boolean;
|
|
2007
1044
|
} | undefined;
|
|
2008
1045
|
};
|
|
2009
|
-
scope: "table" | "
|
|
1046
|
+
scope: "table" | "record" | "field" | "database";
|
|
2010
1047
|
deterministicEncryption: boolean;
|
|
2011
1048
|
searchableEncryption: boolean;
|
|
2012
1049
|
} | undefined;
|
|
@@ -2014,22 +1051,27 @@ export declare const Field: {
|
|
|
2014
1051
|
readonly label?: string | undefined;
|
|
2015
1052
|
readonly precision?: number | undefined;
|
|
2016
1053
|
readonly name?: string | undefined;
|
|
2017
|
-
readonly
|
|
2018
|
-
readonly format?: string | undefined;
|
|
1054
|
+
readonly required?: boolean | undefined;
|
|
2019
1055
|
readonly searchable?: boolean | undefined;
|
|
2020
1056
|
readonly multiple?: boolean | undefined;
|
|
2021
1057
|
readonly unique?: boolean | undefined;
|
|
2022
1058
|
readonly maxLength?: number | undefined;
|
|
2023
1059
|
readonly minLength?: number | undefined;
|
|
2024
1060
|
readonly scale?: number | undefined;
|
|
1061
|
+
readonly options?: {
|
|
1062
|
+
label: string;
|
|
1063
|
+
value: string;
|
|
1064
|
+
color?: string | undefined;
|
|
1065
|
+
default?: boolean | undefined;
|
|
1066
|
+
}[] | undefined;
|
|
2025
1067
|
readonly reference?: string | undefined;
|
|
2026
1068
|
readonly referenceFilters?: string[] | undefined;
|
|
2027
1069
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2028
1070
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2029
1071
|
readonly summaryOperations?: {
|
|
2030
1072
|
object: string;
|
|
2031
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2032
1073
|
field: string;
|
|
1074
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2033
1075
|
} | undefined;
|
|
2034
1076
|
readonly theme?: string | undefined;
|
|
2035
1077
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2050,7 +1092,7 @@ export declare const Field: {
|
|
|
2050
1092
|
readonly allowScanning?: boolean | undefined;
|
|
2051
1093
|
readonly currencyConfig?: {
|
|
2052
1094
|
precision: number;
|
|
2053
|
-
currencyMode: "
|
|
1095
|
+
currencyMode: "fixed" | "dynamic";
|
|
2054
1096
|
defaultCurrency: string;
|
|
2055
1097
|
} | undefined;
|
|
2056
1098
|
readonly vectorConfig?: {
|
|
@@ -2084,9 +1126,9 @@ export declare const Field: {
|
|
|
2084
1126
|
storageBucket?: string | undefined;
|
|
2085
1127
|
storagePrefix?: string | undefined;
|
|
2086
1128
|
imageValidation?: {
|
|
2087
|
-
autoRotate: boolean;
|
|
2088
1129
|
generateThumbnails: boolean;
|
|
2089
1130
|
preserveMetadata: boolean;
|
|
1131
|
+
autoRotate: boolean;
|
|
2090
1132
|
minWidth?: number | undefined;
|
|
2091
1133
|
maxWidth?: number | undefined;
|
|
2092
1134
|
minHeight?: number | undefined;
|
|
@@ -2103,7 +1145,7 @@ export declare const Field: {
|
|
|
2103
1145
|
} | undefined;
|
|
2104
1146
|
readonly maskingRule?: {
|
|
2105
1147
|
field: string;
|
|
2106
|
-
strategy: "
|
|
1148
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2107
1149
|
preserveFormat: boolean;
|
|
2108
1150
|
preserveLength: boolean;
|
|
2109
1151
|
pattern?: string | undefined;
|
|
@@ -2126,22 +1168,17 @@ export declare const Field: {
|
|
|
2126
1168
|
} | undefined;
|
|
2127
1169
|
} | undefined;
|
|
2128
1170
|
readonly hidden?: boolean | undefined;
|
|
2129
|
-
readonly readonly?: boolean | undefined;
|
|
2130
1171
|
readonly encryption?: boolean | undefined;
|
|
2131
1172
|
readonly index?: boolean | undefined;
|
|
2132
1173
|
readonly externalId?: boolean | undefined;
|
|
2133
1174
|
readonly type: "boolean";
|
|
2134
1175
|
};
|
|
2135
1176
|
date: (config?: FieldInput) => {
|
|
2136
|
-
readonly
|
|
2137
|
-
value: string;
|
|
2138
|
-
label: string;
|
|
2139
|
-
color?: string | undefined;
|
|
2140
|
-
default?: boolean | undefined;
|
|
2141
|
-
}[] | undefined;
|
|
1177
|
+
readonly format?: string | undefined;
|
|
2142
1178
|
readonly expression?: string | undefined;
|
|
1179
|
+
readonly readonly?: boolean | undefined;
|
|
2143
1180
|
readonly defaultValue?: any;
|
|
2144
|
-
readonly
|
|
1181
|
+
readonly description?: string | undefined;
|
|
2145
1182
|
readonly min?: number | undefined;
|
|
2146
1183
|
readonly max?: number | undefined;
|
|
2147
1184
|
readonly language?: string | undefined;
|
|
@@ -2158,7 +1195,7 @@ export declare const Field: {
|
|
|
2158
1195
|
autoRotate: boolean;
|
|
2159
1196
|
} | undefined;
|
|
2160
1197
|
};
|
|
2161
|
-
scope: "table" | "
|
|
1198
|
+
scope: "table" | "record" | "field" | "database";
|
|
2162
1199
|
deterministicEncryption: boolean;
|
|
2163
1200
|
searchableEncryption: boolean;
|
|
2164
1201
|
} | undefined;
|
|
@@ -2166,22 +1203,27 @@ export declare const Field: {
|
|
|
2166
1203
|
readonly label?: string | undefined;
|
|
2167
1204
|
readonly precision?: number | undefined;
|
|
2168
1205
|
readonly name?: string | undefined;
|
|
2169
|
-
readonly
|
|
2170
|
-
readonly format?: string | undefined;
|
|
1206
|
+
readonly required?: boolean | undefined;
|
|
2171
1207
|
readonly searchable?: boolean | undefined;
|
|
2172
1208
|
readonly multiple?: boolean | undefined;
|
|
2173
1209
|
readonly unique?: boolean | undefined;
|
|
2174
1210
|
readonly maxLength?: number | undefined;
|
|
2175
1211
|
readonly minLength?: number | undefined;
|
|
2176
1212
|
readonly scale?: number | undefined;
|
|
1213
|
+
readonly options?: {
|
|
1214
|
+
label: string;
|
|
1215
|
+
value: string;
|
|
1216
|
+
color?: string | undefined;
|
|
1217
|
+
default?: boolean | undefined;
|
|
1218
|
+
}[] | undefined;
|
|
2177
1219
|
readonly reference?: string | undefined;
|
|
2178
1220
|
readonly referenceFilters?: string[] | undefined;
|
|
2179
1221
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2180
1222
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2181
1223
|
readonly summaryOperations?: {
|
|
2182
1224
|
object: string;
|
|
2183
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2184
1225
|
field: string;
|
|
1226
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2185
1227
|
} | undefined;
|
|
2186
1228
|
readonly theme?: string | undefined;
|
|
2187
1229
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2202,7 +1244,7 @@ export declare const Field: {
|
|
|
2202
1244
|
readonly allowScanning?: boolean | undefined;
|
|
2203
1245
|
readonly currencyConfig?: {
|
|
2204
1246
|
precision: number;
|
|
2205
|
-
currencyMode: "
|
|
1247
|
+
currencyMode: "fixed" | "dynamic";
|
|
2206
1248
|
defaultCurrency: string;
|
|
2207
1249
|
} | undefined;
|
|
2208
1250
|
readonly vectorConfig?: {
|
|
@@ -2236,9 +1278,9 @@ export declare const Field: {
|
|
|
2236
1278
|
storageBucket?: string | undefined;
|
|
2237
1279
|
storagePrefix?: string | undefined;
|
|
2238
1280
|
imageValidation?: {
|
|
2239
|
-
autoRotate: boolean;
|
|
2240
1281
|
generateThumbnails: boolean;
|
|
2241
1282
|
preserveMetadata: boolean;
|
|
1283
|
+
autoRotate: boolean;
|
|
2242
1284
|
minWidth?: number | undefined;
|
|
2243
1285
|
maxWidth?: number | undefined;
|
|
2244
1286
|
minHeight?: number | undefined;
|
|
@@ -2255,7 +1297,7 @@ export declare const Field: {
|
|
|
2255
1297
|
} | undefined;
|
|
2256
1298
|
readonly maskingRule?: {
|
|
2257
1299
|
field: string;
|
|
2258
|
-
strategy: "
|
|
1300
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2259
1301
|
preserveFormat: boolean;
|
|
2260
1302
|
preserveLength: boolean;
|
|
2261
1303
|
pattern?: string | undefined;
|
|
@@ -2278,22 +1320,17 @@ export declare const Field: {
|
|
|
2278
1320
|
} | undefined;
|
|
2279
1321
|
} | undefined;
|
|
2280
1322
|
readonly hidden?: boolean | undefined;
|
|
2281
|
-
readonly readonly?: boolean | undefined;
|
|
2282
1323
|
readonly encryption?: boolean | undefined;
|
|
2283
1324
|
readonly index?: boolean | undefined;
|
|
2284
1325
|
readonly externalId?: boolean | undefined;
|
|
2285
1326
|
readonly type: "date";
|
|
2286
1327
|
};
|
|
2287
1328
|
datetime: (config?: FieldInput) => {
|
|
2288
|
-
readonly
|
|
2289
|
-
value: string;
|
|
2290
|
-
label: string;
|
|
2291
|
-
color?: string | undefined;
|
|
2292
|
-
default?: boolean | undefined;
|
|
2293
|
-
}[] | undefined;
|
|
1329
|
+
readonly format?: string | undefined;
|
|
2294
1330
|
readonly expression?: string | undefined;
|
|
1331
|
+
readonly readonly?: boolean | undefined;
|
|
2295
1332
|
readonly defaultValue?: any;
|
|
2296
|
-
readonly
|
|
1333
|
+
readonly description?: string | undefined;
|
|
2297
1334
|
readonly min?: number | undefined;
|
|
2298
1335
|
readonly max?: number | undefined;
|
|
2299
1336
|
readonly language?: string | undefined;
|
|
@@ -2310,7 +1347,7 @@ export declare const Field: {
|
|
|
2310
1347
|
autoRotate: boolean;
|
|
2311
1348
|
} | undefined;
|
|
2312
1349
|
};
|
|
2313
|
-
scope: "table" | "
|
|
1350
|
+
scope: "table" | "record" | "field" | "database";
|
|
2314
1351
|
deterministicEncryption: boolean;
|
|
2315
1352
|
searchableEncryption: boolean;
|
|
2316
1353
|
} | undefined;
|
|
@@ -2318,22 +1355,27 @@ export declare const Field: {
|
|
|
2318
1355
|
readonly label?: string | undefined;
|
|
2319
1356
|
readonly precision?: number | undefined;
|
|
2320
1357
|
readonly name?: string | undefined;
|
|
2321
|
-
readonly
|
|
2322
|
-
readonly format?: string | undefined;
|
|
1358
|
+
readonly required?: boolean | undefined;
|
|
2323
1359
|
readonly searchable?: boolean | undefined;
|
|
2324
1360
|
readonly multiple?: boolean | undefined;
|
|
2325
1361
|
readonly unique?: boolean | undefined;
|
|
2326
1362
|
readonly maxLength?: number | undefined;
|
|
2327
1363
|
readonly minLength?: number | undefined;
|
|
2328
1364
|
readonly scale?: number | undefined;
|
|
1365
|
+
readonly options?: {
|
|
1366
|
+
label: string;
|
|
1367
|
+
value: string;
|
|
1368
|
+
color?: string | undefined;
|
|
1369
|
+
default?: boolean | undefined;
|
|
1370
|
+
}[] | undefined;
|
|
2329
1371
|
readonly reference?: string | undefined;
|
|
2330
1372
|
readonly referenceFilters?: string[] | undefined;
|
|
2331
1373
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2332
1374
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2333
1375
|
readonly summaryOperations?: {
|
|
2334
1376
|
object: string;
|
|
2335
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2336
1377
|
field: string;
|
|
1378
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2337
1379
|
} | undefined;
|
|
2338
1380
|
readonly theme?: string | undefined;
|
|
2339
1381
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2354,7 +1396,7 @@ export declare const Field: {
|
|
|
2354
1396
|
readonly allowScanning?: boolean | undefined;
|
|
2355
1397
|
readonly currencyConfig?: {
|
|
2356
1398
|
precision: number;
|
|
2357
|
-
currencyMode: "
|
|
1399
|
+
currencyMode: "fixed" | "dynamic";
|
|
2358
1400
|
defaultCurrency: string;
|
|
2359
1401
|
} | undefined;
|
|
2360
1402
|
readonly vectorConfig?: {
|
|
@@ -2388,9 +1430,9 @@ export declare const Field: {
|
|
|
2388
1430
|
storageBucket?: string | undefined;
|
|
2389
1431
|
storagePrefix?: string | undefined;
|
|
2390
1432
|
imageValidation?: {
|
|
2391
|
-
autoRotate: boolean;
|
|
2392
1433
|
generateThumbnails: boolean;
|
|
2393
1434
|
preserveMetadata: boolean;
|
|
1435
|
+
autoRotate: boolean;
|
|
2394
1436
|
minWidth?: number | undefined;
|
|
2395
1437
|
maxWidth?: number | undefined;
|
|
2396
1438
|
minHeight?: number | undefined;
|
|
@@ -2407,7 +1449,7 @@ export declare const Field: {
|
|
|
2407
1449
|
} | undefined;
|
|
2408
1450
|
readonly maskingRule?: {
|
|
2409
1451
|
field: string;
|
|
2410
|
-
strategy: "
|
|
1452
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2411
1453
|
preserveFormat: boolean;
|
|
2412
1454
|
preserveLength: boolean;
|
|
2413
1455
|
pattern?: string | undefined;
|
|
@@ -2430,22 +1472,17 @@ export declare const Field: {
|
|
|
2430
1472
|
} | undefined;
|
|
2431
1473
|
} | undefined;
|
|
2432
1474
|
readonly hidden?: boolean | undefined;
|
|
2433
|
-
readonly readonly?: boolean | undefined;
|
|
2434
1475
|
readonly encryption?: boolean | undefined;
|
|
2435
1476
|
readonly index?: boolean | undefined;
|
|
2436
1477
|
readonly externalId?: boolean | undefined;
|
|
2437
1478
|
readonly type: "datetime";
|
|
2438
1479
|
};
|
|
2439
1480
|
currency: (config?: FieldInput) => {
|
|
2440
|
-
readonly
|
|
2441
|
-
value: string;
|
|
2442
|
-
label: string;
|
|
2443
|
-
color?: string | undefined;
|
|
2444
|
-
default?: boolean | undefined;
|
|
2445
|
-
}[] | undefined;
|
|
1481
|
+
readonly format?: string | undefined;
|
|
2446
1482
|
readonly expression?: string | undefined;
|
|
1483
|
+
readonly readonly?: boolean | undefined;
|
|
2447
1484
|
readonly defaultValue?: any;
|
|
2448
|
-
readonly
|
|
1485
|
+
readonly description?: string | undefined;
|
|
2449
1486
|
readonly min?: number | undefined;
|
|
2450
1487
|
readonly max?: number | undefined;
|
|
2451
1488
|
readonly language?: string | undefined;
|
|
@@ -2462,7 +1499,7 @@ export declare const Field: {
|
|
|
2462
1499
|
autoRotate: boolean;
|
|
2463
1500
|
} | undefined;
|
|
2464
1501
|
};
|
|
2465
|
-
scope: "table" | "
|
|
1502
|
+
scope: "table" | "record" | "field" | "database";
|
|
2466
1503
|
deterministicEncryption: boolean;
|
|
2467
1504
|
searchableEncryption: boolean;
|
|
2468
1505
|
} | undefined;
|
|
@@ -2470,22 +1507,27 @@ export declare const Field: {
|
|
|
2470
1507
|
readonly label?: string | undefined;
|
|
2471
1508
|
readonly precision?: number | undefined;
|
|
2472
1509
|
readonly name?: string | undefined;
|
|
2473
|
-
readonly
|
|
2474
|
-
readonly format?: string | undefined;
|
|
1510
|
+
readonly required?: boolean | undefined;
|
|
2475
1511
|
readonly searchable?: boolean | undefined;
|
|
2476
1512
|
readonly multiple?: boolean | undefined;
|
|
2477
1513
|
readonly unique?: boolean | undefined;
|
|
2478
1514
|
readonly maxLength?: number | undefined;
|
|
2479
1515
|
readonly minLength?: number | undefined;
|
|
2480
1516
|
readonly scale?: number | undefined;
|
|
1517
|
+
readonly options?: {
|
|
1518
|
+
label: string;
|
|
1519
|
+
value: string;
|
|
1520
|
+
color?: string | undefined;
|
|
1521
|
+
default?: boolean | undefined;
|
|
1522
|
+
}[] | undefined;
|
|
2481
1523
|
readonly reference?: string | undefined;
|
|
2482
1524
|
readonly referenceFilters?: string[] | undefined;
|
|
2483
1525
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2484
1526
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2485
1527
|
readonly summaryOperations?: {
|
|
2486
1528
|
object: string;
|
|
2487
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2488
1529
|
field: string;
|
|
1530
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2489
1531
|
} | undefined;
|
|
2490
1532
|
readonly theme?: string | undefined;
|
|
2491
1533
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2506,7 +1548,7 @@ export declare const Field: {
|
|
|
2506
1548
|
readonly allowScanning?: boolean | undefined;
|
|
2507
1549
|
readonly currencyConfig?: {
|
|
2508
1550
|
precision: number;
|
|
2509
|
-
currencyMode: "
|
|
1551
|
+
currencyMode: "fixed" | "dynamic";
|
|
2510
1552
|
defaultCurrency: string;
|
|
2511
1553
|
} | undefined;
|
|
2512
1554
|
readonly vectorConfig?: {
|
|
@@ -2540,9 +1582,9 @@ export declare const Field: {
|
|
|
2540
1582
|
storageBucket?: string | undefined;
|
|
2541
1583
|
storagePrefix?: string | undefined;
|
|
2542
1584
|
imageValidation?: {
|
|
2543
|
-
autoRotate: boolean;
|
|
2544
1585
|
generateThumbnails: boolean;
|
|
2545
1586
|
preserveMetadata: boolean;
|
|
1587
|
+
autoRotate: boolean;
|
|
2546
1588
|
minWidth?: number | undefined;
|
|
2547
1589
|
maxWidth?: number | undefined;
|
|
2548
1590
|
minHeight?: number | undefined;
|
|
@@ -2559,7 +1601,7 @@ export declare const Field: {
|
|
|
2559
1601
|
} | undefined;
|
|
2560
1602
|
readonly maskingRule?: {
|
|
2561
1603
|
field: string;
|
|
2562
|
-
strategy: "
|
|
1604
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2563
1605
|
preserveFormat: boolean;
|
|
2564
1606
|
preserveLength: boolean;
|
|
2565
1607
|
pattern?: string | undefined;
|
|
@@ -2582,22 +1624,17 @@ export declare const Field: {
|
|
|
2582
1624
|
} | undefined;
|
|
2583
1625
|
} | undefined;
|
|
2584
1626
|
readonly hidden?: boolean | undefined;
|
|
2585
|
-
readonly readonly?: boolean | undefined;
|
|
2586
1627
|
readonly encryption?: boolean | undefined;
|
|
2587
1628
|
readonly index?: boolean | undefined;
|
|
2588
1629
|
readonly externalId?: boolean | undefined;
|
|
2589
1630
|
readonly type: "currency";
|
|
2590
1631
|
};
|
|
2591
1632
|
percent: (config?: FieldInput) => {
|
|
2592
|
-
readonly
|
|
2593
|
-
value: string;
|
|
2594
|
-
label: string;
|
|
2595
|
-
color?: string | undefined;
|
|
2596
|
-
default?: boolean | undefined;
|
|
2597
|
-
}[] | undefined;
|
|
1633
|
+
readonly format?: string | undefined;
|
|
2598
1634
|
readonly expression?: string | undefined;
|
|
1635
|
+
readonly readonly?: boolean | undefined;
|
|
2599
1636
|
readonly defaultValue?: any;
|
|
2600
|
-
readonly
|
|
1637
|
+
readonly description?: string | undefined;
|
|
2601
1638
|
readonly min?: number | undefined;
|
|
2602
1639
|
readonly max?: number | undefined;
|
|
2603
1640
|
readonly language?: string | undefined;
|
|
@@ -2614,7 +1651,7 @@ export declare const Field: {
|
|
|
2614
1651
|
autoRotate: boolean;
|
|
2615
1652
|
} | undefined;
|
|
2616
1653
|
};
|
|
2617
|
-
scope: "table" | "
|
|
1654
|
+
scope: "table" | "record" | "field" | "database";
|
|
2618
1655
|
deterministicEncryption: boolean;
|
|
2619
1656
|
searchableEncryption: boolean;
|
|
2620
1657
|
} | undefined;
|
|
@@ -2622,22 +1659,27 @@ export declare const Field: {
|
|
|
2622
1659
|
readonly label?: string | undefined;
|
|
2623
1660
|
readonly precision?: number | undefined;
|
|
2624
1661
|
readonly name?: string | undefined;
|
|
2625
|
-
readonly
|
|
2626
|
-
readonly format?: string | undefined;
|
|
1662
|
+
readonly required?: boolean | undefined;
|
|
2627
1663
|
readonly searchable?: boolean | undefined;
|
|
2628
1664
|
readonly multiple?: boolean | undefined;
|
|
2629
1665
|
readonly unique?: boolean | undefined;
|
|
2630
1666
|
readonly maxLength?: number | undefined;
|
|
2631
1667
|
readonly minLength?: number | undefined;
|
|
2632
1668
|
readonly scale?: number | undefined;
|
|
1669
|
+
readonly options?: {
|
|
1670
|
+
label: string;
|
|
1671
|
+
value: string;
|
|
1672
|
+
color?: string | undefined;
|
|
1673
|
+
default?: boolean | undefined;
|
|
1674
|
+
}[] | undefined;
|
|
2633
1675
|
readonly reference?: string | undefined;
|
|
2634
1676
|
readonly referenceFilters?: string[] | undefined;
|
|
2635
1677
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2636
1678
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2637
1679
|
readonly summaryOperations?: {
|
|
2638
1680
|
object: string;
|
|
2639
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2640
1681
|
field: string;
|
|
1682
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2641
1683
|
} | undefined;
|
|
2642
1684
|
readonly theme?: string | undefined;
|
|
2643
1685
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2658,7 +1700,7 @@ export declare const Field: {
|
|
|
2658
1700
|
readonly allowScanning?: boolean | undefined;
|
|
2659
1701
|
readonly currencyConfig?: {
|
|
2660
1702
|
precision: number;
|
|
2661
|
-
currencyMode: "
|
|
1703
|
+
currencyMode: "fixed" | "dynamic";
|
|
2662
1704
|
defaultCurrency: string;
|
|
2663
1705
|
} | undefined;
|
|
2664
1706
|
readonly vectorConfig?: {
|
|
@@ -2692,9 +1734,9 @@ export declare const Field: {
|
|
|
2692
1734
|
storageBucket?: string | undefined;
|
|
2693
1735
|
storagePrefix?: string | undefined;
|
|
2694
1736
|
imageValidation?: {
|
|
2695
|
-
autoRotate: boolean;
|
|
2696
1737
|
generateThumbnails: boolean;
|
|
2697
1738
|
preserveMetadata: boolean;
|
|
1739
|
+
autoRotate: boolean;
|
|
2698
1740
|
minWidth?: number | undefined;
|
|
2699
1741
|
maxWidth?: number | undefined;
|
|
2700
1742
|
minHeight?: number | undefined;
|
|
@@ -2711,7 +1753,7 @@ export declare const Field: {
|
|
|
2711
1753
|
} | undefined;
|
|
2712
1754
|
readonly maskingRule?: {
|
|
2713
1755
|
field: string;
|
|
2714
|
-
strategy: "
|
|
1756
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2715
1757
|
preserveFormat: boolean;
|
|
2716
1758
|
preserveLength: boolean;
|
|
2717
1759
|
pattern?: string | undefined;
|
|
@@ -2734,22 +1776,17 @@ export declare const Field: {
|
|
|
2734
1776
|
} | undefined;
|
|
2735
1777
|
} | undefined;
|
|
2736
1778
|
readonly hidden?: boolean | undefined;
|
|
2737
|
-
readonly readonly?: boolean | undefined;
|
|
2738
1779
|
readonly encryption?: boolean | undefined;
|
|
2739
1780
|
readonly index?: boolean | undefined;
|
|
2740
1781
|
readonly externalId?: boolean | undefined;
|
|
2741
1782
|
readonly type: "percent";
|
|
2742
1783
|
};
|
|
2743
1784
|
url: (config?: FieldInput) => {
|
|
2744
|
-
readonly
|
|
2745
|
-
value: string;
|
|
2746
|
-
label: string;
|
|
2747
|
-
color?: string | undefined;
|
|
2748
|
-
default?: boolean | undefined;
|
|
2749
|
-
}[] | undefined;
|
|
1785
|
+
readonly format?: string | undefined;
|
|
2750
1786
|
readonly expression?: string | undefined;
|
|
1787
|
+
readonly readonly?: boolean | undefined;
|
|
2751
1788
|
readonly defaultValue?: any;
|
|
2752
|
-
readonly
|
|
1789
|
+
readonly description?: string | undefined;
|
|
2753
1790
|
readonly min?: number | undefined;
|
|
2754
1791
|
readonly max?: number | undefined;
|
|
2755
1792
|
readonly language?: string | undefined;
|
|
@@ -2766,7 +1803,7 @@ export declare const Field: {
|
|
|
2766
1803
|
autoRotate: boolean;
|
|
2767
1804
|
} | undefined;
|
|
2768
1805
|
};
|
|
2769
|
-
scope: "table" | "
|
|
1806
|
+
scope: "table" | "record" | "field" | "database";
|
|
2770
1807
|
deterministicEncryption: boolean;
|
|
2771
1808
|
searchableEncryption: boolean;
|
|
2772
1809
|
} | undefined;
|
|
@@ -2774,22 +1811,27 @@ export declare const Field: {
|
|
|
2774
1811
|
readonly label?: string | undefined;
|
|
2775
1812
|
readonly precision?: number | undefined;
|
|
2776
1813
|
readonly name?: string | undefined;
|
|
2777
|
-
readonly
|
|
2778
|
-
readonly format?: string | undefined;
|
|
1814
|
+
readonly required?: boolean | undefined;
|
|
2779
1815
|
readonly searchable?: boolean | undefined;
|
|
2780
1816
|
readonly multiple?: boolean | undefined;
|
|
2781
1817
|
readonly unique?: boolean | undefined;
|
|
2782
1818
|
readonly maxLength?: number | undefined;
|
|
2783
1819
|
readonly minLength?: number | undefined;
|
|
2784
1820
|
readonly scale?: number | undefined;
|
|
1821
|
+
readonly options?: {
|
|
1822
|
+
label: string;
|
|
1823
|
+
value: string;
|
|
1824
|
+
color?: string | undefined;
|
|
1825
|
+
default?: boolean | undefined;
|
|
1826
|
+
}[] | undefined;
|
|
2785
1827
|
readonly reference?: string | undefined;
|
|
2786
1828
|
readonly referenceFilters?: string[] | undefined;
|
|
2787
1829
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2788
1830
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2789
1831
|
readonly summaryOperations?: {
|
|
2790
1832
|
object: string;
|
|
2791
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2792
1833
|
field: string;
|
|
1834
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2793
1835
|
} | undefined;
|
|
2794
1836
|
readonly theme?: string | undefined;
|
|
2795
1837
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2810,7 +1852,7 @@ export declare const Field: {
|
|
|
2810
1852
|
readonly allowScanning?: boolean | undefined;
|
|
2811
1853
|
readonly currencyConfig?: {
|
|
2812
1854
|
precision: number;
|
|
2813
|
-
currencyMode: "
|
|
1855
|
+
currencyMode: "fixed" | "dynamic";
|
|
2814
1856
|
defaultCurrency: string;
|
|
2815
1857
|
} | undefined;
|
|
2816
1858
|
readonly vectorConfig?: {
|
|
@@ -2844,9 +1886,9 @@ export declare const Field: {
|
|
|
2844
1886
|
storageBucket?: string | undefined;
|
|
2845
1887
|
storagePrefix?: string | undefined;
|
|
2846
1888
|
imageValidation?: {
|
|
2847
|
-
autoRotate: boolean;
|
|
2848
1889
|
generateThumbnails: boolean;
|
|
2849
1890
|
preserveMetadata: boolean;
|
|
1891
|
+
autoRotate: boolean;
|
|
2850
1892
|
minWidth?: number | undefined;
|
|
2851
1893
|
maxWidth?: number | undefined;
|
|
2852
1894
|
minHeight?: number | undefined;
|
|
@@ -2863,7 +1905,7 @@ export declare const Field: {
|
|
|
2863
1905
|
} | undefined;
|
|
2864
1906
|
readonly maskingRule?: {
|
|
2865
1907
|
field: string;
|
|
2866
|
-
strategy: "
|
|
1908
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
2867
1909
|
preserveFormat: boolean;
|
|
2868
1910
|
preserveLength: boolean;
|
|
2869
1911
|
pattern?: string | undefined;
|
|
@@ -2886,22 +1928,17 @@ export declare const Field: {
|
|
|
2886
1928
|
} | undefined;
|
|
2887
1929
|
} | undefined;
|
|
2888
1930
|
readonly hidden?: boolean | undefined;
|
|
2889
|
-
readonly readonly?: boolean | undefined;
|
|
2890
1931
|
readonly encryption?: boolean | undefined;
|
|
2891
1932
|
readonly index?: boolean | undefined;
|
|
2892
1933
|
readonly externalId?: boolean | undefined;
|
|
2893
1934
|
readonly type: "url";
|
|
2894
1935
|
};
|
|
2895
1936
|
email: (config?: FieldInput) => {
|
|
2896
|
-
readonly
|
|
2897
|
-
value: string;
|
|
2898
|
-
label: string;
|
|
2899
|
-
color?: string | undefined;
|
|
2900
|
-
default?: boolean | undefined;
|
|
2901
|
-
}[] | undefined;
|
|
1937
|
+
readonly format?: string | undefined;
|
|
2902
1938
|
readonly expression?: string | undefined;
|
|
1939
|
+
readonly readonly?: boolean | undefined;
|
|
2903
1940
|
readonly defaultValue?: any;
|
|
2904
|
-
readonly
|
|
1941
|
+
readonly description?: string | undefined;
|
|
2905
1942
|
readonly min?: number | undefined;
|
|
2906
1943
|
readonly max?: number | undefined;
|
|
2907
1944
|
readonly language?: string | undefined;
|
|
@@ -2918,7 +1955,7 @@ export declare const Field: {
|
|
|
2918
1955
|
autoRotate: boolean;
|
|
2919
1956
|
} | undefined;
|
|
2920
1957
|
};
|
|
2921
|
-
scope: "table" | "
|
|
1958
|
+
scope: "table" | "record" | "field" | "database";
|
|
2922
1959
|
deterministicEncryption: boolean;
|
|
2923
1960
|
searchableEncryption: boolean;
|
|
2924
1961
|
} | undefined;
|
|
@@ -2926,22 +1963,27 @@ export declare const Field: {
|
|
|
2926
1963
|
readonly label?: string | undefined;
|
|
2927
1964
|
readonly precision?: number | undefined;
|
|
2928
1965
|
readonly name?: string | undefined;
|
|
2929
|
-
readonly
|
|
2930
|
-
readonly format?: string | undefined;
|
|
1966
|
+
readonly required?: boolean | undefined;
|
|
2931
1967
|
readonly searchable?: boolean | undefined;
|
|
2932
1968
|
readonly multiple?: boolean | undefined;
|
|
2933
1969
|
readonly unique?: boolean | undefined;
|
|
2934
1970
|
readonly maxLength?: number | undefined;
|
|
2935
1971
|
readonly minLength?: number | undefined;
|
|
2936
1972
|
readonly scale?: number | undefined;
|
|
1973
|
+
readonly options?: {
|
|
1974
|
+
label: string;
|
|
1975
|
+
value: string;
|
|
1976
|
+
color?: string | undefined;
|
|
1977
|
+
default?: boolean | undefined;
|
|
1978
|
+
}[] | undefined;
|
|
2937
1979
|
readonly reference?: string | undefined;
|
|
2938
1980
|
readonly referenceFilters?: string[] | undefined;
|
|
2939
1981
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2940
1982
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2941
1983
|
readonly summaryOperations?: {
|
|
2942
1984
|
object: string;
|
|
2943
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2944
1985
|
field: string;
|
|
1986
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
2945
1987
|
} | undefined;
|
|
2946
1988
|
readonly theme?: string | undefined;
|
|
2947
1989
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2962,7 +2004,7 @@ export declare const Field: {
|
|
|
2962
2004
|
readonly allowScanning?: boolean | undefined;
|
|
2963
2005
|
readonly currencyConfig?: {
|
|
2964
2006
|
precision: number;
|
|
2965
|
-
currencyMode: "
|
|
2007
|
+
currencyMode: "fixed" | "dynamic";
|
|
2966
2008
|
defaultCurrency: string;
|
|
2967
2009
|
} | undefined;
|
|
2968
2010
|
readonly vectorConfig?: {
|
|
@@ -2996,9 +2038,9 @@ export declare const Field: {
|
|
|
2996
2038
|
storageBucket?: string | undefined;
|
|
2997
2039
|
storagePrefix?: string | undefined;
|
|
2998
2040
|
imageValidation?: {
|
|
2999
|
-
autoRotate: boolean;
|
|
3000
2041
|
generateThumbnails: boolean;
|
|
3001
2042
|
preserveMetadata: boolean;
|
|
2043
|
+
autoRotate: boolean;
|
|
3002
2044
|
minWidth?: number | undefined;
|
|
3003
2045
|
maxWidth?: number | undefined;
|
|
3004
2046
|
minHeight?: number | undefined;
|
|
@@ -3015,7 +2057,7 @@ export declare const Field: {
|
|
|
3015
2057
|
} | undefined;
|
|
3016
2058
|
readonly maskingRule?: {
|
|
3017
2059
|
field: string;
|
|
3018
|
-
strategy: "
|
|
2060
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3019
2061
|
preserveFormat: boolean;
|
|
3020
2062
|
preserveLength: boolean;
|
|
3021
2063
|
pattern?: string | undefined;
|
|
@@ -3038,22 +2080,17 @@ export declare const Field: {
|
|
|
3038
2080
|
} | undefined;
|
|
3039
2081
|
} | undefined;
|
|
3040
2082
|
readonly hidden?: boolean | undefined;
|
|
3041
|
-
readonly readonly?: boolean | undefined;
|
|
3042
2083
|
readonly encryption?: boolean | undefined;
|
|
3043
2084
|
readonly index?: boolean | undefined;
|
|
3044
2085
|
readonly externalId?: boolean | undefined;
|
|
3045
2086
|
readonly type: "email";
|
|
3046
2087
|
};
|
|
3047
2088
|
phone: (config?: FieldInput) => {
|
|
3048
|
-
readonly
|
|
3049
|
-
value: string;
|
|
3050
|
-
label: string;
|
|
3051
|
-
color?: string | undefined;
|
|
3052
|
-
default?: boolean | undefined;
|
|
3053
|
-
}[] | undefined;
|
|
2089
|
+
readonly format?: string | undefined;
|
|
3054
2090
|
readonly expression?: string | undefined;
|
|
2091
|
+
readonly readonly?: boolean | undefined;
|
|
3055
2092
|
readonly defaultValue?: any;
|
|
3056
|
-
readonly
|
|
2093
|
+
readonly description?: string | undefined;
|
|
3057
2094
|
readonly min?: number | undefined;
|
|
3058
2095
|
readonly max?: number | undefined;
|
|
3059
2096
|
readonly language?: string | undefined;
|
|
@@ -3070,7 +2107,7 @@ export declare const Field: {
|
|
|
3070
2107
|
autoRotate: boolean;
|
|
3071
2108
|
} | undefined;
|
|
3072
2109
|
};
|
|
3073
|
-
scope: "table" | "
|
|
2110
|
+
scope: "table" | "record" | "field" | "database";
|
|
3074
2111
|
deterministicEncryption: boolean;
|
|
3075
2112
|
searchableEncryption: boolean;
|
|
3076
2113
|
} | undefined;
|
|
@@ -3078,22 +2115,27 @@ export declare const Field: {
|
|
|
3078
2115
|
readonly label?: string | undefined;
|
|
3079
2116
|
readonly precision?: number | undefined;
|
|
3080
2117
|
readonly name?: string | undefined;
|
|
3081
|
-
readonly
|
|
3082
|
-
readonly format?: string | undefined;
|
|
2118
|
+
readonly required?: boolean | undefined;
|
|
3083
2119
|
readonly searchable?: boolean | undefined;
|
|
3084
2120
|
readonly multiple?: boolean | undefined;
|
|
3085
2121
|
readonly unique?: boolean | undefined;
|
|
3086
2122
|
readonly maxLength?: number | undefined;
|
|
3087
2123
|
readonly minLength?: number | undefined;
|
|
3088
2124
|
readonly scale?: number | undefined;
|
|
2125
|
+
readonly options?: {
|
|
2126
|
+
label: string;
|
|
2127
|
+
value: string;
|
|
2128
|
+
color?: string | undefined;
|
|
2129
|
+
default?: boolean | undefined;
|
|
2130
|
+
}[] | undefined;
|
|
3089
2131
|
readonly reference?: string | undefined;
|
|
3090
2132
|
readonly referenceFilters?: string[] | undefined;
|
|
3091
2133
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3092
2134
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3093
2135
|
readonly summaryOperations?: {
|
|
3094
2136
|
object: string;
|
|
3095
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3096
2137
|
field: string;
|
|
2138
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3097
2139
|
} | undefined;
|
|
3098
2140
|
readonly theme?: string | undefined;
|
|
3099
2141
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -3114,7 +2156,7 @@ export declare const Field: {
|
|
|
3114
2156
|
readonly allowScanning?: boolean | undefined;
|
|
3115
2157
|
readonly currencyConfig?: {
|
|
3116
2158
|
precision: number;
|
|
3117
|
-
currencyMode: "
|
|
2159
|
+
currencyMode: "fixed" | "dynamic";
|
|
3118
2160
|
defaultCurrency: string;
|
|
3119
2161
|
} | undefined;
|
|
3120
2162
|
readonly vectorConfig?: {
|
|
@@ -3148,9 +2190,9 @@ export declare const Field: {
|
|
|
3148
2190
|
storageBucket?: string | undefined;
|
|
3149
2191
|
storagePrefix?: string | undefined;
|
|
3150
2192
|
imageValidation?: {
|
|
3151
|
-
autoRotate: boolean;
|
|
3152
2193
|
generateThumbnails: boolean;
|
|
3153
2194
|
preserveMetadata: boolean;
|
|
2195
|
+
autoRotate: boolean;
|
|
3154
2196
|
minWidth?: number | undefined;
|
|
3155
2197
|
maxWidth?: number | undefined;
|
|
3156
2198
|
minHeight?: number | undefined;
|
|
@@ -3167,7 +2209,7 @@ export declare const Field: {
|
|
|
3167
2209
|
} | undefined;
|
|
3168
2210
|
readonly maskingRule?: {
|
|
3169
2211
|
field: string;
|
|
3170
|
-
strategy: "
|
|
2212
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3171
2213
|
preserveFormat: boolean;
|
|
3172
2214
|
preserveLength: boolean;
|
|
3173
2215
|
pattern?: string | undefined;
|
|
@@ -3190,22 +2232,17 @@ export declare const Field: {
|
|
|
3190
2232
|
} | undefined;
|
|
3191
2233
|
} | undefined;
|
|
3192
2234
|
readonly hidden?: boolean | undefined;
|
|
3193
|
-
readonly readonly?: boolean | undefined;
|
|
3194
2235
|
readonly encryption?: boolean | undefined;
|
|
3195
2236
|
readonly index?: boolean | undefined;
|
|
3196
2237
|
readonly externalId?: boolean | undefined;
|
|
3197
2238
|
readonly type: "phone";
|
|
3198
2239
|
};
|
|
3199
2240
|
image: (config?: FieldInput) => {
|
|
3200
|
-
readonly
|
|
3201
|
-
value: string;
|
|
3202
|
-
label: string;
|
|
3203
|
-
color?: string | undefined;
|
|
3204
|
-
default?: boolean | undefined;
|
|
3205
|
-
}[] | undefined;
|
|
2241
|
+
readonly format?: string | undefined;
|
|
3206
2242
|
readonly expression?: string | undefined;
|
|
2243
|
+
readonly readonly?: boolean | undefined;
|
|
3207
2244
|
readonly defaultValue?: any;
|
|
3208
|
-
readonly
|
|
2245
|
+
readonly description?: string | undefined;
|
|
3209
2246
|
readonly min?: number | undefined;
|
|
3210
2247
|
readonly max?: number | undefined;
|
|
3211
2248
|
readonly language?: string | undefined;
|
|
@@ -3222,7 +2259,7 @@ export declare const Field: {
|
|
|
3222
2259
|
autoRotate: boolean;
|
|
3223
2260
|
} | undefined;
|
|
3224
2261
|
};
|
|
3225
|
-
scope: "table" | "
|
|
2262
|
+
scope: "table" | "record" | "field" | "database";
|
|
3226
2263
|
deterministicEncryption: boolean;
|
|
3227
2264
|
searchableEncryption: boolean;
|
|
3228
2265
|
} | undefined;
|
|
@@ -3230,22 +2267,27 @@ export declare const Field: {
|
|
|
3230
2267
|
readonly label?: string | undefined;
|
|
3231
2268
|
readonly precision?: number | undefined;
|
|
3232
2269
|
readonly name?: string | undefined;
|
|
3233
|
-
readonly
|
|
3234
|
-
readonly format?: string | undefined;
|
|
2270
|
+
readonly required?: boolean | undefined;
|
|
3235
2271
|
readonly searchable?: boolean | undefined;
|
|
3236
2272
|
readonly multiple?: boolean | undefined;
|
|
3237
2273
|
readonly unique?: boolean | undefined;
|
|
3238
2274
|
readonly maxLength?: number | undefined;
|
|
3239
2275
|
readonly minLength?: number | undefined;
|
|
3240
2276
|
readonly scale?: number | undefined;
|
|
2277
|
+
readonly options?: {
|
|
2278
|
+
label: string;
|
|
2279
|
+
value: string;
|
|
2280
|
+
color?: string | undefined;
|
|
2281
|
+
default?: boolean | undefined;
|
|
2282
|
+
}[] | undefined;
|
|
3241
2283
|
readonly reference?: string | undefined;
|
|
3242
2284
|
readonly referenceFilters?: string[] | undefined;
|
|
3243
2285
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3244
2286
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3245
2287
|
readonly summaryOperations?: {
|
|
3246
2288
|
object: string;
|
|
3247
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3248
2289
|
field: string;
|
|
2290
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3249
2291
|
} | undefined;
|
|
3250
2292
|
readonly theme?: string | undefined;
|
|
3251
2293
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -3266,7 +2308,7 @@ export declare const Field: {
|
|
|
3266
2308
|
readonly allowScanning?: boolean | undefined;
|
|
3267
2309
|
readonly currencyConfig?: {
|
|
3268
2310
|
precision: number;
|
|
3269
|
-
currencyMode: "
|
|
2311
|
+
currencyMode: "fixed" | "dynamic";
|
|
3270
2312
|
defaultCurrency: string;
|
|
3271
2313
|
} | undefined;
|
|
3272
2314
|
readonly vectorConfig?: {
|
|
@@ -3300,9 +2342,9 @@ export declare const Field: {
|
|
|
3300
2342
|
storageBucket?: string | undefined;
|
|
3301
2343
|
storagePrefix?: string | undefined;
|
|
3302
2344
|
imageValidation?: {
|
|
3303
|
-
autoRotate: boolean;
|
|
3304
2345
|
generateThumbnails: boolean;
|
|
3305
2346
|
preserveMetadata: boolean;
|
|
2347
|
+
autoRotate: boolean;
|
|
3306
2348
|
minWidth?: number | undefined;
|
|
3307
2349
|
maxWidth?: number | undefined;
|
|
3308
2350
|
minHeight?: number | undefined;
|
|
@@ -3319,7 +2361,7 @@ export declare const Field: {
|
|
|
3319
2361
|
} | undefined;
|
|
3320
2362
|
readonly maskingRule?: {
|
|
3321
2363
|
field: string;
|
|
3322
|
-
strategy: "
|
|
2364
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3323
2365
|
preserveFormat: boolean;
|
|
3324
2366
|
preserveLength: boolean;
|
|
3325
2367
|
pattern?: string | undefined;
|
|
@@ -3342,22 +2384,17 @@ export declare const Field: {
|
|
|
3342
2384
|
} | undefined;
|
|
3343
2385
|
} | undefined;
|
|
3344
2386
|
readonly hidden?: boolean | undefined;
|
|
3345
|
-
readonly readonly?: boolean | undefined;
|
|
3346
2387
|
readonly encryption?: boolean | undefined;
|
|
3347
2388
|
readonly index?: boolean | undefined;
|
|
3348
2389
|
readonly externalId?: boolean | undefined;
|
|
3349
2390
|
readonly type: "image";
|
|
3350
2391
|
};
|
|
3351
2392
|
file: (config?: FieldInput) => {
|
|
3352
|
-
readonly
|
|
3353
|
-
value: string;
|
|
3354
|
-
label: string;
|
|
3355
|
-
color?: string | undefined;
|
|
3356
|
-
default?: boolean | undefined;
|
|
3357
|
-
}[] | undefined;
|
|
2393
|
+
readonly format?: string | undefined;
|
|
3358
2394
|
readonly expression?: string | undefined;
|
|
2395
|
+
readonly readonly?: boolean | undefined;
|
|
3359
2396
|
readonly defaultValue?: any;
|
|
3360
|
-
readonly
|
|
2397
|
+
readonly description?: string | undefined;
|
|
3361
2398
|
readonly min?: number | undefined;
|
|
3362
2399
|
readonly max?: number | undefined;
|
|
3363
2400
|
readonly language?: string | undefined;
|
|
@@ -3374,7 +2411,7 @@ export declare const Field: {
|
|
|
3374
2411
|
autoRotate: boolean;
|
|
3375
2412
|
} | undefined;
|
|
3376
2413
|
};
|
|
3377
|
-
scope: "table" | "
|
|
2414
|
+
scope: "table" | "record" | "field" | "database";
|
|
3378
2415
|
deterministicEncryption: boolean;
|
|
3379
2416
|
searchableEncryption: boolean;
|
|
3380
2417
|
} | undefined;
|
|
@@ -3382,22 +2419,27 @@ export declare const Field: {
|
|
|
3382
2419
|
readonly label?: string | undefined;
|
|
3383
2420
|
readonly precision?: number | undefined;
|
|
3384
2421
|
readonly name?: string | undefined;
|
|
3385
|
-
readonly
|
|
3386
|
-
readonly format?: string | undefined;
|
|
2422
|
+
readonly required?: boolean | undefined;
|
|
3387
2423
|
readonly searchable?: boolean | undefined;
|
|
3388
2424
|
readonly multiple?: boolean | undefined;
|
|
3389
2425
|
readonly unique?: boolean | undefined;
|
|
3390
2426
|
readonly maxLength?: number | undefined;
|
|
3391
2427
|
readonly minLength?: number | undefined;
|
|
3392
2428
|
readonly scale?: number | undefined;
|
|
2429
|
+
readonly options?: {
|
|
2430
|
+
label: string;
|
|
2431
|
+
value: string;
|
|
2432
|
+
color?: string | undefined;
|
|
2433
|
+
default?: boolean | undefined;
|
|
2434
|
+
}[] | undefined;
|
|
3393
2435
|
readonly reference?: string | undefined;
|
|
3394
2436
|
readonly referenceFilters?: string[] | undefined;
|
|
3395
2437
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3396
2438
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3397
2439
|
readonly summaryOperations?: {
|
|
3398
2440
|
object: string;
|
|
3399
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3400
2441
|
field: string;
|
|
2442
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3401
2443
|
} | undefined;
|
|
3402
2444
|
readonly theme?: string | undefined;
|
|
3403
2445
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -3418,7 +2460,7 @@ export declare const Field: {
|
|
|
3418
2460
|
readonly allowScanning?: boolean | undefined;
|
|
3419
2461
|
readonly currencyConfig?: {
|
|
3420
2462
|
precision: number;
|
|
3421
|
-
currencyMode: "
|
|
2463
|
+
currencyMode: "fixed" | "dynamic";
|
|
3422
2464
|
defaultCurrency: string;
|
|
3423
2465
|
} | undefined;
|
|
3424
2466
|
readonly vectorConfig?: {
|
|
@@ -3452,9 +2494,9 @@ export declare const Field: {
|
|
|
3452
2494
|
storageBucket?: string | undefined;
|
|
3453
2495
|
storagePrefix?: string | undefined;
|
|
3454
2496
|
imageValidation?: {
|
|
3455
|
-
autoRotate: boolean;
|
|
3456
2497
|
generateThumbnails: boolean;
|
|
3457
2498
|
preserveMetadata: boolean;
|
|
2499
|
+
autoRotate: boolean;
|
|
3458
2500
|
minWidth?: number | undefined;
|
|
3459
2501
|
maxWidth?: number | undefined;
|
|
3460
2502
|
minHeight?: number | undefined;
|
|
@@ -3471,7 +2513,7 @@ export declare const Field: {
|
|
|
3471
2513
|
} | undefined;
|
|
3472
2514
|
readonly maskingRule?: {
|
|
3473
2515
|
field: string;
|
|
3474
|
-
strategy: "
|
|
2516
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3475
2517
|
preserveFormat: boolean;
|
|
3476
2518
|
preserveLength: boolean;
|
|
3477
2519
|
pattern?: string | undefined;
|
|
@@ -3494,22 +2536,17 @@ export declare const Field: {
|
|
|
3494
2536
|
} | undefined;
|
|
3495
2537
|
} | undefined;
|
|
3496
2538
|
readonly hidden?: boolean | undefined;
|
|
3497
|
-
readonly readonly?: boolean | undefined;
|
|
3498
2539
|
readonly encryption?: boolean | undefined;
|
|
3499
2540
|
readonly index?: boolean | undefined;
|
|
3500
2541
|
readonly externalId?: boolean | undefined;
|
|
3501
2542
|
readonly type: "file";
|
|
3502
2543
|
};
|
|
3503
2544
|
avatar: (config?: FieldInput) => {
|
|
3504
|
-
readonly
|
|
3505
|
-
value: string;
|
|
3506
|
-
label: string;
|
|
3507
|
-
color?: string | undefined;
|
|
3508
|
-
default?: boolean | undefined;
|
|
3509
|
-
}[] | undefined;
|
|
2545
|
+
readonly format?: string | undefined;
|
|
3510
2546
|
readonly expression?: string | undefined;
|
|
2547
|
+
readonly readonly?: boolean | undefined;
|
|
3511
2548
|
readonly defaultValue?: any;
|
|
3512
|
-
readonly
|
|
2549
|
+
readonly description?: string | undefined;
|
|
3513
2550
|
readonly min?: number | undefined;
|
|
3514
2551
|
readonly max?: number | undefined;
|
|
3515
2552
|
readonly language?: string | undefined;
|
|
@@ -3526,7 +2563,7 @@ export declare const Field: {
|
|
|
3526
2563
|
autoRotate: boolean;
|
|
3527
2564
|
} | undefined;
|
|
3528
2565
|
};
|
|
3529
|
-
scope: "table" | "
|
|
2566
|
+
scope: "table" | "record" | "field" | "database";
|
|
3530
2567
|
deterministicEncryption: boolean;
|
|
3531
2568
|
searchableEncryption: boolean;
|
|
3532
2569
|
} | undefined;
|
|
@@ -3534,22 +2571,27 @@ export declare const Field: {
|
|
|
3534
2571
|
readonly label?: string | undefined;
|
|
3535
2572
|
readonly precision?: number | undefined;
|
|
3536
2573
|
readonly name?: string | undefined;
|
|
3537
|
-
readonly
|
|
3538
|
-
readonly format?: string | undefined;
|
|
2574
|
+
readonly required?: boolean | undefined;
|
|
3539
2575
|
readonly searchable?: boolean | undefined;
|
|
3540
2576
|
readonly multiple?: boolean | undefined;
|
|
3541
2577
|
readonly unique?: boolean | undefined;
|
|
3542
2578
|
readonly maxLength?: number | undefined;
|
|
3543
2579
|
readonly minLength?: number | undefined;
|
|
3544
2580
|
readonly scale?: number | undefined;
|
|
2581
|
+
readonly options?: {
|
|
2582
|
+
label: string;
|
|
2583
|
+
value: string;
|
|
2584
|
+
color?: string | undefined;
|
|
2585
|
+
default?: boolean | undefined;
|
|
2586
|
+
}[] | undefined;
|
|
3545
2587
|
readonly reference?: string | undefined;
|
|
3546
2588
|
readonly referenceFilters?: string[] | undefined;
|
|
3547
2589
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3548
2590
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3549
2591
|
readonly summaryOperations?: {
|
|
3550
2592
|
object: string;
|
|
3551
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3552
2593
|
field: string;
|
|
2594
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3553
2595
|
} | undefined;
|
|
3554
2596
|
readonly theme?: string | undefined;
|
|
3555
2597
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -3570,7 +2612,7 @@ export declare const Field: {
|
|
|
3570
2612
|
readonly allowScanning?: boolean | undefined;
|
|
3571
2613
|
readonly currencyConfig?: {
|
|
3572
2614
|
precision: number;
|
|
3573
|
-
currencyMode: "
|
|
2615
|
+
currencyMode: "fixed" | "dynamic";
|
|
3574
2616
|
defaultCurrency: string;
|
|
3575
2617
|
} | undefined;
|
|
3576
2618
|
readonly vectorConfig?: {
|
|
@@ -3604,9 +2646,9 @@ export declare const Field: {
|
|
|
3604
2646
|
storageBucket?: string | undefined;
|
|
3605
2647
|
storagePrefix?: string | undefined;
|
|
3606
2648
|
imageValidation?: {
|
|
3607
|
-
autoRotate: boolean;
|
|
3608
2649
|
generateThumbnails: boolean;
|
|
3609
2650
|
preserveMetadata: boolean;
|
|
2651
|
+
autoRotate: boolean;
|
|
3610
2652
|
minWidth?: number | undefined;
|
|
3611
2653
|
maxWidth?: number | undefined;
|
|
3612
2654
|
minHeight?: number | undefined;
|
|
@@ -3623,7 +2665,7 @@ export declare const Field: {
|
|
|
3623
2665
|
} | undefined;
|
|
3624
2666
|
readonly maskingRule?: {
|
|
3625
2667
|
field: string;
|
|
3626
|
-
strategy: "
|
|
2668
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3627
2669
|
preserveFormat: boolean;
|
|
3628
2670
|
preserveLength: boolean;
|
|
3629
2671
|
pattern?: string | undefined;
|
|
@@ -3646,22 +2688,17 @@ export declare const Field: {
|
|
|
3646
2688
|
} | undefined;
|
|
3647
2689
|
} | undefined;
|
|
3648
2690
|
readonly hidden?: boolean | undefined;
|
|
3649
|
-
readonly readonly?: boolean | undefined;
|
|
3650
2691
|
readonly encryption?: boolean | undefined;
|
|
3651
2692
|
readonly index?: boolean | undefined;
|
|
3652
2693
|
readonly externalId?: boolean | undefined;
|
|
3653
2694
|
readonly type: "avatar";
|
|
3654
2695
|
};
|
|
3655
2696
|
formula: (config?: FieldInput) => {
|
|
3656
|
-
readonly
|
|
3657
|
-
value: string;
|
|
3658
|
-
label: string;
|
|
3659
|
-
color?: string | undefined;
|
|
3660
|
-
default?: boolean | undefined;
|
|
3661
|
-
}[] | undefined;
|
|
2697
|
+
readonly format?: string | undefined;
|
|
3662
2698
|
readonly expression?: string | undefined;
|
|
2699
|
+
readonly readonly?: boolean | undefined;
|
|
3663
2700
|
readonly defaultValue?: any;
|
|
3664
|
-
readonly
|
|
2701
|
+
readonly description?: string | undefined;
|
|
3665
2702
|
readonly min?: number | undefined;
|
|
3666
2703
|
readonly max?: number | undefined;
|
|
3667
2704
|
readonly language?: string | undefined;
|
|
@@ -3678,7 +2715,7 @@ export declare const Field: {
|
|
|
3678
2715
|
autoRotate: boolean;
|
|
3679
2716
|
} | undefined;
|
|
3680
2717
|
};
|
|
3681
|
-
scope: "table" | "
|
|
2718
|
+
scope: "table" | "record" | "field" | "database";
|
|
3682
2719
|
deterministicEncryption: boolean;
|
|
3683
2720
|
searchableEncryption: boolean;
|
|
3684
2721
|
} | undefined;
|
|
@@ -3686,22 +2723,27 @@ export declare const Field: {
|
|
|
3686
2723
|
readonly label?: string | undefined;
|
|
3687
2724
|
readonly precision?: number | undefined;
|
|
3688
2725
|
readonly name?: string | undefined;
|
|
3689
|
-
readonly
|
|
3690
|
-
readonly format?: string | undefined;
|
|
2726
|
+
readonly required?: boolean | undefined;
|
|
3691
2727
|
readonly searchable?: boolean | undefined;
|
|
3692
2728
|
readonly multiple?: boolean | undefined;
|
|
3693
2729
|
readonly unique?: boolean | undefined;
|
|
3694
2730
|
readonly maxLength?: number | undefined;
|
|
3695
2731
|
readonly minLength?: number | undefined;
|
|
3696
2732
|
readonly scale?: number | undefined;
|
|
2733
|
+
readonly options?: {
|
|
2734
|
+
label: string;
|
|
2735
|
+
value: string;
|
|
2736
|
+
color?: string | undefined;
|
|
2737
|
+
default?: boolean | undefined;
|
|
2738
|
+
}[] | undefined;
|
|
3697
2739
|
readonly reference?: string | undefined;
|
|
3698
2740
|
readonly referenceFilters?: string[] | undefined;
|
|
3699
2741
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3700
2742
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3701
2743
|
readonly summaryOperations?: {
|
|
3702
2744
|
object: string;
|
|
3703
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3704
2745
|
field: string;
|
|
2746
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3705
2747
|
} | undefined;
|
|
3706
2748
|
readonly theme?: string | undefined;
|
|
3707
2749
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -3722,7 +2764,7 @@ export declare const Field: {
|
|
|
3722
2764
|
readonly allowScanning?: boolean | undefined;
|
|
3723
2765
|
readonly currencyConfig?: {
|
|
3724
2766
|
precision: number;
|
|
3725
|
-
currencyMode: "
|
|
2767
|
+
currencyMode: "fixed" | "dynamic";
|
|
3726
2768
|
defaultCurrency: string;
|
|
3727
2769
|
} | undefined;
|
|
3728
2770
|
readonly vectorConfig?: {
|
|
@@ -3756,9 +2798,9 @@ export declare const Field: {
|
|
|
3756
2798
|
storageBucket?: string | undefined;
|
|
3757
2799
|
storagePrefix?: string | undefined;
|
|
3758
2800
|
imageValidation?: {
|
|
3759
|
-
autoRotate: boolean;
|
|
3760
2801
|
generateThumbnails: boolean;
|
|
3761
2802
|
preserveMetadata: boolean;
|
|
2803
|
+
autoRotate: boolean;
|
|
3762
2804
|
minWidth?: number | undefined;
|
|
3763
2805
|
maxWidth?: number | undefined;
|
|
3764
2806
|
minHeight?: number | undefined;
|
|
@@ -3775,7 +2817,7 @@ export declare const Field: {
|
|
|
3775
2817
|
} | undefined;
|
|
3776
2818
|
readonly maskingRule?: {
|
|
3777
2819
|
field: string;
|
|
3778
|
-
strategy: "
|
|
2820
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3779
2821
|
preserveFormat: boolean;
|
|
3780
2822
|
preserveLength: boolean;
|
|
3781
2823
|
pattern?: string | undefined;
|
|
@@ -3798,22 +2840,17 @@ export declare const Field: {
|
|
|
3798
2840
|
} | undefined;
|
|
3799
2841
|
} | undefined;
|
|
3800
2842
|
readonly hidden?: boolean | undefined;
|
|
3801
|
-
readonly readonly?: boolean | undefined;
|
|
3802
2843
|
readonly encryption?: boolean | undefined;
|
|
3803
2844
|
readonly index?: boolean | undefined;
|
|
3804
2845
|
readonly externalId?: boolean | undefined;
|
|
3805
2846
|
readonly type: "formula";
|
|
3806
2847
|
};
|
|
3807
2848
|
summary: (config?: FieldInput) => {
|
|
3808
|
-
readonly
|
|
3809
|
-
value: string;
|
|
3810
|
-
label: string;
|
|
3811
|
-
color?: string | undefined;
|
|
3812
|
-
default?: boolean | undefined;
|
|
3813
|
-
}[] | undefined;
|
|
2849
|
+
readonly format?: string | undefined;
|
|
3814
2850
|
readonly expression?: string | undefined;
|
|
2851
|
+
readonly readonly?: boolean | undefined;
|
|
3815
2852
|
readonly defaultValue?: any;
|
|
3816
|
-
readonly
|
|
2853
|
+
readonly description?: string | undefined;
|
|
3817
2854
|
readonly min?: number | undefined;
|
|
3818
2855
|
readonly max?: number | undefined;
|
|
3819
2856
|
readonly language?: string | undefined;
|
|
@@ -3830,7 +2867,7 @@ export declare const Field: {
|
|
|
3830
2867
|
autoRotate: boolean;
|
|
3831
2868
|
} | undefined;
|
|
3832
2869
|
};
|
|
3833
|
-
scope: "table" | "
|
|
2870
|
+
scope: "table" | "record" | "field" | "database";
|
|
3834
2871
|
deterministicEncryption: boolean;
|
|
3835
2872
|
searchableEncryption: boolean;
|
|
3836
2873
|
} | undefined;
|
|
@@ -3838,22 +2875,27 @@ export declare const Field: {
|
|
|
3838
2875
|
readonly label?: string | undefined;
|
|
3839
2876
|
readonly precision?: number | undefined;
|
|
3840
2877
|
readonly name?: string | undefined;
|
|
3841
|
-
readonly
|
|
3842
|
-
readonly format?: string | undefined;
|
|
2878
|
+
readonly required?: boolean | undefined;
|
|
3843
2879
|
readonly searchable?: boolean | undefined;
|
|
3844
2880
|
readonly multiple?: boolean | undefined;
|
|
3845
2881
|
readonly unique?: boolean | undefined;
|
|
3846
2882
|
readonly maxLength?: number | undefined;
|
|
3847
2883
|
readonly minLength?: number | undefined;
|
|
3848
2884
|
readonly scale?: number | undefined;
|
|
2885
|
+
readonly options?: {
|
|
2886
|
+
label: string;
|
|
2887
|
+
value: string;
|
|
2888
|
+
color?: string | undefined;
|
|
2889
|
+
default?: boolean | undefined;
|
|
2890
|
+
}[] | undefined;
|
|
3849
2891
|
readonly reference?: string | undefined;
|
|
3850
2892
|
readonly referenceFilters?: string[] | undefined;
|
|
3851
2893
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3852
2894
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3853
2895
|
readonly summaryOperations?: {
|
|
3854
2896
|
object: string;
|
|
3855
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3856
2897
|
field: string;
|
|
2898
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
3857
2899
|
} | undefined;
|
|
3858
2900
|
readonly theme?: string | undefined;
|
|
3859
2901
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -3874,7 +2916,7 @@ export declare const Field: {
|
|
|
3874
2916
|
readonly allowScanning?: boolean | undefined;
|
|
3875
2917
|
readonly currencyConfig?: {
|
|
3876
2918
|
precision: number;
|
|
3877
|
-
currencyMode: "
|
|
2919
|
+
currencyMode: "fixed" | "dynamic";
|
|
3878
2920
|
defaultCurrency: string;
|
|
3879
2921
|
} | undefined;
|
|
3880
2922
|
readonly vectorConfig?: {
|
|
@@ -3908,9 +2950,9 @@ export declare const Field: {
|
|
|
3908
2950
|
storageBucket?: string | undefined;
|
|
3909
2951
|
storagePrefix?: string | undefined;
|
|
3910
2952
|
imageValidation?: {
|
|
3911
|
-
autoRotate: boolean;
|
|
3912
2953
|
generateThumbnails: boolean;
|
|
3913
2954
|
preserveMetadata: boolean;
|
|
2955
|
+
autoRotate: boolean;
|
|
3914
2956
|
minWidth?: number | undefined;
|
|
3915
2957
|
maxWidth?: number | undefined;
|
|
3916
2958
|
minHeight?: number | undefined;
|
|
@@ -3927,7 +2969,7 @@ export declare const Field: {
|
|
|
3927
2969
|
} | undefined;
|
|
3928
2970
|
readonly maskingRule?: {
|
|
3929
2971
|
field: string;
|
|
3930
|
-
strategy: "
|
|
2972
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
3931
2973
|
preserveFormat: boolean;
|
|
3932
2974
|
preserveLength: boolean;
|
|
3933
2975
|
pattern?: string | undefined;
|
|
@@ -3950,22 +2992,17 @@ export declare const Field: {
|
|
|
3950
2992
|
} | undefined;
|
|
3951
2993
|
} | undefined;
|
|
3952
2994
|
readonly hidden?: boolean | undefined;
|
|
3953
|
-
readonly readonly?: boolean | undefined;
|
|
3954
2995
|
readonly encryption?: boolean | undefined;
|
|
3955
2996
|
readonly index?: boolean | undefined;
|
|
3956
2997
|
readonly externalId?: boolean | undefined;
|
|
3957
2998
|
readonly type: "summary";
|
|
3958
2999
|
};
|
|
3959
3000
|
autonumber: (config?: FieldInput) => {
|
|
3960
|
-
readonly
|
|
3961
|
-
value: string;
|
|
3962
|
-
label: string;
|
|
3963
|
-
color?: string | undefined;
|
|
3964
|
-
default?: boolean | undefined;
|
|
3965
|
-
}[] | undefined;
|
|
3001
|
+
readonly format?: string | undefined;
|
|
3966
3002
|
readonly expression?: string | undefined;
|
|
3003
|
+
readonly readonly?: boolean | undefined;
|
|
3967
3004
|
readonly defaultValue?: any;
|
|
3968
|
-
readonly
|
|
3005
|
+
readonly description?: string | undefined;
|
|
3969
3006
|
readonly min?: number | undefined;
|
|
3970
3007
|
readonly max?: number | undefined;
|
|
3971
3008
|
readonly language?: string | undefined;
|
|
@@ -3982,7 +3019,7 @@ export declare const Field: {
|
|
|
3982
3019
|
autoRotate: boolean;
|
|
3983
3020
|
} | undefined;
|
|
3984
3021
|
};
|
|
3985
|
-
scope: "table" | "
|
|
3022
|
+
scope: "table" | "record" | "field" | "database";
|
|
3986
3023
|
deterministicEncryption: boolean;
|
|
3987
3024
|
searchableEncryption: boolean;
|
|
3988
3025
|
} | undefined;
|
|
@@ -3990,22 +3027,27 @@ export declare const Field: {
|
|
|
3990
3027
|
readonly label?: string | undefined;
|
|
3991
3028
|
readonly precision?: number | undefined;
|
|
3992
3029
|
readonly name?: string | undefined;
|
|
3993
|
-
readonly
|
|
3994
|
-
readonly format?: string | undefined;
|
|
3030
|
+
readonly required?: boolean | undefined;
|
|
3995
3031
|
readonly searchable?: boolean | undefined;
|
|
3996
3032
|
readonly multiple?: boolean | undefined;
|
|
3997
3033
|
readonly unique?: boolean | undefined;
|
|
3998
3034
|
readonly maxLength?: number | undefined;
|
|
3999
3035
|
readonly minLength?: number | undefined;
|
|
4000
3036
|
readonly scale?: number | undefined;
|
|
3037
|
+
readonly options?: {
|
|
3038
|
+
label: string;
|
|
3039
|
+
value: string;
|
|
3040
|
+
color?: string | undefined;
|
|
3041
|
+
default?: boolean | undefined;
|
|
3042
|
+
}[] | undefined;
|
|
4001
3043
|
readonly reference?: string | undefined;
|
|
4002
3044
|
readonly referenceFilters?: string[] | undefined;
|
|
4003
3045
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4004
3046
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4005
3047
|
readonly summaryOperations?: {
|
|
4006
3048
|
object: string;
|
|
4007
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4008
3049
|
field: string;
|
|
3050
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4009
3051
|
} | undefined;
|
|
4010
3052
|
readonly theme?: string | undefined;
|
|
4011
3053
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4026,7 +3068,7 @@ export declare const Field: {
|
|
|
4026
3068
|
readonly allowScanning?: boolean | undefined;
|
|
4027
3069
|
readonly currencyConfig?: {
|
|
4028
3070
|
precision: number;
|
|
4029
|
-
currencyMode: "
|
|
3071
|
+
currencyMode: "fixed" | "dynamic";
|
|
4030
3072
|
defaultCurrency: string;
|
|
4031
3073
|
} | undefined;
|
|
4032
3074
|
readonly vectorConfig?: {
|
|
@@ -4060,9 +3102,9 @@ export declare const Field: {
|
|
|
4060
3102
|
storageBucket?: string | undefined;
|
|
4061
3103
|
storagePrefix?: string | undefined;
|
|
4062
3104
|
imageValidation?: {
|
|
4063
|
-
autoRotate: boolean;
|
|
4064
3105
|
generateThumbnails: boolean;
|
|
4065
3106
|
preserveMetadata: boolean;
|
|
3107
|
+
autoRotate: boolean;
|
|
4066
3108
|
minWidth?: number | undefined;
|
|
4067
3109
|
maxWidth?: number | undefined;
|
|
4068
3110
|
minHeight?: number | undefined;
|
|
@@ -4079,7 +3121,7 @@ export declare const Field: {
|
|
|
4079
3121
|
} | undefined;
|
|
4080
3122
|
readonly maskingRule?: {
|
|
4081
3123
|
field: string;
|
|
4082
|
-
strategy: "
|
|
3124
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4083
3125
|
preserveFormat: boolean;
|
|
4084
3126
|
preserveLength: boolean;
|
|
4085
3127
|
pattern?: string | undefined;
|
|
@@ -4102,22 +3144,17 @@ export declare const Field: {
|
|
|
4102
3144
|
} | undefined;
|
|
4103
3145
|
} | undefined;
|
|
4104
3146
|
readonly hidden?: boolean | undefined;
|
|
4105
|
-
readonly readonly?: boolean | undefined;
|
|
4106
3147
|
readonly encryption?: boolean | undefined;
|
|
4107
3148
|
readonly index?: boolean | undefined;
|
|
4108
3149
|
readonly externalId?: boolean | undefined;
|
|
4109
3150
|
readonly type: "autonumber";
|
|
4110
3151
|
};
|
|
4111
3152
|
markdown: (config?: FieldInput) => {
|
|
4112
|
-
readonly
|
|
4113
|
-
value: string;
|
|
4114
|
-
label: string;
|
|
4115
|
-
color?: string | undefined;
|
|
4116
|
-
default?: boolean | undefined;
|
|
4117
|
-
}[] | undefined;
|
|
3153
|
+
readonly format?: string | undefined;
|
|
4118
3154
|
readonly expression?: string | undefined;
|
|
3155
|
+
readonly readonly?: boolean | undefined;
|
|
4119
3156
|
readonly defaultValue?: any;
|
|
4120
|
-
readonly
|
|
3157
|
+
readonly description?: string | undefined;
|
|
4121
3158
|
readonly min?: number | undefined;
|
|
4122
3159
|
readonly max?: number | undefined;
|
|
4123
3160
|
readonly language?: string | undefined;
|
|
@@ -4134,7 +3171,7 @@ export declare const Field: {
|
|
|
4134
3171
|
autoRotate: boolean;
|
|
4135
3172
|
} | undefined;
|
|
4136
3173
|
};
|
|
4137
|
-
scope: "table" | "
|
|
3174
|
+
scope: "table" | "record" | "field" | "database";
|
|
4138
3175
|
deterministicEncryption: boolean;
|
|
4139
3176
|
searchableEncryption: boolean;
|
|
4140
3177
|
} | undefined;
|
|
@@ -4142,22 +3179,27 @@ export declare const Field: {
|
|
|
4142
3179
|
readonly label?: string | undefined;
|
|
4143
3180
|
readonly precision?: number | undefined;
|
|
4144
3181
|
readonly name?: string | undefined;
|
|
4145
|
-
readonly
|
|
4146
|
-
readonly format?: string | undefined;
|
|
3182
|
+
readonly required?: boolean | undefined;
|
|
4147
3183
|
readonly searchable?: boolean | undefined;
|
|
4148
3184
|
readonly multiple?: boolean | undefined;
|
|
4149
3185
|
readonly unique?: boolean | undefined;
|
|
4150
3186
|
readonly maxLength?: number | undefined;
|
|
4151
3187
|
readonly minLength?: number | undefined;
|
|
4152
3188
|
readonly scale?: number | undefined;
|
|
3189
|
+
readonly options?: {
|
|
3190
|
+
label: string;
|
|
3191
|
+
value: string;
|
|
3192
|
+
color?: string | undefined;
|
|
3193
|
+
default?: boolean | undefined;
|
|
3194
|
+
}[] | undefined;
|
|
4153
3195
|
readonly reference?: string | undefined;
|
|
4154
3196
|
readonly referenceFilters?: string[] | undefined;
|
|
4155
3197
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4156
3198
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4157
3199
|
readonly summaryOperations?: {
|
|
4158
3200
|
object: string;
|
|
4159
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4160
3201
|
field: string;
|
|
3202
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4161
3203
|
} | undefined;
|
|
4162
3204
|
readonly theme?: string | undefined;
|
|
4163
3205
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4178,7 +3220,7 @@ export declare const Field: {
|
|
|
4178
3220
|
readonly allowScanning?: boolean | undefined;
|
|
4179
3221
|
readonly currencyConfig?: {
|
|
4180
3222
|
precision: number;
|
|
4181
|
-
currencyMode: "
|
|
3223
|
+
currencyMode: "fixed" | "dynamic";
|
|
4182
3224
|
defaultCurrency: string;
|
|
4183
3225
|
} | undefined;
|
|
4184
3226
|
readonly vectorConfig?: {
|
|
@@ -4212,9 +3254,9 @@ export declare const Field: {
|
|
|
4212
3254
|
storageBucket?: string | undefined;
|
|
4213
3255
|
storagePrefix?: string | undefined;
|
|
4214
3256
|
imageValidation?: {
|
|
4215
|
-
autoRotate: boolean;
|
|
4216
3257
|
generateThumbnails: boolean;
|
|
4217
3258
|
preserveMetadata: boolean;
|
|
3259
|
+
autoRotate: boolean;
|
|
4218
3260
|
minWidth?: number | undefined;
|
|
4219
3261
|
maxWidth?: number | undefined;
|
|
4220
3262
|
minHeight?: number | undefined;
|
|
@@ -4231,7 +3273,7 @@ export declare const Field: {
|
|
|
4231
3273
|
} | undefined;
|
|
4232
3274
|
readonly maskingRule?: {
|
|
4233
3275
|
field: string;
|
|
4234
|
-
strategy: "
|
|
3276
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4235
3277
|
preserveFormat: boolean;
|
|
4236
3278
|
preserveLength: boolean;
|
|
4237
3279
|
pattern?: string | undefined;
|
|
@@ -4254,22 +3296,17 @@ export declare const Field: {
|
|
|
4254
3296
|
} | undefined;
|
|
4255
3297
|
} | undefined;
|
|
4256
3298
|
readonly hidden?: boolean | undefined;
|
|
4257
|
-
readonly readonly?: boolean | undefined;
|
|
4258
3299
|
readonly encryption?: boolean | undefined;
|
|
4259
3300
|
readonly index?: boolean | undefined;
|
|
4260
3301
|
readonly externalId?: boolean | undefined;
|
|
4261
3302
|
readonly type: "markdown";
|
|
4262
3303
|
};
|
|
4263
3304
|
html: (config?: FieldInput) => {
|
|
4264
|
-
readonly
|
|
4265
|
-
value: string;
|
|
4266
|
-
label: string;
|
|
4267
|
-
color?: string | undefined;
|
|
4268
|
-
default?: boolean | undefined;
|
|
4269
|
-
}[] | undefined;
|
|
3305
|
+
readonly format?: string | undefined;
|
|
4270
3306
|
readonly expression?: string | undefined;
|
|
3307
|
+
readonly readonly?: boolean | undefined;
|
|
4271
3308
|
readonly defaultValue?: any;
|
|
4272
|
-
readonly
|
|
3309
|
+
readonly description?: string | undefined;
|
|
4273
3310
|
readonly min?: number | undefined;
|
|
4274
3311
|
readonly max?: number | undefined;
|
|
4275
3312
|
readonly language?: string | undefined;
|
|
@@ -4286,7 +3323,7 @@ export declare const Field: {
|
|
|
4286
3323
|
autoRotate: boolean;
|
|
4287
3324
|
} | undefined;
|
|
4288
3325
|
};
|
|
4289
|
-
scope: "table" | "
|
|
3326
|
+
scope: "table" | "record" | "field" | "database";
|
|
4290
3327
|
deterministicEncryption: boolean;
|
|
4291
3328
|
searchableEncryption: boolean;
|
|
4292
3329
|
} | undefined;
|
|
@@ -4294,22 +3331,27 @@ export declare const Field: {
|
|
|
4294
3331
|
readonly label?: string | undefined;
|
|
4295
3332
|
readonly precision?: number | undefined;
|
|
4296
3333
|
readonly name?: string | undefined;
|
|
4297
|
-
readonly
|
|
4298
|
-
readonly format?: string | undefined;
|
|
3334
|
+
readonly required?: boolean | undefined;
|
|
4299
3335
|
readonly searchable?: boolean | undefined;
|
|
4300
3336
|
readonly multiple?: boolean | undefined;
|
|
4301
3337
|
readonly unique?: boolean | undefined;
|
|
4302
3338
|
readonly maxLength?: number | undefined;
|
|
4303
3339
|
readonly minLength?: number | undefined;
|
|
4304
3340
|
readonly scale?: number | undefined;
|
|
3341
|
+
readonly options?: {
|
|
3342
|
+
label: string;
|
|
3343
|
+
value: string;
|
|
3344
|
+
color?: string | undefined;
|
|
3345
|
+
default?: boolean | undefined;
|
|
3346
|
+
}[] | undefined;
|
|
4305
3347
|
readonly reference?: string | undefined;
|
|
4306
3348
|
readonly referenceFilters?: string[] | undefined;
|
|
4307
3349
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4308
3350
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4309
3351
|
readonly summaryOperations?: {
|
|
4310
3352
|
object: string;
|
|
4311
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4312
3353
|
field: string;
|
|
3354
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4313
3355
|
} | undefined;
|
|
4314
3356
|
readonly theme?: string | undefined;
|
|
4315
3357
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4330,7 +3372,7 @@ export declare const Field: {
|
|
|
4330
3372
|
readonly allowScanning?: boolean | undefined;
|
|
4331
3373
|
readonly currencyConfig?: {
|
|
4332
3374
|
precision: number;
|
|
4333
|
-
currencyMode: "
|
|
3375
|
+
currencyMode: "fixed" | "dynamic";
|
|
4334
3376
|
defaultCurrency: string;
|
|
4335
3377
|
} | undefined;
|
|
4336
3378
|
readonly vectorConfig?: {
|
|
@@ -4364,9 +3406,9 @@ export declare const Field: {
|
|
|
4364
3406
|
storageBucket?: string | undefined;
|
|
4365
3407
|
storagePrefix?: string | undefined;
|
|
4366
3408
|
imageValidation?: {
|
|
4367
|
-
autoRotate: boolean;
|
|
4368
3409
|
generateThumbnails: boolean;
|
|
4369
3410
|
preserveMetadata: boolean;
|
|
3411
|
+
autoRotate: boolean;
|
|
4370
3412
|
minWidth?: number | undefined;
|
|
4371
3413
|
maxWidth?: number | undefined;
|
|
4372
3414
|
minHeight?: number | undefined;
|
|
@@ -4383,7 +3425,7 @@ export declare const Field: {
|
|
|
4383
3425
|
} | undefined;
|
|
4384
3426
|
readonly maskingRule?: {
|
|
4385
3427
|
field: string;
|
|
4386
|
-
strategy: "
|
|
3428
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4387
3429
|
preserveFormat: boolean;
|
|
4388
3430
|
preserveLength: boolean;
|
|
4389
3431
|
pattern?: string | undefined;
|
|
@@ -4406,22 +3448,17 @@ export declare const Field: {
|
|
|
4406
3448
|
} | undefined;
|
|
4407
3449
|
} | undefined;
|
|
4408
3450
|
readonly hidden?: boolean | undefined;
|
|
4409
|
-
readonly readonly?: boolean | undefined;
|
|
4410
3451
|
readonly encryption?: boolean | undefined;
|
|
4411
3452
|
readonly index?: boolean | undefined;
|
|
4412
3453
|
readonly externalId?: boolean | undefined;
|
|
4413
3454
|
readonly type: "html";
|
|
4414
3455
|
};
|
|
4415
3456
|
password: (config?: FieldInput) => {
|
|
4416
|
-
readonly
|
|
4417
|
-
value: string;
|
|
4418
|
-
label: string;
|
|
4419
|
-
color?: string | undefined;
|
|
4420
|
-
default?: boolean | undefined;
|
|
4421
|
-
}[] | undefined;
|
|
3457
|
+
readonly format?: string | undefined;
|
|
4422
3458
|
readonly expression?: string | undefined;
|
|
3459
|
+
readonly readonly?: boolean | undefined;
|
|
4423
3460
|
readonly defaultValue?: any;
|
|
4424
|
-
readonly
|
|
3461
|
+
readonly description?: string | undefined;
|
|
4425
3462
|
readonly min?: number | undefined;
|
|
4426
3463
|
readonly max?: number | undefined;
|
|
4427
3464
|
readonly language?: string | undefined;
|
|
@@ -4438,7 +3475,7 @@ export declare const Field: {
|
|
|
4438
3475
|
autoRotate: boolean;
|
|
4439
3476
|
} | undefined;
|
|
4440
3477
|
};
|
|
4441
|
-
scope: "table" | "
|
|
3478
|
+
scope: "table" | "record" | "field" | "database";
|
|
4442
3479
|
deterministicEncryption: boolean;
|
|
4443
3480
|
searchableEncryption: boolean;
|
|
4444
3481
|
} | undefined;
|
|
@@ -4446,22 +3483,27 @@ export declare const Field: {
|
|
|
4446
3483
|
readonly label?: string | undefined;
|
|
4447
3484
|
readonly precision?: number | undefined;
|
|
4448
3485
|
readonly name?: string | undefined;
|
|
4449
|
-
readonly
|
|
4450
|
-
readonly format?: string | undefined;
|
|
3486
|
+
readonly required?: boolean | undefined;
|
|
4451
3487
|
readonly searchable?: boolean | undefined;
|
|
4452
3488
|
readonly multiple?: boolean | undefined;
|
|
4453
3489
|
readonly unique?: boolean | undefined;
|
|
4454
3490
|
readonly maxLength?: number | undefined;
|
|
4455
3491
|
readonly minLength?: number | undefined;
|
|
4456
3492
|
readonly scale?: number | undefined;
|
|
3493
|
+
readonly options?: {
|
|
3494
|
+
label: string;
|
|
3495
|
+
value: string;
|
|
3496
|
+
color?: string | undefined;
|
|
3497
|
+
default?: boolean | undefined;
|
|
3498
|
+
}[] | undefined;
|
|
4457
3499
|
readonly reference?: string | undefined;
|
|
4458
3500
|
readonly referenceFilters?: string[] | undefined;
|
|
4459
3501
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4460
3502
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4461
3503
|
readonly summaryOperations?: {
|
|
4462
3504
|
object: string;
|
|
4463
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4464
3505
|
field: string;
|
|
3506
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4465
3507
|
} | undefined;
|
|
4466
3508
|
readonly theme?: string | undefined;
|
|
4467
3509
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4482,7 +3524,7 @@ export declare const Field: {
|
|
|
4482
3524
|
readonly allowScanning?: boolean | undefined;
|
|
4483
3525
|
readonly currencyConfig?: {
|
|
4484
3526
|
precision: number;
|
|
4485
|
-
currencyMode: "
|
|
3527
|
+
currencyMode: "fixed" | "dynamic";
|
|
4486
3528
|
defaultCurrency: string;
|
|
4487
3529
|
} | undefined;
|
|
4488
3530
|
readonly vectorConfig?: {
|
|
@@ -4516,9 +3558,9 @@ export declare const Field: {
|
|
|
4516
3558
|
storageBucket?: string | undefined;
|
|
4517
3559
|
storagePrefix?: string | undefined;
|
|
4518
3560
|
imageValidation?: {
|
|
4519
|
-
autoRotate: boolean;
|
|
4520
3561
|
generateThumbnails: boolean;
|
|
4521
3562
|
preserveMetadata: boolean;
|
|
3563
|
+
autoRotate: boolean;
|
|
4522
3564
|
minWidth?: number | undefined;
|
|
4523
3565
|
maxWidth?: number | undefined;
|
|
4524
3566
|
minHeight?: number | undefined;
|
|
@@ -4535,7 +3577,7 @@ export declare const Field: {
|
|
|
4535
3577
|
} | undefined;
|
|
4536
3578
|
readonly maskingRule?: {
|
|
4537
3579
|
field: string;
|
|
4538
|
-
strategy: "
|
|
3580
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4539
3581
|
preserveFormat: boolean;
|
|
4540
3582
|
preserveLength: boolean;
|
|
4541
3583
|
pattern?: string | undefined;
|
|
@@ -4558,7 +3600,6 @@ export declare const Field: {
|
|
|
4558
3600
|
} | undefined;
|
|
4559
3601
|
} | undefined;
|
|
4560
3602
|
readonly hidden?: boolean | undefined;
|
|
4561
|
-
readonly readonly?: boolean | undefined;
|
|
4562
3603
|
readonly encryption?: boolean | undefined;
|
|
4563
3604
|
readonly index?: boolean | undefined;
|
|
4564
3605
|
readonly externalId?: boolean | undefined;
|
|
@@ -4583,15 +3624,11 @@ export declare const Field: {
|
|
|
4583
3624
|
select: (optionsOrConfig: SelectOption[] | string[] | (FieldInput & {
|
|
4584
3625
|
options: SelectOption[] | string[];
|
|
4585
3626
|
}), config?: FieldInput) => {
|
|
4586
|
-
|
|
4587
|
-
value: string;
|
|
4588
|
-
label: string;
|
|
4589
|
-
color?: string | undefined;
|
|
4590
|
-
default?: boolean | undefined;
|
|
4591
|
-
}[];
|
|
3627
|
+
readonly format?: string | undefined;
|
|
4592
3628
|
readonly expression?: string | undefined;
|
|
3629
|
+
readonly readonly?: boolean | undefined;
|
|
4593
3630
|
readonly defaultValue?: any;
|
|
4594
|
-
readonly
|
|
3631
|
+
readonly description?: string | undefined;
|
|
4595
3632
|
readonly min?: number | undefined;
|
|
4596
3633
|
readonly max?: number | undefined;
|
|
4597
3634
|
readonly language?: string | undefined;
|
|
@@ -4608,7 +3645,7 @@ export declare const Field: {
|
|
|
4608
3645
|
autoRotate: boolean;
|
|
4609
3646
|
} | undefined;
|
|
4610
3647
|
};
|
|
4611
|
-
scope: "table" | "
|
|
3648
|
+
scope: "table" | "record" | "field" | "database";
|
|
4612
3649
|
deterministicEncryption: boolean;
|
|
4613
3650
|
searchableEncryption: boolean;
|
|
4614
3651
|
} | undefined;
|
|
@@ -4616,22 +3653,27 @@ export declare const Field: {
|
|
|
4616
3653
|
readonly label?: string | undefined;
|
|
4617
3654
|
readonly precision?: number | undefined;
|
|
4618
3655
|
readonly name?: string | undefined;
|
|
4619
|
-
readonly
|
|
4620
|
-
readonly format?: string | undefined;
|
|
3656
|
+
readonly required?: boolean | undefined;
|
|
4621
3657
|
readonly searchable?: boolean | undefined;
|
|
4622
3658
|
readonly multiple?: boolean | undefined;
|
|
4623
3659
|
readonly unique?: boolean | undefined;
|
|
4624
3660
|
readonly maxLength?: number | undefined;
|
|
4625
3661
|
readonly minLength?: number | undefined;
|
|
4626
3662
|
readonly scale?: number | undefined;
|
|
3663
|
+
options: {
|
|
3664
|
+
label: string;
|
|
3665
|
+
value: string;
|
|
3666
|
+
color?: string | undefined;
|
|
3667
|
+
default?: boolean | undefined;
|
|
3668
|
+
}[];
|
|
4627
3669
|
readonly reference?: string | undefined;
|
|
4628
3670
|
readonly referenceFilters?: string[] | undefined;
|
|
4629
3671
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4630
3672
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4631
3673
|
readonly summaryOperations?: {
|
|
4632
3674
|
object: string;
|
|
4633
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4634
3675
|
field: string;
|
|
3676
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4635
3677
|
} | undefined;
|
|
4636
3678
|
readonly theme?: string | undefined;
|
|
4637
3679
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4652,7 +3694,7 @@ export declare const Field: {
|
|
|
4652
3694
|
readonly allowScanning?: boolean | undefined;
|
|
4653
3695
|
readonly currencyConfig?: {
|
|
4654
3696
|
precision: number;
|
|
4655
|
-
currencyMode: "
|
|
3697
|
+
currencyMode: "fixed" | "dynamic";
|
|
4656
3698
|
defaultCurrency: string;
|
|
4657
3699
|
} | undefined;
|
|
4658
3700
|
readonly vectorConfig?: {
|
|
@@ -4686,9 +3728,9 @@ export declare const Field: {
|
|
|
4686
3728
|
storageBucket?: string | undefined;
|
|
4687
3729
|
storagePrefix?: string | undefined;
|
|
4688
3730
|
imageValidation?: {
|
|
4689
|
-
autoRotate: boolean;
|
|
4690
3731
|
generateThumbnails: boolean;
|
|
4691
3732
|
preserveMetadata: boolean;
|
|
3733
|
+
autoRotate: boolean;
|
|
4692
3734
|
minWidth?: number | undefined;
|
|
4693
3735
|
maxWidth?: number | undefined;
|
|
4694
3736
|
minHeight?: number | undefined;
|
|
@@ -4705,7 +3747,7 @@ export declare const Field: {
|
|
|
4705
3747
|
} | undefined;
|
|
4706
3748
|
readonly maskingRule?: {
|
|
4707
3749
|
field: string;
|
|
4708
|
-
strategy: "
|
|
3750
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4709
3751
|
preserveFormat: boolean;
|
|
4710
3752
|
preserveLength: boolean;
|
|
4711
3753
|
pattern?: string | undefined;
|
|
@@ -4728,22 +3770,17 @@ export declare const Field: {
|
|
|
4728
3770
|
} | undefined;
|
|
4729
3771
|
} | undefined;
|
|
4730
3772
|
readonly hidden?: boolean | undefined;
|
|
4731
|
-
readonly readonly?: boolean | undefined;
|
|
4732
3773
|
readonly encryption?: boolean | undefined;
|
|
4733
3774
|
readonly index?: boolean | undefined;
|
|
4734
3775
|
readonly externalId?: boolean | undefined;
|
|
4735
3776
|
readonly type: "select";
|
|
4736
3777
|
};
|
|
4737
3778
|
lookup: (reference: string, config?: FieldInput) => {
|
|
4738
|
-
readonly
|
|
4739
|
-
value: string;
|
|
4740
|
-
label: string;
|
|
4741
|
-
color?: string | undefined;
|
|
4742
|
-
default?: boolean | undefined;
|
|
4743
|
-
}[] | undefined;
|
|
3779
|
+
readonly format?: string | undefined;
|
|
4744
3780
|
readonly expression?: string | undefined;
|
|
3781
|
+
readonly readonly?: boolean | undefined;
|
|
4745
3782
|
readonly defaultValue?: any;
|
|
4746
|
-
readonly
|
|
3783
|
+
readonly description?: string | undefined;
|
|
4747
3784
|
readonly min?: number | undefined;
|
|
4748
3785
|
readonly max?: number | undefined;
|
|
4749
3786
|
readonly language?: string | undefined;
|
|
@@ -4760,7 +3797,7 @@ export declare const Field: {
|
|
|
4760
3797
|
autoRotate: boolean;
|
|
4761
3798
|
} | undefined;
|
|
4762
3799
|
};
|
|
4763
|
-
scope: "table" | "
|
|
3800
|
+
scope: "table" | "record" | "field" | "database";
|
|
4764
3801
|
deterministicEncryption: boolean;
|
|
4765
3802
|
searchableEncryption: boolean;
|
|
4766
3803
|
} | undefined;
|
|
@@ -4768,22 +3805,27 @@ export declare const Field: {
|
|
|
4768
3805
|
readonly label?: string | undefined;
|
|
4769
3806
|
readonly precision?: number | undefined;
|
|
4770
3807
|
readonly name?: string | undefined;
|
|
4771
|
-
readonly
|
|
4772
|
-
readonly format?: string | undefined;
|
|
3808
|
+
readonly required?: boolean | undefined;
|
|
4773
3809
|
readonly searchable?: boolean | undefined;
|
|
4774
3810
|
readonly multiple?: boolean | undefined;
|
|
4775
3811
|
readonly unique?: boolean | undefined;
|
|
4776
3812
|
readonly maxLength?: number | undefined;
|
|
4777
3813
|
readonly minLength?: number | undefined;
|
|
4778
3814
|
readonly scale?: number | undefined;
|
|
3815
|
+
readonly options?: {
|
|
3816
|
+
label: string;
|
|
3817
|
+
value: string;
|
|
3818
|
+
color?: string | undefined;
|
|
3819
|
+
default?: boolean | undefined;
|
|
3820
|
+
}[] | undefined;
|
|
4779
3821
|
reference: string;
|
|
4780
3822
|
readonly referenceFilters?: string[] | undefined;
|
|
4781
3823
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4782
3824
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4783
3825
|
readonly summaryOperations?: {
|
|
4784
3826
|
object: string;
|
|
4785
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4786
3827
|
field: string;
|
|
3828
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4787
3829
|
} | undefined;
|
|
4788
3830
|
readonly theme?: string | undefined;
|
|
4789
3831
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4804,7 +3846,7 @@ export declare const Field: {
|
|
|
4804
3846
|
readonly allowScanning?: boolean | undefined;
|
|
4805
3847
|
readonly currencyConfig?: {
|
|
4806
3848
|
precision: number;
|
|
4807
|
-
currencyMode: "
|
|
3849
|
+
currencyMode: "fixed" | "dynamic";
|
|
4808
3850
|
defaultCurrency: string;
|
|
4809
3851
|
} | undefined;
|
|
4810
3852
|
readonly vectorConfig?: {
|
|
@@ -4838,9 +3880,9 @@ export declare const Field: {
|
|
|
4838
3880
|
storageBucket?: string | undefined;
|
|
4839
3881
|
storagePrefix?: string | undefined;
|
|
4840
3882
|
imageValidation?: {
|
|
4841
|
-
autoRotate: boolean;
|
|
4842
3883
|
generateThumbnails: boolean;
|
|
4843
3884
|
preserveMetadata: boolean;
|
|
3885
|
+
autoRotate: boolean;
|
|
4844
3886
|
minWidth?: number | undefined;
|
|
4845
3887
|
maxWidth?: number | undefined;
|
|
4846
3888
|
minHeight?: number | undefined;
|
|
@@ -4857,7 +3899,7 @@ export declare const Field: {
|
|
|
4857
3899
|
} | undefined;
|
|
4858
3900
|
readonly maskingRule?: {
|
|
4859
3901
|
field: string;
|
|
4860
|
-
strategy: "
|
|
3902
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
4861
3903
|
preserveFormat: boolean;
|
|
4862
3904
|
preserveLength: boolean;
|
|
4863
3905
|
pattern?: string | undefined;
|
|
@@ -4880,22 +3922,17 @@ export declare const Field: {
|
|
|
4880
3922
|
} | undefined;
|
|
4881
3923
|
} | undefined;
|
|
4882
3924
|
readonly hidden?: boolean | undefined;
|
|
4883
|
-
readonly readonly?: boolean | undefined;
|
|
4884
3925
|
readonly encryption?: boolean | undefined;
|
|
4885
3926
|
readonly index?: boolean | undefined;
|
|
4886
3927
|
readonly externalId?: boolean | undefined;
|
|
4887
3928
|
readonly type: "lookup";
|
|
4888
3929
|
};
|
|
4889
3930
|
masterDetail: (reference: string, config?: FieldInput) => {
|
|
4890
|
-
readonly
|
|
4891
|
-
value: string;
|
|
4892
|
-
label: string;
|
|
4893
|
-
color?: string | undefined;
|
|
4894
|
-
default?: boolean | undefined;
|
|
4895
|
-
}[] | undefined;
|
|
3931
|
+
readonly format?: string | undefined;
|
|
4896
3932
|
readonly expression?: string | undefined;
|
|
3933
|
+
readonly readonly?: boolean | undefined;
|
|
4897
3934
|
readonly defaultValue?: any;
|
|
4898
|
-
readonly
|
|
3935
|
+
readonly description?: string | undefined;
|
|
4899
3936
|
readonly min?: number | undefined;
|
|
4900
3937
|
readonly max?: number | undefined;
|
|
4901
3938
|
readonly language?: string | undefined;
|
|
@@ -4912,7 +3949,7 @@ export declare const Field: {
|
|
|
4912
3949
|
autoRotate: boolean;
|
|
4913
3950
|
} | undefined;
|
|
4914
3951
|
};
|
|
4915
|
-
scope: "table" | "
|
|
3952
|
+
scope: "table" | "record" | "field" | "database";
|
|
4916
3953
|
deterministicEncryption: boolean;
|
|
4917
3954
|
searchableEncryption: boolean;
|
|
4918
3955
|
} | undefined;
|
|
@@ -4920,22 +3957,27 @@ export declare const Field: {
|
|
|
4920
3957
|
readonly label?: string | undefined;
|
|
4921
3958
|
readonly precision?: number | undefined;
|
|
4922
3959
|
readonly name?: string | undefined;
|
|
4923
|
-
readonly
|
|
4924
|
-
readonly format?: string | undefined;
|
|
3960
|
+
readonly required?: boolean | undefined;
|
|
4925
3961
|
readonly searchable?: boolean | undefined;
|
|
4926
3962
|
readonly multiple?: boolean | undefined;
|
|
4927
3963
|
readonly unique?: boolean | undefined;
|
|
4928
3964
|
readonly maxLength?: number | undefined;
|
|
4929
3965
|
readonly minLength?: number | undefined;
|
|
4930
3966
|
readonly scale?: number | undefined;
|
|
3967
|
+
readonly options?: {
|
|
3968
|
+
label: string;
|
|
3969
|
+
value: string;
|
|
3970
|
+
color?: string | undefined;
|
|
3971
|
+
default?: boolean | undefined;
|
|
3972
|
+
}[] | undefined;
|
|
4931
3973
|
reference: string;
|
|
4932
3974
|
readonly referenceFilters?: string[] | undefined;
|
|
4933
3975
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4934
3976
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4935
3977
|
readonly summaryOperations?: {
|
|
4936
3978
|
object: string;
|
|
4937
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4938
3979
|
field: string;
|
|
3980
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
4939
3981
|
} | undefined;
|
|
4940
3982
|
readonly theme?: string | undefined;
|
|
4941
3983
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4956,7 +3998,7 @@ export declare const Field: {
|
|
|
4956
3998
|
readonly allowScanning?: boolean | undefined;
|
|
4957
3999
|
readonly currencyConfig?: {
|
|
4958
4000
|
precision: number;
|
|
4959
|
-
currencyMode: "
|
|
4001
|
+
currencyMode: "fixed" | "dynamic";
|
|
4960
4002
|
defaultCurrency: string;
|
|
4961
4003
|
} | undefined;
|
|
4962
4004
|
readonly vectorConfig?: {
|
|
@@ -4990,9 +4032,9 @@ export declare const Field: {
|
|
|
4990
4032
|
storageBucket?: string | undefined;
|
|
4991
4033
|
storagePrefix?: string | undefined;
|
|
4992
4034
|
imageValidation?: {
|
|
4993
|
-
autoRotate: boolean;
|
|
4994
4035
|
generateThumbnails: boolean;
|
|
4995
4036
|
preserveMetadata: boolean;
|
|
4037
|
+
autoRotate: boolean;
|
|
4996
4038
|
minWidth?: number | undefined;
|
|
4997
4039
|
maxWidth?: number | undefined;
|
|
4998
4040
|
minHeight?: number | undefined;
|
|
@@ -5009,7 +4051,7 @@ export declare const Field: {
|
|
|
5009
4051
|
} | undefined;
|
|
5010
4052
|
readonly maskingRule?: {
|
|
5011
4053
|
field: string;
|
|
5012
|
-
strategy: "
|
|
4054
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
5013
4055
|
preserveFormat: boolean;
|
|
5014
4056
|
preserveLength: boolean;
|
|
5015
4057
|
pattern?: string | undefined;
|
|
@@ -5032,22 +4074,17 @@ export declare const Field: {
|
|
|
5032
4074
|
} | undefined;
|
|
5033
4075
|
} | undefined;
|
|
5034
4076
|
readonly hidden?: boolean | undefined;
|
|
5035
|
-
readonly readonly?: boolean | undefined;
|
|
5036
4077
|
readonly encryption?: boolean | undefined;
|
|
5037
4078
|
readonly index?: boolean | undefined;
|
|
5038
4079
|
readonly externalId?: boolean | undefined;
|
|
5039
4080
|
readonly type: "master_detail";
|
|
5040
4081
|
};
|
|
5041
4082
|
location: (config?: FieldInput) => {
|
|
5042
|
-
readonly
|
|
5043
|
-
value: string;
|
|
5044
|
-
label: string;
|
|
5045
|
-
color?: string | undefined;
|
|
5046
|
-
default?: boolean | undefined;
|
|
5047
|
-
}[] | undefined;
|
|
4083
|
+
readonly format?: string | undefined;
|
|
5048
4084
|
readonly expression?: string | undefined;
|
|
4085
|
+
readonly readonly?: boolean | undefined;
|
|
5049
4086
|
readonly defaultValue?: any;
|
|
5050
|
-
readonly
|
|
4087
|
+
readonly description?: string | undefined;
|
|
5051
4088
|
readonly min?: number | undefined;
|
|
5052
4089
|
readonly max?: number | undefined;
|
|
5053
4090
|
readonly language?: string | undefined;
|
|
@@ -5064,7 +4101,7 @@ export declare const Field: {
|
|
|
5064
4101
|
autoRotate: boolean;
|
|
5065
4102
|
} | undefined;
|
|
5066
4103
|
};
|
|
5067
|
-
scope: "table" | "
|
|
4104
|
+
scope: "table" | "record" | "field" | "database";
|
|
5068
4105
|
deterministicEncryption: boolean;
|
|
5069
4106
|
searchableEncryption: boolean;
|
|
5070
4107
|
} | undefined;
|
|
@@ -5072,22 +4109,27 @@ export declare const Field: {
|
|
|
5072
4109
|
readonly label?: string | undefined;
|
|
5073
4110
|
readonly precision?: number | undefined;
|
|
5074
4111
|
readonly name?: string | undefined;
|
|
5075
|
-
readonly
|
|
5076
|
-
readonly format?: string | undefined;
|
|
4112
|
+
readonly required?: boolean | undefined;
|
|
5077
4113
|
readonly searchable?: boolean | undefined;
|
|
5078
4114
|
readonly multiple?: boolean | undefined;
|
|
5079
4115
|
readonly unique?: boolean | undefined;
|
|
5080
4116
|
readonly maxLength?: number | undefined;
|
|
5081
4117
|
readonly minLength?: number | undefined;
|
|
5082
4118
|
readonly scale?: number | undefined;
|
|
4119
|
+
readonly options?: {
|
|
4120
|
+
label: string;
|
|
4121
|
+
value: string;
|
|
4122
|
+
color?: string | undefined;
|
|
4123
|
+
default?: boolean | undefined;
|
|
4124
|
+
}[] | undefined;
|
|
5083
4125
|
readonly reference?: string | undefined;
|
|
5084
4126
|
readonly referenceFilters?: string[] | undefined;
|
|
5085
4127
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5086
4128
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5087
4129
|
readonly summaryOperations?: {
|
|
5088
4130
|
object: string;
|
|
5089
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5090
4131
|
field: string;
|
|
4132
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5091
4133
|
} | undefined;
|
|
5092
4134
|
readonly theme?: string | undefined;
|
|
5093
4135
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5108,7 +4150,7 @@ export declare const Field: {
|
|
|
5108
4150
|
readonly allowScanning?: boolean | undefined;
|
|
5109
4151
|
readonly currencyConfig?: {
|
|
5110
4152
|
precision: number;
|
|
5111
|
-
currencyMode: "
|
|
4153
|
+
currencyMode: "fixed" | "dynamic";
|
|
5112
4154
|
defaultCurrency: string;
|
|
5113
4155
|
} | undefined;
|
|
5114
4156
|
readonly vectorConfig?: {
|
|
@@ -5142,9 +4184,9 @@ export declare const Field: {
|
|
|
5142
4184
|
storageBucket?: string | undefined;
|
|
5143
4185
|
storagePrefix?: string | undefined;
|
|
5144
4186
|
imageValidation?: {
|
|
5145
|
-
autoRotate: boolean;
|
|
5146
4187
|
generateThumbnails: boolean;
|
|
5147
4188
|
preserveMetadata: boolean;
|
|
4189
|
+
autoRotate: boolean;
|
|
5148
4190
|
minWidth?: number | undefined;
|
|
5149
4191
|
maxWidth?: number | undefined;
|
|
5150
4192
|
minHeight?: number | undefined;
|
|
@@ -5161,7 +4203,7 @@ export declare const Field: {
|
|
|
5161
4203
|
} | undefined;
|
|
5162
4204
|
readonly maskingRule?: {
|
|
5163
4205
|
field: string;
|
|
5164
|
-
strategy: "
|
|
4206
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
5165
4207
|
preserveFormat: boolean;
|
|
5166
4208
|
preserveLength: boolean;
|
|
5167
4209
|
pattern?: string | undefined;
|
|
@@ -5184,22 +4226,17 @@ export declare const Field: {
|
|
|
5184
4226
|
} | undefined;
|
|
5185
4227
|
} | undefined;
|
|
5186
4228
|
readonly hidden?: boolean | undefined;
|
|
5187
|
-
readonly readonly?: boolean | undefined;
|
|
5188
4229
|
readonly encryption?: boolean | undefined;
|
|
5189
4230
|
readonly index?: boolean | undefined;
|
|
5190
4231
|
readonly externalId?: boolean | undefined;
|
|
5191
4232
|
readonly type: "location";
|
|
5192
4233
|
};
|
|
5193
4234
|
address: (config?: FieldInput) => {
|
|
5194
|
-
readonly
|
|
5195
|
-
value: string;
|
|
5196
|
-
label: string;
|
|
5197
|
-
color?: string | undefined;
|
|
5198
|
-
default?: boolean | undefined;
|
|
5199
|
-
}[] | undefined;
|
|
4235
|
+
readonly format?: string | undefined;
|
|
5200
4236
|
readonly expression?: string | undefined;
|
|
4237
|
+
readonly readonly?: boolean | undefined;
|
|
5201
4238
|
readonly defaultValue?: any;
|
|
5202
|
-
readonly
|
|
4239
|
+
readonly description?: string | undefined;
|
|
5203
4240
|
readonly min?: number | undefined;
|
|
5204
4241
|
readonly max?: number | undefined;
|
|
5205
4242
|
readonly language?: string | undefined;
|
|
@@ -5216,7 +4253,7 @@ export declare const Field: {
|
|
|
5216
4253
|
autoRotate: boolean;
|
|
5217
4254
|
} | undefined;
|
|
5218
4255
|
};
|
|
5219
|
-
scope: "table" | "
|
|
4256
|
+
scope: "table" | "record" | "field" | "database";
|
|
5220
4257
|
deterministicEncryption: boolean;
|
|
5221
4258
|
searchableEncryption: boolean;
|
|
5222
4259
|
} | undefined;
|
|
@@ -5224,22 +4261,27 @@ export declare const Field: {
|
|
|
5224
4261
|
readonly label?: string | undefined;
|
|
5225
4262
|
readonly precision?: number | undefined;
|
|
5226
4263
|
readonly name?: string | undefined;
|
|
5227
|
-
readonly
|
|
5228
|
-
readonly format?: string | undefined;
|
|
4264
|
+
readonly required?: boolean | undefined;
|
|
5229
4265
|
readonly searchable?: boolean | undefined;
|
|
5230
4266
|
readonly multiple?: boolean | undefined;
|
|
5231
4267
|
readonly unique?: boolean | undefined;
|
|
5232
4268
|
readonly maxLength?: number | undefined;
|
|
5233
4269
|
readonly minLength?: number | undefined;
|
|
5234
4270
|
readonly scale?: number | undefined;
|
|
4271
|
+
readonly options?: {
|
|
4272
|
+
label: string;
|
|
4273
|
+
value: string;
|
|
4274
|
+
color?: string | undefined;
|
|
4275
|
+
default?: boolean | undefined;
|
|
4276
|
+
}[] | undefined;
|
|
5235
4277
|
readonly reference?: string | undefined;
|
|
5236
4278
|
readonly referenceFilters?: string[] | undefined;
|
|
5237
4279
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5238
4280
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5239
4281
|
readonly summaryOperations?: {
|
|
5240
4282
|
object: string;
|
|
5241
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5242
4283
|
field: string;
|
|
4284
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5243
4285
|
} | undefined;
|
|
5244
4286
|
readonly theme?: string | undefined;
|
|
5245
4287
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5260,7 +4302,7 @@ export declare const Field: {
|
|
|
5260
4302
|
readonly allowScanning?: boolean | undefined;
|
|
5261
4303
|
readonly currencyConfig?: {
|
|
5262
4304
|
precision: number;
|
|
5263
|
-
currencyMode: "
|
|
4305
|
+
currencyMode: "fixed" | "dynamic";
|
|
5264
4306
|
defaultCurrency: string;
|
|
5265
4307
|
} | undefined;
|
|
5266
4308
|
readonly vectorConfig?: {
|
|
@@ -5294,9 +4336,9 @@ export declare const Field: {
|
|
|
5294
4336
|
storageBucket?: string | undefined;
|
|
5295
4337
|
storagePrefix?: string | undefined;
|
|
5296
4338
|
imageValidation?: {
|
|
5297
|
-
autoRotate: boolean;
|
|
5298
4339
|
generateThumbnails: boolean;
|
|
5299
4340
|
preserveMetadata: boolean;
|
|
4341
|
+
autoRotate: boolean;
|
|
5300
4342
|
minWidth?: number | undefined;
|
|
5301
4343
|
maxWidth?: number | undefined;
|
|
5302
4344
|
minHeight?: number | undefined;
|
|
@@ -5313,7 +4355,7 @@ export declare const Field: {
|
|
|
5313
4355
|
} | undefined;
|
|
5314
4356
|
readonly maskingRule?: {
|
|
5315
4357
|
field: string;
|
|
5316
|
-
strategy: "
|
|
4358
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
5317
4359
|
preserveFormat: boolean;
|
|
5318
4360
|
preserveLength: boolean;
|
|
5319
4361
|
pattern?: string | undefined;
|
|
@@ -5336,22 +4378,17 @@ export declare const Field: {
|
|
|
5336
4378
|
} | undefined;
|
|
5337
4379
|
} | undefined;
|
|
5338
4380
|
readonly hidden?: boolean | undefined;
|
|
5339
|
-
readonly readonly?: boolean | undefined;
|
|
5340
4381
|
readonly encryption?: boolean | undefined;
|
|
5341
4382
|
readonly index?: boolean | undefined;
|
|
5342
4383
|
readonly externalId?: boolean | undefined;
|
|
5343
4384
|
readonly type: "address";
|
|
5344
4385
|
};
|
|
5345
4386
|
richtext: (config?: FieldInput) => {
|
|
5346
|
-
readonly
|
|
5347
|
-
value: string;
|
|
5348
|
-
label: string;
|
|
5349
|
-
color?: string | undefined;
|
|
5350
|
-
default?: boolean | undefined;
|
|
5351
|
-
}[] | undefined;
|
|
4387
|
+
readonly format?: string | undefined;
|
|
5352
4388
|
readonly expression?: string | undefined;
|
|
4389
|
+
readonly readonly?: boolean | undefined;
|
|
5353
4390
|
readonly defaultValue?: any;
|
|
5354
|
-
readonly
|
|
4391
|
+
readonly description?: string | undefined;
|
|
5355
4392
|
readonly min?: number | undefined;
|
|
5356
4393
|
readonly max?: number | undefined;
|
|
5357
4394
|
readonly language?: string | undefined;
|
|
@@ -5368,7 +4405,7 @@ export declare const Field: {
|
|
|
5368
4405
|
autoRotate: boolean;
|
|
5369
4406
|
} | undefined;
|
|
5370
4407
|
};
|
|
5371
|
-
scope: "table" | "
|
|
4408
|
+
scope: "table" | "record" | "field" | "database";
|
|
5372
4409
|
deterministicEncryption: boolean;
|
|
5373
4410
|
searchableEncryption: boolean;
|
|
5374
4411
|
} | undefined;
|
|
@@ -5376,22 +4413,27 @@ export declare const Field: {
|
|
|
5376
4413
|
readonly label?: string | undefined;
|
|
5377
4414
|
readonly precision?: number | undefined;
|
|
5378
4415
|
readonly name?: string | undefined;
|
|
5379
|
-
readonly
|
|
5380
|
-
readonly format?: string | undefined;
|
|
4416
|
+
readonly required?: boolean | undefined;
|
|
5381
4417
|
readonly searchable?: boolean | undefined;
|
|
5382
4418
|
readonly multiple?: boolean | undefined;
|
|
5383
4419
|
readonly unique?: boolean | undefined;
|
|
5384
4420
|
readonly maxLength?: number | undefined;
|
|
5385
4421
|
readonly minLength?: number | undefined;
|
|
5386
4422
|
readonly scale?: number | undefined;
|
|
4423
|
+
readonly options?: {
|
|
4424
|
+
label: string;
|
|
4425
|
+
value: string;
|
|
4426
|
+
color?: string | undefined;
|
|
4427
|
+
default?: boolean | undefined;
|
|
4428
|
+
}[] | undefined;
|
|
5387
4429
|
readonly reference?: string | undefined;
|
|
5388
4430
|
readonly referenceFilters?: string[] | undefined;
|
|
5389
4431
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5390
4432
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5391
4433
|
readonly summaryOperations?: {
|
|
5392
4434
|
object: string;
|
|
5393
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5394
4435
|
field: string;
|
|
4436
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5395
4437
|
} | undefined;
|
|
5396
4438
|
readonly theme?: string | undefined;
|
|
5397
4439
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5412,7 +4454,7 @@ export declare const Field: {
|
|
|
5412
4454
|
readonly allowScanning?: boolean | undefined;
|
|
5413
4455
|
readonly currencyConfig?: {
|
|
5414
4456
|
precision: number;
|
|
5415
|
-
currencyMode: "
|
|
4457
|
+
currencyMode: "fixed" | "dynamic";
|
|
5416
4458
|
defaultCurrency: string;
|
|
5417
4459
|
} | undefined;
|
|
5418
4460
|
readonly vectorConfig?: {
|
|
@@ -5446,9 +4488,9 @@ export declare const Field: {
|
|
|
5446
4488
|
storageBucket?: string | undefined;
|
|
5447
4489
|
storagePrefix?: string | undefined;
|
|
5448
4490
|
imageValidation?: {
|
|
5449
|
-
autoRotate: boolean;
|
|
5450
4491
|
generateThumbnails: boolean;
|
|
5451
4492
|
preserveMetadata: boolean;
|
|
4493
|
+
autoRotate: boolean;
|
|
5452
4494
|
minWidth?: number | undefined;
|
|
5453
4495
|
maxWidth?: number | undefined;
|
|
5454
4496
|
minHeight?: number | undefined;
|
|
@@ -5465,7 +4507,7 @@ export declare const Field: {
|
|
|
5465
4507
|
} | undefined;
|
|
5466
4508
|
readonly maskingRule?: {
|
|
5467
4509
|
field: string;
|
|
5468
|
-
strategy: "
|
|
4510
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
5469
4511
|
preserveFormat: boolean;
|
|
5470
4512
|
preserveLength: boolean;
|
|
5471
4513
|
pattern?: string | undefined;
|
|
@@ -5488,22 +4530,17 @@ export declare const Field: {
|
|
|
5488
4530
|
} | undefined;
|
|
5489
4531
|
} | undefined;
|
|
5490
4532
|
readonly hidden?: boolean | undefined;
|
|
5491
|
-
readonly readonly?: boolean | undefined;
|
|
5492
4533
|
readonly encryption?: boolean | undefined;
|
|
5493
4534
|
readonly index?: boolean | undefined;
|
|
5494
4535
|
readonly externalId?: boolean | undefined;
|
|
5495
4536
|
readonly type: "richtext";
|
|
5496
4537
|
};
|
|
5497
4538
|
code: (language?: string, config?: FieldInput) => {
|
|
5498
|
-
readonly
|
|
5499
|
-
value: string;
|
|
5500
|
-
label: string;
|
|
5501
|
-
color?: string | undefined;
|
|
5502
|
-
default?: boolean | undefined;
|
|
5503
|
-
}[] | undefined;
|
|
4539
|
+
readonly format?: string | undefined;
|
|
5504
4540
|
readonly expression?: string | undefined;
|
|
4541
|
+
readonly readonly?: boolean | undefined;
|
|
5505
4542
|
readonly defaultValue?: any;
|
|
5506
|
-
readonly
|
|
4543
|
+
readonly description?: string | undefined;
|
|
5507
4544
|
readonly min?: number | undefined;
|
|
5508
4545
|
readonly max?: number | undefined;
|
|
5509
4546
|
language: string | undefined;
|
|
@@ -5520,7 +4557,7 @@ export declare const Field: {
|
|
|
5520
4557
|
autoRotate: boolean;
|
|
5521
4558
|
} | undefined;
|
|
5522
4559
|
};
|
|
5523
|
-
scope: "table" | "
|
|
4560
|
+
scope: "table" | "record" | "field" | "database";
|
|
5524
4561
|
deterministicEncryption: boolean;
|
|
5525
4562
|
searchableEncryption: boolean;
|
|
5526
4563
|
} | undefined;
|
|
@@ -5528,22 +4565,27 @@ export declare const Field: {
|
|
|
5528
4565
|
readonly label?: string | undefined;
|
|
5529
4566
|
readonly precision?: number | undefined;
|
|
5530
4567
|
readonly name?: string | undefined;
|
|
5531
|
-
readonly
|
|
5532
|
-
readonly format?: string | undefined;
|
|
4568
|
+
readonly required?: boolean | undefined;
|
|
5533
4569
|
readonly searchable?: boolean | undefined;
|
|
5534
4570
|
readonly multiple?: boolean | undefined;
|
|
5535
4571
|
readonly unique?: boolean | undefined;
|
|
5536
4572
|
readonly maxLength?: number | undefined;
|
|
5537
4573
|
readonly minLength?: number | undefined;
|
|
5538
4574
|
readonly scale?: number | undefined;
|
|
4575
|
+
readonly options?: {
|
|
4576
|
+
label: string;
|
|
4577
|
+
value: string;
|
|
4578
|
+
color?: string | undefined;
|
|
4579
|
+
default?: boolean | undefined;
|
|
4580
|
+
}[] | undefined;
|
|
5539
4581
|
readonly reference?: string | undefined;
|
|
5540
4582
|
readonly referenceFilters?: string[] | undefined;
|
|
5541
4583
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5542
4584
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5543
4585
|
readonly summaryOperations?: {
|
|
5544
4586
|
object: string;
|
|
5545
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5546
4587
|
field: string;
|
|
4588
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5547
4589
|
} | undefined;
|
|
5548
4590
|
readonly theme?: string | undefined;
|
|
5549
4591
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5564,7 +4606,7 @@ export declare const Field: {
|
|
|
5564
4606
|
readonly allowScanning?: boolean | undefined;
|
|
5565
4607
|
readonly currencyConfig?: {
|
|
5566
4608
|
precision: number;
|
|
5567
|
-
currencyMode: "
|
|
4609
|
+
currencyMode: "fixed" | "dynamic";
|
|
5568
4610
|
defaultCurrency: string;
|
|
5569
4611
|
} | undefined;
|
|
5570
4612
|
readonly vectorConfig?: {
|
|
@@ -5598,9 +4640,9 @@ export declare const Field: {
|
|
|
5598
4640
|
storageBucket?: string | undefined;
|
|
5599
4641
|
storagePrefix?: string | undefined;
|
|
5600
4642
|
imageValidation?: {
|
|
5601
|
-
autoRotate: boolean;
|
|
5602
4643
|
generateThumbnails: boolean;
|
|
5603
4644
|
preserveMetadata: boolean;
|
|
4645
|
+
autoRotate: boolean;
|
|
5604
4646
|
minWidth?: number | undefined;
|
|
5605
4647
|
maxWidth?: number | undefined;
|
|
5606
4648
|
minHeight?: number | undefined;
|
|
@@ -5617,7 +4659,7 @@ export declare const Field: {
|
|
|
5617
4659
|
} | undefined;
|
|
5618
4660
|
readonly maskingRule?: {
|
|
5619
4661
|
field: string;
|
|
5620
|
-
strategy: "
|
|
4662
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
5621
4663
|
preserveFormat: boolean;
|
|
5622
4664
|
preserveLength: boolean;
|
|
5623
4665
|
pattern?: string | undefined;
|
|
@@ -5640,22 +4682,17 @@ export declare const Field: {
|
|
|
5640
4682
|
} | undefined;
|
|
5641
4683
|
} | undefined;
|
|
5642
4684
|
readonly hidden?: boolean | undefined;
|
|
5643
|
-
readonly readonly?: boolean | undefined;
|
|
5644
4685
|
readonly encryption?: boolean | undefined;
|
|
5645
4686
|
readonly index?: boolean | undefined;
|
|
5646
4687
|
readonly externalId?: boolean | undefined;
|
|
5647
4688
|
readonly type: "code";
|
|
5648
4689
|
};
|
|
5649
4690
|
color: (config?: FieldInput) => {
|
|
5650
|
-
readonly
|
|
5651
|
-
value: string;
|
|
5652
|
-
label: string;
|
|
5653
|
-
color?: string | undefined;
|
|
5654
|
-
default?: boolean | undefined;
|
|
5655
|
-
}[] | undefined;
|
|
4691
|
+
readonly format?: string | undefined;
|
|
5656
4692
|
readonly expression?: string | undefined;
|
|
4693
|
+
readonly readonly?: boolean | undefined;
|
|
5657
4694
|
readonly defaultValue?: any;
|
|
5658
|
-
readonly
|
|
4695
|
+
readonly description?: string | undefined;
|
|
5659
4696
|
readonly min?: number | undefined;
|
|
5660
4697
|
readonly max?: number | undefined;
|
|
5661
4698
|
readonly language?: string | undefined;
|
|
@@ -5672,7 +4709,7 @@ export declare const Field: {
|
|
|
5672
4709
|
autoRotate: boolean;
|
|
5673
4710
|
} | undefined;
|
|
5674
4711
|
};
|
|
5675
|
-
scope: "table" | "
|
|
4712
|
+
scope: "table" | "record" | "field" | "database";
|
|
5676
4713
|
deterministicEncryption: boolean;
|
|
5677
4714
|
searchableEncryption: boolean;
|
|
5678
4715
|
} | undefined;
|
|
@@ -5680,22 +4717,27 @@ export declare const Field: {
|
|
|
5680
4717
|
readonly label?: string | undefined;
|
|
5681
4718
|
readonly precision?: number | undefined;
|
|
5682
4719
|
readonly name?: string | undefined;
|
|
5683
|
-
readonly
|
|
5684
|
-
readonly format?: string | undefined;
|
|
4720
|
+
readonly required?: boolean | undefined;
|
|
5685
4721
|
readonly searchable?: boolean | undefined;
|
|
5686
4722
|
readonly multiple?: boolean | undefined;
|
|
5687
4723
|
readonly unique?: boolean | undefined;
|
|
5688
4724
|
readonly maxLength?: number | undefined;
|
|
5689
4725
|
readonly minLength?: number | undefined;
|
|
5690
4726
|
readonly scale?: number | undefined;
|
|
4727
|
+
readonly options?: {
|
|
4728
|
+
label: string;
|
|
4729
|
+
value: string;
|
|
4730
|
+
color?: string | undefined;
|
|
4731
|
+
default?: boolean | undefined;
|
|
4732
|
+
}[] | undefined;
|
|
5691
4733
|
readonly reference?: string | undefined;
|
|
5692
4734
|
readonly referenceFilters?: string[] | undefined;
|
|
5693
4735
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5694
4736
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5695
4737
|
readonly summaryOperations?: {
|
|
5696
4738
|
object: string;
|
|
5697
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5698
4739
|
field: string;
|
|
4740
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5699
4741
|
} | undefined;
|
|
5700
4742
|
readonly theme?: string | undefined;
|
|
5701
4743
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5716,7 +4758,7 @@ export declare const Field: {
|
|
|
5716
4758
|
readonly allowScanning?: boolean | undefined;
|
|
5717
4759
|
readonly currencyConfig?: {
|
|
5718
4760
|
precision: number;
|
|
5719
|
-
currencyMode: "
|
|
4761
|
+
currencyMode: "fixed" | "dynamic";
|
|
5720
4762
|
defaultCurrency: string;
|
|
5721
4763
|
} | undefined;
|
|
5722
4764
|
readonly vectorConfig?: {
|
|
@@ -5750,9 +4792,9 @@ export declare const Field: {
|
|
|
5750
4792
|
storageBucket?: string | undefined;
|
|
5751
4793
|
storagePrefix?: string | undefined;
|
|
5752
4794
|
imageValidation?: {
|
|
5753
|
-
autoRotate: boolean;
|
|
5754
4795
|
generateThumbnails: boolean;
|
|
5755
4796
|
preserveMetadata: boolean;
|
|
4797
|
+
autoRotate: boolean;
|
|
5756
4798
|
minWidth?: number | undefined;
|
|
5757
4799
|
maxWidth?: number | undefined;
|
|
5758
4800
|
minHeight?: number | undefined;
|
|
@@ -5769,7 +4811,7 @@ export declare const Field: {
|
|
|
5769
4811
|
} | undefined;
|
|
5770
4812
|
readonly maskingRule?: {
|
|
5771
4813
|
field: string;
|
|
5772
|
-
strategy: "
|
|
4814
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
5773
4815
|
preserveFormat: boolean;
|
|
5774
4816
|
preserveLength: boolean;
|
|
5775
4817
|
pattern?: string | undefined;
|
|
@@ -5792,22 +4834,17 @@ export declare const Field: {
|
|
|
5792
4834
|
} | undefined;
|
|
5793
4835
|
} | undefined;
|
|
5794
4836
|
readonly hidden?: boolean | undefined;
|
|
5795
|
-
readonly readonly?: boolean | undefined;
|
|
5796
4837
|
readonly encryption?: boolean | undefined;
|
|
5797
4838
|
readonly index?: boolean | undefined;
|
|
5798
4839
|
readonly externalId?: boolean | undefined;
|
|
5799
4840
|
readonly type: "color";
|
|
5800
4841
|
};
|
|
5801
4842
|
rating: (maxRating?: number, config?: FieldInput) => {
|
|
5802
|
-
readonly
|
|
5803
|
-
value: string;
|
|
5804
|
-
label: string;
|
|
5805
|
-
color?: string | undefined;
|
|
5806
|
-
default?: boolean | undefined;
|
|
5807
|
-
}[] | undefined;
|
|
4843
|
+
readonly format?: string | undefined;
|
|
5808
4844
|
readonly expression?: string | undefined;
|
|
4845
|
+
readonly readonly?: boolean | undefined;
|
|
5809
4846
|
readonly defaultValue?: any;
|
|
5810
|
-
readonly
|
|
4847
|
+
readonly description?: string | undefined;
|
|
5811
4848
|
readonly min?: number | undefined;
|
|
5812
4849
|
readonly max?: number | undefined;
|
|
5813
4850
|
readonly language?: string | undefined;
|
|
@@ -5824,7 +4861,7 @@ export declare const Field: {
|
|
|
5824
4861
|
autoRotate: boolean;
|
|
5825
4862
|
} | undefined;
|
|
5826
4863
|
};
|
|
5827
|
-
scope: "table" | "
|
|
4864
|
+
scope: "table" | "record" | "field" | "database";
|
|
5828
4865
|
deterministicEncryption: boolean;
|
|
5829
4866
|
searchableEncryption: boolean;
|
|
5830
4867
|
} | undefined;
|
|
@@ -5832,22 +4869,27 @@ export declare const Field: {
|
|
|
5832
4869
|
readonly label?: string | undefined;
|
|
5833
4870
|
readonly precision?: number | undefined;
|
|
5834
4871
|
readonly name?: string | undefined;
|
|
5835
|
-
readonly
|
|
5836
|
-
readonly format?: string | undefined;
|
|
4872
|
+
readonly required?: boolean | undefined;
|
|
5837
4873
|
readonly searchable?: boolean | undefined;
|
|
5838
4874
|
readonly multiple?: boolean | undefined;
|
|
5839
4875
|
readonly unique?: boolean | undefined;
|
|
5840
4876
|
readonly maxLength?: number | undefined;
|
|
5841
4877
|
readonly minLength?: number | undefined;
|
|
5842
4878
|
readonly scale?: number | undefined;
|
|
4879
|
+
readonly options?: {
|
|
4880
|
+
label: string;
|
|
4881
|
+
value: string;
|
|
4882
|
+
color?: string | undefined;
|
|
4883
|
+
default?: boolean | undefined;
|
|
4884
|
+
}[] | undefined;
|
|
5843
4885
|
readonly reference?: string | undefined;
|
|
5844
4886
|
readonly referenceFilters?: string[] | undefined;
|
|
5845
4887
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5846
4888
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5847
4889
|
readonly summaryOperations?: {
|
|
5848
4890
|
object: string;
|
|
5849
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5850
4891
|
field: string;
|
|
4892
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
5851
4893
|
} | undefined;
|
|
5852
4894
|
readonly theme?: string | undefined;
|
|
5853
4895
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5868,7 +4910,7 @@ export declare const Field: {
|
|
|
5868
4910
|
readonly allowScanning?: boolean | undefined;
|
|
5869
4911
|
readonly currencyConfig?: {
|
|
5870
4912
|
precision: number;
|
|
5871
|
-
currencyMode: "
|
|
4913
|
+
currencyMode: "fixed" | "dynamic";
|
|
5872
4914
|
defaultCurrency: string;
|
|
5873
4915
|
} | undefined;
|
|
5874
4916
|
readonly vectorConfig?: {
|
|
@@ -5902,9 +4944,9 @@ export declare const Field: {
|
|
|
5902
4944
|
storageBucket?: string | undefined;
|
|
5903
4945
|
storagePrefix?: string | undefined;
|
|
5904
4946
|
imageValidation?: {
|
|
5905
|
-
autoRotate: boolean;
|
|
5906
4947
|
generateThumbnails: boolean;
|
|
5907
4948
|
preserveMetadata: boolean;
|
|
4949
|
+
autoRotate: boolean;
|
|
5908
4950
|
minWidth?: number | undefined;
|
|
5909
4951
|
maxWidth?: number | undefined;
|
|
5910
4952
|
minHeight?: number | undefined;
|
|
@@ -5921,7 +4963,7 @@ export declare const Field: {
|
|
|
5921
4963
|
} | undefined;
|
|
5922
4964
|
readonly maskingRule?: {
|
|
5923
4965
|
field: string;
|
|
5924
|
-
strategy: "
|
|
4966
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
5925
4967
|
preserveFormat: boolean;
|
|
5926
4968
|
preserveLength: boolean;
|
|
5927
4969
|
pattern?: string | undefined;
|
|
@@ -5944,22 +4986,17 @@ export declare const Field: {
|
|
|
5944
4986
|
} | undefined;
|
|
5945
4987
|
} | undefined;
|
|
5946
4988
|
readonly hidden?: boolean | undefined;
|
|
5947
|
-
readonly readonly?: boolean | undefined;
|
|
5948
4989
|
readonly encryption?: boolean | undefined;
|
|
5949
4990
|
readonly index?: boolean | undefined;
|
|
5950
4991
|
readonly externalId?: boolean | undefined;
|
|
5951
4992
|
readonly type: "rating";
|
|
5952
4993
|
};
|
|
5953
4994
|
signature: (config?: FieldInput) => {
|
|
5954
|
-
readonly
|
|
5955
|
-
value: string;
|
|
5956
|
-
label: string;
|
|
5957
|
-
color?: string | undefined;
|
|
5958
|
-
default?: boolean | undefined;
|
|
5959
|
-
}[] | undefined;
|
|
4995
|
+
readonly format?: string | undefined;
|
|
5960
4996
|
readonly expression?: string | undefined;
|
|
4997
|
+
readonly readonly?: boolean | undefined;
|
|
5961
4998
|
readonly defaultValue?: any;
|
|
5962
|
-
readonly
|
|
4999
|
+
readonly description?: string | undefined;
|
|
5963
5000
|
readonly min?: number | undefined;
|
|
5964
5001
|
readonly max?: number | undefined;
|
|
5965
5002
|
readonly language?: string | undefined;
|
|
@@ -5976,7 +5013,7 @@ export declare const Field: {
|
|
|
5976
5013
|
autoRotate: boolean;
|
|
5977
5014
|
} | undefined;
|
|
5978
5015
|
};
|
|
5979
|
-
scope: "table" | "
|
|
5016
|
+
scope: "table" | "record" | "field" | "database";
|
|
5980
5017
|
deterministicEncryption: boolean;
|
|
5981
5018
|
searchableEncryption: boolean;
|
|
5982
5019
|
} | undefined;
|
|
@@ -5984,22 +5021,27 @@ export declare const Field: {
|
|
|
5984
5021
|
readonly label?: string | undefined;
|
|
5985
5022
|
readonly precision?: number | undefined;
|
|
5986
5023
|
readonly name?: string | undefined;
|
|
5987
|
-
readonly
|
|
5988
|
-
readonly format?: string | undefined;
|
|
5024
|
+
readonly required?: boolean | undefined;
|
|
5989
5025
|
readonly searchable?: boolean | undefined;
|
|
5990
5026
|
readonly multiple?: boolean | undefined;
|
|
5991
5027
|
readonly unique?: boolean | undefined;
|
|
5992
5028
|
readonly maxLength?: number | undefined;
|
|
5993
5029
|
readonly minLength?: number | undefined;
|
|
5994
5030
|
readonly scale?: number | undefined;
|
|
5031
|
+
readonly options?: {
|
|
5032
|
+
label: string;
|
|
5033
|
+
value: string;
|
|
5034
|
+
color?: string | undefined;
|
|
5035
|
+
default?: boolean | undefined;
|
|
5036
|
+
}[] | undefined;
|
|
5995
5037
|
readonly reference?: string | undefined;
|
|
5996
5038
|
readonly referenceFilters?: string[] | undefined;
|
|
5997
5039
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5998
5040
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5999
5041
|
readonly summaryOperations?: {
|
|
6000
5042
|
object: string;
|
|
6001
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
6002
5043
|
field: string;
|
|
5044
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
6003
5045
|
} | undefined;
|
|
6004
5046
|
readonly theme?: string | undefined;
|
|
6005
5047
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -6020,7 +5062,7 @@ export declare const Field: {
|
|
|
6020
5062
|
readonly allowScanning?: boolean | undefined;
|
|
6021
5063
|
readonly currencyConfig?: {
|
|
6022
5064
|
precision: number;
|
|
6023
|
-
currencyMode: "
|
|
5065
|
+
currencyMode: "fixed" | "dynamic";
|
|
6024
5066
|
defaultCurrency: string;
|
|
6025
5067
|
} | undefined;
|
|
6026
5068
|
readonly vectorConfig?: {
|
|
@@ -6054,9 +5096,9 @@ export declare const Field: {
|
|
|
6054
5096
|
storageBucket?: string | undefined;
|
|
6055
5097
|
storagePrefix?: string | undefined;
|
|
6056
5098
|
imageValidation?: {
|
|
6057
|
-
autoRotate: boolean;
|
|
6058
5099
|
generateThumbnails: boolean;
|
|
6059
5100
|
preserveMetadata: boolean;
|
|
5101
|
+
autoRotate: boolean;
|
|
6060
5102
|
minWidth?: number | undefined;
|
|
6061
5103
|
maxWidth?: number | undefined;
|
|
6062
5104
|
minHeight?: number | undefined;
|
|
@@ -6073,7 +5115,7 @@ export declare const Field: {
|
|
|
6073
5115
|
} | undefined;
|
|
6074
5116
|
readonly maskingRule?: {
|
|
6075
5117
|
field: string;
|
|
6076
|
-
strategy: "
|
|
5118
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
6077
5119
|
preserveFormat: boolean;
|
|
6078
5120
|
preserveLength: boolean;
|
|
6079
5121
|
pattern?: string | undefined;
|
|
@@ -6096,22 +5138,17 @@ export declare const Field: {
|
|
|
6096
5138
|
} | undefined;
|
|
6097
5139
|
} | undefined;
|
|
6098
5140
|
readonly hidden?: boolean | undefined;
|
|
6099
|
-
readonly readonly?: boolean | undefined;
|
|
6100
5141
|
readonly encryption?: boolean | undefined;
|
|
6101
5142
|
readonly index?: boolean | undefined;
|
|
6102
5143
|
readonly externalId?: boolean | undefined;
|
|
6103
5144
|
readonly type: "signature";
|
|
6104
5145
|
};
|
|
6105
5146
|
slider: (config?: FieldInput) => {
|
|
6106
|
-
readonly
|
|
6107
|
-
value: string;
|
|
6108
|
-
label: string;
|
|
6109
|
-
color?: string | undefined;
|
|
6110
|
-
default?: boolean | undefined;
|
|
6111
|
-
}[] | undefined;
|
|
5147
|
+
readonly format?: string | undefined;
|
|
6112
5148
|
readonly expression?: string | undefined;
|
|
5149
|
+
readonly readonly?: boolean | undefined;
|
|
6113
5150
|
readonly defaultValue?: any;
|
|
6114
|
-
readonly
|
|
5151
|
+
readonly description?: string | undefined;
|
|
6115
5152
|
readonly min?: number | undefined;
|
|
6116
5153
|
readonly max?: number | undefined;
|
|
6117
5154
|
readonly language?: string | undefined;
|
|
@@ -6128,7 +5165,7 @@ export declare const Field: {
|
|
|
6128
5165
|
autoRotate: boolean;
|
|
6129
5166
|
} | undefined;
|
|
6130
5167
|
};
|
|
6131
|
-
scope: "table" | "
|
|
5168
|
+
scope: "table" | "record" | "field" | "database";
|
|
6132
5169
|
deterministicEncryption: boolean;
|
|
6133
5170
|
searchableEncryption: boolean;
|
|
6134
5171
|
} | undefined;
|
|
@@ -6136,22 +5173,27 @@ export declare const Field: {
|
|
|
6136
5173
|
readonly label?: string | undefined;
|
|
6137
5174
|
readonly precision?: number | undefined;
|
|
6138
5175
|
readonly name?: string | undefined;
|
|
6139
|
-
readonly
|
|
6140
|
-
readonly format?: string | undefined;
|
|
5176
|
+
readonly required?: boolean | undefined;
|
|
6141
5177
|
readonly searchable?: boolean | undefined;
|
|
6142
5178
|
readonly multiple?: boolean | undefined;
|
|
6143
5179
|
readonly unique?: boolean | undefined;
|
|
6144
5180
|
readonly maxLength?: number | undefined;
|
|
6145
5181
|
readonly minLength?: number | undefined;
|
|
6146
5182
|
readonly scale?: number | undefined;
|
|
5183
|
+
readonly options?: {
|
|
5184
|
+
label: string;
|
|
5185
|
+
value: string;
|
|
5186
|
+
color?: string | undefined;
|
|
5187
|
+
default?: boolean | undefined;
|
|
5188
|
+
}[] | undefined;
|
|
6147
5189
|
readonly reference?: string | undefined;
|
|
6148
5190
|
readonly referenceFilters?: string[] | undefined;
|
|
6149
5191
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
6150
5192
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6151
5193
|
readonly summaryOperations?: {
|
|
6152
5194
|
object: string;
|
|
6153
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
6154
5195
|
field: string;
|
|
5196
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
6155
5197
|
} | undefined;
|
|
6156
5198
|
readonly theme?: string | undefined;
|
|
6157
5199
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -6172,7 +5214,7 @@ export declare const Field: {
|
|
|
6172
5214
|
readonly allowScanning?: boolean | undefined;
|
|
6173
5215
|
readonly currencyConfig?: {
|
|
6174
5216
|
precision: number;
|
|
6175
|
-
currencyMode: "
|
|
5217
|
+
currencyMode: "fixed" | "dynamic";
|
|
6176
5218
|
defaultCurrency: string;
|
|
6177
5219
|
} | undefined;
|
|
6178
5220
|
readonly vectorConfig?: {
|
|
@@ -6206,9 +5248,9 @@ export declare const Field: {
|
|
|
6206
5248
|
storageBucket?: string | undefined;
|
|
6207
5249
|
storagePrefix?: string | undefined;
|
|
6208
5250
|
imageValidation?: {
|
|
6209
|
-
autoRotate: boolean;
|
|
6210
5251
|
generateThumbnails: boolean;
|
|
6211
5252
|
preserveMetadata: boolean;
|
|
5253
|
+
autoRotate: boolean;
|
|
6212
5254
|
minWidth?: number | undefined;
|
|
6213
5255
|
maxWidth?: number | undefined;
|
|
6214
5256
|
minHeight?: number | undefined;
|
|
@@ -6225,7 +5267,7 @@ export declare const Field: {
|
|
|
6225
5267
|
} | undefined;
|
|
6226
5268
|
readonly maskingRule?: {
|
|
6227
5269
|
field: string;
|
|
6228
|
-
strategy: "
|
|
5270
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
6229
5271
|
preserveFormat: boolean;
|
|
6230
5272
|
preserveLength: boolean;
|
|
6231
5273
|
pattern?: string | undefined;
|
|
@@ -6248,22 +5290,17 @@ export declare const Field: {
|
|
|
6248
5290
|
} | undefined;
|
|
6249
5291
|
} | undefined;
|
|
6250
5292
|
readonly hidden?: boolean | undefined;
|
|
6251
|
-
readonly readonly?: boolean | undefined;
|
|
6252
5293
|
readonly encryption?: boolean | undefined;
|
|
6253
5294
|
readonly index?: boolean | undefined;
|
|
6254
5295
|
readonly externalId?: boolean | undefined;
|
|
6255
5296
|
readonly type: "slider";
|
|
6256
5297
|
};
|
|
6257
5298
|
qrcode: (config?: FieldInput) => {
|
|
6258
|
-
readonly
|
|
6259
|
-
value: string;
|
|
6260
|
-
label: string;
|
|
6261
|
-
color?: string | undefined;
|
|
6262
|
-
default?: boolean | undefined;
|
|
6263
|
-
}[] | undefined;
|
|
5299
|
+
readonly format?: string | undefined;
|
|
6264
5300
|
readonly expression?: string | undefined;
|
|
5301
|
+
readonly readonly?: boolean | undefined;
|
|
6265
5302
|
readonly defaultValue?: any;
|
|
6266
|
-
readonly
|
|
5303
|
+
readonly description?: string | undefined;
|
|
6267
5304
|
readonly min?: number | undefined;
|
|
6268
5305
|
readonly max?: number | undefined;
|
|
6269
5306
|
readonly language?: string | undefined;
|
|
@@ -6280,7 +5317,7 @@ export declare const Field: {
|
|
|
6280
5317
|
autoRotate: boolean;
|
|
6281
5318
|
} | undefined;
|
|
6282
5319
|
};
|
|
6283
|
-
scope: "table" | "
|
|
5320
|
+
scope: "table" | "record" | "field" | "database";
|
|
6284
5321
|
deterministicEncryption: boolean;
|
|
6285
5322
|
searchableEncryption: boolean;
|
|
6286
5323
|
} | undefined;
|
|
@@ -6288,22 +5325,27 @@ export declare const Field: {
|
|
|
6288
5325
|
readonly label?: string | undefined;
|
|
6289
5326
|
readonly precision?: number | undefined;
|
|
6290
5327
|
readonly name?: string | undefined;
|
|
6291
|
-
readonly
|
|
6292
|
-
readonly format?: string | undefined;
|
|
5328
|
+
readonly required?: boolean | undefined;
|
|
6293
5329
|
readonly searchable?: boolean | undefined;
|
|
6294
5330
|
readonly multiple?: boolean | undefined;
|
|
6295
5331
|
readonly unique?: boolean | undefined;
|
|
6296
5332
|
readonly maxLength?: number | undefined;
|
|
6297
5333
|
readonly minLength?: number | undefined;
|
|
6298
5334
|
readonly scale?: number | undefined;
|
|
5335
|
+
readonly options?: {
|
|
5336
|
+
label: string;
|
|
5337
|
+
value: string;
|
|
5338
|
+
color?: string | undefined;
|
|
5339
|
+
default?: boolean | undefined;
|
|
5340
|
+
}[] | undefined;
|
|
6299
5341
|
readonly reference?: string | undefined;
|
|
6300
5342
|
readonly referenceFilters?: string[] | undefined;
|
|
6301
5343
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
6302
5344
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6303
5345
|
readonly summaryOperations?: {
|
|
6304
5346
|
object: string;
|
|
6305
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
6306
5347
|
field: string;
|
|
5348
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
6307
5349
|
} | undefined;
|
|
6308
5350
|
readonly theme?: string | undefined;
|
|
6309
5351
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -6324,7 +5366,7 @@ export declare const Field: {
|
|
|
6324
5366
|
readonly allowScanning?: boolean | undefined;
|
|
6325
5367
|
readonly currencyConfig?: {
|
|
6326
5368
|
precision: number;
|
|
6327
|
-
currencyMode: "
|
|
5369
|
+
currencyMode: "fixed" | "dynamic";
|
|
6328
5370
|
defaultCurrency: string;
|
|
6329
5371
|
} | undefined;
|
|
6330
5372
|
readonly vectorConfig?: {
|
|
@@ -6358,9 +5400,9 @@ export declare const Field: {
|
|
|
6358
5400
|
storageBucket?: string | undefined;
|
|
6359
5401
|
storagePrefix?: string | undefined;
|
|
6360
5402
|
imageValidation?: {
|
|
6361
|
-
autoRotate: boolean;
|
|
6362
5403
|
generateThumbnails: boolean;
|
|
6363
5404
|
preserveMetadata: boolean;
|
|
5405
|
+
autoRotate: boolean;
|
|
6364
5406
|
minWidth?: number | undefined;
|
|
6365
5407
|
maxWidth?: number | undefined;
|
|
6366
5408
|
minHeight?: number | undefined;
|
|
@@ -6377,7 +5419,7 @@ export declare const Field: {
|
|
|
6377
5419
|
} | undefined;
|
|
6378
5420
|
readonly maskingRule?: {
|
|
6379
5421
|
field: string;
|
|
6380
|
-
strategy: "
|
|
5422
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
6381
5423
|
preserveFormat: boolean;
|
|
6382
5424
|
preserveLength: boolean;
|
|
6383
5425
|
pattern?: string | undefined;
|
|
@@ -6400,22 +5442,17 @@ export declare const Field: {
|
|
|
6400
5442
|
} | undefined;
|
|
6401
5443
|
} | undefined;
|
|
6402
5444
|
readonly hidden?: boolean | undefined;
|
|
6403
|
-
readonly readonly?: boolean | undefined;
|
|
6404
5445
|
readonly encryption?: boolean | undefined;
|
|
6405
5446
|
readonly index?: boolean | undefined;
|
|
6406
5447
|
readonly externalId?: boolean | undefined;
|
|
6407
5448
|
readonly type: "qrcode";
|
|
6408
5449
|
};
|
|
6409
5450
|
vector: (dimensions: number, config?: FieldInput) => {
|
|
6410
|
-
readonly
|
|
6411
|
-
value: string;
|
|
6412
|
-
label: string;
|
|
6413
|
-
color?: string | undefined;
|
|
6414
|
-
default?: boolean | undefined;
|
|
6415
|
-
}[] | undefined;
|
|
5451
|
+
readonly format?: string | undefined;
|
|
6416
5452
|
readonly expression?: string | undefined;
|
|
5453
|
+
readonly readonly?: boolean | undefined;
|
|
6417
5454
|
readonly defaultValue?: any;
|
|
6418
|
-
readonly
|
|
5455
|
+
readonly description?: string | undefined;
|
|
6419
5456
|
readonly min?: number | undefined;
|
|
6420
5457
|
readonly max?: number | undefined;
|
|
6421
5458
|
readonly language?: string | undefined;
|
|
@@ -6432,7 +5469,7 @@ export declare const Field: {
|
|
|
6432
5469
|
autoRotate: boolean;
|
|
6433
5470
|
} | undefined;
|
|
6434
5471
|
};
|
|
6435
|
-
scope: "table" | "
|
|
5472
|
+
scope: "table" | "record" | "field" | "database";
|
|
6436
5473
|
deterministicEncryption: boolean;
|
|
6437
5474
|
searchableEncryption: boolean;
|
|
6438
5475
|
} | undefined;
|
|
@@ -6440,22 +5477,27 @@ export declare const Field: {
|
|
|
6440
5477
|
readonly label?: string | undefined;
|
|
6441
5478
|
readonly precision?: number | undefined;
|
|
6442
5479
|
readonly name?: string | undefined;
|
|
6443
|
-
readonly
|
|
6444
|
-
readonly format?: string | undefined;
|
|
5480
|
+
readonly required?: boolean | undefined;
|
|
6445
5481
|
readonly searchable?: boolean | undefined;
|
|
6446
5482
|
readonly multiple?: boolean | undefined;
|
|
6447
5483
|
readonly unique?: boolean | undefined;
|
|
6448
5484
|
readonly maxLength?: number | undefined;
|
|
6449
5485
|
readonly minLength?: number | undefined;
|
|
6450
5486
|
readonly scale?: number | undefined;
|
|
5487
|
+
readonly options?: {
|
|
5488
|
+
label: string;
|
|
5489
|
+
value: string;
|
|
5490
|
+
color?: string | undefined;
|
|
5491
|
+
default?: boolean | undefined;
|
|
5492
|
+
}[] | undefined;
|
|
6451
5493
|
readonly reference?: string | undefined;
|
|
6452
5494
|
readonly referenceFilters?: string[] | undefined;
|
|
6453
5495
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
6454
5496
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6455
5497
|
readonly summaryOperations?: {
|
|
6456
5498
|
object: string;
|
|
6457
|
-
function: "count" | "sum" | "avg" | "min" | "max";
|
|
6458
5499
|
field: string;
|
|
5500
|
+
function: "count" | "sum" | "avg" | "min" | "max";
|
|
6459
5501
|
} | undefined;
|
|
6460
5502
|
readonly theme?: string | undefined;
|
|
6461
5503
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -6476,7 +5518,7 @@ export declare const Field: {
|
|
|
6476
5518
|
readonly allowScanning?: boolean | undefined;
|
|
6477
5519
|
readonly currencyConfig?: {
|
|
6478
5520
|
precision: number;
|
|
6479
|
-
currencyMode: "
|
|
5521
|
+
currencyMode: "fixed" | "dynamic";
|
|
6480
5522
|
defaultCurrency: string;
|
|
6481
5523
|
} | undefined;
|
|
6482
5524
|
vectorConfig: {
|
|
@@ -6510,9 +5552,9 @@ export declare const Field: {
|
|
|
6510
5552
|
storageBucket?: string | undefined;
|
|
6511
5553
|
storagePrefix?: string | undefined;
|
|
6512
5554
|
imageValidation?: {
|
|
6513
|
-
autoRotate: boolean;
|
|
6514
5555
|
generateThumbnails: boolean;
|
|
6515
5556
|
preserveMetadata: boolean;
|
|
5557
|
+
autoRotate: boolean;
|
|
6516
5558
|
minWidth?: number | undefined;
|
|
6517
5559
|
maxWidth?: number | undefined;
|
|
6518
5560
|
minHeight?: number | undefined;
|
|
@@ -6529,7 +5571,7 @@ export declare const Field: {
|
|
|
6529
5571
|
} | undefined;
|
|
6530
5572
|
readonly maskingRule?: {
|
|
6531
5573
|
field: string;
|
|
6532
|
-
strategy: "
|
|
5574
|
+
strategy: "hash" | "redact" | "partial" | "tokenize" | "randomize" | "nullify" | "substitute";
|
|
6533
5575
|
preserveFormat: boolean;
|
|
6534
5576
|
preserveLength: boolean;
|
|
6535
5577
|
pattern?: string | undefined;
|
|
@@ -6552,7 +5594,6 @@ export declare const Field: {
|
|
|
6552
5594
|
} | undefined;
|
|
6553
5595
|
} | undefined;
|
|
6554
5596
|
readonly hidden?: boolean | undefined;
|
|
6555
|
-
readonly readonly?: boolean | undefined;
|
|
6556
5597
|
readonly encryption?: boolean | undefined;
|
|
6557
5598
|
readonly index?: boolean | undefined;
|
|
6558
5599
|
readonly externalId?: boolean | undefined;
|