@objectstack/spec 0.3.3 → 0.4.2
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/conversation.zod.d.ts +14 -14
- package/dist/ai/cost.zod.d.ts +112 -112
- package/dist/ai/model-registry.zod.d.ts +44 -44
- package/dist/ai/nlq.zod.d.ts +2 -2
- package/dist/ai/orchestration.zod.d.ts +6 -6
- package/dist/ai/predictive.zod.d.ts +8 -8
- package/dist/ai/rag-pipeline.zod.d.ts +62 -62
- package/dist/api/contract.zod.d.ts +92 -92
- package/dist/api/discovery.zod.d.ts +2 -2
- package/dist/api/index.d.ts +2 -0
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +2 -0
- package/dist/api/odata.zod.d.ts +482 -0
- package/dist/api/odata.zod.d.ts.map +1 -0
- package/dist/api/odata.zod.js +401 -0
- package/dist/api/router.zod.d.ts +4 -4
- package/dist/auth/config.zod.d.ts +21 -21
- package/dist/auth/index.d.ts +1 -0
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +1 -0
- package/dist/auth/organization.zod.d.ts +2 -2
- package/dist/auth/role.zod.d.ts +14 -0
- package/dist/auth/role.zod.d.ts.map +1 -1
- package/dist/auth/role.zod.js +16 -1
- package/dist/auth/scim.zod.d.ts +2732 -0
- package/dist/auth/scim.zod.d.ts.map +1 -0
- package/dist/auth/scim.zod.js +811 -0
- package/dist/automation/approval.zod.d.ts +643 -0
- package/dist/automation/approval.zod.d.ts.map +1 -0
- package/dist/automation/approval.zod.js +84 -0
- package/dist/automation/connector.zod.d.ts +1284 -0
- package/dist/automation/connector.zod.d.ts.map +1 -0
- package/dist/automation/connector.zod.js +500 -0
- package/dist/automation/etl.zod.d.ts +623 -0
- package/dist/automation/etl.zod.d.ts.map +1 -0
- package/dist/automation/etl.zod.js +359 -0
- package/dist/automation/flow.zod.d.ts +6 -6
- package/dist/automation/index.d.ts +4 -0
- package/dist/automation/index.d.ts.map +1 -1
- package/dist/automation/index.js +4 -0
- package/dist/automation/sync.zod.d.ts +854 -0
- package/dist/automation/sync.zod.d.ts.map +1 -0
- package/dist/automation/sync.zod.js +444 -0
- package/dist/automation/webhook.zod.d.ts +24 -1
- package/dist/automation/webhook.zod.d.ts.map +1 -1
- package/dist/automation/webhook.zod.js +27 -3
- package/dist/automation/workflow.zod.d.ts +14 -0
- package/dist/automation/workflow.zod.d.ts.map +1 -1
- package/dist/automation/workflow.zod.js +16 -1
- package/dist/data/field.zod.d.ts +338 -8
- package/dist/data/field.zod.d.ts.map +1 -1
- package/dist/data/field.zod.js +100 -16
- package/dist/data/mapping.zod.d.ts +22 -10
- package/dist/data/mapping.zod.d.ts.map +1 -1
- package/dist/data/mapping.zod.js +16 -3
- package/dist/data/object.zod.d.ts +116 -22
- package/dist/data/object.zod.d.ts.map +1 -1
- package/dist/data/object.zod.js +4 -4
- package/dist/data/validation.zod.d.ts +18 -18
- package/dist/hub/composer.zod.d.ts +43 -1940
- package/dist/hub/composer.zod.d.ts.map +1 -1
- package/dist/hub/composer.zod.js +1 -1
- package/dist/hub/license.zod.d.ts +2 -2
- package/dist/hub/marketplace.zod.d.ts +6 -6
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -3
- package/dist/permission/index.d.ts +7 -5
- package/dist/permission/index.d.ts.map +1 -1
- package/dist/permission/index.js +7 -5
- package/dist/permission/permission.zod.d.ts +14 -0
- package/dist/permission/permission.zod.d.ts.map +1 -1
- package/dist/permission/permission.zod.js +16 -1
- package/dist/permission/rls.zod.d.ts +605 -0
- package/dist/permission/rls.zod.d.ts.map +1 -0
- package/dist/permission/rls.zod.js +615 -0
- package/dist/permission/territory.zod.d.ts +13 -0
- package/dist/permission/territory.zod.d.ts.map +1 -1
- package/dist/permission/territory.zod.js +15 -1
- package/dist/shared/identifiers.zod.d.ts +87 -0
- package/dist/shared/identifiers.zod.d.ts.map +1 -0
- package/dist/shared/identifiers.zod.js +101 -0
- package/dist/shared/index.d.ts +6 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/{driver → shared}/index.js +5 -4
- package/dist/stack.zod.d.ts +19869 -0
- package/dist/stack.zod.d.ts.map +1 -0
- package/dist/stack.zod.js +248 -0
- package/dist/system/audit.zod.d.ts +12 -12
- package/dist/{kernel → system}/context.zod.d.ts.map +1 -1
- package/dist/{driver → system}/datasource.zod.d.ts +2 -2
- package/dist/{driver → system}/datasource.zod.d.ts.map +1 -1
- package/dist/{driver → system/driver}/mongo.zod.d.ts +2 -2
- package/dist/system/driver/mongo.zod.d.ts.map +1 -0
- package/dist/{driver → system/driver}/postgres.zod.d.ts +4 -4
- package/dist/system/driver/postgres.zod.d.ts.map +1 -0
- package/dist/{driver → system}/driver.zod.d.ts +14 -14
- package/dist/{driver → system}/driver.zod.d.ts.map +1 -1
- package/dist/system/events.zod.d.ts +15 -12
- package/dist/system/events.zod.d.ts.map +1 -1
- package/dist/system/events.zod.js +5 -1
- package/dist/system/feature.zod.d.ts +131 -0
- package/dist/system/feature.zod.d.ts.map +1 -0
- package/dist/system/feature.zod.js +45 -0
- package/dist/system/index.d.ts +10 -0
- package/dist/system/index.d.ts.map +1 -1
- package/dist/system/index.js +12 -0
- package/dist/system/job.zod.d.ts +8 -8
- package/dist/{kernel → system}/logger.zod.d.ts +4 -4
- package/dist/{kernel → system}/logger.zod.d.ts.map +1 -1
- package/dist/system/manifest.zod.d.ts +518 -0
- package/dist/system/manifest.zod.d.ts.map +1 -0
- package/dist/{kernel → system}/manifest.zod.js +8 -17
- package/dist/{kernel → system}/plugin.zod.d.ts.map +1 -1
- package/dist/{kernel → system}/scoped-storage.zod.d.ts +2 -2
- package/dist/{kernel → system}/scoped-storage.zod.d.ts.map +1 -1
- package/dist/ui/action.zod.d.ts +35 -10
- package/dist/ui/action.zod.d.ts.map +1 -1
- package/dist/ui/action.zod.js +30 -1
- package/dist/ui/app.zod.d.ts +23 -8
- package/dist/ui/app.zod.d.ts.map +1 -1
- package/dist/ui/app.zod.js +32 -4
- package/dist/ui/block.zod.d.ts +265 -0
- package/dist/ui/block.zod.d.ts.map +1 -0
- package/dist/ui/block.zod.js +90 -0
- package/dist/ui/component.zod.d.ts +265 -0
- package/dist/ui/component.zod.d.ts.map +1 -0
- package/dist/ui/component.zod.js +90 -0
- package/dist/ui/dashboard.zod.d.ts +15 -15
- package/dist/ui/dashboard.zod.d.ts.map +1 -1
- package/dist/ui/dashboard.zod.js +18 -8
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js +1 -0
- package/dist/ui/page.zod.d.ts +21 -3
- package/dist/ui/page.zod.d.ts.map +1 -1
- package/dist/ui/page.zod.js +37 -4
- package/dist/ui/report.zod.d.ts +7 -7
- package/dist/ui/view.zod.d.ts +252 -240
- package/dist/ui/view.zod.d.ts.map +1 -1
- package/dist/ui/view.zod.js +32 -3
- package/dist/ui/widget.zod.d.ts +673 -5
- package/dist/ui/widget.zod.d.ts.map +1 -1
- package/dist/ui/widget.zod.js +294 -1
- package/json-schema/api/ODataError.json +65 -0
- package/json-schema/api/ODataFilterFunction.json +39 -0
- package/json-schema/api/ODataFilterOperator.json +24 -0
- package/json-schema/api/ODataMetadata.json +115 -0
- package/json-schema/api/ODataQuery.json +89 -0
- package/json-schema/api/ODataResponse.json +37 -0
- package/json-schema/auth/Role.json +3 -2
- package/json-schema/auth/SCIMAddress.json +50 -0
- package/json-schema/auth/SCIMEmail.json +38 -0
- package/json-schema/auth/SCIMEnterpriseUser.json +55 -0
- package/json-schema/auth/SCIMError.json +52 -0
- package/json-schema/auth/SCIMGroup.json +102 -0
- package/json-schema/auth/SCIMGroupReference.json +36 -0
- package/json-schema/auth/SCIMListResponse.json +606 -0
- package/json-schema/auth/SCIMMemberReference.json +36 -0
- package/json-schema/auth/SCIMMeta.json +35 -0
- package/json-schema/auth/SCIMName.json +36 -0
- package/json-schema/auth/SCIMPatchOperation.json +31 -0
- package/json-schema/auth/SCIMPatchRequest.json +56 -0
- package/json-schema/auth/SCIMPhoneNumber.json +40 -0
- package/json-schema/auth/SCIMUser.json +462 -0
- package/json-schema/automation/ApprovalAction.json +35 -0
- package/json-schema/automation/ApprovalActionType.json +15 -0
- package/json-schema/automation/ApprovalProcess.json +326 -0
- package/json-schema/automation/ApprovalStep.json +147 -0
- package/json-schema/automation/ApproverType.json +16 -0
- package/json-schema/automation/AuthField.json +73 -0
- package/json-schema/automation/Authentication.json +159 -0
- package/json-schema/automation/AuthenticationType.json +18 -0
- package/json-schema/automation/ConflictResolution.json +16 -0
- package/json-schema/automation/Connector.json +440 -0
- package/json-schema/automation/ConnectorCategory.json +26 -0
- package/json-schema/automation/ConnectorInstance.json +69 -0
- package/json-schema/automation/ConnectorOperation.json +117 -0
- package/json-schema/automation/ConnectorTrigger.json +54 -0
- package/json-schema/automation/DataDestinationConfig.json +89 -0
- package/json-schema/automation/DataSourceConfig.json +34 -0
- package/json-schema/automation/DataSyncConfig.json +355 -0
- package/json-schema/automation/ETLDestination.json +57 -0
- package/json-schema/automation/ETLEndpointType.json +19 -0
- package/json-schema/automation/ETLPipeline.json +252 -0
- package/json-schema/automation/ETLPipelineRun.json +107 -0
- package/json-schema/automation/ETLRunStatus.json +17 -0
- package/json-schema/automation/ETLSource.json +60 -0
- package/json-schema/automation/ETLSyncMode.json +14 -0
- package/json-schema/automation/ETLTransformation.json +46 -0
- package/json-schema/automation/ETLTransformationType.json +21 -0
- package/json-schema/automation/FieldMapping.json +36 -0
- package/json-schema/automation/OAuth2Config.json +43 -0
- package/json-schema/automation/OperationParameter.json +59 -0
- package/json-schema/automation/OperationType.json +17 -0
- package/json-schema/automation/SyncDirection.json +14 -0
- package/json-schema/automation/SyncExecutionResult.json +135 -0
- package/json-schema/automation/SyncExecutionStatus.json +17 -0
- package/json-schema/automation/SyncMode.json +14 -0
- package/json-schema/automation/Webhook.json +3 -1
- package/json-schema/automation/WebhookReceiver.json +3 -1
- package/json-schema/automation/WorkflowRule.json +3 -2
- package/json-schema/data/Field.json +62 -4
- package/json-schema/data/FieldType.json +12 -2
- package/json-schema/data/Object.json +62 -4
- package/json-schema/data/SelectOption.json +4 -2
- package/json-schema/data/VectorConfig.json +51 -0
- package/json-schema/hub/ComposerResponse.json +4 -2163
- package/json-schema/permission/PermissionSet.json +3 -1
- package/json-schema/permission/RLSConfig.json +59 -0
- package/json-schema/permission/RLSEvaluationResult.json +40 -0
- package/json-schema/permission/RLSOperation.json +16 -0
- package/json-schema/permission/RLSUserContext.json +51 -0
- package/json-schema/permission/RowLevelSecurityPolicy.json +77 -0
- package/json-schema/permission/Territory.json +3 -1
- package/json-schema/shared/EventName.json +12 -0
- package/json-schema/shared/SnakeCaseIdentifier.json +12 -0
- package/json-schema/shared/SystemIdentifier.json +12 -0
- package/json-schema/system/Event.json +3 -2
- package/json-schema/system/FeatureFlag.json +87 -0
- package/json-schema/system/FeatureStrategy.json +16 -0
- package/json-schema/system/Manifest.json +398 -0
- package/json-schema/ui/Action.json +25 -4
- package/json-schema/ui/ActionParam.json +12 -2
- package/json-schema/ui/App.json +18 -7
- package/json-schema/ui/ChartType.json +9 -1
- package/json-schema/ui/Dashboard.json +9 -1
- package/json-schema/ui/DashboardNavItem.json +3 -1
- package/json-schema/ui/DashboardWidget.json +9 -1
- package/json-schema/ui/FieldWidgetProps.json +62 -4
- package/json-schema/ui/FormView.json +4 -1
- package/json-schema/ui/GroupNavItem.json +3 -1
- package/json-schema/ui/ListView.json +7 -1
- package/json-schema/ui/NavigationItem.json +15 -5
- package/json-schema/ui/ObjectNavItem.json +3 -1
- package/json-schema/ui/Page.json +36 -4
- package/json-schema/ui/PageCardProps.json +32 -0
- package/json-schema/ui/PageComponent.json +33 -3
- package/json-schema/ui/PageComponentType.json +32 -0
- package/json-schema/ui/PageHeaderProps.json +39 -0
- package/json-schema/ui/PageNavItem.json +3 -1
- package/json-schema/ui/PageRegion.json +33 -3
- package/json-schema/ui/PageTabsProps.json +55 -0
- package/json-schema/ui/RecordDetailsProps.json +37 -0
- package/json-schema/ui/RecordHighlightsProps.json +24 -0
- package/json-schema/ui/RecordRelatedListProps.json +39 -0
- package/json-schema/ui/UrlNavItem.json +3 -1
- package/json-schema/ui/View.json +22 -4
- package/json-schema/ui/WidgetEvent.json +42 -0
- package/json-schema/ui/WidgetLifecycle.json +40 -0
- package/json-schema/ui/WidgetManifest.json +262 -0
- package/json-schema/ui/WidgetProperty.json +58 -0
- package/package.json +1 -1
- package/prompts/architecture.md +5 -5
- package/prompts/create-new-project.md +85 -0
- package/dist/driver/index.d.ts +0 -5
- package/dist/driver/index.d.ts.map +0 -1
- package/dist/driver/mongo.zod.d.ts.map +0 -1
- package/dist/driver/postgres.zod.d.ts.map +0 -1
- package/dist/kernel/index.d.ts +0 -12
- package/dist/kernel/index.d.ts.map +0 -1
- package/dist/kernel/index.js +0 -27
- package/dist/kernel/manifest.zod.d.ts +0 -2153
- package/dist/kernel/manifest.zod.d.ts.map +0 -1
- package/json-schema/kernel/Manifest.json +0 -2557
- /package/dist/{kernel → system}/context.zod.d.ts +0 -0
- /package/dist/{kernel → system}/context.zod.js +0 -0
- /package/dist/{driver → system}/datasource.zod.js +0 -0
- /package/dist/{driver → system/driver}/mongo.zod.js +0 -0
- /package/dist/{driver → system/driver}/postgres.zod.js +0 -0
- /package/dist/{driver → system}/driver.zod.js +0 -0
- /package/dist/{kernel → system}/logger.zod.js +0 -0
- /package/dist/{kernel → system}/plugin.zod.d.ts +0 -0
- /package/dist/{kernel → system}/plugin.zod.js +0 -0
- /package/dist/{kernel → system}/scoped-storage.zod.js +0 -0
- /package/json-schema/{driver → system}/Datasource.json +0 -0
- /package/json-schema/{driver → system}/DatasourceCapabilities.json +0 -0
- /package/json-schema/{driver → system}/DriverCapabilities.json +0 -0
- /package/json-schema/{driver → system}/DriverDefinition.json +0 -0
- /package/json-schema/{driver → system}/DriverInterface.json +0 -0
- /package/json-schema/{driver → system}/DriverOptions.json +0 -0
- /package/json-schema/{driver → system}/DriverType.json +0 -0
- /package/json-schema/{kernel → system}/FileMetadata.json +0 -0
- /package/json-schema/{kernel → system}/I18nContext.json +0 -0
- /package/json-schema/{kernel → system}/KernelContext.json +0 -0
- /package/json-schema/{kernel → system}/LogEntry.json +0 -0
- /package/json-schema/{kernel → system}/LogFormat.json +0 -0
- /package/json-schema/{kernel → system}/LogLevel.json +0 -0
- /package/json-schema/{kernel → system}/Logger.json +0 -0
- /package/json-schema/{kernel → system}/LoggerConfig.json +0 -0
- /package/json-schema/{driver → system}/MongoConfig.json +0 -0
- /package/json-schema/{kernel → system}/ObjectQLClient.json +0 -0
- /package/json-schema/{kernel → system}/Plugin.json +0 -0
- /package/json-schema/{kernel → system}/PluginContext.json +0 -0
- /package/json-schema/{kernel → system}/PluginLifecycle.json +0 -0
- /package/json-schema/{driver → system}/PostgresConfig.json +0 -0
- /package/json-schema/{kernel → system}/Router.json +0 -0
- /package/json-schema/{kernel → system}/RuntimeMode.json +0 -0
- /package/json-schema/{kernel → system}/Scheduler.json +0 -0
- /package/json-schema/{kernel → system}/ScopedStorage.json +0 -0
- /package/json-schema/{kernel → system}/ScopedStorageConfig.json +0 -0
- /package/json-schema/{kernel → system}/StorageAdapterType.json +0 -0
- /package/json-schema/{kernel → system}/StorageScope.json +0 -0
- /package/json-schema/{kernel → system}/SystemAPI.json +0 -0
|
@@ -0,0 +1,398 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$ref": "#/definitions/Manifest",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"Manifest": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"id": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"description": "Unique package identifier (reverse domain style)"
|
|
10
|
+
},
|
|
11
|
+
"version": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"pattern": "^\\d+\\.\\d+\\.\\d+$",
|
|
14
|
+
"description": "Package version (semantic versioning)"
|
|
15
|
+
},
|
|
16
|
+
"type": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"enum": [
|
|
19
|
+
"app",
|
|
20
|
+
"plugin",
|
|
21
|
+
"driver",
|
|
22
|
+
"module",
|
|
23
|
+
"objectql",
|
|
24
|
+
"gateway",
|
|
25
|
+
"adapter"
|
|
26
|
+
],
|
|
27
|
+
"description": "Type of package"
|
|
28
|
+
},
|
|
29
|
+
"name": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "Human-readable package name"
|
|
32
|
+
},
|
|
33
|
+
"description": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"description": "Package description"
|
|
36
|
+
},
|
|
37
|
+
"permissions": {
|
|
38
|
+
"type": "array",
|
|
39
|
+
"items": {
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
"description": "Array of required permission strings"
|
|
43
|
+
},
|
|
44
|
+
"objects": {
|
|
45
|
+
"type": "array",
|
|
46
|
+
"items": {
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
"description": "Glob patterns for ObjectQL schemas files"
|
|
50
|
+
},
|
|
51
|
+
"datasources": {
|
|
52
|
+
"type": "array",
|
|
53
|
+
"items": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
56
|
+
"description": "Glob patterns for Datasource definitions"
|
|
57
|
+
},
|
|
58
|
+
"dependencies": {
|
|
59
|
+
"type": "object",
|
|
60
|
+
"additionalProperties": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
"description": "Package dependencies"
|
|
64
|
+
},
|
|
65
|
+
"configuration": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"title": {
|
|
69
|
+
"type": "string"
|
|
70
|
+
},
|
|
71
|
+
"properties": {
|
|
72
|
+
"type": "object",
|
|
73
|
+
"additionalProperties": {
|
|
74
|
+
"type": "object",
|
|
75
|
+
"properties": {
|
|
76
|
+
"type": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"enum": [
|
|
79
|
+
"string",
|
|
80
|
+
"number",
|
|
81
|
+
"boolean",
|
|
82
|
+
"array",
|
|
83
|
+
"object"
|
|
84
|
+
],
|
|
85
|
+
"description": "Data type of the setting"
|
|
86
|
+
},
|
|
87
|
+
"default": {
|
|
88
|
+
"description": "Default value"
|
|
89
|
+
},
|
|
90
|
+
"description": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"description": "Tooltip description"
|
|
93
|
+
},
|
|
94
|
+
"required": {
|
|
95
|
+
"type": "boolean",
|
|
96
|
+
"description": "Is this setting required?"
|
|
97
|
+
},
|
|
98
|
+
"secret": {
|
|
99
|
+
"type": "boolean",
|
|
100
|
+
"description": "If true, value is encrypted/masked (e.g. API Keys)"
|
|
101
|
+
},
|
|
102
|
+
"enum": {
|
|
103
|
+
"type": "array",
|
|
104
|
+
"items": {
|
|
105
|
+
"type": "string"
|
|
106
|
+
},
|
|
107
|
+
"description": "Allowed values for select inputs"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"required": [
|
|
111
|
+
"type"
|
|
112
|
+
],
|
|
113
|
+
"additionalProperties": false
|
|
114
|
+
},
|
|
115
|
+
"description": "Map of configuration keys to their definitions"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"required": [
|
|
119
|
+
"properties"
|
|
120
|
+
],
|
|
121
|
+
"additionalProperties": false,
|
|
122
|
+
"description": "Plugin configuration settings"
|
|
123
|
+
},
|
|
124
|
+
"contributes": {
|
|
125
|
+
"type": "object",
|
|
126
|
+
"properties": {
|
|
127
|
+
"kinds": {
|
|
128
|
+
"type": "array",
|
|
129
|
+
"items": {
|
|
130
|
+
"type": "object",
|
|
131
|
+
"properties": {
|
|
132
|
+
"id": {
|
|
133
|
+
"type": "string",
|
|
134
|
+
"description": "The generic identifier of the kind (e.g., \"sys.bi.report\")"
|
|
135
|
+
},
|
|
136
|
+
"globs": {
|
|
137
|
+
"type": "array",
|
|
138
|
+
"items": {
|
|
139
|
+
"type": "string"
|
|
140
|
+
},
|
|
141
|
+
"description": "File patterns to watch (e.g., [\"**/*.report.ts\"])"
|
|
142
|
+
},
|
|
143
|
+
"description": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"description": "Description of what this kind represents"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"required": [
|
|
149
|
+
"id",
|
|
150
|
+
"globs"
|
|
151
|
+
],
|
|
152
|
+
"additionalProperties": false
|
|
153
|
+
},
|
|
154
|
+
"description": "New Metadata Types to recognize"
|
|
155
|
+
},
|
|
156
|
+
"events": {
|
|
157
|
+
"type": "array",
|
|
158
|
+
"items": {
|
|
159
|
+
"type": "string"
|
|
160
|
+
},
|
|
161
|
+
"description": "Events this plugin listens to"
|
|
162
|
+
},
|
|
163
|
+
"menus": {
|
|
164
|
+
"type": "object",
|
|
165
|
+
"additionalProperties": {
|
|
166
|
+
"type": "array",
|
|
167
|
+
"items": {
|
|
168
|
+
"type": "object",
|
|
169
|
+
"properties": {
|
|
170
|
+
"id": {
|
|
171
|
+
"type": "string"
|
|
172
|
+
},
|
|
173
|
+
"label": {
|
|
174
|
+
"type": "string"
|
|
175
|
+
},
|
|
176
|
+
"command": {
|
|
177
|
+
"type": "string"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"required": [
|
|
181
|
+
"id",
|
|
182
|
+
"label"
|
|
183
|
+
],
|
|
184
|
+
"additionalProperties": false
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"description": "UI Menu contributions"
|
|
188
|
+
},
|
|
189
|
+
"themes": {
|
|
190
|
+
"type": "array",
|
|
191
|
+
"items": {
|
|
192
|
+
"type": "object",
|
|
193
|
+
"properties": {
|
|
194
|
+
"id": {
|
|
195
|
+
"type": "string"
|
|
196
|
+
},
|
|
197
|
+
"label": {
|
|
198
|
+
"type": "string"
|
|
199
|
+
},
|
|
200
|
+
"path": {
|
|
201
|
+
"type": "string"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
"required": [
|
|
205
|
+
"id",
|
|
206
|
+
"label",
|
|
207
|
+
"path"
|
|
208
|
+
],
|
|
209
|
+
"additionalProperties": false
|
|
210
|
+
},
|
|
211
|
+
"description": "Theme contributions"
|
|
212
|
+
},
|
|
213
|
+
"translations": {
|
|
214
|
+
"type": "array",
|
|
215
|
+
"items": {
|
|
216
|
+
"type": "object",
|
|
217
|
+
"properties": {
|
|
218
|
+
"locale": {
|
|
219
|
+
"type": "string"
|
|
220
|
+
},
|
|
221
|
+
"path": {
|
|
222
|
+
"type": "string"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"required": [
|
|
226
|
+
"locale",
|
|
227
|
+
"path"
|
|
228
|
+
],
|
|
229
|
+
"additionalProperties": false
|
|
230
|
+
},
|
|
231
|
+
"description": "Translation resources"
|
|
232
|
+
},
|
|
233
|
+
"actions": {
|
|
234
|
+
"type": "array",
|
|
235
|
+
"items": {
|
|
236
|
+
"type": "object",
|
|
237
|
+
"properties": {
|
|
238
|
+
"name": {
|
|
239
|
+
"type": "string",
|
|
240
|
+
"description": "Unique action name"
|
|
241
|
+
},
|
|
242
|
+
"label": {
|
|
243
|
+
"type": "string"
|
|
244
|
+
},
|
|
245
|
+
"description": {
|
|
246
|
+
"type": "string"
|
|
247
|
+
},
|
|
248
|
+
"input": {
|
|
249
|
+
"description": "Input validation schema"
|
|
250
|
+
},
|
|
251
|
+
"output": {
|
|
252
|
+
"description": "Output schema"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"required": [
|
|
256
|
+
"name"
|
|
257
|
+
],
|
|
258
|
+
"additionalProperties": false
|
|
259
|
+
},
|
|
260
|
+
"description": "Exposed server actions"
|
|
261
|
+
},
|
|
262
|
+
"drivers": {
|
|
263
|
+
"type": "array",
|
|
264
|
+
"items": {
|
|
265
|
+
"type": "object",
|
|
266
|
+
"properties": {
|
|
267
|
+
"id": {
|
|
268
|
+
"type": "string",
|
|
269
|
+
"description": "Driver unique identifier (e.g. \"postgres\", \"mongo\")"
|
|
270
|
+
},
|
|
271
|
+
"label": {
|
|
272
|
+
"type": "string",
|
|
273
|
+
"description": "Human readable name"
|
|
274
|
+
},
|
|
275
|
+
"description": {
|
|
276
|
+
"type": "string"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
"required": [
|
|
280
|
+
"id",
|
|
281
|
+
"label"
|
|
282
|
+
],
|
|
283
|
+
"additionalProperties": false
|
|
284
|
+
},
|
|
285
|
+
"description": "Driver contributions"
|
|
286
|
+
},
|
|
287
|
+
"fieldTypes": {
|
|
288
|
+
"type": "array",
|
|
289
|
+
"items": {
|
|
290
|
+
"type": "object",
|
|
291
|
+
"properties": {
|
|
292
|
+
"name": {
|
|
293
|
+
"type": "string",
|
|
294
|
+
"description": "Unique field type name (e.g. \"vector\")"
|
|
295
|
+
},
|
|
296
|
+
"label": {
|
|
297
|
+
"type": "string",
|
|
298
|
+
"description": "Display label"
|
|
299
|
+
},
|
|
300
|
+
"description": {
|
|
301
|
+
"type": "string"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"required": [
|
|
305
|
+
"name",
|
|
306
|
+
"label"
|
|
307
|
+
],
|
|
308
|
+
"additionalProperties": false
|
|
309
|
+
},
|
|
310
|
+
"description": "Field Type contributions"
|
|
311
|
+
},
|
|
312
|
+
"functions": {
|
|
313
|
+
"type": "array",
|
|
314
|
+
"items": {
|
|
315
|
+
"type": "object",
|
|
316
|
+
"properties": {
|
|
317
|
+
"name": {
|
|
318
|
+
"type": "string",
|
|
319
|
+
"description": "Function name (e.g. \"distance\")"
|
|
320
|
+
},
|
|
321
|
+
"description": {
|
|
322
|
+
"type": "string"
|
|
323
|
+
},
|
|
324
|
+
"args": {
|
|
325
|
+
"type": "array",
|
|
326
|
+
"items": {
|
|
327
|
+
"type": "string"
|
|
328
|
+
},
|
|
329
|
+
"description": "Argument types"
|
|
330
|
+
},
|
|
331
|
+
"returnType": {
|
|
332
|
+
"type": "string"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
"required": [
|
|
336
|
+
"name"
|
|
337
|
+
],
|
|
338
|
+
"additionalProperties": false
|
|
339
|
+
},
|
|
340
|
+
"description": "Query Function contributions"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"additionalProperties": false,
|
|
344
|
+
"description": "Platform contributions"
|
|
345
|
+
},
|
|
346
|
+
"data": {
|
|
347
|
+
"type": "array",
|
|
348
|
+
"items": {
|
|
349
|
+
"type": "object",
|
|
350
|
+
"properties": {
|
|
351
|
+
"object": {
|
|
352
|
+
"type": "string",
|
|
353
|
+
"description": "Target Object Name"
|
|
354
|
+
},
|
|
355
|
+
"records": {
|
|
356
|
+
"type": "array",
|
|
357
|
+
"items": {
|
|
358
|
+
"type": "object",
|
|
359
|
+
"additionalProperties": {}
|
|
360
|
+
},
|
|
361
|
+
"description": "List of records to insert"
|
|
362
|
+
},
|
|
363
|
+
"mode": {
|
|
364
|
+
"type": "string",
|
|
365
|
+
"enum": [
|
|
366
|
+
"upsert",
|
|
367
|
+
"insert",
|
|
368
|
+
"ignore"
|
|
369
|
+
],
|
|
370
|
+
"default": "upsert",
|
|
371
|
+
"description": "Seeding mode"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"required": [
|
|
375
|
+
"object",
|
|
376
|
+
"records"
|
|
377
|
+
],
|
|
378
|
+
"additionalProperties": false
|
|
379
|
+
},
|
|
380
|
+
"description": "Initial seed data"
|
|
381
|
+
},
|
|
382
|
+
"extensions": {
|
|
383
|
+
"type": "object",
|
|
384
|
+
"additionalProperties": {},
|
|
385
|
+
"description": "Extension points and contributions"
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
"required": [
|
|
389
|
+
"id",
|
|
390
|
+
"version",
|
|
391
|
+
"type",
|
|
392
|
+
"name"
|
|
393
|
+
],
|
|
394
|
+
"additionalProperties": false
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
398
|
+
}
|
|
@@ -6,8 +6,9 @@
|
|
|
6
6
|
"properties": {
|
|
7
7
|
"name": {
|
|
8
8
|
"type": "string",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
9
|
+
"minLength": 2,
|
|
10
|
+
"pattern": "^[a-z][a-z0-9_]*$",
|
|
11
|
+
"description": "Machine name (lowercase snake_case)"
|
|
11
12
|
},
|
|
12
13
|
"label": {
|
|
13
14
|
"type": "string",
|
|
@@ -32,6 +33,16 @@
|
|
|
32
33
|
},
|
|
33
34
|
"description": "Locations where this action is visible"
|
|
34
35
|
},
|
|
36
|
+
"component": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"enum": [
|
|
39
|
+
"action:button",
|
|
40
|
+
"action:icon",
|
|
41
|
+
"action:menu",
|
|
42
|
+
"action:group"
|
|
43
|
+
],
|
|
44
|
+
"description": "Visual component override"
|
|
45
|
+
},
|
|
35
46
|
"location": {},
|
|
36
47
|
"type": {
|
|
37
48
|
"type": "string",
|
|
@@ -83,24 +94,34 @@
|
|
|
83
94
|
"datetime",
|
|
84
95
|
"time",
|
|
85
96
|
"boolean",
|
|
97
|
+
"toggle",
|
|
86
98
|
"select",
|
|
99
|
+
"multiselect",
|
|
100
|
+
"radio",
|
|
101
|
+
"checkboxes",
|
|
87
102
|
"lookup",
|
|
88
103
|
"master_detail",
|
|
104
|
+
"tree",
|
|
89
105
|
"image",
|
|
90
106
|
"file",
|
|
91
107
|
"avatar",
|
|
108
|
+
"video",
|
|
109
|
+
"audio",
|
|
92
110
|
"formula",
|
|
93
111
|
"summary",
|
|
94
112
|
"autonumber",
|
|
95
113
|
"location",
|
|
96
|
-
"geolocation",
|
|
97
114
|
"address",
|
|
98
115
|
"code",
|
|
116
|
+
"json",
|
|
99
117
|
"color",
|
|
100
118
|
"rating",
|
|
101
119
|
"slider",
|
|
102
120
|
"signature",
|
|
103
|
-
"qrcode"
|
|
121
|
+
"qrcode",
|
|
122
|
+
"progress",
|
|
123
|
+
"tags",
|
|
124
|
+
"vector"
|
|
104
125
|
]
|
|
105
126
|
},
|
|
106
127
|
"required": {
|
|
@@ -29,24 +29,34 @@
|
|
|
29
29
|
"datetime",
|
|
30
30
|
"time",
|
|
31
31
|
"boolean",
|
|
32
|
+
"toggle",
|
|
32
33
|
"select",
|
|
34
|
+
"multiselect",
|
|
35
|
+
"radio",
|
|
36
|
+
"checkboxes",
|
|
33
37
|
"lookup",
|
|
34
38
|
"master_detail",
|
|
39
|
+
"tree",
|
|
35
40
|
"image",
|
|
36
41
|
"file",
|
|
37
42
|
"avatar",
|
|
43
|
+
"video",
|
|
44
|
+
"audio",
|
|
38
45
|
"formula",
|
|
39
46
|
"summary",
|
|
40
47
|
"autonumber",
|
|
41
48
|
"location",
|
|
42
|
-
"geolocation",
|
|
43
49
|
"address",
|
|
44
50
|
"code",
|
|
51
|
+
"json",
|
|
45
52
|
"color",
|
|
46
53
|
"rating",
|
|
47
54
|
"slider",
|
|
48
55
|
"signature",
|
|
49
|
-
"qrcode"
|
|
56
|
+
"qrcode",
|
|
57
|
+
"progress",
|
|
58
|
+
"tags",
|
|
59
|
+
"vector"
|
|
50
60
|
]
|
|
51
61
|
},
|
|
52
62
|
"required": {
|
package/json-schema/ui/App.json
CHANGED
|
@@ -6,8 +6,9 @@
|
|
|
6
6
|
"properties": {
|
|
7
7
|
"name": {
|
|
8
8
|
"type": "string",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
9
|
+
"minLength": 2,
|
|
10
|
+
"pattern": "^[a-z][a-z0-9_]*$",
|
|
11
|
+
"description": "App unique machine name (lowercase snake_case)"
|
|
11
12
|
},
|
|
12
13
|
"label": {
|
|
13
14
|
"type": "string",
|
|
@@ -63,7 +64,9 @@
|
|
|
63
64
|
"properties": {
|
|
64
65
|
"id": {
|
|
65
66
|
"type": "string",
|
|
66
|
-
"
|
|
67
|
+
"minLength": 2,
|
|
68
|
+
"pattern": "^[a-z][a-z0-9_]*$",
|
|
69
|
+
"description": "Unique identifier for this navigation item (lowercase snake_case)"
|
|
67
70
|
},
|
|
68
71
|
"label": {
|
|
69
72
|
"type": "string",
|
|
@@ -103,7 +106,9 @@
|
|
|
103
106
|
"properties": {
|
|
104
107
|
"id": {
|
|
105
108
|
"type": "string",
|
|
106
|
-
"
|
|
109
|
+
"minLength": 2,
|
|
110
|
+
"pattern": "^[a-z][a-z0-9_]*$",
|
|
111
|
+
"description": "Unique identifier for this navigation item (lowercase snake_case)"
|
|
107
112
|
},
|
|
108
113
|
"label": {
|
|
109
114
|
"type": "string",
|
|
@@ -139,7 +144,9 @@
|
|
|
139
144
|
"properties": {
|
|
140
145
|
"id": {
|
|
141
146
|
"type": "string",
|
|
142
|
-
"
|
|
147
|
+
"minLength": 2,
|
|
148
|
+
"pattern": "^[a-z][a-z0-9_]*$",
|
|
149
|
+
"description": "Unique identifier for this navigation item (lowercase snake_case)"
|
|
143
150
|
},
|
|
144
151
|
"label": {
|
|
145
152
|
"type": "string",
|
|
@@ -180,7 +187,9 @@
|
|
|
180
187
|
"properties": {
|
|
181
188
|
"id": {
|
|
182
189
|
"type": "string",
|
|
183
|
-
"
|
|
190
|
+
"minLength": 2,
|
|
191
|
+
"pattern": "^[a-z][a-z0-9_]*$",
|
|
192
|
+
"description": "Unique identifier for this navigation item (lowercase snake_case)"
|
|
184
193
|
},
|
|
185
194
|
"label": {
|
|
186
195
|
"type": "string",
|
|
@@ -225,7 +234,9 @@
|
|
|
225
234
|
"properties": {
|
|
226
235
|
"id": {
|
|
227
236
|
"type": "string",
|
|
228
|
-
"
|
|
237
|
+
"minLength": 2,
|
|
238
|
+
"pattern": "^[a-z][a-z0-9_]*$",
|
|
239
|
+
"description": "Unique identifier for this navigation item (lowercase snake_case)"
|
|
229
240
|
},
|
|
230
241
|
"label": {
|
|
231
242
|
"type": "string",
|
|
@@ -34,9 +34,17 @@
|
|
|
34
34
|
"line",
|
|
35
35
|
"pie",
|
|
36
36
|
"donut",
|
|
37
|
+
"gauge",
|
|
37
38
|
"funnel",
|
|
39
|
+
"radar",
|
|
40
|
+
"scatter",
|
|
41
|
+
"heatmap",
|
|
42
|
+
"pivot",
|
|
38
43
|
"table",
|
|
39
|
-
"
|
|
44
|
+
"list",
|
|
45
|
+
"text",
|
|
46
|
+
"image",
|
|
47
|
+
"frame"
|
|
40
48
|
],
|
|
41
49
|
"default": "metric",
|
|
42
50
|
"description": "Visualization type"
|
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
"properties": {
|
|
7
7
|
"id": {
|
|
8
8
|
"type": "string",
|
|
9
|
-
"
|
|
9
|
+
"minLength": 2,
|
|
10
|
+
"pattern": "^[a-z][a-z0-9_]*$",
|
|
11
|
+
"description": "Unique identifier for this navigation item (lowercase snake_case)"
|
|
10
12
|
},
|
|
11
13
|
"label": {
|
|
12
14
|
"type": "string",
|
|
@@ -16,9 +16,17 @@
|
|
|
16
16
|
"line",
|
|
17
17
|
"pie",
|
|
18
18
|
"donut",
|
|
19
|
+
"gauge",
|
|
19
20
|
"funnel",
|
|
21
|
+
"radar",
|
|
22
|
+
"scatter",
|
|
23
|
+
"heatmap",
|
|
24
|
+
"pivot",
|
|
20
25
|
"table",
|
|
21
|
-
"
|
|
26
|
+
"list",
|
|
27
|
+
"text",
|
|
28
|
+
"image",
|
|
29
|
+
"frame"
|
|
22
30
|
],
|
|
23
31
|
"default": "metric",
|
|
24
32
|
"description": "Visualization type"
|