@objectstack/spec 0.3.2 → 0.3.3
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/README.md +32 -10
- package/dist/ai/agent.zod.d.ts +12 -12
- package/dist/ai/conversation.zod.d.ts +65 -65
- package/dist/ai/cost.zod.d.ts +125 -125
- package/dist/ai/index.d.ts +1 -1
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +1 -1
- package/dist/ai/model-registry.zod.d.ts +94 -94
- package/dist/ai/nlq.zod.d.ts +70 -70
- package/dist/ai/{workflow-automation.zod.d.ts → orchestration.zod.d.ts} +50 -49
- package/dist/ai/orchestration.zod.d.ts.map +1 -0
- package/dist/ai/{workflow-automation.zod.js → orchestration.zod.js} +26 -25
- package/dist/ai/predictive.zod.d.ts +31 -31
- package/dist/ai/rag-pipeline.zod.d.ts +86 -86
- package/dist/api/contract.zod.d.ts +121 -105
- package/dist/api/contract.zod.d.ts.map +1 -1
- package/dist/{system → api}/discovery.zod.d.ts +26 -26
- package/dist/api/discovery.zod.d.ts.map +1 -0
- package/dist/{system → api}/discovery.zod.js +9 -9
- package/dist/{system/api.zod.d.ts → api/endpoint.zod.d.ts} +53 -57
- package/dist/api/endpoint.zod.d.ts.map +1 -0
- package/dist/{system/api.zod.js → api/endpoint.zod.js} +3 -6
- package/dist/api/index.d.ts +4 -0
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +4 -0
- package/dist/{system → api}/realtime.zod.d.ts +4 -4
- package/dist/api/realtime.zod.d.ts.map +1 -0
- package/dist/api/router.zod.d.ts +182 -0
- package/dist/api/router.zod.d.ts.map +1 -0
- package/dist/api/router.zod.js +103 -0
- package/dist/{system/auth.zod.d.ts → auth/config.zod.d.ts} +191 -191
- package/dist/auth/config.zod.d.ts.map +1 -0
- package/dist/{system → auth}/identity.zod.d.ts +8 -8
- package/dist/auth/identity.zod.d.ts.map +1 -0
- package/dist/auth/index.d.ts +7 -0
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/index.js +22 -0
- package/dist/{system → auth}/organization.zod.d.ts +5 -5
- package/dist/auth/organization.zod.d.ts.map +1 -0
- package/dist/{system → auth}/policy.zod.d.ts +3 -3
- package/dist/auth/policy.zod.d.ts.map +1 -0
- package/dist/{system/auth-protocol.d.ts → auth/protocol.d.ts} +1 -1
- package/dist/auth/protocol.d.ts.map +1 -0
- package/dist/auth/role.zod.d.ts.map +1 -0
- package/dist/{data → automation}/flow.zod.d.ts +34 -16
- package/dist/automation/flow.zod.d.ts.map +1 -0
- package/dist/{data → automation}/flow.zod.js +6 -1
- package/dist/automation/index.d.ts +4 -0
- package/dist/automation/index.d.ts.map +1 -0
- package/dist/automation/index.js +19 -0
- package/dist/{system → automation}/webhook.zod.d.ts +2 -2
- package/dist/automation/webhook.zod.d.ts.map +1 -0
- package/dist/automation/workflow.zod.d.ts +2045 -0
- package/dist/automation/workflow.zod.d.ts.map +1 -0
- package/dist/{data → automation}/workflow.zod.js +24 -1
- package/dist/data/dataset.zod.d.ts +2 -2
- package/dist/data/field.zod.d.ts +443 -213
- package/dist/data/field.zod.d.ts.map +1 -1
- package/dist/data/field.zod.js +29 -1
- package/dist/data/filter.zod.d.ts +167 -30
- package/dist/data/filter.zod.d.ts.map +1 -1
- package/dist/data/filter.zod.js +25 -13
- package/dist/data/hook.zod.d.ts +191 -0
- package/dist/data/hook.zod.d.ts.map +1 -0
- package/dist/data/hook.zod.js +144 -0
- package/dist/data/index.d.ts +4 -17
- package/dist/data/index.d.ts.map +1 -1
- package/dist/data/index.js +4 -17
- package/dist/data/mapping.zod.d.ts +103 -91
- package/dist/data/mapping.zod.d.ts.map +1 -1
- package/dist/data/object.zod.d.ts +387 -127
- package/dist/data/object.zod.d.ts.map +1 -1
- package/dist/data/object.zod.js +87 -42
- package/dist/data/query.zod.d.ts +98 -169
- package/dist/data/query.zod.d.ts.map +1 -1
- package/dist/data/query.zod.js +42 -130
- package/dist/data/validation.zod.d.ts +166 -26
- package/dist/data/validation.zod.d.ts.map +1 -1
- package/dist/data/validation.zod.js +38 -16
- package/dist/{system → driver}/datasource.zod.d.ts +42 -8
- package/dist/driver/datasource.zod.d.ts.map +1 -0
- package/dist/{system → driver}/datasource.zod.js +17 -13
- package/dist/driver/driver.zod.d.ts +3392 -0
- package/dist/driver/driver.zod.d.ts.map +1 -0
- package/dist/{system → driver}/driver.zod.js +99 -0
- package/dist/driver/index.d.ts +5 -0
- package/dist/driver/index.d.ts.map +1 -0
- package/dist/driver/index.js +20 -0
- package/dist/driver/mongo.zod.d.ts +107 -0
- package/dist/driver/mongo.zod.d.ts.map +1 -0
- package/dist/driver/mongo.zod.js +80 -0
- package/dist/driver/postgres.zod.d.ts +134 -0
- package/dist/driver/postgres.zod.d.ts.map +1 -0
- package/dist/driver/postgres.zod.js +88 -0
- package/dist/hub/composer.zod.d.ts +2768 -0
- package/dist/hub/composer.zod.d.ts.map +1 -0
- package/dist/hub/composer.zod.js +111 -0
- package/dist/hub/index.d.ts +6 -0
- package/dist/hub/index.d.ts.map +1 -0
- package/dist/hub/index.js +22 -0
- package/dist/{system → hub}/license.zod.d.ts +11 -7
- package/dist/hub/license.zod.d.ts.map +1 -0
- package/dist/{system → hub}/license.zod.js +5 -3
- package/dist/hub/marketplace.zod.d.ts +191 -0
- package/dist/hub/marketplace.zod.d.ts.map +1 -0
- package/dist/hub/marketplace.zod.js +85 -0
- package/dist/hub/space.zod.d.ts +383 -0
- package/dist/hub/space.zod.d.ts.map +1 -0
- package/dist/hub/space.zod.js +103 -0
- package/dist/{system → hub}/tenant.zod.d.ts +73 -47
- package/dist/hub/tenant.zod.d.ts.map +1 -0
- package/dist/{system → hub}/tenant.zod.js +36 -10
- package/dist/index.d.ts +11 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12 -5
- package/dist/kernel/context.zod.d.ts +56 -0
- package/dist/kernel/context.zod.d.ts.map +1 -0
- package/dist/kernel/context.zod.js +43 -0
- package/dist/kernel/index.d.ts +12 -0
- package/dist/kernel/index.d.ts.map +1 -0
- package/dist/kernel/index.js +27 -0
- package/dist/kernel/logger.zod.d.ts +111 -0
- package/dist/kernel/logger.zod.d.ts.map +1 -0
- package/dist/kernel/logger.zod.js +75 -0
- package/dist/kernel/manifest.zod.d.ts +2153 -0
- package/dist/kernel/manifest.zod.d.ts.map +1 -0
- package/dist/{system → kernel}/manifest.zod.js +40 -0
- package/dist/{system → kernel}/plugin.zod.d.ts +598 -318
- package/dist/kernel/plugin.zod.d.ts.map +1 -0
- package/dist/{system → kernel}/plugin.zod.js +13 -0
- package/dist/kernel/scoped-storage.zod.d.ts +81 -0
- package/dist/kernel/scoped-storage.zod.d.ts.map +1 -0
- package/dist/kernel/scoped-storage.zod.js +66 -0
- package/dist/permission/index.d.ts +12 -0
- package/dist/permission/index.d.ts.map +1 -0
- package/dist/permission/index.js +27 -0
- package/dist/{data → permission}/permission.zod.d.ts +34 -3
- package/dist/permission/permission.zod.d.ts.map +1 -0
- package/dist/{data → permission}/permission.zod.js +10 -1
- package/dist/permission/sharing.zod.d.ts +146 -0
- package/dist/permission/sharing.zod.d.ts.map +1 -0
- package/dist/permission/sharing.zod.js +88 -0
- package/dist/permission/territory.zod.d.ts.map +1 -0
- package/dist/system/audit.zod.d.ts +52 -52
- package/dist/system/events.zod.d.ts +17 -17
- package/dist/system/index.d.ts +1 -20
- package/dist/system/index.d.ts.map +1 -1
- package/dist/system/index.js +3 -20
- package/dist/system/job.zod.d.ts +13 -13
- package/dist/ui/action.zod.d.ts +13 -13
- package/dist/ui/app.zod.d.ts +11 -11
- package/dist/ui/dashboard.zod.d.ts +12 -12
- package/dist/ui/page.zod.d.ts +2 -2
- package/dist/ui/report.zod.d.ts +7 -7
- package/dist/ui/theme.zod.d.ts +42 -42
- package/dist/ui/view.zod.d.ts +55 -55
- package/dist/ui/widget.zod.d.ts +61 -28
- package/dist/ui/widget.zod.d.ts.map +1 -1
- package/json-schema/ai/{AIWorkflowAutomation.json → AIOrchestration.json} +5 -5
- package/json-schema/ai/{AIWorkflowExecutionResult.json → AIOrchestrationExecutionResult.json} +2 -2
- package/json-schema/ai/{AIWorkflowTrigger.json → AIOrchestrationTrigger.json} +2 -2
- package/json-schema/ai/{BatchAIWorkflowExecution.json → BatchAIOrchestrationExecution.json} +3 -3
- package/json-schema/{system → api}/ApiEndpoint.json +3 -1
- package/json-schema/{system → api}/ApiRoutes.json +7 -7
- package/json-schema/{system → api}/Discovery.json +7 -7
- package/json-schema/api/ExportRequest.json +402 -438
- package/json-schema/{system → api}/HttpMethod.json +3 -1
- package/json-schema/api/RouteCategory.json +17 -0
- package/json-schema/api/RouteDefinition.json +77 -0
- package/json-schema/api/RouterConfig.json +117 -0
- package/json-schema/{data → automation}/Flow.json +31 -1
- package/json-schema/{data → automation}/FlowEdge.json +9 -0
- package/json-schema/{data/WorkflowRule.json → automation/TimeTrigger.json} +35 -25
- package/json-schema/automation/WorkflowRule.json +1031 -0
- package/json-schema/data/AggregationNode.json +23 -0
- package/json-schema/data/AsyncValidation.json +49 -2
- package/json-schema/data/ComparisonOperator.json +52 -0
- package/json-schema/data/ConditionalValidation.json +693 -46
- package/json-schema/data/CrossFieldValidation.json +33 -2
- package/json-schema/data/CurrencyConfig.json +35 -0
- package/json-schema/data/CurrencyValue.json +26 -0
- package/json-schema/data/CustomValidator.json +37 -10
- package/json-schema/data/Field.json +30 -0
- package/json-schema/data/FieldOperators.json +78 -0
- package/json-schema/data/FieldReference.json +19 -0
- package/json-schema/data/FormatValidation.json +33 -2
- package/json-schema/data/Hook.json +95 -0
- package/json-schema/data/HookContext.json +88 -0
- package/json-schema/data/HookEvent.json +29 -0
- package/json-schema/data/Index.json +10 -0
- package/json-schema/data/JSONValidation.json +85 -0
- package/json-schema/data/JoinNode.json +197 -213
- package/json-schema/data/{TriggerAction.json → JoinStrategy.json} +6 -5
- package/json-schema/data/NormalizedFilter.json +234 -0
- package/json-schema/data/Object.json +1580 -28
- package/json-schema/data/ObjectCapabilities.json +30 -12
- package/json-schema/data/Query.json +246 -262
- package/json-schema/data/RangeOperator.json +26 -0
- package/json-schema/data/ScriptValidation.json +33 -2
- package/json-schema/data/SearchConfig.json +36 -0
- package/json-schema/data/StateMachineValidation.json +33 -2
- package/json-schema/data/UniquenessValidation.json +33 -2
- package/json-schema/data/ValidationRule.json +693 -46
- package/json-schema/{system → driver}/Datasource.json +35 -0
- package/json-schema/{system → driver}/DriverCapabilities.json +10 -0
- package/json-schema/{system → driver}/DriverInterface.json +10 -0
- package/json-schema/{system → driver}/DriverOptions.json +11 -0
- package/json-schema/driver/MongoConfig.json +82 -0
- package/json-schema/driver/PostgresConfig.json +98 -0
- package/json-schema/hub/BillOfMaterials.json +70 -0
- package/json-schema/hub/ComposerRequest.json +86 -0
- package/json-schema/hub/ComposerResponse.json +2645 -0
- package/json-schema/hub/ConflictReport.json +53 -0
- package/json-schema/hub/DependencyRequirement.json +36 -0
- package/json-schema/hub/DeploymentTarget.json +38 -0
- package/json-schema/hub/HubSpace.json +279 -0
- package/json-schema/{system → hub}/License.json +11 -3
- package/json-schema/hub/MarketplacePlugin.json +141 -0
- package/json-schema/hub/PluginAuthor.json +26 -0
- package/json-schema/hub/PluginPricing.json +43 -0
- package/json-schema/hub/SpaceSubscription.json +77 -0
- package/json-schema/hub/SubscriptionStatus.json +16 -0
- package/json-schema/{system → hub}/Tenant.json +3 -5
- package/json-schema/kernel/FileMetadata.json +43 -0
- package/json-schema/kernel/KernelContext.json +62 -0
- package/json-schema/kernel/LogEntry.json +63 -0
- package/json-schema/kernel/LogFormat.json +15 -0
- package/json-schema/kernel/LogLevel.json +17 -0
- package/json-schema/kernel/LoggerConfig.json +70 -0
- package/json-schema/kernel/Manifest.json +2557 -0
- package/json-schema/{system → kernel}/PluginContext.json +8 -1
- package/json-schema/kernel/RuntimeMode.json +16 -0
- package/json-schema/kernel/ScopedStorageConfig.json +54 -0
- package/json-schema/kernel/StorageAdapterType.json +17 -0
- package/json-schema/kernel/StorageScope.json +18 -0
- package/json-schema/permission/CriteriaSharingRule.json +82 -0
- package/json-schema/{data → permission}/OWDModel.json +2 -1
- package/json-schema/{data → permission}/ObjectPermission.json +15 -0
- package/json-schema/permission/OwnerSharingRule.json +102 -0
- package/json-schema/{data → permission}/PermissionSet.json +15 -0
- package/json-schema/permission/ShareRecipientType.json +16 -0
- package/json-schema/{data → permission}/SharingLevel.json +2 -1
- package/json-schema/permission/SharingRule.json +182 -0
- package/json-schema/{data → permission}/SharingRuleType.json +1 -3
- package/json-schema/ui/FieldWidgetProps.json +30 -0
- package/llms.txt +182 -0
- package/package.json +38 -16
- package/prompts/README.md +18 -0
- package/prompts/architecture.md +81 -0
- package/prompts/implement-objectai.md +39 -0
- package/prompts/implement-objectos.md +48 -0
- package/prompts/implement-objectql.md +39 -0
- package/prompts/implement-objectui.md +46 -0
- package/prompts/instructions.md +91 -0
- package/dist/ai/workflow-automation.zod.d.ts.map +0 -1
- package/dist/data/flow.zod.d.ts.map +0 -1
- package/dist/data/permission.zod.d.ts.map +0 -1
- package/dist/data/sharing.zod.d.ts +0 -63
- package/dist/data/sharing.zod.d.ts.map +0 -1
- package/dist/data/sharing.zod.js +0 -57
- package/dist/data/trigger.zod.d.ts +0 -354
- package/dist/data/trigger.zod.d.ts.map +0 -1
- package/dist/data/trigger.zod.js +0 -195
- package/dist/data/workflow.zod.d.ts +0 -986
- package/dist/data/workflow.zod.d.ts.map +0 -1
- package/dist/system/api.zod.d.ts.map +0 -1
- package/dist/system/auth-protocol.d.ts.map +0 -1
- package/dist/system/auth.zod.d.ts.map +0 -1
- package/dist/system/datasource.zod.d.ts.map +0 -1
- package/dist/system/discovery.zod.d.ts.map +0 -1
- package/dist/system/driver.zod.d.ts +0 -1631
- package/dist/system/driver.zod.d.ts.map +0 -1
- package/dist/system/identity.zod.d.ts.map +0 -1
- package/dist/system/license.zod.d.ts.map +0 -1
- package/dist/system/manifest.zod.d.ts +0 -397
- package/dist/system/manifest.zod.d.ts.map +0 -1
- package/dist/system/organization.zod.d.ts.map +0 -1
- package/dist/system/plugin.zod.d.ts.map +0 -1
- package/dist/system/policy.zod.d.ts.map +0 -1
- package/dist/system/realtime.zod.d.ts.map +0 -1
- package/dist/system/role.zod.d.ts.map +0 -1
- package/dist/system/tenant.zod.d.ts.map +0 -1
- package/dist/system/territory.zod.d.ts.map +0 -1
- package/dist/system/webhook.zod.d.ts.map +0 -1
- package/json-schema/README.md +0 -127
- package/json-schema/data/FieldMapping.json +0 -83
- package/json-schema/data/FilterNode.json +0 -52
- package/json-schema/data/FilterOperator.json +0 -26
- package/json-schema/data/LogicOperator.json +0 -14
- package/json-schema/data/Mapping.json +0 -598
- package/json-schema/data/SharingRule.json +0 -58
- package/json-schema/data/TransformType.json +0 -18
- package/json-schema/data/Trigger.json +0 -73
- package/json-schema/data/TriggerContext.json +0 -61
- package/json-schema/data/TriggerTiming.json +0 -13
- package/json-schema/system/Manifest.json +0 -315
- /package/dist/{system → api}/realtime.zod.js +0 -0
- /package/dist/{system/auth.zod.js → auth/config.zod.js} +0 -0
- /package/dist/{system → auth}/identity.zod.js +0 -0
- /package/dist/{system → auth}/organization.zod.js +0 -0
- /package/dist/{system → auth}/policy.zod.js +0 -0
- /package/dist/{system/auth-protocol.js → auth/protocol.js} +0 -0
- /package/dist/{system → auth}/role.zod.d.ts +0 -0
- /package/dist/{system → auth}/role.zod.js +0 -0
- /package/dist/{system → automation}/webhook.zod.js +0 -0
- /package/dist/{system → permission}/territory.zod.d.ts +0 -0
- /package/dist/{system → permission}/territory.zod.js +0 -0
- /package/json-schema/{system → api}/ApiCapabilities.json +0 -0
- /package/json-schema/{system → api}/ApiMapping.json +0 -0
- /package/json-schema/{system → api}/Presence.json +0 -0
- /package/json-schema/{system → api}/PresenceStatus.json +0 -0
- /package/json-schema/{system → api}/RateLimit.json +0 -0
- /package/json-schema/{system → api}/RealtimeAction.json +0 -0
- /package/json-schema/{system → api}/RealtimeEvent.json +0 -0
- /package/json-schema/{system → api}/RealtimeEventType.json +0 -0
- /package/json-schema/{system → api}/Subscription.json +0 -0
- /package/json-schema/{system → api}/SubscriptionEvent.json +0 -0
- /package/json-schema/{system → api}/TransportProtocol.json +0 -0
- /package/json-schema/{system → auth}/Account.json +0 -0
- /package/json-schema/{system → auth}/AccountLinkingConfig.json +0 -0
- /package/json-schema/{system → auth}/AuditPolicy.json +0 -0
- /package/json-schema/{system → auth}/AuthConfig.json +0 -0
- /package/json-schema/{system → auth}/AuthPluginConfig.json +0 -0
- /package/json-schema/{system → auth}/AuthStrategy.json +0 -0
- /package/json-schema/{system → auth}/CSRFConfig.json +0 -0
- /package/json-schema/{system → auth}/DatabaseAdapter.json +0 -0
- /package/json-schema/{system → auth}/DatabaseMapping.json +0 -0
- /package/json-schema/{system → auth}/EmailPasswordConfig.json +0 -0
- /package/json-schema/{system → auth}/EnterpriseAuthConfig.json +0 -0
- /package/json-schema/{system → auth}/Invitation.json +0 -0
- /package/json-schema/{system → auth}/InvitationStatus.json +0 -0
- /package/json-schema/{system → auth}/LDAPConfig.json +0 -0
- /package/json-schema/{system → auth}/MagicLinkConfig.json +0 -0
- /package/json-schema/{system → auth}/Member.json +0 -0
- /package/json-schema/{system → auth}/NetworkPolicy.json +0 -0
- /package/json-schema/{system → auth}/OAuthProvider.json +0 -0
- /package/json-schema/{system → auth}/OIDCConfig.json +0 -0
- /package/json-schema/{system → auth}/Organization.json +0 -0
- /package/json-schema/{system → auth}/PasskeyConfig.json +0 -0
- /package/json-schema/{system → auth}/PasswordPolicy.json +0 -0
- /package/json-schema/{system → auth}/Policy.json +0 -0
- /package/json-schema/{system → auth}/RateLimitConfig.json +0 -0
- /package/json-schema/{system → auth}/Role.json +0 -0
- /package/json-schema/{system → auth}/SAMLConfig.json +0 -0
- /package/json-schema/{system → auth}/Session.json +0 -0
- /package/json-schema/{system → auth}/SessionConfig.json +0 -0
- /package/json-schema/{system → auth}/SessionPolicy.json +0 -0
- /package/json-schema/{system → auth}/StandardAuthProvider.json +0 -0
- /package/json-schema/{system → auth}/TwoFactorConfig.json +0 -0
- /package/json-schema/{system → auth}/User.json +0 -0
- /package/json-schema/{system → auth}/UserFieldMapping.json +0 -0
- /package/json-schema/{system → auth}/VerificationToken.json +0 -0
- /package/json-schema/{data → automation}/CustomScriptAction.json +0 -0
- /package/json-schema/{data → automation}/EmailAlertAction.json +0 -0
- /package/json-schema/{data → automation}/FieldUpdateAction.json +0 -0
- /package/json-schema/{data → automation}/FlowNode.json +0 -0
- /package/json-schema/{data → automation}/FlowNodeAction.json +0 -0
- /package/json-schema/{data → automation}/FlowVariable.json +0 -0
- /package/json-schema/{data → automation}/HttpCallAction.json +0 -0
- /package/json-schema/{data → automation}/PushNotificationAction.json +0 -0
- /package/json-schema/{data → automation}/SlackMessageAction.json +0 -0
- /package/json-schema/{data → automation}/SmsNotificationAction.json +0 -0
- /package/json-schema/{data → automation}/TaskCreationAction.json +0 -0
- /package/json-schema/{data → automation}/TeamsMessageAction.json +0 -0
- /package/json-schema/{system → automation}/Webhook.json +0 -0
- /package/json-schema/{system → automation}/WebhookReceiver.json +0 -0
- /package/json-schema/{data → automation}/WebhookTriggerAction.json +0 -0
- /package/json-schema/{system → automation}/WebhookTriggerType.json +0 -0
- /package/json-schema/{data → automation}/WorkflowAction.json +0 -0
- /package/json-schema/{data → automation}/WorkflowTriggerType.json +0 -0
- /package/json-schema/{system → driver}/DatasourceCapabilities.json +0 -0
- /package/json-schema/{system → driver}/DriverDefinition.json +0 -0
- /package/json-schema/{system → driver}/DriverType.json +0 -0
- /package/json-schema/{system → hub}/DatabaseLevelIsolationStrategy.json +0 -0
- /package/json-schema/{system → hub}/Feature.json +0 -0
- /package/json-schema/{system → hub}/LevelIsolationStrategySchema.json +0 -0
- /package/json-schema/{system → hub}/MetricType.json +0 -0
- /package/json-schema/{system → hub}/Plan.json +0 -0
- /package/json-schema/{system → hub}/RowLevelIsolationStrategy.json +0 -0
- /package/json-schema/{system → hub}/TenantIsolationConfig.json +0 -0
- /package/json-schema/{system → hub}/TenantIsolationLevel.json +0 -0
- /package/json-schema/{system → hub}/TenantQuota.json +0 -0
- /package/json-schema/{system → hub}/TenantSecurityPolicy.json +0 -0
- /package/json-schema/{system → kernel}/I18nContext.json +0 -0
- /package/json-schema/{system → kernel}/Logger.json +0 -0
- /package/json-schema/{system → kernel}/ObjectQLClient.json +0 -0
- /package/json-schema/{system → kernel}/Plugin.json +0 -0
- /package/json-schema/{system → kernel}/PluginLifecycle.json +0 -0
- /package/json-schema/{system → kernel}/Router.json +0 -0
- /package/json-schema/{system → kernel}/Scheduler.json +0 -0
- /package/json-schema/{system → kernel}/ScopedStorage.json +0 -0
- /package/json-schema/{system → kernel}/SystemAPI.json +0 -0
- /package/json-schema/{data → permission}/FieldPermission.json +0 -0
- /package/json-schema/{system → permission}/Territory.json +0 -0
- /package/json-schema/{system → permission}/TerritoryModel.json +0 -0
- /package/json-schema/{system → permission}/TerritoryType.json +0 -0
package/dist/system/job.zod.d.ts
CHANGED
|
@@ -38,11 +38,11 @@ export declare const OnceScheduleSchema: z.ZodObject<{
|
|
|
38
38
|
type: z.ZodLiteral<"once">;
|
|
39
39
|
at: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
at: string;
|
|
42
41
|
type: "once";
|
|
43
|
-
}, {
|
|
44
42
|
at: string;
|
|
43
|
+
}, {
|
|
45
44
|
type: "once";
|
|
45
|
+
at: string;
|
|
46
46
|
}>;
|
|
47
47
|
/**
|
|
48
48
|
* Schedule Schema
|
|
@@ -73,11 +73,11 @@ export declare const ScheduleSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
73
73
|
type: z.ZodLiteral<"once">;
|
|
74
74
|
at: z.ZodString;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
|
-
at: string;
|
|
77
76
|
type: "once";
|
|
78
|
-
}, {
|
|
79
77
|
at: string;
|
|
78
|
+
}, {
|
|
80
79
|
type: "once";
|
|
80
|
+
at: string;
|
|
81
81
|
}>]>;
|
|
82
82
|
export type Schedule = z.infer<typeof ScheduleSchema>;
|
|
83
83
|
export type CronSchedule = z.infer<typeof CronScheduleSchema>;
|
|
@@ -133,11 +133,11 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
133
133
|
type: z.ZodLiteral<"once">;
|
|
134
134
|
at: z.ZodString;
|
|
135
135
|
}, "strip", z.ZodTypeAny, {
|
|
136
|
-
at: string;
|
|
137
136
|
type: "once";
|
|
138
|
-
}, {
|
|
139
137
|
at: string;
|
|
138
|
+
}, {
|
|
140
139
|
type: "once";
|
|
140
|
+
at: string;
|
|
141
141
|
}>]>;
|
|
142
142
|
handler: z.ZodFunction<z.ZodTuple<[], z.ZodUnknown>, z.ZodPromise<z.ZodVoid>>;
|
|
143
143
|
retryPolicy: z.ZodOptional<z.ZodObject<{
|
|
@@ -157,6 +157,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
157
157
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
159
|
name: string;
|
|
160
|
+
handler: (...args: unknown[]) => Promise<void>;
|
|
161
|
+
id: string;
|
|
162
|
+
enabled: boolean;
|
|
160
163
|
schedule: {
|
|
161
164
|
type: "cron";
|
|
162
165
|
expression: string;
|
|
@@ -165,12 +168,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
165
168
|
type: "interval";
|
|
166
169
|
intervalMs: number;
|
|
167
170
|
} | {
|
|
168
|
-
at: string;
|
|
169
171
|
type: "once";
|
|
172
|
+
at: string;
|
|
170
173
|
};
|
|
171
|
-
id: string;
|
|
172
|
-
enabled: boolean;
|
|
173
|
-
handler: (...args: unknown[]) => Promise<void>;
|
|
174
174
|
timeout?: number | undefined;
|
|
175
175
|
retryPolicy?: {
|
|
176
176
|
maxRetries: number;
|
|
@@ -179,6 +179,8 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
179
179
|
} | undefined;
|
|
180
180
|
}, {
|
|
181
181
|
name: string;
|
|
182
|
+
handler: (...args: unknown[]) => Promise<void>;
|
|
183
|
+
id: string;
|
|
182
184
|
schedule: {
|
|
183
185
|
type: "cron";
|
|
184
186
|
expression: string;
|
|
@@ -187,11 +189,9 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
187
189
|
type: "interval";
|
|
188
190
|
intervalMs: number;
|
|
189
191
|
} | {
|
|
190
|
-
at: string;
|
|
191
192
|
type: "once";
|
|
193
|
+
at: string;
|
|
192
194
|
};
|
|
193
|
-
id: string;
|
|
194
|
-
handler: (...args: unknown[]) => Promise<void>;
|
|
195
195
|
timeout?: number | undefined;
|
|
196
196
|
enabled?: boolean | undefined;
|
|
197
197
|
retryPolicy?: {
|
package/dist/ui/action.zod.d.ts
CHANGED
|
@@ -19,16 +19,16 @@ export declare const ActionParamSchema: z.ZodObject<{
|
|
|
19
19
|
label: string;
|
|
20
20
|
}>, "many">>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
type: "number" | "boolean" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "
|
|
22
|
+
type: "number" | "boolean" | "code" | "date" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "select" | "lookup" | "master_detail" | "image" | "file" | "avatar" | "formula" | "summary" | "autonumber" | "location" | "geolocation" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode";
|
|
23
|
+
required: boolean;
|
|
23
24
|
label: string;
|
|
24
25
|
name: string;
|
|
25
|
-
required: boolean;
|
|
26
26
|
options?: {
|
|
27
27
|
value: string;
|
|
28
28
|
label: string;
|
|
29
29
|
}[] | undefined;
|
|
30
30
|
}, {
|
|
31
|
-
type: "number" | "boolean" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "
|
|
31
|
+
type: "number" | "boolean" | "code" | "date" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "select" | "lookup" | "master_detail" | "image" | "file" | "avatar" | "formula" | "summary" | "autonumber" | "location" | "geolocation" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode";
|
|
32
32
|
label: string;
|
|
33
33
|
name: string;
|
|
34
34
|
options?: {
|
|
@@ -73,16 +73,16 @@ export declare const ActionSchema: z.ZodObject<{
|
|
|
73
73
|
label: string;
|
|
74
74
|
}>, "many">>;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
|
-
type: "number" | "boolean" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "
|
|
76
|
+
type: "number" | "boolean" | "code" | "date" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "select" | "lookup" | "master_detail" | "image" | "file" | "avatar" | "formula" | "summary" | "autonumber" | "location" | "geolocation" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode";
|
|
77
|
+
required: boolean;
|
|
77
78
|
label: string;
|
|
78
79
|
name: string;
|
|
79
|
-
required: boolean;
|
|
80
80
|
options?: {
|
|
81
81
|
value: string;
|
|
82
82
|
label: string;
|
|
83
83
|
}[] | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
type: "number" | "boolean" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "
|
|
85
|
+
type: "number" | "boolean" | "code" | "date" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "select" | "lookup" | "master_detail" | "image" | "file" | "avatar" | "formula" | "summary" | "autonumber" | "location" | "geolocation" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode";
|
|
86
86
|
label: string;
|
|
87
87
|
name: string;
|
|
88
88
|
options?: {
|
|
@@ -102,30 +102,29 @@ export declare const ActionSchema: z.ZodObject<{
|
|
|
102
102
|
label: string;
|
|
103
103
|
name: string;
|
|
104
104
|
refreshAfter: boolean;
|
|
105
|
-
location?: any;
|
|
106
105
|
params?: {
|
|
107
|
-
type: "number" | "boolean" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "
|
|
106
|
+
type: "number" | "boolean" | "code" | "date" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "select" | "lookup" | "master_detail" | "image" | "file" | "avatar" | "formula" | "summary" | "autonumber" | "location" | "geolocation" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode";
|
|
107
|
+
required: boolean;
|
|
108
108
|
label: string;
|
|
109
109
|
name: string;
|
|
110
|
-
required: boolean;
|
|
111
110
|
options?: {
|
|
112
111
|
value: string;
|
|
113
112
|
label: string;
|
|
114
113
|
}[] | undefined;
|
|
115
114
|
}[] | undefined;
|
|
115
|
+
location?: any;
|
|
116
116
|
icon?: string | undefined;
|
|
117
|
-
target?: string | undefined;
|
|
118
117
|
execute?: string | undefined;
|
|
119
118
|
visible?: string | undefined;
|
|
119
|
+
target?: string | undefined;
|
|
120
120
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
121
121
|
confirmText?: string | undefined;
|
|
122
122
|
successMessage?: string | undefined;
|
|
123
123
|
}, {
|
|
124
124
|
label: string;
|
|
125
125
|
name: string;
|
|
126
|
-
location?: any;
|
|
127
126
|
params?: {
|
|
128
|
-
type: "number" | "boolean" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "
|
|
127
|
+
type: "number" | "boolean" | "code" | "date" | "text" | "textarea" | "email" | "url" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "select" | "lookup" | "master_detail" | "image" | "file" | "avatar" | "formula" | "summary" | "autonumber" | "location" | "geolocation" | "address" | "color" | "rating" | "slider" | "signature" | "qrcode";
|
|
129
128
|
label: string;
|
|
130
129
|
name: string;
|
|
131
130
|
options?: {
|
|
@@ -135,10 +134,11 @@ export declare const ActionSchema: z.ZodObject<{
|
|
|
135
134
|
required?: boolean | undefined;
|
|
136
135
|
}[] | undefined;
|
|
137
136
|
type?: "url" | "script" | "api" | "modal" | "flow" | undefined;
|
|
137
|
+
location?: any;
|
|
138
138
|
icon?: string | undefined;
|
|
139
|
-
target?: string | undefined;
|
|
140
139
|
execute?: string | undefined;
|
|
141
140
|
visible?: string | undefined;
|
|
141
|
+
target?: string | undefined;
|
|
142
142
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
143
143
|
confirmText?: string | undefined;
|
|
144
144
|
successMessage?: string | undefined;
|
package/dist/ui/app.zod.d.ts
CHANGED
|
@@ -23,16 +23,16 @@ export declare const ObjectNavItemSchema: z.ZodObject<{
|
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
type: "object";
|
|
25
25
|
label: string;
|
|
26
|
-
objectName: string;
|
|
27
26
|
id: string;
|
|
27
|
+
objectName: string;
|
|
28
28
|
icon?: string | undefined;
|
|
29
29
|
visible?: string | undefined;
|
|
30
30
|
viewName?: string | undefined;
|
|
31
31
|
}, {
|
|
32
32
|
type: "object";
|
|
33
33
|
label: string;
|
|
34
|
-
objectName: string;
|
|
35
34
|
id: string;
|
|
35
|
+
objectName: string;
|
|
36
36
|
icon?: string | undefined;
|
|
37
37
|
visible?: string | undefined;
|
|
38
38
|
viewName?: string | undefined;
|
|
@@ -132,21 +132,21 @@ export declare const UrlNavItemSchema: z.ZodObject<{
|
|
|
132
132
|
url: z.ZodString;
|
|
133
133
|
target: z.ZodDefault<z.ZodEnum<["_self", "_blank"]>>;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
-
url: string;
|
|
136
135
|
type: "url";
|
|
136
|
+
url: string;
|
|
137
137
|
label: string;
|
|
138
138
|
id: string;
|
|
139
139
|
target: "_self" | "_blank";
|
|
140
140
|
icon?: string | undefined;
|
|
141
141
|
visible?: string | undefined;
|
|
142
142
|
}, {
|
|
143
|
-
url: string;
|
|
144
143
|
type: "url";
|
|
144
|
+
url: string;
|
|
145
145
|
label: string;
|
|
146
146
|
id: string;
|
|
147
147
|
icon?: string | undefined;
|
|
148
|
-
target?: "_self" | "_blank" | undefined;
|
|
149
148
|
visible?: string | undefined;
|
|
149
|
+
target?: "_self" | "_blank" | undefined;
|
|
150
150
|
}>;
|
|
151
151
|
/**
|
|
152
152
|
* 5. Group Navigation Item
|
|
@@ -270,8 +270,8 @@ export declare const AppSchema: z.ZodObject<{
|
|
|
270
270
|
isDefault: boolean;
|
|
271
271
|
description?: string | undefined;
|
|
272
272
|
icon?: string | undefined;
|
|
273
|
-
objects?: any[] | undefined;
|
|
274
273
|
version?: string | undefined;
|
|
274
|
+
objects?: any[] | undefined;
|
|
275
275
|
branding?: {
|
|
276
276
|
primaryColor?: string | undefined;
|
|
277
277
|
logo?: string | undefined;
|
|
@@ -285,10 +285,10 @@ export declare const AppSchema: z.ZodObject<{
|
|
|
285
285
|
label: string;
|
|
286
286
|
name: string;
|
|
287
287
|
description?: string | undefined;
|
|
288
|
-
icon?: string | undefined;
|
|
289
288
|
active?: boolean | undefined;
|
|
290
|
-
|
|
289
|
+
icon?: string | undefined;
|
|
291
290
|
version?: string | undefined;
|
|
291
|
+
objects?: any[] | undefined;
|
|
292
292
|
branding?: {
|
|
293
293
|
primaryColor?: string | undefined;
|
|
294
294
|
logo?: string | undefined;
|
|
@@ -360,8 +360,8 @@ export declare const App: z.ZodObject<{
|
|
|
360
360
|
isDefault: boolean;
|
|
361
361
|
description?: string | undefined;
|
|
362
362
|
icon?: string | undefined;
|
|
363
|
-
objects?: any[] | undefined;
|
|
364
363
|
version?: string | undefined;
|
|
364
|
+
objects?: any[] | undefined;
|
|
365
365
|
branding?: {
|
|
366
366
|
primaryColor?: string | undefined;
|
|
367
367
|
logo?: string | undefined;
|
|
@@ -375,10 +375,10 @@ export declare const App: z.ZodObject<{
|
|
|
375
375
|
label: string;
|
|
376
376
|
name: string;
|
|
377
377
|
description?: string | undefined;
|
|
378
|
-
icon?: string | undefined;
|
|
379
378
|
active?: boolean | undefined;
|
|
380
|
-
|
|
379
|
+
icon?: string | undefined;
|
|
381
380
|
version?: string | undefined;
|
|
381
|
+
objects?: any[] | undefined;
|
|
382
382
|
branding?: {
|
|
383
383
|
primaryColor?: string | undefined;
|
|
384
384
|
logo?: string | undefined;
|
|
@@ -49,7 +49,7 @@ export declare const DashboardWidgetSchema: z.ZodObject<{
|
|
|
49
49
|
options: z.ZodOptional<z.ZodAny>;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
51
|
type: "text" | "metric" | "bar" | "line" | "pie" | "donut" | "funnel" | "table";
|
|
52
|
-
aggregate: "
|
|
52
|
+
aggregate: "count" | "sum" | "avg" | "min" | "max";
|
|
53
53
|
layout: {
|
|
54
54
|
x: number;
|
|
55
55
|
y: number;
|
|
@@ -57,8 +57,8 @@ export declare const DashboardWidgetSchema: z.ZodObject<{
|
|
|
57
57
|
h: number;
|
|
58
58
|
};
|
|
59
59
|
object?: string | undefined;
|
|
60
|
-
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
61
60
|
options?: any;
|
|
61
|
+
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
62
62
|
title?: string | undefined;
|
|
63
63
|
categoryField?: string | undefined;
|
|
64
64
|
valueField?: string | undefined;
|
|
@@ -70,10 +70,10 @@ export declare const DashboardWidgetSchema: z.ZodObject<{
|
|
|
70
70
|
h: number;
|
|
71
71
|
};
|
|
72
72
|
object?: string | undefined;
|
|
73
|
-
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
74
73
|
options?: any;
|
|
75
74
|
type?: "text" | "metric" | "bar" | "line" | "pie" | "donut" | "funnel" | "table" | undefined;
|
|
76
|
-
|
|
75
|
+
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
76
|
+
aggregate?: "count" | "sum" | "avg" | "min" | "max" | undefined;
|
|
77
77
|
title?: string | undefined;
|
|
78
78
|
categoryField?: string | undefined;
|
|
79
79
|
valueField?: string | undefined;
|
|
@@ -132,7 +132,7 @@ export declare const DashboardSchema: z.ZodObject<{
|
|
|
132
132
|
options: z.ZodOptional<z.ZodAny>;
|
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
|
134
134
|
type: "text" | "metric" | "bar" | "line" | "pie" | "donut" | "funnel" | "table";
|
|
135
|
-
aggregate: "
|
|
135
|
+
aggregate: "count" | "sum" | "avg" | "min" | "max";
|
|
136
136
|
layout: {
|
|
137
137
|
x: number;
|
|
138
138
|
y: number;
|
|
@@ -140,8 +140,8 @@ export declare const DashboardSchema: z.ZodObject<{
|
|
|
140
140
|
h: number;
|
|
141
141
|
};
|
|
142
142
|
object?: string | undefined;
|
|
143
|
-
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
144
143
|
options?: any;
|
|
144
|
+
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
145
145
|
title?: string | undefined;
|
|
146
146
|
categoryField?: string | undefined;
|
|
147
147
|
valueField?: string | undefined;
|
|
@@ -153,10 +153,10 @@ export declare const DashboardSchema: z.ZodObject<{
|
|
|
153
153
|
h: number;
|
|
154
154
|
};
|
|
155
155
|
object?: string | undefined;
|
|
156
|
-
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
157
156
|
options?: any;
|
|
158
157
|
type?: "text" | "metric" | "bar" | "line" | "pie" | "donut" | "funnel" | "table" | undefined;
|
|
159
|
-
|
|
158
|
+
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
159
|
+
aggregate?: "count" | "sum" | "avg" | "min" | "max" | undefined;
|
|
160
160
|
title?: string | undefined;
|
|
161
161
|
categoryField?: string | undefined;
|
|
162
162
|
valueField?: string | undefined;
|
|
@@ -166,7 +166,7 @@ export declare const DashboardSchema: z.ZodObject<{
|
|
|
166
166
|
name: string;
|
|
167
167
|
widgets: {
|
|
168
168
|
type: "text" | "metric" | "bar" | "line" | "pie" | "donut" | "funnel" | "table";
|
|
169
|
-
aggregate: "
|
|
169
|
+
aggregate: "count" | "sum" | "avg" | "min" | "max";
|
|
170
170
|
layout: {
|
|
171
171
|
x: number;
|
|
172
172
|
y: number;
|
|
@@ -174,8 +174,8 @@ export declare const DashboardSchema: z.ZodObject<{
|
|
|
174
174
|
h: number;
|
|
175
175
|
};
|
|
176
176
|
object?: string | undefined;
|
|
177
|
-
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
178
177
|
options?: any;
|
|
178
|
+
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
179
179
|
title?: string | undefined;
|
|
180
180
|
categoryField?: string | undefined;
|
|
181
181
|
valueField?: string | undefined;
|
|
@@ -192,10 +192,10 @@ export declare const DashboardSchema: z.ZodObject<{
|
|
|
192
192
|
h: number;
|
|
193
193
|
};
|
|
194
194
|
object?: string | undefined;
|
|
195
|
-
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
196
195
|
options?: any;
|
|
197
196
|
type?: "text" | "metric" | "bar" | "line" | "pie" | "donut" | "funnel" | "table" | undefined;
|
|
198
|
-
|
|
197
|
+
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
198
|
+
aggregate?: "count" | "sum" | "avg" | "min" | "max" | undefined;
|
|
199
199
|
title?: string | undefined;
|
|
200
200
|
categoryField?: string | undefined;
|
|
201
201
|
valueField?: string | undefined;
|
package/dist/ui/page.zod.d.ts
CHANGED
|
@@ -144,8 +144,8 @@ export declare const PageSchema: z.ZodObject<{
|
|
|
144
144
|
type: "record" | "home" | "app" | "utility";
|
|
145
145
|
label: string;
|
|
146
146
|
name: string;
|
|
147
|
-
template: string;
|
|
148
147
|
isDefault: boolean;
|
|
148
|
+
template: string;
|
|
149
149
|
regions: {
|
|
150
150
|
name: string;
|
|
151
151
|
components: {
|
|
@@ -177,8 +177,8 @@ export declare const PageSchema: z.ZodObject<{
|
|
|
177
177
|
object?: string | undefined;
|
|
178
178
|
type?: "record" | "home" | "app" | "utility" | undefined;
|
|
179
179
|
description?: string | undefined;
|
|
180
|
-
template?: string | undefined;
|
|
181
180
|
isDefault?: boolean | undefined;
|
|
181
|
+
template?: string | undefined;
|
|
182
182
|
assignedProfiles?: string[] | undefined;
|
|
183
183
|
}>;
|
|
184
184
|
export type Page = z.infer<typeof PageSchema>;
|
package/dist/ui/report.zod.d.ts
CHANGED
|
@@ -13,11 +13,11 @@ export declare const ReportColumnSchema: z.ZodObject<{
|
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
field: string;
|
|
15
15
|
label?: string | undefined;
|
|
16
|
-
aggregate?: "
|
|
16
|
+
aggregate?: "count" | "sum" | "avg" | "min" | "max" | "unique" | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
field: string;
|
|
19
19
|
label?: string | undefined;
|
|
20
|
-
aggregate?: "
|
|
20
|
+
aggregate?: "count" | "sum" | "avg" | "min" | "max" | "unique" | undefined;
|
|
21
21
|
}>;
|
|
22
22
|
/**
|
|
23
23
|
* Report Grouping Schema
|
|
@@ -78,11 +78,11 @@ export declare const ReportSchema: z.ZodObject<{
|
|
|
78
78
|
}, "strip", z.ZodTypeAny, {
|
|
79
79
|
field: string;
|
|
80
80
|
label?: string | undefined;
|
|
81
|
-
aggregate?: "
|
|
81
|
+
aggregate?: "count" | "sum" | "avg" | "min" | "max" | "unique" | undefined;
|
|
82
82
|
}, {
|
|
83
83
|
field: string;
|
|
84
84
|
label?: string | undefined;
|
|
85
|
-
aggregate?: "
|
|
85
|
+
aggregate?: "count" | "sum" | "avg" | "min" | "max" | "unique" | undefined;
|
|
86
86
|
}>, "many">;
|
|
87
87
|
/** Grouping (for Summary/Matrix) */
|
|
88
88
|
groupingsDown: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -141,7 +141,7 @@ export declare const ReportSchema: z.ZodObject<{
|
|
|
141
141
|
columns: {
|
|
142
142
|
field: string;
|
|
143
143
|
label?: string | undefined;
|
|
144
|
-
aggregate?: "
|
|
144
|
+
aggregate?: "count" | "sum" | "avg" | "min" | "max" | "unique" | undefined;
|
|
145
145
|
}[];
|
|
146
146
|
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
147
147
|
description?: string | undefined;
|
|
@@ -169,10 +169,10 @@ export declare const ReportSchema: z.ZodObject<{
|
|
|
169
169
|
columns: {
|
|
170
170
|
field: string;
|
|
171
171
|
label?: string | undefined;
|
|
172
|
-
aggregate?: "
|
|
172
|
+
aggregate?: "count" | "sum" | "avg" | "min" | "max" | "unique" | undefined;
|
|
173
173
|
}[];
|
|
174
|
-
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
175
174
|
type?: "summary" | "tabular" | "matrix" | "joined" | undefined;
|
|
175
|
+
filter?: import("../data/filter.zod").FilterCondition | undefined;
|
|
176
176
|
description?: string | undefined;
|
|
177
177
|
groupingsDown?: {
|
|
178
178
|
field: string;
|