@inf-monkeys-tech/monkeys 1.0.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/README.md +38 -0
- package/lib/contracts/artifact.d.ts +112 -0
- package/lib/contracts/artifact.d.ts.map +1 -0
- package/lib/contracts/artifact.js +60 -0
- package/lib/contracts/artifact.js.map +1 -0
- package/lib/contracts/capability.d.ts +347 -0
- package/lib/contracts/capability.d.ts.map +1 -0
- package/lib/contracts/capability.js +135 -0
- package/lib/contracts/capability.js.map +1 -0
- package/lib/contracts/common.d.ts +32 -0
- package/lib/contracts/common.d.ts.map +1 -0
- package/lib/contracts/common.js +46 -0
- package/lib/contracts/common.js.map +1 -0
- package/lib/contracts/context.d.ts +213 -0
- package/lib/contracts/context.d.ts.map +1 -0
- package/lib/contracts/context.js +96 -0
- package/lib/contracts/context.js.map +1 -0
- package/lib/contracts/continuity.d.ts +142 -0
- package/lib/contracts/continuity.d.ts.map +1 -0
- package/lib/contracts/continuity.js +66 -0
- package/lib/contracts/continuity.js.map +1 -0
- package/lib/contracts/data.d.ts +135 -0
- package/lib/contracts/data.d.ts.map +1 -0
- package/lib/contracts/data.js +85 -0
- package/lib/contracts/data.js.map +1 -0
- package/lib/contracts/dtcg-format.schema.json +1759 -0
- package/lib/contracts/index.d.ts +14 -0
- package/lib/contracts/index.d.ts.map +1 -0
- package/lib/contracts/index.js +30 -0
- package/lib/contracts/index.js.map +1 -0
- package/lib/contracts/page.d.ts +482 -0
- package/lib/contracts/page.d.ts.map +1 -0
- package/lib/contracts/page.js +307 -0
- package/lib/contracts/page.js.map +1 -0
- package/lib/contracts/render.d.ts +1032 -0
- package/lib/contracts/render.d.ts.map +1 -0
- package/lib/contracts/render.js +386 -0
- package/lib/contracts/render.js.map +1 -0
- package/lib/contracts/semantic.d.ts +477 -0
- package/lib/contracts/semantic.d.ts.map +1 -0
- package/lib/contracts/semantic.js +111 -0
- package/lib/contracts/semantic.js.map +1 -0
- package/lib/contracts/tenant.d.ts +2495 -0
- package/lib/contracts/tenant.d.ts.map +1 -0
- package/lib/contracts/tenant.js +573 -0
- package/lib/contracts/tenant.js.map +1 -0
- package/lib/contracts/theme.d.ts +30 -0
- package/lib/contracts/theme.d.ts.map +1 -0
- package/lib/contracts/theme.js +55 -0
- package/lib/contracts/theme.js.map +1 -0
- package/lib/contracts/trend.d.ts +577 -0
- package/lib/contracts/trend.d.ts.map +1 -0
- package/lib/contracts/trend.js +276 -0
- package/lib/contracts/trend.js.map +1 -0
- package/lib/contracts/workflow-definition.d.ts +661 -0
- package/lib/contracts/workflow-definition.d.ts.map +1 -0
- package/lib/contracts/workflow-definition.js +337 -0
- package/lib/contracts/workflow-definition.js.map +1 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +34 -0
- package/lib/index.js.map +1 -0
- package/lib/json-schema/agent-runtime-event.schema.json +104 -0
- package/lib/json-schema/application-handoff.schema.json +377 -0
- package/lib/json-schema/application-run.schema.json +302 -0
- package/lib/json-schema/artifact-manifest.schema.json +375 -0
- package/lib/json-schema/body-relation-record.schema.json +177 -0
- package/lib/json-schema/brand-body.schema.json +140 -0
- package/lib/json-schema/brand-genetics-profile.schema.json +169 -0
- package/lib/json-schema/capability-manifest.schema.json +412 -0
- package/lib/json-schema/capability-registry.schema.json +474 -0
- package/lib/json-schema/change-impact-graph.schema.json +274 -0
- package/lib/json-schema/completion-event.schema.json +321 -0
- package/lib/json-schema/completion-header.schema.json +276 -0
- package/lib/json-schema/concept-definition.schema.json +101 -0
- package/lib/json-schema/conductor-workflow-definition.schema.json +404 -0
- package/lib/json-schema/data-continuity-envelope.schema.json +269 -0
- package/lib/json-schema/domain-command-definition.schema.json +121 -0
- package/lib/json-schema/domain-command.schema.json +204 -0
- package/lib/json-schema/domain-event.schema.json +161 -0
- package/lib/json-schema/execution-link.schema.json +190 -0
- package/lib/json-schema/expiring-access-grant.schema.json +127 -0
- package/lib/json-schema/hotword-body.schema.json +186 -0
- package/lib/json-schema/index.json +56 -0
- package/lib/json-schema/lineage-record.schema.json +370 -0
- package/lib/json-schema/ontology-definition.schema.json +91 -0
- package/lib/json-schema/output-record.schema.json +157 -0
- package/lib/json-schema/overlay-node.schema.json +892 -0
- package/lib/json-schema/page-definition.schema.json +527 -0
- package/lib/json-schema/page-runtime-descriptor.schema.json +720 -0
- package/lib/json-schema/page-runtime-projection.schema.json +464 -0
- package/lib/json-schema/product-body.schema.json +178 -0
- package/lib/json-schema/product-declaration.schema.json +1410 -0
- package/lib/json-schema/projection-spec.schema.json +151 -0
- package/lib/json-schema/radar-action-record.schema.json +144 -0
- package/lib/json-schema/radar-analysis-run.schema.json +424 -0
- package/lib/json-schema/radar-opportunity-matrix.schema.json +155 -0
- package/lib/json-schema/radar-panorama.schema.json +235 -0
- package/lib/json-schema/radar-query-body.schema.json +101 -0
- package/lib/json-schema/radar-score-model-body.schema.json +88 -0
- package/lib/json-schema/radar-score-projection.schema.json +184 -0
- package/lib/json-schema/radar-selection.schema.json +134 -0
- package/lib/json-schema/radar-writeback-record.schema.json +124 -0
- package/lib/json-schema/render-node.schema.json +776 -0
- package/lib/json-schema/render-tree.schema.json +815 -0
- package/lib/json-schema/request-scope.schema.json +193 -0
- package/lib/json-schema/saved-radar-query.schema.json +123 -0
- package/lib/json-schema/tenant-product-config.schema.json +2720 -0
- package/lib/json-schema/tenant-runtime-config.schema.json +2654 -0
- package/lib/json-schema/theme-tokens.schema.json +1836 -0
- package/lib/json-schema/trend-ingest-run.schema.json +73 -0
- package/lib/json-schema/trend-metric-snapshot.schema.json +126 -0
- package/lib/json-schema/trend-source-record.schema.json +206 -0
- package/lib/json-schema/view-provider-descriptor.schema.json +317 -0
- package/lib/json-schema/workflow-definition.schema.json +2174 -0
- package/lib/runtime/capability-registry.d.ts +28 -0
- package/lib/runtime/capability-registry.d.ts.map +1 -0
- package/lib/runtime/capability-registry.js +147 -0
- package/lib/runtime/capability-registry.js.map +1 -0
- package/lib/runtime/declaration-compiler.d.ts +44 -0
- package/lib/runtime/declaration-compiler.d.ts.map +1 -0
- package/lib/runtime/declaration-compiler.js +323 -0
- package/lib/runtime/declaration-compiler.js.map +1 -0
- package/lib/runtime/index.d.ts +12 -0
- package/lib/runtime/index.d.ts.map +1 -0
- package/lib/runtime/index.js +28 -0
- package/lib/runtime/index.js.map +1 -0
- package/lib/runtime/page-compiler.d.ts +36 -0
- package/lib/runtime/page-compiler.d.ts.map +1 -0
- package/lib/runtime/page-compiler.js +220 -0
- package/lib/runtime/page-compiler.js.map +1 -0
- package/lib/runtime/product-runtime.d.ts +37 -0
- package/lib/runtime/product-runtime.d.ts.map +1 -0
- package/lib/runtime/product-runtime.js +80 -0
- package/lib/runtime/product-runtime.js.map +1 -0
- package/lib/runtime/render-tree-compiler.d.ts +11 -0
- package/lib/runtime/render-tree-compiler.d.ts.map +1 -0
- package/lib/runtime/render-tree-compiler.js +85 -0
- package/lib/runtime/render-tree-compiler.js.map +1 -0
- package/lib/runtime/tenant-config.d.ts +13 -0
- package/lib/runtime/tenant-config.d.ts.map +1 -0
- package/lib/runtime/tenant-config.js +31 -0
- package/lib/runtime/tenant-config.js.map +1 -0
- package/lib/runtime/tenant-runtime-bindings.d.ts +21 -0
- package/lib/runtime/tenant-runtime-bindings.d.ts.map +1 -0
- package/lib/runtime/tenant-runtime-bindings.js +50 -0
- package/lib/runtime/tenant-runtime-bindings.js.map +1 -0
- package/lib/runtime/theme-tokens.d.ts +2 -0
- package/lib/runtime/theme-tokens.d.ts.map +1 -0
- package/lib/runtime/theme-tokens.js +13 -0
- package/lib/runtime/theme-tokens.js.map +1 -0
- package/lib/runtime/view-provider-registry.d.ts +23 -0
- package/lib/runtime/view-provider-registry.d.ts.map +1 -0
- package/lib/runtime/view-provider-registry.js +150 -0
- package/lib/runtime/view-provider-registry.js.map +1 -0
- package/lib/runtime/view-render-model.d.ts +28 -0
- package/lib/runtime/view-render-model.d.ts.map +1 -0
- package/lib/runtime/view-render-model.js +125 -0
- package/lib/runtime/view-render-model.js.map +1 -0
- package/lib/runtime/workflow-compiler.d.ts +29 -0
- package/lib/runtime/workflow-compiler.d.ts.map +1 -0
- package/lib/runtime/workflow-compiler.js +100 -0
- package/lib/runtime/workflow-compiler.js.map +1 -0
- package/lib/schemas/index.d.ts +4461 -0
- package/lib/schemas/index.d.ts.map +1 -0
- package/lib/schemas/index.js +187 -0
- package/lib/schemas/index.js.map +1 -0
- package/lib/theme-tokens/core.d.ts +65 -0
- package/lib/theme-tokens/core.d.ts.map +1 -0
- package/lib/theme-tokens/core.js +490 -0
- package/lib/theme-tokens/core.js.map +1 -0
- package/lib/types/i18n.d.ts +19 -0
- package/lib/types/i18n.d.ts.map +1 -0
- package/lib/types/i18n.js +3 -0
- package/lib/types/i18n.js.map +1 -0
- package/lib/types/index.d.ts +4 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/types/index.js +20 -0
- package/lib/types/index.js.map +1 -0
- package/lib/types/tool.d.ts +123 -0
- package/lib/types/tool.d.ts.map +1 -0
- package/lib/types/tool.js +20 -0
- package/lib/types/tool.js.map +1 -0
- package/lib/types/workflow.d.ts +80 -0
- package/lib/types/workflow.d.ts.map +1 -0
- package/lib/types/workflow.js +23 -0
- package/lib/types/workflow.js.map +1 -0
- package/package.json +58 -0
|
@@ -0,0 +1,4461 @@
|
|
|
1
|
+
export { ArtifactManifestSchema, OutputRecordSchema, StorageLocatorSchema, } from '../contracts/artifact';
|
|
2
|
+
export { CapabilityRegistryDocumentSchema, CapabilityRegistryEntrySchema, CapabilityRegistrySourceSchema, CapabilitySourceTypeSchema, CapabilityManifestSchema, ContractPortSchema, } from '../contracts/capability';
|
|
3
|
+
export { ContractMetadataSchema, EntityRefSchema, JsonObjectSchema, JsonValueSchema, } from '../contracts/common';
|
|
4
|
+
export { AgentRuntimeEventSchema, CompletionEventSchema, CompletionHeaderSchema, ExecutionLinkSchema, RequestScopeSchema, } from '../contracts/context';
|
|
5
|
+
export { ApplicationRunSchema, BodyRelationRecordSchema, DataContinuityEnvelopeSchema, ExpiringAccessGrantSchema, } from '../contracts/continuity';
|
|
6
|
+
export { DomainEventSchema, LineageRecordSchema, OntologyDefinitionSchema, ProjectionSpecSchema, SourceRecordRefSchema, } from '../contracts/data';
|
|
7
|
+
export { PageDefinitionSchema, PageGuardProjectionSchema, PageNavigationProjectionSchema, PageRendererProjectionSchema, PageRouteProjectionSchema, PageRuntimeDescriptorSchema, PageRuntimeProjectionSchema, PageTypeSchema, PageVisibilitySchema, } from '../contracts/page';
|
|
8
|
+
export { ApplicationHandoffEndpointSchema, ApplicationHandoffSchema, OverlayNodeSchema, OverlayZIndexLaneSchema, ProductContextSchema, RenderActivationSchema, RenderLifecycleSchema, RenderLayoutSchema, RenderNodeKindSchema, RenderNodeSchema, RenderNodeStateSchema, RenderResponsiveRuleSchema, RenderScrollSchema, RenderSurfaceSchema, RenderTreeSchema, ViewProviderDescriptorSchema, } from '../contracts/render';
|
|
9
|
+
export { ChangeImpactGraphSchema, ConceptDefinitionSchema, DomainCommandDefinitionSchema, DomainCommandSchema, ProductDeclarationSchema, } from '../contracts/semantic';
|
|
10
|
+
export { TenantApplicationConfigSchema, TenantProductConfigSchema, TenantRuntimeConfigSchema, TenantWorkbenchConfigSchema, TenantWorkbenchPageContextSchema, TenantWorkbenchPageEnvelopeSchema, TenantWorkbenchPageGroupSchema, } from '../contracts/tenant';
|
|
11
|
+
export { ResolvedThemeTokensSchema, ThemeTokenGroupSchema, ThemeTokenTypeSchema, ThemeTokenSchema, ThemeTokensSchema, } from '../contracts/theme';
|
|
12
|
+
export { BrandGeneticsProfileSchema, BrandBodySchema, HotwordBodySchema, ProductBodySchema, RadarActionRecordSchema, RadarAnalysisRunSchema, RadarDecisionMetricsSchema, RadarOpportunityMatrixSchema, RadarOpportunityMatrixPointSchema, RadarPanoramaEdgeSchema, RadarPanoramaNodeSchema, RadarPanoramaSchema, RadarQueryBodySchema, RadarScoreModelBodySchema, RadarScoreProjectionSchema, RadarSelectionSchema, RadarWritebackRecordSchema, SavedRadarQuerySchema, TrendIngestRunSchema, TrendMetricSnapshotSchema, TrendSourceSchema, TrendSourceRecordSchema, } from '../contracts/trend';
|
|
13
|
+
export { ConductorTaskDefinitionSchema, ConductorTaskTypeSchema, ConductorWorkflowDefinitionSchema, WorkflowDefinitionSchema, WorkflowEdgeSchema, WorkflowNodeSchema, WorkflowOutputBindingSchema, WorkflowParameterSchema, WorkflowParameterTypeSchema, WorkflowTriggerSchema, WorkflowValidationIssueSchema, } from '../contracts/workflow-definition';
|
|
14
|
+
export declare const canonicalContractSchemas: {
|
|
15
|
+
readonly 'agent-runtime-event': import("zod").ZodObject<{
|
|
16
|
+
contract: import("zod").ZodLiteral<"AgentRuntimeEvent">;
|
|
17
|
+
runtimeEventId: import("zod").ZodString;
|
|
18
|
+
streamId: import("zod").ZodString;
|
|
19
|
+
sequence: import("zod").ZodNumber;
|
|
20
|
+
requestId: import("zod").ZodString;
|
|
21
|
+
teamId: import("zod").ZodString;
|
|
22
|
+
threadId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
23
|
+
eventType: import("zod").ZodEnum<{
|
|
24
|
+
"messages:append": "messages:append";
|
|
25
|
+
"messages:update": "messages:update";
|
|
26
|
+
"thread:update": "thread:update";
|
|
27
|
+
"tool-call:upsert": "tool-call:upsert";
|
|
28
|
+
}>;
|
|
29
|
+
payload: import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>;
|
|
30
|
+
occurredAt: import("zod").ZodString;
|
|
31
|
+
}, import("zod/v4/core").$strict>;
|
|
32
|
+
readonly 'application-run': import("zod").ZodObject<{
|
|
33
|
+
contract: import("zod").ZodLiteral<"ApplicationRun">;
|
|
34
|
+
runId: import("zod").ZodString;
|
|
35
|
+
definitionRef: import("zod").ZodObject<{
|
|
36
|
+
kind: import("zod").ZodString;
|
|
37
|
+
id: import("zod").ZodString;
|
|
38
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
39
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
40
|
+
}, import("zod/v4/core").$strict>;
|
|
41
|
+
runtimeLedgerRef: import("zod").ZodObject<{
|
|
42
|
+
kind: import("zod").ZodString;
|
|
43
|
+
id: import("zod").ZodString;
|
|
44
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
45
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
46
|
+
}, import("zod/v4/core").$strict>;
|
|
47
|
+
requestId: import("zod").ZodString;
|
|
48
|
+
actorRef: import("zod").ZodObject<{
|
|
49
|
+
kind: import("zod").ZodString;
|
|
50
|
+
id: import("zod").ZodString;
|
|
51
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
52
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
53
|
+
}, import("zod/v4/core").$strict>;
|
|
54
|
+
status: import("zod").ZodEnum<{
|
|
55
|
+
FAILED: "FAILED";
|
|
56
|
+
CANCELLED: "CANCELLED";
|
|
57
|
+
PENDING: "PENDING";
|
|
58
|
+
RUNNING: "RUNNING";
|
|
59
|
+
COMPLETED: "COMPLETED";
|
|
60
|
+
EXPIRED: "EXPIRED";
|
|
61
|
+
}>;
|
|
62
|
+
inputRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
63
|
+
kind: import("zod").ZodString;
|
|
64
|
+
id: import("zod").ZodString;
|
|
65
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
66
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
67
|
+
}, import("zod/v4/core").$strict>>>;
|
|
68
|
+
outputRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
69
|
+
kind: import("zod").ZodString;
|
|
70
|
+
id: import("zod").ZodString;
|
|
71
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
72
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
73
|
+
}, import("zod/v4/core").$strict>>>;
|
|
74
|
+
startedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
75
|
+
completedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
76
|
+
expiresAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
77
|
+
metadata: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
78
|
+
}, import("zod/v4/core").$strict>;
|
|
79
|
+
readonly 'application-handoff': import("zod").ZodObject<{
|
|
80
|
+
contract: import("zod").ZodLiteral<"ApplicationHandoff">;
|
|
81
|
+
handoffId: import("zod").ZodString;
|
|
82
|
+
source: import("zod").ZodObject<{
|
|
83
|
+
product: import("zod").ZodEnum<{
|
|
84
|
+
studio: "studio";
|
|
85
|
+
kernel: "kernel";
|
|
86
|
+
compute: "compute";
|
|
87
|
+
}>;
|
|
88
|
+
pageId: import("zod").ZodString;
|
|
89
|
+
viewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
90
|
+
objectRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
91
|
+
kind: import("zod").ZodString;
|
|
92
|
+
id: import("zod").ZodString;
|
|
93
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
94
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
95
|
+
}, import("zod/v4/core").$strict>>;
|
|
96
|
+
runtimeRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
97
|
+
kind: import("zod").ZodString;
|
|
98
|
+
id: import("zod").ZodString;
|
|
99
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
100
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
101
|
+
}, import("zod/v4/core").$strict>>;
|
|
102
|
+
activationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
103
|
+
path: import("zod").ZodString;
|
|
104
|
+
}, import("zod/v4/core").$strict>;
|
|
105
|
+
target: import("zod").ZodObject<{
|
|
106
|
+
product: import("zod").ZodEnum<{
|
|
107
|
+
studio: "studio";
|
|
108
|
+
kernel: "kernel";
|
|
109
|
+
compute: "compute";
|
|
110
|
+
}>;
|
|
111
|
+
pageId: import("zod").ZodString;
|
|
112
|
+
viewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
113
|
+
objectRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
114
|
+
kind: import("zod").ZodString;
|
|
115
|
+
id: import("zod").ZodString;
|
|
116
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
117
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
118
|
+
}, import("zod/v4/core").$strict>>;
|
|
119
|
+
runtimeRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
120
|
+
kind: import("zod").ZodString;
|
|
121
|
+
id: import("zod").ZodString;
|
|
122
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
123
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
124
|
+
}, import("zod/v4/core").$strict>>;
|
|
125
|
+
activationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
126
|
+
path: import("zod").ZodString;
|
|
127
|
+
}, import("zod/v4/core").$strict>;
|
|
128
|
+
returnTarget: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
129
|
+
product: import("zod").ZodEnum<{
|
|
130
|
+
studio: "studio";
|
|
131
|
+
kernel: "kernel";
|
|
132
|
+
compute: "compute";
|
|
133
|
+
}>;
|
|
134
|
+
pageId: import("zod").ZodString;
|
|
135
|
+
viewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
136
|
+
objectRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
137
|
+
kind: import("zod").ZodString;
|
|
138
|
+
id: import("zod").ZodString;
|
|
139
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
140
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
141
|
+
}, import("zod/v4/core").$strict>>;
|
|
142
|
+
runtimeRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
143
|
+
kind: import("zod").ZodString;
|
|
144
|
+
id: import("zod").ZodString;
|
|
145
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
146
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
147
|
+
}, import("zod/v4/core").$strict>>;
|
|
148
|
+
activationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
149
|
+
path: import("zod").ZodString;
|
|
150
|
+
}, import("zod/v4/core").$strict>>;
|
|
151
|
+
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
152
|
+
createdAt: import("zod").ZodString;
|
|
153
|
+
}, import("zod/v4/core").$strict>;
|
|
154
|
+
readonly 'artifact-manifest': import("zod").ZodObject<{
|
|
155
|
+
contract: import("zod").ZodLiteral<"ArtifactManifest">;
|
|
156
|
+
artifactId: import("zod").ZodString;
|
|
157
|
+
kind: import("zod").ZodString;
|
|
158
|
+
mimeType: import("zod").ZodString;
|
|
159
|
+
byteSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
160
|
+
sha256: import("zod").ZodString;
|
|
161
|
+
storage: import("zod").ZodObject<{
|
|
162
|
+
provider: import("zod").ZodString;
|
|
163
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
164
|
+
key: import("zod").ZodString;
|
|
165
|
+
region: import("zod").ZodOptional<import("zod").ZodString>;
|
|
166
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
167
|
+
expiresAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
168
|
+
}, import("zod/v4/core").$strict>;
|
|
169
|
+
sourceRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
170
|
+
kind: import("zod").ZodString;
|
|
171
|
+
id: import("zod").ZodString;
|
|
172
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
173
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
174
|
+
}, import("zod/v4/core").$strict>>;
|
|
175
|
+
runRef: import("zod").ZodObject<{
|
|
176
|
+
kind: import("zod").ZodString;
|
|
177
|
+
id: import("zod").ZodString;
|
|
178
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
179
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
180
|
+
}, import("zod/v4/core").$strict>;
|
|
181
|
+
outputRef: import("zod").ZodObject<{
|
|
182
|
+
kind: import("zod").ZodString;
|
|
183
|
+
id: import("zod").ZodString;
|
|
184
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
185
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
186
|
+
}, import("zod/v4/core").$strict>;
|
|
187
|
+
producer: import("zod").ZodObject<{
|
|
188
|
+
service: import("zod").ZodString;
|
|
189
|
+
version: import("zod").ZodString;
|
|
190
|
+
capabilityRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
191
|
+
kind: import("zod").ZodString;
|
|
192
|
+
id: import("zod").ZodString;
|
|
193
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
194
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
195
|
+
}, import("zod/v4/core").$strict>>;
|
|
196
|
+
}, import("zod/v4/core").$strict>;
|
|
197
|
+
access: import("zod").ZodObject<{
|
|
198
|
+
tenantId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
199
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
200
|
+
ownerRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
201
|
+
kind: import("zod").ZodString;
|
|
202
|
+
id: import("zod").ZodString;
|
|
203
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
204
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
205
|
+
}, import("zod/v4/core").$strict>>;
|
|
206
|
+
visibility: import("zod").ZodEnum<{
|
|
207
|
+
private: "private";
|
|
208
|
+
team: "team";
|
|
209
|
+
tenant: "tenant";
|
|
210
|
+
public: "public";
|
|
211
|
+
}>;
|
|
212
|
+
}, import("zod/v4/core").$strict>;
|
|
213
|
+
metadata: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
214
|
+
createdAt: import("zod").ZodString;
|
|
215
|
+
}, import("zod/v4/core").$strict>;
|
|
216
|
+
readonly 'brand-body': import("zod").ZodObject<{
|
|
217
|
+
displayName: import("zod").ZodString;
|
|
218
|
+
normalizedName: import("zod").ZodString;
|
|
219
|
+
categories: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
220
|
+
sourceRefs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
221
|
+
kind: import("zod").ZodString;
|
|
222
|
+
id: import("zod").ZodString;
|
|
223
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
224
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
225
|
+
}, import("zod/v4/core").$strict>>;
|
|
226
|
+
relationRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
227
|
+
kind: import("zod").ZodString;
|
|
228
|
+
id: import("zod").ZodString;
|
|
229
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
230
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
231
|
+
}, import("zod/v4/core").$strict>>>;
|
|
232
|
+
createdAt: import("zod").ZodString;
|
|
233
|
+
updatedAt: import("zod").ZodString;
|
|
234
|
+
contract: import("zod").ZodLiteral<"BrandBody">;
|
|
235
|
+
brandId: import("zod").ZodString;
|
|
236
|
+
}, import("zod/v4/core").$strict>;
|
|
237
|
+
readonly 'body-relation-record': import("zod").ZodObject<{
|
|
238
|
+
contract: import("zod").ZodLiteral<"BodyRelationRecord">;
|
|
239
|
+
relationId: import("zod").ZodString;
|
|
240
|
+
relationKind: import("zod").ZodString;
|
|
241
|
+
subjectRef: import("zod").ZodObject<{
|
|
242
|
+
kind: import("zod").ZodString;
|
|
243
|
+
id: import("zod").ZodString;
|
|
244
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
245
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
246
|
+
}, import("zod/v4/core").$strict>;
|
|
247
|
+
objectRef: import("zod").ZodObject<{
|
|
248
|
+
kind: import("zod").ZodString;
|
|
249
|
+
id: import("zod").ZodString;
|
|
250
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
251
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
252
|
+
}, import("zod/v4/core").$strict>;
|
|
253
|
+
ownerRepo: import("zod").ZodString;
|
|
254
|
+
authorityScope: import("zod").ZodEnum<{
|
|
255
|
+
team: "team";
|
|
256
|
+
tenant: "tenant";
|
|
257
|
+
global: "global";
|
|
258
|
+
}>;
|
|
259
|
+
properties: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
260
|
+
createdAt: import("zod").ZodString;
|
|
261
|
+
updatedAt: import("zod").ZodString;
|
|
262
|
+
}, import("zod/v4/core").$strict>;
|
|
263
|
+
readonly 'brand-genetics-profile': import("zod").ZodObject<{
|
|
264
|
+
contract: import("zod").ZodLiteral<"BrandGeneticsProfile">;
|
|
265
|
+
brandRef: import("zod").ZodObject<{
|
|
266
|
+
kind: import("zod").ZodString;
|
|
267
|
+
id: import("zod").ZodString;
|
|
268
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
269
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
270
|
+
}, import("zod/v4/core").$strict>;
|
|
271
|
+
categories: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
272
|
+
signature: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodNumber>;
|
|
273
|
+
relatedRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
274
|
+
kind: import("zod").ZodString;
|
|
275
|
+
id: import("zod").ZodString;
|
|
276
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
277
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
278
|
+
}, import("zod/v4/core").$strict>>>;
|
|
279
|
+
evidenceRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
280
|
+
kind: import("zod").ZodString;
|
|
281
|
+
id: import("zod").ZodString;
|
|
282
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
283
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
284
|
+
}, import("zod/v4/core").$strict>>>;
|
|
285
|
+
computedAt: import("zod").ZodString;
|
|
286
|
+
}, import("zod/v4/core").$strict>;
|
|
287
|
+
readonly 'capability-manifest': import("zod").ZodObject<{
|
|
288
|
+
contract: import("zod").ZodLiteral<"CapabilityManifest">;
|
|
289
|
+
id: import("zod").ZodString;
|
|
290
|
+
capabilityVersion: import("zod").ZodString;
|
|
291
|
+
ownerRepo: import("zod").ZodString;
|
|
292
|
+
kind: import("zod").ZodEnum<{
|
|
293
|
+
workflow: "workflow";
|
|
294
|
+
view: "view";
|
|
295
|
+
"professional-provider": "professional-provider";
|
|
296
|
+
primitive: "primitive";
|
|
297
|
+
composite: "composite";
|
|
298
|
+
tool: "tool";
|
|
299
|
+
}>;
|
|
300
|
+
displayName: import("zod").ZodString;
|
|
301
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
302
|
+
ports: import("zod").ZodObject<{
|
|
303
|
+
inputs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
304
|
+
name: import("zod").ZodString;
|
|
305
|
+
schemaRef: import("zod").ZodString;
|
|
306
|
+
required: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
307
|
+
multiple: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
308
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
309
|
+
}, import("zod/v4/core").$strict>>>;
|
|
310
|
+
outputs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
311
|
+
name: import("zod").ZodString;
|
|
312
|
+
schemaRef: import("zod").ZodString;
|
|
313
|
+
required: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
314
|
+
multiple: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
315
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
316
|
+
}, import("zod/v4/core").$strict>>>;
|
|
317
|
+
}, import("zod/v4/core").$strict>;
|
|
318
|
+
runtime: import("zod").ZodObject<{
|
|
319
|
+
providerBindings: import("zod").ZodArray<import("zod").ZodObject<{
|
|
320
|
+
providerRef: import("zod").ZodObject<{
|
|
321
|
+
kind: import("zod").ZodString;
|
|
322
|
+
id: import("zod").ZodString;
|
|
323
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
324
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
325
|
+
}, import("zod/v4/core").$strict>;
|
|
326
|
+
productContexts: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
327
|
+
studio: "studio";
|
|
328
|
+
kernel: "kernel";
|
|
329
|
+
compute: "compute";
|
|
330
|
+
}>>>;
|
|
331
|
+
priority: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
332
|
+
}, import("zod/v4/core").$strict>>;
|
|
333
|
+
loading: import("zod").ZodEnum<{
|
|
334
|
+
lazy: "lazy";
|
|
335
|
+
eager: "eager";
|
|
336
|
+
viewport: "viewport";
|
|
337
|
+
"on-activation": "on-activation";
|
|
338
|
+
}>;
|
|
339
|
+
fallbackCapabilityRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
340
|
+
kind: import("zod").ZodString;
|
|
341
|
+
id: import("zod").ZodString;
|
|
342
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
343
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
344
|
+
}, import("zod/v4/core").$strict>>;
|
|
345
|
+
stateOwner: import("zod").ZodEnum<{
|
|
346
|
+
provider: "provider";
|
|
347
|
+
host: "host";
|
|
348
|
+
external: "external";
|
|
349
|
+
}>;
|
|
350
|
+
stateSchemaRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
351
|
+
sideEffects: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
352
|
+
storage: "storage";
|
|
353
|
+
navigation: "navigation";
|
|
354
|
+
network: "network";
|
|
355
|
+
worker: "worker";
|
|
356
|
+
websocket: "websocket";
|
|
357
|
+
}>>>;
|
|
358
|
+
}, import("zod/v4/core").$strict>;
|
|
359
|
+
placement: import("zod").ZodObject<{
|
|
360
|
+
surfaces: import("zod").ZodArray<import("zod").ZodString>;
|
|
361
|
+
slots: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
362
|
+
variants: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
363
|
+
tokenRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
364
|
+
}, import("zod/v4/core").$strict>;
|
|
365
|
+
accessibility: import("zod").ZodObject<{
|
|
366
|
+
keyboardModel: import("zod").ZodString;
|
|
367
|
+
focusModel: import("zod").ZodString;
|
|
368
|
+
labelContract: import("zod").ZodString;
|
|
369
|
+
}, import("zod/v4/core").$strict>;
|
|
370
|
+
observability: import("zod").ZodObject<{
|
|
371
|
+
eventNamespace: import("zod").ZodString;
|
|
372
|
+
metrics: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
373
|
+
evidenceRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
374
|
+
performanceBudgetMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
375
|
+
}, import("zod/v4/core").$strict>;
|
|
376
|
+
}, import("zod/v4/core").$strict>;
|
|
377
|
+
readonly 'capability-registry': import("zod").ZodObject<{
|
|
378
|
+
contract: import("zod").ZodLiteral<"CapabilityRegistry">;
|
|
379
|
+
entries: import("zod").ZodArray<import("zod").ZodObject<{
|
|
380
|
+
manifest: import("zod").ZodObject<{
|
|
381
|
+
contract: import("zod").ZodLiteral<"CapabilityManifest">;
|
|
382
|
+
id: import("zod").ZodString;
|
|
383
|
+
capabilityVersion: import("zod").ZodString;
|
|
384
|
+
ownerRepo: import("zod").ZodString;
|
|
385
|
+
kind: import("zod").ZodEnum<{
|
|
386
|
+
workflow: "workflow";
|
|
387
|
+
view: "view";
|
|
388
|
+
"professional-provider": "professional-provider";
|
|
389
|
+
primitive: "primitive";
|
|
390
|
+
composite: "composite";
|
|
391
|
+
tool: "tool";
|
|
392
|
+
}>;
|
|
393
|
+
displayName: import("zod").ZodString;
|
|
394
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
395
|
+
ports: import("zod").ZodObject<{
|
|
396
|
+
inputs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
397
|
+
name: import("zod").ZodString;
|
|
398
|
+
schemaRef: import("zod").ZodString;
|
|
399
|
+
required: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
400
|
+
multiple: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
401
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
402
|
+
}, import("zod/v4/core").$strict>>>;
|
|
403
|
+
outputs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
404
|
+
name: import("zod").ZodString;
|
|
405
|
+
schemaRef: import("zod").ZodString;
|
|
406
|
+
required: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
407
|
+
multiple: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
408
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
409
|
+
}, import("zod/v4/core").$strict>>>;
|
|
410
|
+
}, import("zod/v4/core").$strict>;
|
|
411
|
+
runtime: import("zod").ZodObject<{
|
|
412
|
+
providerBindings: import("zod").ZodArray<import("zod").ZodObject<{
|
|
413
|
+
providerRef: import("zod").ZodObject<{
|
|
414
|
+
kind: import("zod").ZodString;
|
|
415
|
+
id: import("zod").ZodString;
|
|
416
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
417
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
418
|
+
}, import("zod/v4/core").$strict>;
|
|
419
|
+
productContexts: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
420
|
+
studio: "studio";
|
|
421
|
+
kernel: "kernel";
|
|
422
|
+
compute: "compute";
|
|
423
|
+
}>>>;
|
|
424
|
+
priority: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
425
|
+
}, import("zod/v4/core").$strict>>;
|
|
426
|
+
loading: import("zod").ZodEnum<{
|
|
427
|
+
lazy: "lazy";
|
|
428
|
+
eager: "eager";
|
|
429
|
+
viewport: "viewport";
|
|
430
|
+
"on-activation": "on-activation";
|
|
431
|
+
}>;
|
|
432
|
+
fallbackCapabilityRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
433
|
+
kind: import("zod").ZodString;
|
|
434
|
+
id: import("zod").ZodString;
|
|
435
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
436
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
437
|
+
}, import("zod/v4/core").$strict>>;
|
|
438
|
+
stateOwner: import("zod").ZodEnum<{
|
|
439
|
+
provider: "provider";
|
|
440
|
+
host: "host";
|
|
441
|
+
external: "external";
|
|
442
|
+
}>;
|
|
443
|
+
stateSchemaRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
444
|
+
sideEffects: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
445
|
+
storage: "storage";
|
|
446
|
+
navigation: "navigation";
|
|
447
|
+
network: "network";
|
|
448
|
+
worker: "worker";
|
|
449
|
+
websocket: "websocket";
|
|
450
|
+
}>>>;
|
|
451
|
+
}, import("zod/v4/core").$strict>;
|
|
452
|
+
placement: import("zod").ZodObject<{
|
|
453
|
+
surfaces: import("zod").ZodArray<import("zod").ZodString>;
|
|
454
|
+
slots: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
455
|
+
variants: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
456
|
+
tokenRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
457
|
+
}, import("zod/v4/core").$strict>;
|
|
458
|
+
accessibility: import("zod").ZodObject<{
|
|
459
|
+
keyboardModel: import("zod").ZodString;
|
|
460
|
+
focusModel: import("zod").ZodString;
|
|
461
|
+
labelContract: import("zod").ZodString;
|
|
462
|
+
}, import("zod/v4/core").$strict>;
|
|
463
|
+
observability: import("zod").ZodObject<{
|
|
464
|
+
eventNamespace: import("zod").ZodString;
|
|
465
|
+
metrics: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
466
|
+
evidenceRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
467
|
+
performanceBudgetMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
468
|
+
}, import("zod/v4/core").$strict>;
|
|
469
|
+
}, import("zod/v4/core").$strict>;
|
|
470
|
+
sources: import("zod").ZodArray<import("zod").ZodObject<{
|
|
471
|
+
sourceType: import("zod").ZodEnum<{
|
|
472
|
+
workflow: "workflow";
|
|
473
|
+
"tool-manifest": "tool-manifest";
|
|
474
|
+
"plugin-manifest": "plugin-manifest";
|
|
475
|
+
openapi: "openapi";
|
|
476
|
+
comfyui: "comfyui";
|
|
477
|
+
}>;
|
|
478
|
+
sourceId: import("zod").ZodString;
|
|
479
|
+
ownerRepo: import("zod").ZodString;
|
|
480
|
+
}, import("zod/v4/core").$strict>>;
|
|
481
|
+
}, import("zod/v4/core").$strict>>;
|
|
482
|
+
}, import("zod/v4/core").$strict>;
|
|
483
|
+
readonly 'change-impact-graph': import("zod").ZodObject<{
|
|
484
|
+
contract: import("zod").ZodLiteral<"ChangeImpactGraph">;
|
|
485
|
+
declarationId: import("zod").ZodString;
|
|
486
|
+
nodes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
487
|
+
kind: import("zod").ZodString;
|
|
488
|
+
id: import("zod").ZodString;
|
|
489
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
490
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
491
|
+
}, import("zod/v4/core").$strict>>;
|
|
492
|
+
edges: import("zod").ZodArray<import("zod").ZodObject<{
|
|
493
|
+
from: import("zod").ZodObject<{
|
|
494
|
+
kind: import("zod").ZodString;
|
|
495
|
+
id: import("zod").ZodString;
|
|
496
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
497
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
498
|
+
}, import("zod/v4/core").$strict>;
|
|
499
|
+
to: import("zod").ZodObject<{
|
|
500
|
+
kind: import("zod").ZodString;
|
|
501
|
+
id: import("zod").ZodString;
|
|
502
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
503
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
504
|
+
}, import("zod/v4/core").$strict>;
|
|
505
|
+
relation: import("zod").ZodEnum<{
|
|
506
|
+
"uses-ontology": "uses-ontology";
|
|
507
|
+
"uses-projection": "uses-projection";
|
|
508
|
+
"uses-capability": "uses-capability";
|
|
509
|
+
"uses-command": "uses-command";
|
|
510
|
+
"relates-to-concept": "relates-to-concept";
|
|
511
|
+
}>;
|
|
512
|
+
}, import("zod/v4/core").$strict>>;
|
|
513
|
+
impacts: import("zod").ZodArray<import("zod").ZodObject<{
|
|
514
|
+
changedRef: import("zod").ZodObject<{
|
|
515
|
+
kind: import("zod").ZodString;
|
|
516
|
+
id: import("zod").ZodString;
|
|
517
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
518
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
519
|
+
}, import("zod/v4/core").$strict>;
|
|
520
|
+
affectedRefs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
521
|
+
kind: import("zod").ZodString;
|
|
522
|
+
id: import("zod").ZodString;
|
|
523
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
524
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
525
|
+
}, import("zod/v4/core").$strict>>;
|
|
526
|
+
reasons: import("zod").ZodArray<import("zod").ZodString>;
|
|
527
|
+
}, import("zod/v4/core").$strict>>;
|
|
528
|
+
generatedAt: import("zod").ZodString;
|
|
529
|
+
}, import("zod/v4/core").$strict>;
|
|
530
|
+
readonly 'concept-definition': import("zod").ZodObject<{
|
|
531
|
+
contract: import("zod").ZodLiteral<"ConceptDefinition">;
|
|
532
|
+
conceptId: import("zod").ZodString;
|
|
533
|
+
ownerRepo: import("zod").ZodString;
|
|
534
|
+
displayName: import("zod").ZodString;
|
|
535
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
536
|
+
schemaRef: import("zod").ZodString;
|
|
537
|
+
ontologyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
538
|
+
capabilityIds: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
539
|
+
commandNames: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
540
|
+
relationships: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
541
|
+
kind: import("zod").ZodString;
|
|
542
|
+
targetConceptId: import("zod").ZodString;
|
|
543
|
+
cardinality: import("zod").ZodEnum<{
|
|
544
|
+
optional: "optional";
|
|
545
|
+
one: "one";
|
|
546
|
+
many: "many";
|
|
547
|
+
}>;
|
|
548
|
+
}, import("zod/v4/core").$strict>>>;
|
|
549
|
+
}, import("zod/v4/core").$strict>;
|
|
550
|
+
readonly 'completion-event': import("zod").ZodObject<{
|
|
551
|
+
header: import("zod").ZodObject<{
|
|
552
|
+
contract: import("zod").ZodLiteral<"CompletionHeader">;
|
|
553
|
+
eventId: import("zod").ZodString;
|
|
554
|
+
runtimeEventId: import("zod").ZodString;
|
|
555
|
+
idempotencyKey: import("zod").ZodString;
|
|
556
|
+
sequence: import("zod").ZodNumber;
|
|
557
|
+
execution: import("zod").ZodObject<{
|
|
558
|
+
contract: import("zod").ZodLiteral<"ExecutionLink">;
|
|
559
|
+
requestId: import("zod").ZodString;
|
|
560
|
+
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
561
|
+
correlationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
562
|
+
causationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
563
|
+
workflowRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
564
|
+
kind: import("zod").ZodString;
|
|
565
|
+
id: import("zod").ZodString;
|
|
566
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
567
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
568
|
+
}, import("zod/v4/core").$strict>>;
|
|
569
|
+
runRef: import("zod").ZodObject<{
|
|
570
|
+
kind: import("zod").ZodString;
|
|
571
|
+
id: import("zod").ZodString;
|
|
572
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
573
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
574
|
+
}, import("zod/v4/core").$strict>;
|
|
575
|
+
taskRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
576
|
+
kind: import("zod").ZodString;
|
|
577
|
+
id: import("zod").ZodString;
|
|
578
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
579
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
580
|
+
}, import("zod/v4/core").$strict>>;
|
|
581
|
+
parentRunRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
582
|
+
kind: import("zod").ZodString;
|
|
583
|
+
id: import("zod").ZodString;
|
|
584
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
585
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
586
|
+
}, import("zod/v4/core").$strict>>;
|
|
587
|
+
}, import("zod/v4/core").$strict>;
|
|
588
|
+
producer: import("zod").ZodObject<{
|
|
589
|
+
service: import("zod").ZodString;
|
|
590
|
+
runtime: import("zod").ZodString;
|
|
591
|
+
version: import("zod").ZodString;
|
|
592
|
+
}, import("zod/v4/core").$strict>;
|
|
593
|
+
status: import("zod").ZodEnum<{
|
|
594
|
+
SUCCEEDED: "SUCCEEDED";
|
|
595
|
+
FAILED: "FAILED";
|
|
596
|
+
CANCELLED: "CANCELLED";
|
|
597
|
+
TIMED_OUT: "TIMED_OUT";
|
|
598
|
+
}>;
|
|
599
|
+
occurredAt: import("zod").ZodString;
|
|
600
|
+
payloadSchemaRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
601
|
+
}, import("zod/v4/core").$strict>;
|
|
602
|
+
payload: import("zod").ZodOptional<import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
603
|
+
}, import("zod/v4/core").$strict>;
|
|
604
|
+
readonly 'completion-header': import("zod").ZodObject<{
|
|
605
|
+
contract: import("zod").ZodLiteral<"CompletionHeader">;
|
|
606
|
+
eventId: import("zod").ZodString;
|
|
607
|
+
runtimeEventId: import("zod").ZodString;
|
|
608
|
+
idempotencyKey: import("zod").ZodString;
|
|
609
|
+
sequence: import("zod").ZodNumber;
|
|
610
|
+
execution: import("zod").ZodObject<{
|
|
611
|
+
contract: import("zod").ZodLiteral<"ExecutionLink">;
|
|
612
|
+
requestId: import("zod").ZodString;
|
|
613
|
+
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
614
|
+
correlationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
615
|
+
causationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
616
|
+
workflowRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
617
|
+
kind: import("zod").ZodString;
|
|
618
|
+
id: import("zod").ZodString;
|
|
619
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
620
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
621
|
+
}, import("zod/v4/core").$strict>>;
|
|
622
|
+
runRef: import("zod").ZodObject<{
|
|
623
|
+
kind: import("zod").ZodString;
|
|
624
|
+
id: import("zod").ZodString;
|
|
625
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
626
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
627
|
+
}, import("zod/v4/core").$strict>;
|
|
628
|
+
taskRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
629
|
+
kind: import("zod").ZodString;
|
|
630
|
+
id: import("zod").ZodString;
|
|
631
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
632
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
633
|
+
}, import("zod/v4/core").$strict>>;
|
|
634
|
+
parentRunRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
635
|
+
kind: import("zod").ZodString;
|
|
636
|
+
id: import("zod").ZodString;
|
|
637
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
638
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
639
|
+
}, import("zod/v4/core").$strict>>;
|
|
640
|
+
}, import("zod/v4/core").$strict>;
|
|
641
|
+
producer: import("zod").ZodObject<{
|
|
642
|
+
service: import("zod").ZodString;
|
|
643
|
+
runtime: import("zod").ZodString;
|
|
644
|
+
version: import("zod").ZodString;
|
|
645
|
+
}, import("zod/v4/core").$strict>;
|
|
646
|
+
status: import("zod").ZodEnum<{
|
|
647
|
+
SUCCEEDED: "SUCCEEDED";
|
|
648
|
+
FAILED: "FAILED";
|
|
649
|
+
CANCELLED: "CANCELLED";
|
|
650
|
+
TIMED_OUT: "TIMED_OUT";
|
|
651
|
+
}>;
|
|
652
|
+
occurredAt: import("zod").ZodString;
|
|
653
|
+
payloadSchemaRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
654
|
+
}, import("zod/v4/core").$strict>;
|
|
655
|
+
readonly 'conductor-workflow-definition': import("zod").ZodObject<{
|
|
656
|
+
ownerApp: import("zod").ZodOptional<import("zod").ZodString>;
|
|
657
|
+
createTime: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
658
|
+
updateTime: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
659
|
+
createdBy: import("zod").ZodOptional<import("zod").ZodString>;
|
|
660
|
+
updatedBy: import("zod").ZodOptional<import("zod").ZodString>;
|
|
661
|
+
name: import("zod").ZodString;
|
|
662
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
663
|
+
version: import("zod").ZodNumber;
|
|
664
|
+
tasks: import("zod").ZodArray<import("zod").ZodType<import("../contracts/workflow-definition").ConductorTaskDefinition, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/workflow-definition").ConductorTaskDefinition, unknown>>>;
|
|
665
|
+
inputParameters: import("zod").ZodArray<import("zod").ZodString>;
|
|
666
|
+
outputParameters: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
667
|
+
failureWorkflow: import("zod").ZodOptional<import("zod").ZodString>;
|
|
668
|
+
schemaVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
669
|
+
restartable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
670
|
+
workflowStatusListenerEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
671
|
+
ownerEmail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
672
|
+
timeoutPolicy: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
673
|
+
TIME_OUT_WF: "TIME_OUT_WF";
|
|
674
|
+
ALERT_ONLY: "ALERT_ONLY";
|
|
675
|
+
}>>;
|
|
676
|
+
timeoutSeconds: import("zod").ZodNumber;
|
|
677
|
+
variables: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
678
|
+
inputTemplate: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
679
|
+
}, import("zod/v4/core").$strict>;
|
|
680
|
+
readonly 'domain-event': import("zod").ZodObject<{
|
|
681
|
+
contract: import("zod").ZodLiteral<"DomainEvent">;
|
|
682
|
+
eventId: import("zod").ZodString;
|
|
683
|
+
eventType: import("zod").ZodString;
|
|
684
|
+
aggregateRef: import("zod").ZodObject<{
|
|
685
|
+
kind: import("zod").ZodString;
|
|
686
|
+
id: import("zod").ZodString;
|
|
687
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
688
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
689
|
+
}, import("zod/v4/core").$strict>;
|
|
690
|
+
aggregateVersion: import("zod").ZodNumber;
|
|
691
|
+
requestId: import("zod").ZodString;
|
|
692
|
+
actorRef: import("zod").ZodObject<{
|
|
693
|
+
kind: import("zod").ZodString;
|
|
694
|
+
id: import("zod").ZodString;
|
|
695
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
696
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
697
|
+
}, import("zod/v4/core").$strict>;
|
|
698
|
+
payload: import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>;
|
|
699
|
+
occurredAt: import("zod").ZodString;
|
|
700
|
+
}, import("zod/v4/core").$strict>;
|
|
701
|
+
readonly 'domain-command': import("zod").ZodObject<{
|
|
702
|
+
contract: import("zod").ZodLiteral<"DomainCommand">;
|
|
703
|
+
commandId: import("zod").ZodString;
|
|
704
|
+
commandName: import("zod").ZodString;
|
|
705
|
+
requestId: import("zod").ZodString;
|
|
706
|
+
traceId: import("zod").ZodString;
|
|
707
|
+
idempotencyKey: import("zod").ZodString;
|
|
708
|
+
targetRef: import("zod").ZodObject<{
|
|
709
|
+
kind: import("zod").ZodString;
|
|
710
|
+
id: import("zod").ZodString;
|
|
711
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
712
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
713
|
+
}, import("zod/v4/core").$strict>;
|
|
714
|
+
actorRef: import("zod").ZodObject<{
|
|
715
|
+
kind: import("zod").ZodString;
|
|
716
|
+
id: import("zod").ZodString;
|
|
717
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
718
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
719
|
+
}, import("zod/v4/core").$strict>;
|
|
720
|
+
source: import("zod").ZodObject<{
|
|
721
|
+
product: import("zod").ZodEnum<{
|
|
722
|
+
service: "service";
|
|
723
|
+
studio: "studio";
|
|
724
|
+
kernel: "kernel";
|
|
725
|
+
compute: "compute";
|
|
726
|
+
agent: "agent";
|
|
727
|
+
mcp: "mcp";
|
|
728
|
+
}>;
|
|
729
|
+
pageId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
730
|
+
capabilityId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
731
|
+
}, import("zod/v4/core").$strict>;
|
|
732
|
+
payload: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
733
|
+
issuedAt: import("zod").ZodString;
|
|
734
|
+
}, import("zod/v4/core").$strict>;
|
|
735
|
+
readonly 'domain-command-definition': import("zod").ZodObject<{
|
|
736
|
+
contract: import("zod").ZodLiteral<"DomainCommandDefinition">;
|
|
737
|
+
commandName: import("zod").ZodString;
|
|
738
|
+
ownerRepo: import("zod").ZodString;
|
|
739
|
+
displayName: import("zod").ZodString;
|
|
740
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
741
|
+
targetKinds: import("zod").ZodArray<import("zod").ZodString>;
|
|
742
|
+
inputSchemaRef: import("zod").ZodString;
|
|
743
|
+
outputSchemaRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
744
|
+
requiredPermissionCodes: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
745
|
+
handlerRef: import("zod").ZodObject<{
|
|
746
|
+
kind: import("zod").ZodString;
|
|
747
|
+
id: import("zod").ZodString;
|
|
748
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
749
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
750
|
+
}, import("zod/v4/core").$strict>;
|
|
751
|
+
sideEffects: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
752
|
+
navigation: "navigation";
|
|
753
|
+
execution: "execution";
|
|
754
|
+
"data-write": "data-write";
|
|
755
|
+
notification: "notification";
|
|
756
|
+
"external-call": "external-call";
|
|
757
|
+
}>>>;
|
|
758
|
+
}, import("zod/v4/core").$strict>;
|
|
759
|
+
readonly 'data-continuity-envelope': import("zod").ZodObject<{
|
|
760
|
+
contract: import("zod").ZodLiteral<"DataContinuityEnvelope">;
|
|
761
|
+
tenantId: import("zod").ZodString;
|
|
762
|
+
teamId: import("zod").ZodString;
|
|
763
|
+
sourceRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
764
|
+
kind: import("zod").ZodString;
|
|
765
|
+
id: import("zod").ZodString;
|
|
766
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
767
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
768
|
+
}, import("zod/v4/core").$strict>>;
|
|
769
|
+
bodyRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
770
|
+
kind: import("zod").ZodString;
|
|
771
|
+
id: import("zod").ZodString;
|
|
772
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
773
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
774
|
+
}, import("zod/v4/core").$strict>>;
|
|
775
|
+
runRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
776
|
+
kind: import("zod").ZodString;
|
|
777
|
+
id: import("zod").ZodString;
|
|
778
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
779
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
780
|
+
}, import("zod/v4/core").$strict>>;
|
|
781
|
+
outputRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
782
|
+
kind: import("zod").ZodString;
|
|
783
|
+
id: import("zod").ZodString;
|
|
784
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
785
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
786
|
+
}, import("zod/v4/core").$strict>>;
|
|
787
|
+
artifactRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
788
|
+
kind: import("zod").ZodString;
|
|
789
|
+
id: import("zod").ZodString;
|
|
790
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
791
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
792
|
+
}, import("zod/v4/core").$strict>>;
|
|
793
|
+
requestId: import("zod").ZodString;
|
|
794
|
+
actorRef: import("zod").ZodObject<{
|
|
795
|
+
kind: import("zod").ZodString;
|
|
796
|
+
id: import("zod").ZodString;
|
|
797
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
798
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
799
|
+
}, import("zod/v4/core").$strict>;
|
|
800
|
+
schemaVersion: import("zod").ZodNumber;
|
|
801
|
+
}, import("zod/v4/core").$strict>;
|
|
802
|
+
readonly 'execution-link': import("zod").ZodObject<{
|
|
803
|
+
contract: import("zod").ZodLiteral<"ExecutionLink">;
|
|
804
|
+
requestId: import("zod").ZodString;
|
|
805
|
+
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
806
|
+
correlationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
807
|
+
causationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
808
|
+
workflowRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
809
|
+
kind: import("zod").ZodString;
|
|
810
|
+
id: import("zod").ZodString;
|
|
811
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
812
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
813
|
+
}, import("zod/v4/core").$strict>>;
|
|
814
|
+
runRef: import("zod").ZodObject<{
|
|
815
|
+
kind: import("zod").ZodString;
|
|
816
|
+
id: import("zod").ZodString;
|
|
817
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
818
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
819
|
+
}, import("zod/v4/core").$strict>;
|
|
820
|
+
taskRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
821
|
+
kind: import("zod").ZodString;
|
|
822
|
+
id: import("zod").ZodString;
|
|
823
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
824
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
825
|
+
}, import("zod/v4/core").$strict>>;
|
|
826
|
+
parentRunRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
827
|
+
kind: import("zod").ZodString;
|
|
828
|
+
id: import("zod").ZodString;
|
|
829
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
830
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
831
|
+
}, import("zod/v4/core").$strict>>;
|
|
832
|
+
}, import("zod/v4/core").$strict>;
|
|
833
|
+
readonly 'expiring-access-grant': import("zod").ZodObject<{
|
|
834
|
+
contract: import("zod").ZodLiteral<"ExpiringAccessGrant">;
|
|
835
|
+
grantId: import("zod").ZodString;
|
|
836
|
+
subjectRef: import("zod").ZodObject<{
|
|
837
|
+
kind: import("zod").ZodString;
|
|
838
|
+
id: import("zod").ZodString;
|
|
839
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
840
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
841
|
+
}, import("zod/v4/core").$strict>;
|
|
842
|
+
resourceRef: import("zod").ZodObject<{
|
|
843
|
+
kind: import("zod").ZodString;
|
|
844
|
+
id: import("zod").ZodString;
|
|
845
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
846
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
847
|
+
}, import("zod/v4/core").$strict>;
|
|
848
|
+
permissions: import("zod").ZodArray<import("zod").ZodString>;
|
|
849
|
+
issuedAt: import("zod").ZodString;
|
|
850
|
+
expiresAt: import("zod").ZodString;
|
|
851
|
+
revokedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
852
|
+
}, import("zod/v4/core").$strict>;
|
|
853
|
+
readonly 'hotword-body': import("zod").ZodObject<{
|
|
854
|
+
contract: import("zod").ZodLiteral<"HotwordBody">;
|
|
855
|
+
hotwordId: import("zod").ZodString;
|
|
856
|
+
label: import("zod").ZodString;
|
|
857
|
+
normalizedLabel: import("zod").ZodString;
|
|
858
|
+
categories: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
859
|
+
sourceRefs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
860
|
+
sourceId: import("zod").ZodString;
|
|
861
|
+
provider: import("zod").ZodString;
|
|
862
|
+
channel: import("zod").ZodEnum<{
|
|
863
|
+
search: "search";
|
|
864
|
+
trend: "trend";
|
|
865
|
+
ecommerce: "ecommerce";
|
|
866
|
+
social: "social";
|
|
867
|
+
internal: "internal";
|
|
868
|
+
}>;
|
|
869
|
+
collectedAt: import("zod").ZodString;
|
|
870
|
+
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
871
|
+
evidenceRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
872
|
+
kind: import("zod").ZodString;
|
|
873
|
+
id: import("zod").ZodString;
|
|
874
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
875
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
876
|
+
}, import("zod/v4/core").$strict>>>;
|
|
877
|
+
}, import("zod/v4/core").$strict>>;
|
|
878
|
+
relationRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
879
|
+
kind: import("zod").ZodString;
|
|
880
|
+
id: import("zod").ZodString;
|
|
881
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
882
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
883
|
+
}, import("zod/v4/core").$strict>>>;
|
|
884
|
+
createdAt: import("zod").ZodString;
|
|
885
|
+
updatedAt: import("zod").ZodString;
|
|
886
|
+
}, import("zod/v4/core").$strict>;
|
|
887
|
+
readonly 'lineage-record': import("zod").ZodObject<{
|
|
888
|
+
contract: import("zod").ZodLiteral<"LineageRecord">;
|
|
889
|
+
lineageId: import("zod").ZodString;
|
|
890
|
+
subjectRef: import("zod").ZodObject<{
|
|
891
|
+
kind: import("zod").ZodString;
|
|
892
|
+
id: import("zod").ZodString;
|
|
893
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
894
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
895
|
+
}, import("zod/v4/core").$strict>;
|
|
896
|
+
sourceRecords: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
897
|
+
sourceId: import("zod").ZodString;
|
|
898
|
+
recordId: import("zod").ZodString;
|
|
899
|
+
recordVersion: import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>;
|
|
900
|
+
hash: import("zod").ZodString;
|
|
901
|
+
}, import("zod/v4/core").$strict>>>;
|
|
902
|
+
bodyRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
903
|
+
kind: import("zod").ZodString;
|
|
904
|
+
id: import("zod").ZodString;
|
|
905
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
906
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
907
|
+
}, import("zod/v4/core").$strict>>>;
|
|
908
|
+
runRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
909
|
+
kind: import("zod").ZodString;
|
|
910
|
+
id: import("zod").ZodString;
|
|
911
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
912
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
913
|
+
}, import("zod/v4/core").$strict>>>;
|
|
914
|
+
outputRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
915
|
+
kind: import("zod").ZodString;
|
|
916
|
+
id: import("zod").ZodString;
|
|
917
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
918
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
919
|
+
}, import("zod/v4/core").$strict>>>;
|
|
920
|
+
artifactRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
921
|
+
kind: import("zod").ZodString;
|
|
922
|
+
id: import("zod").ZodString;
|
|
923
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
924
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
925
|
+
}, import("zod/v4/core").$strict>>>;
|
|
926
|
+
actorRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
927
|
+
kind: import("zod").ZodString;
|
|
928
|
+
id: import("zod").ZodString;
|
|
929
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
930
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
931
|
+
}, import("zod/v4/core").$strict>>>;
|
|
932
|
+
evidenceRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
933
|
+
kind: import("zod").ZodString;
|
|
934
|
+
id: import("zod").ZodString;
|
|
935
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
936
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
937
|
+
}, import("zod/v4/core").$strict>>>;
|
|
938
|
+
recordedAt: import("zod").ZodString;
|
|
939
|
+
}, import("zod/v4/core").$strict>;
|
|
940
|
+
readonly 'ontology-definition': import("zod").ZodObject<{
|
|
941
|
+
contract: import("zod").ZodLiteral<"OntologyDefinition">;
|
|
942
|
+
ontologyId: import("zod").ZodString;
|
|
943
|
+
dataSpaceId: import("zod").ZodString;
|
|
944
|
+
ownerRepo: import("zod").ZodString;
|
|
945
|
+
bodySchemaRef: import("zod").ZodString;
|
|
946
|
+
authority: import("zod").ZodObject<{
|
|
947
|
+
service: import("zod").ZodString;
|
|
948
|
+
storage: import("zod").ZodString;
|
|
949
|
+
scope: import("zod").ZodEnum<{
|
|
950
|
+
team: "team";
|
|
951
|
+
tenant: "tenant";
|
|
952
|
+
global: "global";
|
|
953
|
+
user: "user";
|
|
954
|
+
}>;
|
|
955
|
+
}, import("zod/v4/core").$strict>;
|
|
956
|
+
relationKinds: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
957
|
+
metricKinds: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
958
|
+
}, import("zod/v4/core").$strict>;
|
|
959
|
+
readonly 'overlay-node': import("zod").ZodObject<{
|
|
960
|
+
contract: import("zod").ZodLiteral<"OverlayNode">;
|
|
961
|
+
overlayId: import("zod").ZodString;
|
|
962
|
+
renderNode: import("zod").ZodObject<{
|
|
963
|
+
contract: import("zod").ZodLiteral<"RenderNode">;
|
|
964
|
+
nodeId: import("zod").ZodString;
|
|
965
|
+
kind: import("zod").ZodEnum<{
|
|
966
|
+
record: "record";
|
|
967
|
+
shell: "shell";
|
|
968
|
+
page: "page";
|
|
969
|
+
navigation: "navigation";
|
|
970
|
+
view: "view";
|
|
971
|
+
control: "control";
|
|
972
|
+
detail: "detail";
|
|
973
|
+
action: "action";
|
|
974
|
+
overlay: "overlay";
|
|
975
|
+
"professional-provider": "professional-provider";
|
|
976
|
+
}>;
|
|
977
|
+
version: import("zod").ZodNumber;
|
|
978
|
+
ownerRepo: import("zod").ZodString;
|
|
979
|
+
parentNodeId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
980
|
+
children: import("zod").ZodArray<import("zod").ZodString>;
|
|
981
|
+
slot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
982
|
+
pageRef: import("zod").ZodObject<{
|
|
983
|
+
kind: import("zod").ZodString;
|
|
984
|
+
id: import("zod").ZodString;
|
|
985
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
986
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
987
|
+
}, import("zod/v4/core").$strict>;
|
|
988
|
+
semanticRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
989
|
+
kind: import("zod").ZodString;
|
|
990
|
+
id: import("zod").ZodString;
|
|
991
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
992
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
993
|
+
}, import("zod/v4/core").$strict>>;
|
|
994
|
+
dataContextRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
995
|
+
kind: import("zod").ZodString;
|
|
996
|
+
id: import("zod").ZodString;
|
|
997
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
998
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
999
|
+
}, import("zod/v4/core").$strict>>;
|
|
1000
|
+
capabilityRef: import("zod").ZodObject<{
|
|
1001
|
+
kind: import("zod").ZodString;
|
|
1002
|
+
id: import("zod").ZodString;
|
|
1003
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1004
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1005
|
+
}, import("zod/v4/core").$strict>;
|
|
1006
|
+
providerRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1007
|
+
kind: import("zod").ZodString;
|
|
1008
|
+
id: import("zod").ZodString;
|
|
1009
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1010
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1011
|
+
}, import("zod/v4/core").$strict>>;
|
|
1012
|
+
stateRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1013
|
+
kind: import("zod").ZodString;
|
|
1014
|
+
id: import("zod").ZodString;
|
|
1015
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1016
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1017
|
+
}, import("zod/v4/core").$strict>>;
|
|
1018
|
+
surface: import("zod").ZodObject<{
|
|
1019
|
+
frameOwner: import("zod").ZodEnum<{
|
|
1020
|
+
provider: "provider";
|
|
1021
|
+
host: "host";
|
|
1022
|
+
none: "none";
|
|
1023
|
+
}>;
|
|
1024
|
+
tone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1025
|
+
density: import("zod").ZodEnum<{
|
|
1026
|
+
default: "default";
|
|
1027
|
+
compact: "compact";
|
|
1028
|
+
comfortable: "comfortable";
|
|
1029
|
+
}>;
|
|
1030
|
+
}, import("zod/v4/core").$strict>;
|
|
1031
|
+
scroll: import("zod").ZodObject<{
|
|
1032
|
+
owner: import("zod").ZodEnum<{
|
|
1033
|
+
provider: "provider";
|
|
1034
|
+
page: "page";
|
|
1035
|
+
surface: "surface";
|
|
1036
|
+
}>;
|
|
1037
|
+
axis: import("zod").ZodEnum<{
|
|
1038
|
+
none: "none";
|
|
1039
|
+
x: "x";
|
|
1040
|
+
y: "y";
|
|
1041
|
+
both: "both";
|
|
1042
|
+
}>;
|
|
1043
|
+
restoreKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1044
|
+
virtualizationBoundary: import("zod").ZodBoolean;
|
|
1045
|
+
}, import("zod/v4/core").$strict>;
|
|
1046
|
+
activation: import("zod").ZodObject<{
|
|
1047
|
+
activationId: import("zod").ZodString;
|
|
1048
|
+
mode: import("zod").ZodEnum<{
|
|
1049
|
+
navigate: "navigate";
|
|
1050
|
+
select: "select";
|
|
1051
|
+
drawer: "drawer";
|
|
1052
|
+
modal: "modal";
|
|
1053
|
+
fullscreen: "fullscreen";
|
|
1054
|
+
inline: "inline";
|
|
1055
|
+
}>;
|
|
1056
|
+
targetPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1057
|
+
history: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1058
|
+
push: "push";
|
|
1059
|
+
replace: "replace";
|
|
1060
|
+
}>>;
|
|
1061
|
+
}, import("zod/v4/core").$strict>;
|
|
1062
|
+
lifecycle: import("zod").ZodObject<{
|
|
1063
|
+
mountPolicy: import("zod").ZodEnum<{
|
|
1064
|
+
always: "always";
|
|
1065
|
+
"when-visible": "when-visible";
|
|
1066
|
+
"when-active": "when-active";
|
|
1067
|
+
}>;
|
|
1068
|
+
queryPolicy: import("zod").ZodEnum<{
|
|
1069
|
+
always: "always";
|
|
1070
|
+
"when-visible": "when-visible";
|
|
1071
|
+
"when-active": "when-active";
|
|
1072
|
+
manual: "manual";
|
|
1073
|
+
}>;
|
|
1074
|
+
retainOnDeactivate: import("zod").ZodBoolean;
|
|
1075
|
+
deepLink: import("zod").ZodBoolean;
|
|
1076
|
+
focusReturn: import("zod").ZodBoolean;
|
|
1077
|
+
}, import("zod/v4/core").$strict>;
|
|
1078
|
+
layout: import("zod").ZodObject<{
|
|
1079
|
+
mode: import("zod").ZodEnum<{
|
|
1080
|
+
contents: "contents";
|
|
1081
|
+
block: "block";
|
|
1082
|
+
flex: "flex";
|
|
1083
|
+
grid: "grid";
|
|
1084
|
+
absolute: "absolute";
|
|
1085
|
+
}>;
|
|
1086
|
+
direction: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1087
|
+
row: "row";
|
|
1088
|
+
column: "column";
|
|
1089
|
+
}>>;
|
|
1090
|
+
columns: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1091
|
+
align: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1092
|
+
start: "start";
|
|
1093
|
+
center: "center";
|
|
1094
|
+
end: "end";
|
|
1095
|
+
stretch: "stretch";
|
|
1096
|
+
}>>;
|
|
1097
|
+
justify: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1098
|
+
start: "start";
|
|
1099
|
+
center: "center";
|
|
1100
|
+
end: "end";
|
|
1101
|
+
between: "between";
|
|
1102
|
+
around: "around";
|
|
1103
|
+
}>>;
|
|
1104
|
+
gapTokenRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1105
|
+
kind: import("zod").ZodString;
|
|
1106
|
+
id: import("zod").ZodString;
|
|
1107
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1108
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1109
|
+
}, import("zod/v4/core").$strict>>;
|
|
1110
|
+
}, import("zod/v4/core").$strict>;
|
|
1111
|
+
responsive: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1112
|
+
minWidthPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1113
|
+
maxWidthPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1114
|
+
layout: import("zod").ZodObject<{
|
|
1115
|
+
mode: import("zod").ZodEnum<{
|
|
1116
|
+
contents: "contents";
|
|
1117
|
+
block: "block";
|
|
1118
|
+
flex: "flex";
|
|
1119
|
+
grid: "grid";
|
|
1120
|
+
absolute: "absolute";
|
|
1121
|
+
}>;
|
|
1122
|
+
direction: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1123
|
+
row: "row";
|
|
1124
|
+
column: "column";
|
|
1125
|
+
}>>;
|
|
1126
|
+
columns: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1127
|
+
align: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1128
|
+
start: "start";
|
|
1129
|
+
center: "center";
|
|
1130
|
+
end: "end";
|
|
1131
|
+
stretch: "stretch";
|
|
1132
|
+
}>>;
|
|
1133
|
+
justify: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1134
|
+
start: "start";
|
|
1135
|
+
center: "center";
|
|
1136
|
+
end: "end";
|
|
1137
|
+
between: "between";
|
|
1138
|
+
around: "around";
|
|
1139
|
+
}>>;
|
|
1140
|
+
gapTokenRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1141
|
+
kind: import("zod").ZodString;
|
|
1142
|
+
id: import("zod").ZodString;
|
|
1143
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1144
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1145
|
+
}, import("zod/v4/core").$strict>>;
|
|
1146
|
+
}, import("zod/v4/core").$strict>;
|
|
1147
|
+
}, import("zod/v4/core").$strict>>;
|
|
1148
|
+
accessRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1149
|
+
kind: import("zod").ZodString;
|
|
1150
|
+
id: import("zod").ZodString;
|
|
1151
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1152
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1153
|
+
}, import("zod/v4/core").$strict>>;
|
|
1154
|
+
evidenceRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1155
|
+
kind: import("zod").ZodString;
|
|
1156
|
+
id: import("zod").ZodString;
|
|
1157
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1158
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1159
|
+
}, import("zod/v4/core").$strict>>;
|
|
1160
|
+
state: import("zod").ZodEnum<{
|
|
1161
|
+
success: "success";
|
|
1162
|
+
error: "error";
|
|
1163
|
+
idle: "idle";
|
|
1164
|
+
loading: "loading";
|
|
1165
|
+
empty: "empty";
|
|
1166
|
+
disabled: "disabled";
|
|
1167
|
+
selected: "selected";
|
|
1168
|
+
}>;
|
|
1169
|
+
renderModel: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
1170
|
+
}, import("zod/v4/core").$strict>;
|
|
1171
|
+
presentation: import("zod").ZodEnum<{
|
|
1172
|
+
drawer: "drawer";
|
|
1173
|
+
modal: "modal";
|
|
1174
|
+
fullscreen: "fullscreen";
|
|
1175
|
+
}>;
|
|
1176
|
+
zIndexLane: import("zod").ZodEnum<{
|
|
1177
|
+
drawer: "drawer";
|
|
1178
|
+
modal: "modal";
|
|
1179
|
+
fullscreen: "fullscreen";
|
|
1180
|
+
popover: "popover";
|
|
1181
|
+
system: "system";
|
|
1182
|
+
}>;
|
|
1183
|
+
url: import("zod").ZodObject<{
|
|
1184
|
+
parameter: import("zod").ZodString;
|
|
1185
|
+
value: import("zod").ZodString;
|
|
1186
|
+
openMode: import("zod").ZodEnum<{
|
|
1187
|
+
push: "push";
|
|
1188
|
+
replace: "replace";
|
|
1189
|
+
}>;
|
|
1190
|
+
closeMode: import("zod").ZodEnum<{
|
|
1191
|
+
replace: "replace";
|
|
1192
|
+
back: "back";
|
|
1193
|
+
}>;
|
|
1194
|
+
}, import("zod/v4/core").$strict>;
|
|
1195
|
+
focus: import("zod").ZodObject<{
|
|
1196
|
+
initial: import("zod").ZodEnum<{
|
|
1197
|
+
"first-interactive": "first-interactive";
|
|
1198
|
+
container: "container";
|
|
1199
|
+
explicit: "explicit";
|
|
1200
|
+
}>;
|
|
1201
|
+
trap: import("zod").ZodBoolean;
|
|
1202
|
+
}, import("zod/v4/core").$strict>;
|
|
1203
|
+
close: import("zod").ZodObject<{
|
|
1204
|
+
escape: import("zod").ZodBoolean;
|
|
1205
|
+
backdrop: import("zod").ZodBoolean;
|
|
1206
|
+
}, import("zod/v4/core").$strict>;
|
|
1207
|
+
}, import("zod/v4/core").$strict>;
|
|
1208
|
+
readonly 'output-record': import("zod").ZodObject<{
|
|
1209
|
+
contract: import("zod").ZodLiteral<"OutputRecord">;
|
|
1210
|
+
outputId: import("zod").ZodString;
|
|
1211
|
+
runRef: import("zod").ZodObject<{
|
|
1212
|
+
kind: import("zod").ZodString;
|
|
1213
|
+
id: import("zod").ZodString;
|
|
1214
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1215
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1216
|
+
}, import("zod/v4/core").$strict>;
|
|
1217
|
+
outputPort: import("zod").ZodString;
|
|
1218
|
+
value: import("zod").ZodOptional<import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
1219
|
+
artifactRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1220
|
+
kind: import("zod").ZodString;
|
|
1221
|
+
id: import("zod").ZodString;
|
|
1222
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1223
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1224
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1225
|
+
schemaRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1226
|
+
createdAt: import("zod").ZodString;
|
|
1227
|
+
}, import("zod/v4/core").$strict>;
|
|
1228
|
+
readonly 'page-definition': import("zod").ZodObject<{
|
|
1229
|
+
contract: import("zod").ZodLiteral<"PageDefinition">;
|
|
1230
|
+
pageId: import("zod").ZodString;
|
|
1231
|
+
ownerRepo: import("zod").ZodString;
|
|
1232
|
+
title: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
1233
|
+
pageType: import("zod").ZodEnum<{
|
|
1234
|
+
"design-board": "design-board";
|
|
1235
|
+
process: "process";
|
|
1236
|
+
record: "record";
|
|
1237
|
+
page: "page";
|
|
1238
|
+
view: "view";
|
|
1239
|
+
action: "action";
|
|
1240
|
+
overlay: "overlay";
|
|
1241
|
+
workspace: "workspace";
|
|
1242
|
+
agent: "agent";
|
|
1243
|
+
log: "log";
|
|
1244
|
+
chat: "chat";
|
|
1245
|
+
preview: "preview";
|
|
1246
|
+
api: "api";
|
|
1247
|
+
enhanced: "enhanced";
|
|
1248
|
+
"agent-chat": "agent-chat";
|
|
1249
|
+
"agent-config": "agent-config";
|
|
1250
|
+
"agent-log": "agent-log";
|
|
1251
|
+
"global-design-board": "global-design-board";
|
|
1252
|
+
iframe: "iframe";
|
|
1253
|
+
}>;
|
|
1254
|
+
ownership: import("zod").ZodObject<{
|
|
1255
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1256
|
+
creatorRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1257
|
+
kind: import("zod").ZodString;
|
|
1258
|
+
id: import("zod").ZodString;
|
|
1259
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1260
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1261
|
+
}, import("zod/v4/core").$strict>>;
|
|
1262
|
+
studioId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1263
|
+
builtIn: import("zod").ZodBoolean;
|
|
1264
|
+
}, import("zod/v4/core").$strict>;
|
|
1265
|
+
record: import("zod").ZodObject<{
|
|
1266
|
+
createdTimestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1267
|
+
updatedTimestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1268
|
+
deleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1269
|
+
}, import("zod/v4/core").$strict>;
|
|
1270
|
+
surface: import("zod").ZodEnum<{
|
|
1271
|
+
record: "record";
|
|
1272
|
+
page: "page";
|
|
1273
|
+
view: "view";
|
|
1274
|
+
action: "action";
|
|
1275
|
+
overlay: "overlay";
|
|
1276
|
+
workspace: "workspace";
|
|
1277
|
+
agent: "agent";
|
|
1278
|
+
}>;
|
|
1279
|
+
routeId: import("zod").ZodString;
|
|
1280
|
+
routePath: import("zod").ZodString;
|
|
1281
|
+
rendererKey: import("zod").ZodString;
|
|
1282
|
+
capabilityRef: import("zod").ZodObject<{
|
|
1283
|
+
kind: import("zod").ZodString;
|
|
1284
|
+
id: import("zod").ZodString;
|
|
1285
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1286
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1287
|
+
}, import("zod/v4/core").$strict>;
|
|
1288
|
+
capabilityRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1289
|
+
kind: import("zod").ZodString;
|
|
1290
|
+
id: import("zod").ZodString;
|
|
1291
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1292
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1293
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1294
|
+
workflowRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1295
|
+
kind: import("zod").ZodString;
|
|
1296
|
+
id: import("zod").ZodString;
|
|
1297
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1298
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1299
|
+
}, import("zod/v4/core").$strict>>;
|
|
1300
|
+
binding: import("zod").ZodObject<{
|
|
1301
|
+
sourceRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1302
|
+
ontologyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1303
|
+
projectionRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1304
|
+
stateRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1305
|
+
}, import("zod/v4/core").$strict>;
|
|
1306
|
+
access: import("zod").ZodObject<{
|
|
1307
|
+
actions: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1308
|
+
read: "read";
|
|
1309
|
+
write: "write";
|
|
1310
|
+
execute: "execute";
|
|
1311
|
+
"manage-permissions": "manage-permissions";
|
|
1312
|
+
}>>>;
|
|
1313
|
+
}, import("zod/v4/core").$strict>;
|
|
1314
|
+
rendererConfig: import("zod").ZodObject<{
|
|
1315
|
+
schemaRef: import("zod").ZodString;
|
|
1316
|
+
value: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
1317
|
+
}, import("zod/v4/core").$strict>;
|
|
1318
|
+
navigation: import("zod").ZodObject<{
|
|
1319
|
+
label: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
1320
|
+
iconRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1321
|
+
parentPageId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1322
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1323
|
+
hidden: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1324
|
+
pinned: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1325
|
+
}, import("zod/v4/core").$strict>;
|
|
1326
|
+
visibility: import("zod").ZodObject<{
|
|
1327
|
+
authenticated: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1328
|
+
permissionAllOf: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1329
|
+
permissionAnyOf: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1330
|
+
featureFlags: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1331
|
+
productContexts: import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1332
|
+
studio: "studio";
|
|
1333
|
+
kernel: "kernel";
|
|
1334
|
+
compute: "compute";
|
|
1335
|
+
}>>;
|
|
1336
|
+
}, import("zod/v4/core").$strict>;
|
|
1337
|
+
}, import("zod/v4/core").$strict>;
|
|
1338
|
+
readonly 'page-runtime-descriptor': import("zod").ZodObject<{
|
|
1339
|
+
contract: import("zod").ZodLiteral<"PageRuntimeDescriptor">;
|
|
1340
|
+
page: import("zod").ZodObject<{
|
|
1341
|
+
contract: import("zod").ZodLiteral<"PageDefinition">;
|
|
1342
|
+
pageId: import("zod").ZodString;
|
|
1343
|
+
ownerRepo: import("zod").ZodString;
|
|
1344
|
+
title: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
1345
|
+
pageType: import("zod").ZodEnum<{
|
|
1346
|
+
"design-board": "design-board";
|
|
1347
|
+
process: "process";
|
|
1348
|
+
record: "record";
|
|
1349
|
+
page: "page";
|
|
1350
|
+
view: "view";
|
|
1351
|
+
action: "action";
|
|
1352
|
+
overlay: "overlay";
|
|
1353
|
+
workspace: "workspace";
|
|
1354
|
+
agent: "agent";
|
|
1355
|
+
log: "log";
|
|
1356
|
+
chat: "chat";
|
|
1357
|
+
preview: "preview";
|
|
1358
|
+
api: "api";
|
|
1359
|
+
enhanced: "enhanced";
|
|
1360
|
+
"agent-chat": "agent-chat";
|
|
1361
|
+
"agent-config": "agent-config";
|
|
1362
|
+
"agent-log": "agent-log";
|
|
1363
|
+
"global-design-board": "global-design-board";
|
|
1364
|
+
iframe: "iframe";
|
|
1365
|
+
}>;
|
|
1366
|
+
ownership: import("zod").ZodObject<{
|
|
1367
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1368
|
+
creatorRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1369
|
+
kind: import("zod").ZodString;
|
|
1370
|
+
id: import("zod").ZodString;
|
|
1371
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1372
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1373
|
+
}, import("zod/v4/core").$strict>>;
|
|
1374
|
+
studioId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1375
|
+
builtIn: import("zod").ZodBoolean;
|
|
1376
|
+
}, import("zod/v4/core").$strict>;
|
|
1377
|
+
record: import("zod").ZodObject<{
|
|
1378
|
+
createdTimestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1379
|
+
updatedTimestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1380
|
+
deleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1381
|
+
}, import("zod/v4/core").$strict>;
|
|
1382
|
+
surface: import("zod").ZodEnum<{
|
|
1383
|
+
record: "record";
|
|
1384
|
+
page: "page";
|
|
1385
|
+
view: "view";
|
|
1386
|
+
action: "action";
|
|
1387
|
+
overlay: "overlay";
|
|
1388
|
+
workspace: "workspace";
|
|
1389
|
+
agent: "agent";
|
|
1390
|
+
}>;
|
|
1391
|
+
routeId: import("zod").ZodString;
|
|
1392
|
+
routePath: import("zod").ZodString;
|
|
1393
|
+
rendererKey: import("zod").ZodString;
|
|
1394
|
+
capabilityRef: import("zod").ZodObject<{
|
|
1395
|
+
kind: import("zod").ZodString;
|
|
1396
|
+
id: import("zod").ZodString;
|
|
1397
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1398
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1399
|
+
}, import("zod/v4/core").$strict>;
|
|
1400
|
+
capabilityRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1401
|
+
kind: import("zod").ZodString;
|
|
1402
|
+
id: import("zod").ZodString;
|
|
1403
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1404
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1405
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1406
|
+
workflowRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1407
|
+
kind: import("zod").ZodString;
|
|
1408
|
+
id: import("zod").ZodString;
|
|
1409
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1410
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1411
|
+
}, import("zod/v4/core").$strict>>;
|
|
1412
|
+
binding: import("zod").ZodObject<{
|
|
1413
|
+
sourceRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1414
|
+
ontologyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1415
|
+
projectionRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1416
|
+
stateRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1417
|
+
}, import("zod/v4/core").$strict>;
|
|
1418
|
+
access: import("zod").ZodObject<{
|
|
1419
|
+
actions: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1420
|
+
read: "read";
|
|
1421
|
+
write: "write";
|
|
1422
|
+
execute: "execute";
|
|
1423
|
+
"manage-permissions": "manage-permissions";
|
|
1424
|
+
}>>>;
|
|
1425
|
+
}, import("zod/v4/core").$strict>;
|
|
1426
|
+
rendererConfig: import("zod").ZodObject<{
|
|
1427
|
+
schemaRef: import("zod").ZodString;
|
|
1428
|
+
value: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
1429
|
+
}, import("zod/v4/core").$strict>;
|
|
1430
|
+
navigation: import("zod").ZodObject<{
|
|
1431
|
+
label: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
1432
|
+
iconRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1433
|
+
parentPageId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1434
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1435
|
+
hidden: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1436
|
+
pinned: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1437
|
+
}, import("zod/v4/core").$strict>;
|
|
1438
|
+
visibility: import("zod").ZodObject<{
|
|
1439
|
+
authenticated: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1440
|
+
permissionAllOf: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1441
|
+
permissionAnyOf: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1442
|
+
featureFlags: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1443
|
+
productContexts: import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1444
|
+
studio: "studio";
|
|
1445
|
+
kernel: "kernel";
|
|
1446
|
+
compute: "compute";
|
|
1447
|
+
}>>;
|
|
1448
|
+
}, import("zod/v4/core").$strict>;
|
|
1449
|
+
}, import("zod/v4/core").$strict>;
|
|
1450
|
+
nodeId: import("zod").ZodString;
|
|
1451
|
+
parentNodeId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1452
|
+
slot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1453
|
+
semanticRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1454
|
+
dataContextRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1455
|
+
providerRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1456
|
+
kind: import("zod").ZodString;
|
|
1457
|
+
id: import("zod").ZodString;
|
|
1458
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1459
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1460
|
+
}, import("zod/v4/core").$strict>>;
|
|
1461
|
+
surface: import("zod").ZodObject<{
|
|
1462
|
+
frameOwner: import("zod").ZodString;
|
|
1463
|
+
tone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1464
|
+
density: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
1465
|
+
default: "default";
|
|
1466
|
+
compact: "compact";
|
|
1467
|
+
comfortable: "comfortable";
|
|
1468
|
+
}>>;
|
|
1469
|
+
}, import("zod/v4/core").$strict>;
|
|
1470
|
+
scroll: import("zod").ZodObject<{
|
|
1471
|
+
owner: import("zod").ZodEnum<{
|
|
1472
|
+
provider: "provider";
|
|
1473
|
+
page: "page";
|
|
1474
|
+
surface: "surface";
|
|
1475
|
+
}>;
|
|
1476
|
+
axis: import("zod").ZodEnum<{
|
|
1477
|
+
none: "none";
|
|
1478
|
+
x: "x";
|
|
1479
|
+
y: "y";
|
|
1480
|
+
both: "both";
|
|
1481
|
+
}>;
|
|
1482
|
+
restoreKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1483
|
+
virtualized: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1484
|
+
}, import("zod/v4/core").$strict>;
|
|
1485
|
+
activation: import("zod").ZodEnum<{
|
|
1486
|
+
navigate: "navigate";
|
|
1487
|
+
select: "select";
|
|
1488
|
+
drawer: "drawer";
|
|
1489
|
+
modal: "modal";
|
|
1490
|
+
fullscreen: "fullscreen";
|
|
1491
|
+
}>;
|
|
1492
|
+
lifecycle: import("zod").ZodObject<{
|
|
1493
|
+
mountPolicy: import("zod").ZodEnum<{
|
|
1494
|
+
always: "always";
|
|
1495
|
+
"when-visible": "when-visible";
|
|
1496
|
+
"when-active": "when-active";
|
|
1497
|
+
}>;
|
|
1498
|
+
queryPolicy: import("zod").ZodEnum<{
|
|
1499
|
+
always: "always";
|
|
1500
|
+
"when-visible": "when-visible";
|
|
1501
|
+
"when-active": "when-active";
|
|
1502
|
+
manual: "manual";
|
|
1503
|
+
}>;
|
|
1504
|
+
deepLink: import("zod").ZodBoolean;
|
|
1505
|
+
focusReturn: import("zod").ZodBoolean;
|
|
1506
|
+
}, import("zod/v4/core").$strict>;
|
|
1507
|
+
}, import("zod/v4/core").$strict>;
|
|
1508
|
+
readonly 'page-runtime-projection': import("zod").ZodObject<{
|
|
1509
|
+
contract: import("zod").ZodLiteral<"PageRuntimeProjection">;
|
|
1510
|
+
product: import("zod").ZodEnum<{
|
|
1511
|
+
studio: "studio";
|
|
1512
|
+
kernel: "kernel";
|
|
1513
|
+
compute: "compute";
|
|
1514
|
+
}>;
|
|
1515
|
+
routes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1516
|
+
pageId: import("zod").ZodString;
|
|
1517
|
+
routeId: import("zod").ZodString;
|
|
1518
|
+
path: import("zod").ZodString;
|
|
1519
|
+
}, import("zod/v4/core").$strict>>;
|
|
1520
|
+
navigation: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1521
|
+
pageId: import("zod").ZodString;
|
|
1522
|
+
routeId: import("zod").ZodString;
|
|
1523
|
+
path: import("zod").ZodString;
|
|
1524
|
+
label: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
1525
|
+
iconRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1526
|
+
parentPageId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1527
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1528
|
+
pinned: import("zod").ZodBoolean;
|
|
1529
|
+
}, import("zod/v4/core").$strict>>;
|
|
1530
|
+
guards: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1531
|
+
pageId: import("zod").ZodString;
|
|
1532
|
+
authenticated: import("zod").ZodBoolean;
|
|
1533
|
+
permissionAllOf: import("zod").ZodArray<import("zod").ZodString>;
|
|
1534
|
+
permissionAnyOf: import("zod").ZodArray<import("zod").ZodString>;
|
|
1535
|
+
featureFlags: import("zod").ZodArray<import("zod").ZodString>;
|
|
1536
|
+
actions: import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1537
|
+
read: "read";
|
|
1538
|
+
write: "write";
|
|
1539
|
+
execute: "execute";
|
|
1540
|
+
"manage-permissions": "manage-permissions";
|
|
1541
|
+
}>>;
|
|
1542
|
+
}, import("zod/v4/core").$strict>>;
|
|
1543
|
+
renderers: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1544
|
+
pageId: import("zod").ZodString;
|
|
1545
|
+
surface: import("zod").ZodEnum<{
|
|
1546
|
+
record: "record";
|
|
1547
|
+
page: "page";
|
|
1548
|
+
view: "view";
|
|
1549
|
+
action: "action";
|
|
1550
|
+
overlay: "overlay";
|
|
1551
|
+
workspace: "workspace";
|
|
1552
|
+
agent: "agent";
|
|
1553
|
+
}>;
|
|
1554
|
+
rendererKey: import("zod").ZodString;
|
|
1555
|
+
capabilityRef: import("zod").ZodObject<{
|
|
1556
|
+
kind: import("zod").ZodString;
|
|
1557
|
+
id: import("zod").ZodString;
|
|
1558
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1559
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1560
|
+
}, import("zod/v4/core").$strict>;
|
|
1561
|
+
capabilityRefs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1562
|
+
kind: import("zod").ZodString;
|
|
1563
|
+
id: import("zod").ZodString;
|
|
1564
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1565
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1566
|
+
}, import("zod/v4/core").$strict>>;
|
|
1567
|
+
providerRef: import("zod").ZodObject<{
|
|
1568
|
+
kind: import("zod").ZodString;
|
|
1569
|
+
id: import("zod").ZodString;
|
|
1570
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1571
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1572
|
+
}, import("zod/v4/core").$strict>;
|
|
1573
|
+
binding: import("zod").ZodObject<{
|
|
1574
|
+
sourceRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1575
|
+
ontologyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1576
|
+
projectionRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1577
|
+
stateRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1578
|
+
}, import("zod/v4/core").$strict>;
|
|
1579
|
+
rendererConfig: import("zod").ZodObject<{
|
|
1580
|
+
schemaRef: import("zod").ZodString;
|
|
1581
|
+
value: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
1582
|
+
}, import("zod/v4/core").$strict>;
|
|
1583
|
+
workflowRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1584
|
+
kind: import("zod").ZodString;
|
|
1585
|
+
id: import("zod").ZodString;
|
|
1586
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1587
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1588
|
+
}, import("zod/v4/core").$strict>>;
|
|
1589
|
+
}, import("zod/v4/core").$strict>>;
|
|
1590
|
+
}, import("zod/v4/core").$strict>;
|
|
1591
|
+
readonly 'projection-spec': import("zod").ZodObject<{
|
|
1592
|
+
contract: import("zod").ZodLiteral<"ProjectionSpec">;
|
|
1593
|
+
projectionId: import("zod").ZodString;
|
|
1594
|
+
ontologyIds: import("zod").ZodArray<import("zod").ZodString>;
|
|
1595
|
+
outputSchemaRef: import("zod").ZodString;
|
|
1596
|
+
operator: import("zod").ZodObject<{
|
|
1597
|
+
kind: import("zod").ZodEnum<{
|
|
1598
|
+
query: "query";
|
|
1599
|
+
custom: "custom";
|
|
1600
|
+
search: "search";
|
|
1601
|
+
aggregate: "aggregate";
|
|
1602
|
+
relationship: "relationship";
|
|
1603
|
+
}>;
|
|
1604
|
+
configuration: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
1605
|
+
}, import("zod/v4/core").$strict>;
|
|
1606
|
+
materialization: import("zod").ZodEnum<{
|
|
1607
|
+
"on-demand": "on-demand";
|
|
1608
|
+
"event-driven": "event-driven";
|
|
1609
|
+
scheduled: "scheduled";
|
|
1610
|
+
}>;
|
|
1611
|
+
invalidationEvents: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1612
|
+
rebuildable: import("zod").ZodLiteral<true>;
|
|
1613
|
+
lineagePolicy: import("zod").ZodObject<{
|
|
1614
|
+
sourceRecords: import("zod").ZodBoolean;
|
|
1615
|
+
bodyVersions: import("zod").ZodBoolean;
|
|
1616
|
+
runRefs: import("zod").ZodBoolean;
|
|
1617
|
+
actorRefs: import("zod").ZodBoolean;
|
|
1618
|
+
}, import("zod/v4/core").$strict>;
|
|
1619
|
+
}, import("zod/v4/core").$strict>;
|
|
1620
|
+
readonly 'product-declaration': import("zod").ZodObject<{
|
|
1621
|
+
contract: import("zod").ZodLiteral<"ProductDeclaration">;
|
|
1622
|
+
declarationId: import("zod").ZodString;
|
|
1623
|
+
ownerRepo: import("zod").ZodString;
|
|
1624
|
+
concepts: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1625
|
+
contract: import("zod").ZodLiteral<"ConceptDefinition">;
|
|
1626
|
+
conceptId: import("zod").ZodString;
|
|
1627
|
+
ownerRepo: import("zod").ZodString;
|
|
1628
|
+
displayName: import("zod").ZodString;
|
|
1629
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1630
|
+
schemaRef: import("zod").ZodString;
|
|
1631
|
+
ontologyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1632
|
+
capabilityIds: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1633
|
+
commandNames: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1634
|
+
relationships: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1635
|
+
kind: import("zod").ZodString;
|
|
1636
|
+
targetConceptId: import("zod").ZodString;
|
|
1637
|
+
cardinality: import("zod").ZodEnum<{
|
|
1638
|
+
optional: "optional";
|
|
1639
|
+
one: "one";
|
|
1640
|
+
many: "many";
|
|
1641
|
+
}>;
|
|
1642
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1643
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1644
|
+
ontologies: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1645
|
+
contract: import("zod").ZodLiteral<"OntologyDefinition">;
|
|
1646
|
+
ontologyId: import("zod").ZodString;
|
|
1647
|
+
dataSpaceId: import("zod").ZodString;
|
|
1648
|
+
ownerRepo: import("zod").ZodString;
|
|
1649
|
+
bodySchemaRef: import("zod").ZodString;
|
|
1650
|
+
authority: import("zod").ZodObject<{
|
|
1651
|
+
service: import("zod").ZodString;
|
|
1652
|
+
storage: import("zod").ZodString;
|
|
1653
|
+
scope: import("zod").ZodEnum<{
|
|
1654
|
+
team: "team";
|
|
1655
|
+
tenant: "tenant";
|
|
1656
|
+
global: "global";
|
|
1657
|
+
user: "user";
|
|
1658
|
+
}>;
|
|
1659
|
+
}, import("zod/v4/core").$strict>;
|
|
1660
|
+
relationKinds: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1661
|
+
metricKinds: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1662
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1663
|
+
projections: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1664
|
+
contract: import("zod").ZodLiteral<"ProjectionSpec">;
|
|
1665
|
+
projectionId: import("zod").ZodString;
|
|
1666
|
+
ontologyIds: import("zod").ZodArray<import("zod").ZodString>;
|
|
1667
|
+
outputSchemaRef: import("zod").ZodString;
|
|
1668
|
+
operator: import("zod").ZodObject<{
|
|
1669
|
+
kind: import("zod").ZodEnum<{
|
|
1670
|
+
query: "query";
|
|
1671
|
+
custom: "custom";
|
|
1672
|
+
search: "search";
|
|
1673
|
+
aggregate: "aggregate";
|
|
1674
|
+
relationship: "relationship";
|
|
1675
|
+
}>;
|
|
1676
|
+
configuration: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
1677
|
+
}, import("zod/v4/core").$strict>;
|
|
1678
|
+
materialization: import("zod").ZodEnum<{
|
|
1679
|
+
"on-demand": "on-demand";
|
|
1680
|
+
"event-driven": "event-driven";
|
|
1681
|
+
scheduled: "scheduled";
|
|
1682
|
+
}>;
|
|
1683
|
+
invalidationEvents: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1684
|
+
rebuildable: import("zod").ZodLiteral<true>;
|
|
1685
|
+
lineagePolicy: import("zod").ZodObject<{
|
|
1686
|
+
sourceRecords: import("zod").ZodBoolean;
|
|
1687
|
+
bodyVersions: import("zod").ZodBoolean;
|
|
1688
|
+
runRefs: import("zod").ZodBoolean;
|
|
1689
|
+
actorRefs: import("zod").ZodBoolean;
|
|
1690
|
+
}, import("zod/v4/core").$strict>;
|
|
1691
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1692
|
+
commands: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1693
|
+
contract: import("zod").ZodLiteral<"DomainCommandDefinition">;
|
|
1694
|
+
commandName: import("zod").ZodString;
|
|
1695
|
+
ownerRepo: import("zod").ZodString;
|
|
1696
|
+
displayName: import("zod").ZodString;
|
|
1697
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1698
|
+
targetKinds: import("zod").ZodArray<import("zod").ZodString>;
|
|
1699
|
+
inputSchemaRef: import("zod").ZodString;
|
|
1700
|
+
outputSchemaRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1701
|
+
requiredPermissionCodes: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1702
|
+
handlerRef: import("zod").ZodObject<{
|
|
1703
|
+
kind: import("zod").ZodString;
|
|
1704
|
+
id: import("zod").ZodString;
|
|
1705
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1706
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1707
|
+
}, import("zod/v4/core").$strict>;
|
|
1708
|
+
sideEffects: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1709
|
+
navigation: "navigation";
|
|
1710
|
+
execution: "execution";
|
|
1711
|
+
"data-write": "data-write";
|
|
1712
|
+
notification: "notification";
|
|
1713
|
+
"external-call": "external-call";
|
|
1714
|
+
}>>>;
|
|
1715
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1716
|
+
capabilities: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1717
|
+
contract: import("zod").ZodLiteral<"CapabilityManifest">;
|
|
1718
|
+
id: import("zod").ZodString;
|
|
1719
|
+
capabilityVersion: import("zod").ZodString;
|
|
1720
|
+
ownerRepo: import("zod").ZodString;
|
|
1721
|
+
kind: import("zod").ZodEnum<{
|
|
1722
|
+
workflow: "workflow";
|
|
1723
|
+
view: "view";
|
|
1724
|
+
"professional-provider": "professional-provider";
|
|
1725
|
+
primitive: "primitive";
|
|
1726
|
+
composite: "composite";
|
|
1727
|
+
tool: "tool";
|
|
1728
|
+
}>;
|
|
1729
|
+
displayName: import("zod").ZodString;
|
|
1730
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1731
|
+
ports: import("zod").ZodObject<{
|
|
1732
|
+
inputs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1733
|
+
name: import("zod").ZodString;
|
|
1734
|
+
schemaRef: import("zod").ZodString;
|
|
1735
|
+
required: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1736
|
+
multiple: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1737
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1738
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1739
|
+
outputs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1740
|
+
name: import("zod").ZodString;
|
|
1741
|
+
schemaRef: import("zod").ZodString;
|
|
1742
|
+
required: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1743
|
+
multiple: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1744
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1745
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1746
|
+
}, import("zod/v4/core").$strict>;
|
|
1747
|
+
runtime: import("zod").ZodObject<{
|
|
1748
|
+
providerBindings: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1749
|
+
providerRef: import("zod").ZodObject<{
|
|
1750
|
+
kind: import("zod").ZodString;
|
|
1751
|
+
id: import("zod").ZodString;
|
|
1752
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1753
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1754
|
+
}, import("zod/v4/core").$strict>;
|
|
1755
|
+
productContexts: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1756
|
+
studio: "studio";
|
|
1757
|
+
kernel: "kernel";
|
|
1758
|
+
compute: "compute";
|
|
1759
|
+
}>>>;
|
|
1760
|
+
priority: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
1761
|
+
}, import("zod/v4/core").$strict>>;
|
|
1762
|
+
loading: import("zod").ZodEnum<{
|
|
1763
|
+
lazy: "lazy";
|
|
1764
|
+
eager: "eager";
|
|
1765
|
+
viewport: "viewport";
|
|
1766
|
+
"on-activation": "on-activation";
|
|
1767
|
+
}>;
|
|
1768
|
+
fallbackCapabilityRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1769
|
+
kind: import("zod").ZodString;
|
|
1770
|
+
id: import("zod").ZodString;
|
|
1771
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1772
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1773
|
+
}, import("zod/v4/core").$strict>>;
|
|
1774
|
+
stateOwner: import("zod").ZodEnum<{
|
|
1775
|
+
provider: "provider";
|
|
1776
|
+
host: "host";
|
|
1777
|
+
external: "external";
|
|
1778
|
+
}>;
|
|
1779
|
+
stateSchemaRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1780
|
+
sideEffects: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1781
|
+
storage: "storage";
|
|
1782
|
+
navigation: "navigation";
|
|
1783
|
+
network: "network";
|
|
1784
|
+
worker: "worker";
|
|
1785
|
+
websocket: "websocket";
|
|
1786
|
+
}>>>;
|
|
1787
|
+
}, import("zod/v4/core").$strict>;
|
|
1788
|
+
placement: import("zod").ZodObject<{
|
|
1789
|
+
surfaces: import("zod").ZodArray<import("zod").ZodString>;
|
|
1790
|
+
slots: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1791
|
+
variants: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1792
|
+
tokenRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1793
|
+
}, import("zod/v4/core").$strict>;
|
|
1794
|
+
accessibility: import("zod").ZodObject<{
|
|
1795
|
+
keyboardModel: import("zod").ZodString;
|
|
1796
|
+
focusModel: import("zod").ZodString;
|
|
1797
|
+
labelContract: import("zod").ZodString;
|
|
1798
|
+
}, import("zod/v4/core").$strict>;
|
|
1799
|
+
observability: import("zod").ZodObject<{
|
|
1800
|
+
eventNamespace: import("zod").ZodString;
|
|
1801
|
+
metrics: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1802
|
+
evidenceRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1803
|
+
performanceBudgetMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1804
|
+
}, import("zod/v4/core").$strict>;
|
|
1805
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1806
|
+
pages: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1807
|
+
contract: import("zod").ZodLiteral<"PageDefinition">;
|
|
1808
|
+
pageId: import("zod").ZodString;
|
|
1809
|
+
ownerRepo: import("zod").ZodString;
|
|
1810
|
+
title: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
1811
|
+
pageType: import("zod").ZodEnum<{
|
|
1812
|
+
"design-board": "design-board";
|
|
1813
|
+
process: "process";
|
|
1814
|
+
record: "record";
|
|
1815
|
+
page: "page";
|
|
1816
|
+
view: "view";
|
|
1817
|
+
action: "action";
|
|
1818
|
+
overlay: "overlay";
|
|
1819
|
+
workspace: "workspace";
|
|
1820
|
+
agent: "agent";
|
|
1821
|
+
log: "log";
|
|
1822
|
+
chat: "chat";
|
|
1823
|
+
preview: "preview";
|
|
1824
|
+
api: "api";
|
|
1825
|
+
enhanced: "enhanced";
|
|
1826
|
+
"agent-chat": "agent-chat";
|
|
1827
|
+
"agent-config": "agent-config";
|
|
1828
|
+
"agent-log": "agent-log";
|
|
1829
|
+
"global-design-board": "global-design-board";
|
|
1830
|
+
iframe: "iframe";
|
|
1831
|
+
}>;
|
|
1832
|
+
ownership: import("zod").ZodObject<{
|
|
1833
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1834
|
+
creatorRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1835
|
+
kind: import("zod").ZodString;
|
|
1836
|
+
id: import("zod").ZodString;
|
|
1837
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1838
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1839
|
+
}, import("zod/v4/core").$strict>>;
|
|
1840
|
+
studioId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1841
|
+
builtIn: import("zod").ZodBoolean;
|
|
1842
|
+
}, import("zod/v4/core").$strict>;
|
|
1843
|
+
record: import("zod").ZodObject<{
|
|
1844
|
+
createdTimestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1845
|
+
updatedTimestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1846
|
+
deleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1847
|
+
}, import("zod/v4/core").$strict>;
|
|
1848
|
+
surface: import("zod").ZodEnum<{
|
|
1849
|
+
record: "record";
|
|
1850
|
+
page: "page";
|
|
1851
|
+
view: "view";
|
|
1852
|
+
action: "action";
|
|
1853
|
+
overlay: "overlay";
|
|
1854
|
+
workspace: "workspace";
|
|
1855
|
+
agent: "agent";
|
|
1856
|
+
}>;
|
|
1857
|
+
routeId: import("zod").ZodString;
|
|
1858
|
+
routePath: import("zod").ZodString;
|
|
1859
|
+
rendererKey: import("zod").ZodString;
|
|
1860
|
+
capabilityRef: import("zod").ZodObject<{
|
|
1861
|
+
kind: import("zod").ZodString;
|
|
1862
|
+
id: import("zod").ZodString;
|
|
1863
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1864
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1865
|
+
}, import("zod/v4/core").$strict>;
|
|
1866
|
+
capabilityRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1867
|
+
kind: import("zod").ZodString;
|
|
1868
|
+
id: import("zod").ZodString;
|
|
1869
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1870
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1871
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1872
|
+
workflowRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1873
|
+
kind: import("zod").ZodString;
|
|
1874
|
+
id: import("zod").ZodString;
|
|
1875
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1876
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1877
|
+
}, import("zod/v4/core").$strict>>;
|
|
1878
|
+
binding: import("zod").ZodObject<{
|
|
1879
|
+
sourceRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1880
|
+
ontologyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1881
|
+
projectionRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1882
|
+
stateRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1883
|
+
}, import("zod/v4/core").$strict>;
|
|
1884
|
+
access: import("zod").ZodObject<{
|
|
1885
|
+
actions: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1886
|
+
read: "read";
|
|
1887
|
+
write: "write";
|
|
1888
|
+
execute: "execute";
|
|
1889
|
+
"manage-permissions": "manage-permissions";
|
|
1890
|
+
}>>>;
|
|
1891
|
+
}, import("zod/v4/core").$strict>;
|
|
1892
|
+
rendererConfig: import("zod").ZodObject<{
|
|
1893
|
+
schemaRef: import("zod").ZodString;
|
|
1894
|
+
value: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
1895
|
+
}, import("zod/v4/core").$strict>;
|
|
1896
|
+
navigation: import("zod").ZodObject<{
|
|
1897
|
+
label: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
1898
|
+
iconRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1899
|
+
parentPageId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1900
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1901
|
+
hidden: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1902
|
+
pinned: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1903
|
+
}, import("zod/v4/core").$strict>;
|
|
1904
|
+
visibility: import("zod").ZodObject<{
|
|
1905
|
+
authenticated: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
1906
|
+
permissionAllOf: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1907
|
+
permissionAnyOf: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1908
|
+
featureFlags: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1909
|
+
productContexts: import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1910
|
+
studio: "studio";
|
|
1911
|
+
kernel: "kernel";
|
|
1912
|
+
compute: "compute";
|
|
1913
|
+
}>>;
|
|
1914
|
+
}, import("zod/v4/core").$strict>;
|
|
1915
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1916
|
+
}, import("zod/v4/core").$strict>;
|
|
1917
|
+
readonly 'product-body': import("zod").ZodObject<{
|
|
1918
|
+
displayName: import("zod").ZodString;
|
|
1919
|
+
normalizedName: import("zod").ZodString;
|
|
1920
|
+
categories: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1921
|
+
sourceRefs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1922
|
+
kind: import("zod").ZodString;
|
|
1923
|
+
id: import("zod").ZodString;
|
|
1924
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1925
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1926
|
+
}, import("zod/v4/core").$strict>>;
|
|
1927
|
+
relationRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1928
|
+
kind: import("zod").ZodString;
|
|
1929
|
+
id: import("zod").ZodString;
|
|
1930
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1931
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1932
|
+
}, import("zod/v4/core").$strict>>>;
|
|
1933
|
+
createdAt: import("zod").ZodString;
|
|
1934
|
+
updatedAt: import("zod").ZodString;
|
|
1935
|
+
contract: import("zod").ZodLiteral<"ProductBody">;
|
|
1936
|
+
productId: import("zod").ZodString;
|
|
1937
|
+
brandRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1938
|
+
kind: import("zod").ZodString;
|
|
1939
|
+
id: import("zod").ZodString;
|
|
1940
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1941
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1942
|
+
}, import("zod/v4/core").$strict>>;
|
|
1943
|
+
}, import("zod/v4/core").$strict>;
|
|
1944
|
+
readonly 'radar-action-record': import("zod").ZodObject<{
|
|
1945
|
+
contract: import("zod").ZodLiteral<"RadarActionRecord">;
|
|
1946
|
+
actionId: import("zod").ZodString;
|
|
1947
|
+
teamId: import("zod").ZodString;
|
|
1948
|
+
actorRef: import("zod").ZodObject<{
|
|
1949
|
+
kind: import("zod").ZodString;
|
|
1950
|
+
id: import("zod").ZodString;
|
|
1951
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1952
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1953
|
+
}, import("zod/v4/core").$strict>;
|
|
1954
|
+
action: import("zod").ZodEnum<{
|
|
1955
|
+
select: "select";
|
|
1956
|
+
stash: "stash";
|
|
1957
|
+
reject: "reject";
|
|
1958
|
+
archive: "archive";
|
|
1959
|
+
launch: "launch";
|
|
1960
|
+
retry: "retry";
|
|
1961
|
+
replay: "replay";
|
|
1962
|
+
rollback: "rollback";
|
|
1963
|
+
}>;
|
|
1964
|
+
targetRef: import("zod").ZodObject<{
|
|
1965
|
+
kind: import("zod").ZodString;
|
|
1966
|
+
id: import("zod").ZodString;
|
|
1967
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1968
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1969
|
+
}, import("zod/v4/core").$strict>;
|
|
1970
|
+
requestId: import("zod").ZodString;
|
|
1971
|
+
idempotencyKey: import("zod").ZodString;
|
|
1972
|
+
expectedVersion: import("zod").ZodNumber;
|
|
1973
|
+
occurredAt: import("zod").ZodString;
|
|
1974
|
+
}, import("zod/v4/core").$strict>;
|
|
1975
|
+
readonly 'radar-analysis-run': import("zod").ZodObject<{
|
|
1976
|
+
contract: import("zod").ZodLiteral<"RadarAnalysisRun">;
|
|
1977
|
+
runId: import("zod").ZodString;
|
|
1978
|
+
teamId: import("zod").ZodString;
|
|
1979
|
+
selectionRef: import("zod").ZodObject<{
|
|
1980
|
+
kind: import("zod").ZodString;
|
|
1981
|
+
id: import("zod").ZodString;
|
|
1982
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1983
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1984
|
+
}, import("zod/v4/core").$strict>;
|
|
1985
|
+
workflowRef: import("zod").ZodObject<{
|
|
1986
|
+
kind: import("zod").ZodString;
|
|
1987
|
+
id: import("zod").ZodString;
|
|
1988
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1989
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1990
|
+
}, import("zod/v4/core").$strict>;
|
|
1991
|
+
executionRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1992
|
+
kind: import("zod").ZodString;
|
|
1993
|
+
id: import("zod").ZodString;
|
|
1994
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
1995
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1996
|
+
}, import("zod/v4/core").$strict>>;
|
|
1997
|
+
designProjectRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1998
|
+
kind: import("zod").ZodString;
|
|
1999
|
+
id: import("zod").ZodString;
|
|
2000
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2001
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2002
|
+
}, import("zod/v4/core").$strict>>;
|
|
2003
|
+
replayedFromRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2004
|
+
kind: import("zod").ZodString;
|
|
2005
|
+
id: import("zod").ZodString;
|
|
2006
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2007
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2008
|
+
}, import("zod/v4/core").$strict>>;
|
|
2009
|
+
workflowDefinitionTeamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2010
|
+
workflowInput: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
2011
|
+
createDesignProject: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
2012
|
+
designProjectName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2013
|
+
modelRef: import("zod").ZodObject<{
|
|
2014
|
+
kind: import("zod").ZodString;
|
|
2015
|
+
id: import("zod").ZodString;
|
|
2016
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2017
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2018
|
+
}, import("zod/v4/core").$strict>;
|
|
2019
|
+
requestId: import("zod").ZodString;
|
|
2020
|
+
idempotencyKey: import("zod").ZodString;
|
|
2021
|
+
status: import("zod").ZodEnum<{
|
|
2022
|
+
SUCCEEDED: "SUCCEEDED";
|
|
2023
|
+
FAILED: "FAILED";
|
|
2024
|
+
CANCELLED: "CANCELLED";
|
|
2025
|
+
RUNNING: "RUNNING";
|
|
2026
|
+
PARTIAL: "PARTIAL";
|
|
2027
|
+
QUEUED: "QUEUED";
|
|
2028
|
+
}>;
|
|
2029
|
+
outputRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2030
|
+
kind: import("zod").ZodString;
|
|
2031
|
+
id: import("zod").ZodString;
|
|
2032
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2033
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2034
|
+
}, import("zod/v4/core").$strict>>>;
|
|
2035
|
+
error: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2036
|
+
code: import("zod").ZodString;
|
|
2037
|
+
message: import("zod").ZodString;
|
|
2038
|
+
retryable: import("zod").ZodBoolean;
|
|
2039
|
+
}, import("zod/v4/core").$strict>>;
|
|
2040
|
+
startedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2041
|
+
completedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2042
|
+
createdAt: import("zod").ZodString;
|
|
2043
|
+
}, import("zod/v4/core").$strict>;
|
|
2044
|
+
readonly 'radar-opportunity-matrix': import("zod").ZodObject<{
|
|
2045
|
+
contract: import("zod").ZodLiteral<"RadarOpportunityMatrix">;
|
|
2046
|
+
xMetric: import("zod").ZodEnum<{
|
|
2047
|
+
currentSales: "currentSales";
|
|
2048
|
+
forecastSales: "forecastSales";
|
|
2049
|
+
searchHeat: "searchHeat";
|
|
2050
|
+
socialHeat: "socialHeat";
|
|
2051
|
+
confidence: "confidence";
|
|
2052
|
+
}>;
|
|
2053
|
+
yMetric: import("zod").ZodEnum<{
|
|
2054
|
+
currentSales: "currentSales";
|
|
2055
|
+
forecastSales: "forecastSales";
|
|
2056
|
+
searchHeat: "searchHeat";
|
|
2057
|
+
socialHeat: "socialHeat";
|
|
2058
|
+
confidence: "confidence";
|
|
2059
|
+
}>;
|
|
2060
|
+
points: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2061
|
+
subjectRef: import("zod").ZodObject<{
|
|
2062
|
+
kind: import("zod").ZodString;
|
|
2063
|
+
id: import("zod").ZodString;
|
|
2064
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2065
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2066
|
+
}, import("zod/v4/core").$strict>;
|
|
2067
|
+
label: import("zod").ZodString;
|
|
2068
|
+
x: import("zod").ZodNumber;
|
|
2069
|
+
y: import("zod").ZodNumber;
|
|
2070
|
+
score: import("zod").ZodNumber;
|
|
2071
|
+
evidenceRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2072
|
+
kind: import("zod").ZodString;
|
|
2073
|
+
id: import("zod").ZodString;
|
|
2074
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2075
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2076
|
+
}, import("zod/v4/core").$strict>>>;
|
|
2077
|
+
}, import("zod/v4/core").$strict>>;
|
|
2078
|
+
computedAt: import("zod").ZodString;
|
|
2079
|
+
}, import("zod/v4/core").$strict>;
|
|
2080
|
+
readonly 'radar-panorama': import("zod").ZodObject<{
|
|
2081
|
+
contract: import("zod").ZodLiteral<"RadarPanorama">;
|
|
2082
|
+
nodes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2083
|
+
ref: import("zod").ZodObject<{
|
|
2084
|
+
kind: import("zod").ZodString;
|
|
2085
|
+
id: import("zod").ZodString;
|
|
2086
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2087
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2088
|
+
}, import("zod/v4/core").$strict>;
|
|
2089
|
+
label: import("zod").ZodString;
|
|
2090
|
+
categories: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
2091
|
+
score: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2092
|
+
freshnessAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2093
|
+
}, import("zod/v4/core").$strict>>;
|
|
2094
|
+
edges: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2095
|
+
sourceRef: import("zod").ZodObject<{
|
|
2096
|
+
kind: import("zod").ZodString;
|
|
2097
|
+
id: import("zod").ZodString;
|
|
2098
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2099
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2100
|
+
}, import("zod/v4/core").$strict>;
|
|
2101
|
+
targetRef: import("zod").ZodObject<{
|
|
2102
|
+
kind: import("zod").ZodString;
|
|
2103
|
+
id: import("zod").ZodString;
|
|
2104
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2105
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2106
|
+
}, import("zod/v4/core").$strict>;
|
|
2107
|
+
relation: import("zod").ZodString;
|
|
2108
|
+
evidenceRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2109
|
+
kind: import("zod").ZodString;
|
|
2110
|
+
id: import("zod").ZodString;
|
|
2111
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2112
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2113
|
+
}, import("zod/v4/core").$strict>>>;
|
|
2114
|
+
}, import("zod/v4/core").$strict>>;
|
|
2115
|
+
generatedAt: import("zod").ZodString;
|
|
2116
|
+
}, import("zod/v4/core").$strict>;
|
|
2117
|
+
readonly 'radar-query-body': import("zod").ZodObject<{
|
|
2118
|
+
contract: import("zod").ZodLiteral<"RadarQueryBody">;
|
|
2119
|
+
queryId: import("zod").ZodString;
|
|
2120
|
+
filters: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
2121
|
+
sort: import("zod").ZodObject<{
|
|
2122
|
+
field: import("zod").ZodString;
|
|
2123
|
+
direction: import("zod").ZodEnum<{
|
|
2124
|
+
asc: "asc";
|
|
2125
|
+
desc: "desc";
|
|
2126
|
+
}>;
|
|
2127
|
+
}, import("zod/v4/core").$strict>;
|
|
2128
|
+
pageSize: import("zod").ZodNumber;
|
|
2129
|
+
updatedAt: import("zod").ZodString;
|
|
2130
|
+
}, import("zod/v4/core").$strict>;
|
|
2131
|
+
readonly 'radar-score-model-body': import("zod").ZodObject<{
|
|
2132
|
+
contract: import("zod").ZodLiteral<"RadarScoreModelBody">;
|
|
2133
|
+
modelId: import("zod").ZodString;
|
|
2134
|
+
version: import("zod").ZodNumber;
|
|
2135
|
+
weights: import("zod").ZodObject<{
|
|
2136
|
+
currentSales: import("zod").ZodNumber;
|
|
2137
|
+
forecastSales: import("zod").ZodNumber;
|
|
2138
|
+
searchHeat: import("zod").ZodNumber;
|
|
2139
|
+
socialHeat: import("zod").ZodNumber;
|
|
2140
|
+
confidence: import("zod").ZodNumber;
|
|
2141
|
+
}, import("zod/v4/core").$strict>;
|
|
2142
|
+
thresholds: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodNumber>>;
|
|
2143
|
+
explanationRules: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2144
|
+
createdAt: import("zod").ZodString;
|
|
2145
|
+
}, import("zod/v4/core").$strict>;
|
|
2146
|
+
readonly 'radar-score-projection': import("zod").ZodObject<{
|
|
2147
|
+
contract: import("zod").ZodLiteral<"RadarScoreProjection">;
|
|
2148
|
+
projectionId: import("zod").ZodString;
|
|
2149
|
+
subjectRef: import("zod").ZodObject<{
|
|
2150
|
+
kind: import("zod").ZodString;
|
|
2151
|
+
id: import("zod").ZodString;
|
|
2152
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2153
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2154
|
+
}, import("zod/v4/core").$strict>;
|
|
2155
|
+
modelRef: import("zod").ZodObject<{
|
|
2156
|
+
kind: import("zod").ZodString;
|
|
2157
|
+
id: import("zod").ZodString;
|
|
2158
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2159
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2160
|
+
}, import("zod/v4/core").$strict>;
|
|
2161
|
+
totalScore: import("zod").ZodNumber;
|
|
2162
|
+
dimensions: import("zod").ZodObject<{
|
|
2163
|
+
currentSales: import("zod").ZodNumber;
|
|
2164
|
+
forecastSales: import("zod").ZodNumber;
|
|
2165
|
+
searchHeat: import("zod").ZodNumber;
|
|
2166
|
+
socialHeat: import("zod").ZodNumber;
|
|
2167
|
+
confidence: import("zod").ZodNumber;
|
|
2168
|
+
}, import("zod/v4/core").$strict>;
|
|
2169
|
+
evidenceRefs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2170
|
+
kind: import("zod").ZodString;
|
|
2171
|
+
id: import("zod").ZodString;
|
|
2172
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2173
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2174
|
+
}, import("zod/v4/core").$strict>>;
|
|
2175
|
+
freshnessAt: import("zod").ZodString;
|
|
2176
|
+
}, import("zod/v4/core").$strict>;
|
|
2177
|
+
readonly 'radar-selection': import("zod").ZodObject<{
|
|
2178
|
+
contract: import("zod").ZodLiteral<"RadarSelection">;
|
|
2179
|
+
selectionId: import("zod").ZodString;
|
|
2180
|
+
teamId: import("zod").ZodString;
|
|
2181
|
+
ownerRef: import("zod").ZodObject<{
|
|
2182
|
+
kind: import("zod").ZodString;
|
|
2183
|
+
id: import("zod").ZodString;
|
|
2184
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2185
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2186
|
+
}, import("zod/v4/core").$strict>;
|
|
2187
|
+
subjectRefs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2188
|
+
kind: import("zod").ZodString;
|
|
2189
|
+
id: import("zod").ZodString;
|
|
2190
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2191
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2192
|
+
}, import("zod/v4/core").$strict>>;
|
|
2193
|
+
status: import("zod").ZodEnum<{
|
|
2194
|
+
selected: "selected";
|
|
2195
|
+
stashed: "stashed";
|
|
2196
|
+
rejected: "rejected";
|
|
2197
|
+
archived: "archived";
|
|
2198
|
+
}>;
|
|
2199
|
+
note: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2200
|
+
expectedVersion: import("zod").ZodNumber;
|
|
2201
|
+
updatedAt: import("zod").ZodString;
|
|
2202
|
+
}, import("zod/v4/core").$strict>;
|
|
2203
|
+
readonly 'radar-writeback-record': import("zod").ZodObject<{
|
|
2204
|
+
contract: import("zod").ZodLiteral<"RadarWritebackRecord">;
|
|
2205
|
+
writebackId: import("zod").ZodString;
|
|
2206
|
+
actionRef: import("zod").ZodObject<{
|
|
2207
|
+
kind: import("zod").ZodString;
|
|
2208
|
+
id: import("zod").ZodString;
|
|
2209
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2210
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2211
|
+
}, import("zod/v4/core").$strict>;
|
|
2212
|
+
targetRef: import("zod").ZodObject<{
|
|
2213
|
+
kind: import("zod").ZodString;
|
|
2214
|
+
id: import("zod").ZodString;
|
|
2215
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2216
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2217
|
+
}, import("zod/v4/core").$strict>;
|
|
2218
|
+
status: import("zod").ZodEnum<{
|
|
2219
|
+
FAILED: "FAILED";
|
|
2220
|
+
PENDING: "PENDING";
|
|
2221
|
+
APPLIED: "APPLIED";
|
|
2222
|
+
}>;
|
|
2223
|
+
resultingVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2224
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2225
|
+
recordedAt: import("zod").ZodString;
|
|
2226
|
+
}, import("zod/v4/core").$strict>;
|
|
2227
|
+
readonly 'request-scope': import("zod").ZodObject<{
|
|
2228
|
+
contract: import("zod").ZodLiteral<"RequestScope">;
|
|
2229
|
+
requestId: import("zod").ZodString;
|
|
2230
|
+
traceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2231
|
+
appId: import("zod").ZodString;
|
|
2232
|
+
tenantId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2233
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2234
|
+
actor: import("zod").ZodObject<{
|
|
2235
|
+
kind: import("zod").ZodEnum<{
|
|
2236
|
+
human: "human";
|
|
2237
|
+
tenant: "tenant";
|
|
2238
|
+
public: "public";
|
|
2239
|
+
service: "service";
|
|
2240
|
+
agent: "agent";
|
|
2241
|
+
}>;
|
|
2242
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2243
|
+
userId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2244
|
+
agentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2245
|
+
serviceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2246
|
+
}, import("zod/v4/core").$strict>;
|
|
2247
|
+
session: import("zod").ZodObject<{
|
|
2248
|
+
authType: import("zod").ZodString;
|
|
2249
|
+
authenticated: import("zod").ZodBoolean;
|
|
2250
|
+
membershipVerified: import("zod").ZodBoolean;
|
|
2251
|
+
}, import("zod/v4/core").$strict>;
|
|
2252
|
+
permissionCodes: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
2253
|
+
authority: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2254
|
+
resource: import("zod").ZodString;
|
|
2255
|
+
actions: import("zod").ZodArray<import("zod").ZodString>;
|
|
2256
|
+
constraints: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
2257
|
+
}, import("zod/v4/core").$strict>>>;
|
|
2258
|
+
issuedAt: import("zod").ZodString;
|
|
2259
|
+
}, import("zod/v4/core").$strict>;
|
|
2260
|
+
readonly 'render-node': import("zod").ZodObject<{
|
|
2261
|
+
contract: import("zod").ZodLiteral<"RenderNode">;
|
|
2262
|
+
nodeId: import("zod").ZodString;
|
|
2263
|
+
kind: import("zod").ZodEnum<{
|
|
2264
|
+
record: "record";
|
|
2265
|
+
shell: "shell";
|
|
2266
|
+
page: "page";
|
|
2267
|
+
navigation: "navigation";
|
|
2268
|
+
view: "view";
|
|
2269
|
+
control: "control";
|
|
2270
|
+
detail: "detail";
|
|
2271
|
+
action: "action";
|
|
2272
|
+
overlay: "overlay";
|
|
2273
|
+
"professional-provider": "professional-provider";
|
|
2274
|
+
}>;
|
|
2275
|
+
version: import("zod").ZodNumber;
|
|
2276
|
+
ownerRepo: import("zod").ZodString;
|
|
2277
|
+
parentNodeId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2278
|
+
children: import("zod").ZodArray<import("zod").ZodString>;
|
|
2279
|
+
slot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2280
|
+
pageRef: import("zod").ZodObject<{
|
|
2281
|
+
kind: import("zod").ZodString;
|
|
2282
|
+
id: import("zod").ZodString;
|
|
2283
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2284
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2285
|
+
}, import("zod/v4/core").$strict>;
|
|
2286
|
+
semanticRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2287
|
+
kind: import("zod").ZodString;
|
|
2288
|
+
id: import("zod").ZodString;
|
|
2289
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2290
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2291
|
+
}, import("zod/v4/core").$strict>>;
|
|
2292
|
+
dataContextRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2293
|
+
kind: import("zod").ZodString;
|
|
2294
|
+
id: import("zod").ZodString;
|
|
2295
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2296
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2297
|
+
}, import("zod/v4/core").$strict>>;
|
|
2298
|
+
capabilityRef: import("zod").ZodObject<{
|
|
2299
|
+
kind: import("zod").ZodString;
|
|
2300
|
+
id: import("zod").ZodString;
|
|
2301
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2302
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2303
|
+
}, import("zod/v4/core").$strict>;
|
|
2304
|
+
providerRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2305
|
+
kind: import("zod").ZodString;
|
|
2306
|
+
id: import("zod").ZodString;
|
|
2307
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2308
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2309
|
+
}, import("zod/v4/core").$strict>>;
|
|
2310
|
+
stateRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2311
|
+
kind: import("zod").ZodString;
|
|
2312
|
+
id: import("zod").ZodString;
|
|
2313
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2314
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2315
|
+
}, import("zod/v4/core").$strict>>;
|
|
2316
|
+
surface: import("zod").ZodObject<{
|
|
2317
|
+
frameOwner: import("zod").ZodEnum<{
|
|
2318
|
+
provider: "provider";
|
|
2319
|
+
host: "host";
|
|
2320
|
+
none: "none";
|
|
2321
|
+
}>;
|
|
2322
|
+
tone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2323
|
+
density: import("zod").ZodEnum<{
|
|
2324
|
+
default: "default";
|
|
2325
|
+
compact: "compact";
|
|
2326
|
+
comfortable: "comfortable";
|
|
2327
|
+
}>;
|
|
2328
|
+
}, import("zod/v4/core").$strict>;
|
|
2329
|
+
scroll: import("zod").ZodObject<{
|
|
2330
|
+
owner: import("zod").ZodEnum<{
|
|
2331
|
+
provider: "provider";
|
|
2332
|
+
page: "page";
|
|
2333
|
+
surface: "surface";
|
|
2334
|
+
}>;
|
|
2335
|
+
axis: import("zod").ZodEnum<{
|
|
2336
|
+
none: "none";
|
|
2337
|
+
x: "x";
|
|
2338
|
+
y: "y";
|
|
2339
|
+
both: "both";
|
|
2340
|
+
}>;
|
|
2341
|
+
restoreKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2342
|
+
virtualizationBoundary: import("zod").ZodBoolean;
|
|
2343
|
+
}, import("zod/v4/core").$strict>;
|
|
2344
|
+
activation: import("zod").ZodObject<{
|
|
2345
|
+
activationId: import("zod").ZodString;
|
|
2346
|
+
mode: import("zod").ZodEnum<{
|
|
2347
|
+
navigate: "navigate";
|
|
2348
|
+
select: "select";
|
|
2349
|
+
drawer: "drawer";
|
|
2350
|
+
modal: "modal";
|
|
2351
|
+
fullscreen: "fullscreen";
|
|
2352
|
+
inline: "inline";
|
|
2353
|
+
}>;
|
|
2354
|
+
targetPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2355
|
+
history: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2356
|
+
push: "push";
|
|
2357
|
+
replace: "replace";
|
|
2358
|
+
}>>;
|
|
2359
|
+
}, import("zod/v4/core").$strict>;
|
|
2360
|
+
lifecycle: import("zod").ZodObject<{
|
|
2361
|
+
mountPolicy: import("zod").ZodEnum<{
|
|
2362
|
+
always: "always";
|
|
2363
|
+
"when-visible": "when-visible";
|
|
2364
|
+
"when-active": "when-active";
|
|
2365
|
+
}>;
|
|
2366
|
+
queryPolicy: import("zod").ZodEnum<{
|
|
2367
|
+
always: "always";
|
|
2368
|
+
"when-visible": "when-visible";
|
|
2369
|
+
"when-active": "when-active";
|
|
2370
|
+
manual: "manual";
|
|
2371
|
+
}>;
|
|
2372
|
+
retainOnDeactivate: import("zod").ZodBoolean;
|
|
2373
|
+
deepLink: import("zod").ZodBoolean;
|
|
2374
|
+
focusReturn: import("zod").ZodBoolean;
|
|
2375
|
+
}, import("zod/v4/core").$strict>;
|
|
2376
|
+
layout: import("zod").ZodObject<{
|
|
2377
|
+
mode: import("zod").ZodEnum<{
|
|
2378
|
+
contents: "contents";
|
|
2379
|
+
block: "block";
|
|
2380
|
+
flex: "flex";
|
|
2381
|
+
grid: "grid";
|
|
2382
|
+
absolute: "absolute";
|
|
2383
|
+
}>;
|
|
2384
|
+
direction: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2385
|
+
row: "row";
|
|
2386
|
+
column: "column";
|
|
2387
|
+
}>>;
|
|
2388
|
+
columns: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2389
|
+
align: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2390
|
+
start: "start";
|
|
2391
|
+
center: "center";
|
|
2392
|
+
end: "end";
|
|
2393
|
+
stretch: "stretch";
|
|
2394
|
+
}>>;
|
|
2395
|
+
justify: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2396
|
+
start: "start";
|
|
2397
|
+
center: "center";
|
|
2398
|
+
end: "end";
|
|
2399
|
+
between: "between";
|
|
2400
|
+
around: "around";
|
|
2401
|
+
}>>;
|
|
2402
|
+
gapTokenRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2403
|
+
kind: import("zod").ZodString;
|
|
2404
|
+
id: import("zod").ZodString;
|
|
2405
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2406
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2407
|
+
}, import("zod/v4/core").$strict>>;
|
|
2408
|
+
}, import("zod/v4/core").$strict>;
|
|
2409
|
+
responsive: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2410
|
+
minWidthPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2411
|
+
maxWidthPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2412
|
+
layout: import("zod").ZodObject<{
|
|
2413
|
+
mode: import("zod").ZodEnum<{
|
|
2414
|
+
contents: "contents";
|
|
2415
|
+
block: "block";
|
|
2416
|
+
flex: "flex";
|
|
2417
|
+
grid: "grid";
|
|
2418
|
+
absolute: "absolute";
|
|
2419
|
+
}>;
|
|
2420
|
+
direction: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2421
|
+
row: "row";
|
|
2422
|
+
column: "column";
|
|
2423
|
+
}>>;
|
|
2424
|
+
columns: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2425
|
+
align: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2426
|
+
start: "start";
|
|
2427
|
+
center: "center";
|
|
2428
|
+
end: "end";
|
|
2429
|
+
stretch: "stretch";
|
|
2430
|
+
}>>;
|
|
2431
|
+
justify: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2432
|
+
start: "start";
|
|
2433
|
+
center: "center";
|
|
2434
|
+
end: "end";
|
|
2435
|
+
between: "between";
|
|
2436
|
+
around: "around";
|
|
2437
|
+
}>>;
|
|
2438
|
+
gapTokenRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2439
|
+
kind: import("zod").ZodString;
|
|
2440
|
+
id: import("zod").ZodString;
|
|
2441
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2442
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2443
|
+
}, import("zod/v4/core").$strict>>;
|
|
2444
|
+
}, import("zod/v4/core").$strict>;
|
|
2445
|
+
}, import("zod/v4/core").$strict>>;
|
|
2446
|
+
accessRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2447
|
+
kind: import("zod").ZodString;
|
|
2448
|
+
id: import("zod").ZodString;
|
|
2449
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2450
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2451
|
+
}, import("zod/v4/core").$strict>>;
|
|
2452
|
+
evidenceRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2453
|
+
kind: import("zod").ZodString;
|
|
2454
|
+
id: import("zod").ZodString;
|
|
2455
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2456
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2457
|
+
}, import("zod/v4/core").$strict>>;
|
|
2458
|
+
state: import("zod").ZodEnum<{
|
|
2459
|
+
success: "success";
|
|
2460
|
+
error: "error";
|
|
2461
|
+
idle: "idle";
|
|
2462
|
+
loading: "loading";
|
|
2463
|
+
empty: "empty";
|
|
2464
|
+
disabled: "disabled";
|
|
2465
|
+
selected: "selected";
|
|
2466
|
+
}>;
|
|
2467
|
+
renderModel: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
2468
|
+
}, import("zod/v4/core").$strict>;
|
|
2469
|
+
readonly 'render-tree': import("zod").ZodObject<{
|
|
2470
|
+
contract: import("zod").ZodLiteral<"RenderTree">;
|
|
2471
|
+
treeId: import("zod").ZodString;
|
|
2472
|
+
product: import("zod").ZodEnum<{
|
|
2473
|
+
studio: "studio";
|
|
2474
|
+
kernel: "kernel";
|
|
2475
|
+
compute: "compute";
|
|
2476
|
+
}>;
|
|
2477
|
+
rootNodeId: import("zod").ZodString;
|
|
2478
|
+
nodes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2479
|
+
contract: import("zod").ZodLiteral<"RenderNode">;
|
|
2480
|
+
nodeId: import("zod").ZodString;
|
|
2481
|
+
kind: import("zod").ZodEnum<{
|
|
2482
|
+
record: "record";
|
|
2483
|
+
shell: "shell";
|
|
2484
|
+
page: "page";
|
|
2485
|
+
navigation: "navigation";
|
|
2486
|
+
view: "view";
|
|
2487
|
+
control: "control";
|
|
2488
|
+
detail: "detail";
|
|
2489
|
+
action: "action";
|
|
2490
|
+
overlay: "overlay";
|
|
2491
|
+
"professional-provider": "professional-provider";
|
|
2492
|
+
}>;
|
|
2493
|
+
version: import("zod").ZodNumber;
|
|
2494
|
+
ownerRepo: import("zod").ZodString;
|
|
2495
|
+
parentNodeId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2496
|
+
children: import("zod").ZodArray<import("zod").ZodString>;
|
|
2497
|
+
slot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2498
|
+
pageRef: import("zod").ZodObject<{
|
|
2499
|
+
kind: import("zod").ZodString;
|
|
2500
|
+
id: import("zod").ZodString;
|
|
2501
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2502
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2503
|
+
}, import("zod/v4/core").$strict>;
|
|
2504
|
+
semanticRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2505
|
+
kind: import("zod").ZodString;
|
|
2506
|
+
id: import("zod").ZodString;
|
|
2507
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2508
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2509
|
+
}, import("zod/v4/core").$strict>>;
|
|
2510
|
+
dataContextRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2511
|
+
kind: import("zod").ZodString;
|
|
2512
|
+
id: import("zod").ZodString;
|
|
2513
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2514
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2515
|
+
}, import("zod/v4/core").$strict>>;
|
|
2516
|
+
capabilityRef: import("zod").ZodObject<{
|
|
2517
|
+
kind: import("zod").ZodString;
|
|
2518
|
+
id: import("zod").ZodString;
|
|
2519
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2520
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2521
|
+
}, import("zod/v4/core").$strict>;
|
|
2522
|
+
providerRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2523
|
+
kind: import("zod").ZodString;
|
|
2524
|
+
id: import("zod").ZodString;
|
|
2525
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2526
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2527
|
+
}, import("zod/v4/core").$strict>>;
|
|
2528
|
+
stateRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2529
|
+
kind: import("zod").ZodString;
|
|
2530
|
+
id: import("zod").ZodString;
|
|
2531
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2532
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2533
|
+
}, import("zod/v4/core").$strict>>;
|
|
2534
|
+
surface: import("zod").ZodObject<{
|
|
2535
|
+
frameOwner: import("zod").ZodEnum<{
|
|
2536
|
+
provider: "provider";
|
|
2537
|
+
host: "host";
|
|
2538
|
+
none: "none";
|
|
2539
|
+
}>;
|
|
2540
|
+
tone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2541
|
+
density: import("zod").ZodEnum<{
|
|
2542
|
+
default: "default";
|
|
2543
|
+
compact: "compact";
|
|
2544
|
+
comfortable: "comfortable";
|
|
2545
|
+
}>;
|
|
2546
|
+
}, import("zod/v4/core").$strict>;
|
|
2547
|
+
scroll: import("zod").ZodObject<{
|
|
2548
|
+
owner: import("zod").ZodEnum<{
|
|
2549
|
+
provider: "provider";
|
|
2550
|
+
page: "page";
|
|
2551
|
+
surface: "surface";
|
|
2552
|
+
}>;
|
|
2553
|
+
axis: import("zod").ZodEnum<{
|
|
2554
|
+
none: "none";
|
|
2555
|
+
x: "x";
|
|
2556
|
+
y: "y";
|
|
2557
|
+
both: "both";
|
|
2558
|
+
}>;
|
|
2559
|
+
restoreKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2560
|
+
virtualizationBoundary: import("zod").ZodBoolean;
|
|
2561
|
+
}, import("zod/v4/core").$strict>;
|
|
2562
|
+
activation: import("zod").ZodObject<{
|
|
2563
|
+
activationId: import("zod").ZodString;
|
|
2564
|
+
mode: import("zod").ZodEnum<{
|
|
2565
|
+
navigate: "navigate";
|
|
2566
|
+
select: "select";
|
|
2567
|
+
drawer: "drawer";
|
|
2568
|
+
modal: "modal";
|
|
2569
|
+
fullscreen: "fullscreen";
|
|
2570
|
+
inline: "inline";
|
|
2571
|
+
}>;
|
|
2572
|
+
targetPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2573
|
+
history: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2574
|
+
push: "push";
|
|
2575
|
+
replace: "replace";
|
|
2576
|
+
}>>;
|
|
2577
|
+
}, import("zod/v4/core").$strict>;
|
|
2578
|
+
lifecycle: import("zod").ZodObject<{
|
|
2579
|
+
mountPolicy: import("zod").ZodEnum<{
|
|
2580
|
+
always: "always";
|
|
2581
|
+
"when-visible": "when-visible";
|
|
2582
|
+
"when-active": "when-active";
|
|
2583
|
+
}>;
|
|
2584
|
+
queryPolicy: import("zod").ZodEnum<{
|
|
2585
|
+
always: "always";
|
|
2586
|
+
"when-visible": "when-visible";
|
|
2587
|
+
"when-active": "when-active";
|
|
2588
|
+
manual: "manual";
|
|
2589
|
+
}>;
|
|
2590
|
+
retainOnDeactivate: import("zod").ZodBoolean;
|
|
2591
|
+
deepLink: import("zod").ZodBoolean;
|
|
2592
|
+
focusReturn: import("zod").ZodBoolean;
|
|
2593
|
+
}, import("zod/v4/core").$strict>;
|
|
2594
|
+
layout: import("zod").ZodObject<{
|
|
2595
|
+
mode: import("zod").ZodEnum<{
|
|
2596
|
+
contents: "contents";
|
|
2597
|
+
block: "block";
|
|
2598
|
+
flex: "flex";
|
|
2599
|
+
grid: "grid";
|
|
2600
|
+
absolute: "absolute";
|
|
2601
|
+
}>;
|
|
2602
|
+
direction: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2603
|
+
row: "row";
|
|
2604
|
+
column: "column";
|
|
2605
|
+
}>>;
|
|
2606
|
+
columns: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2607
|
+
align: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2608
|
+
start: "start";
|
|
2609
|
+
center: "center";
|
|
2610
|
+
end: "end";
|
|
2611
|
+
stretch: "stretch";
|
|
2612
|
+
}>>;
|
|
2613
|
+
justify: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2614
|
+
start: "start";
|
|
2615
|
+
center: "center";
|
|
2616
|
+
end: "end";
|
|
2617
|
+
between: "between";
|
|
2618
|
+
around: "around";
|
|
2619
|
+
}>>;
|
|
2620
|
+
gapTokenRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2621
|
+
kind: import("zod").ZodString;
|
|
2622
|
+
id: import("zod").ZodString;
|
|
2623
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2624
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2625
|
+
}, import("zod/v4/core").$strict>>;
|
|
2626
|
+
}, import("zod/v4/core").$strict>;
|
|
2627
|
+
responsive: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2628
|
+
minWidthPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2629
|
+
maxWidthPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2630
|
+
layout: import("zod").ZodObject<{
|
|
2631
|
+
mode: import("zod").ZodEnum<{
|
|
2632
|
+
contents: "contents";
|
|
2633
|
+
block: "block";
|
|
2634
|
+
flex: "flex";
|
|
2635
|
+
grid: "grid";
|
|
2636
|
+
absolute: "absolute";
|
|
2637
|
+
}>;
|
|
2638
|
+
direction: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2639
|
+
row: "row";
|
|
2640
|
+
column: "column";
|
|
2641
|
+
}>>;
|
|
2642
|
+
columns: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2643
|
+
align: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2644
|
+
start: "start";
|
|
2645
|
+
center: "center";
|
|
2646
|
+
end: "end";
|
|
2647
|
+
stretch: "stretch";
|
|
2648
|
+
}>>;
|
|
2649
|
+
justify: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2650
|
+
start: "start";
|
|
2651
|
+
center: "center";
|
|
2652
|
+
end: "end";
|
|
2653
|
+
between: "between";
|
|
2654
|
+
around: "around";
|
|
2655
|
+
}>>;
|
|
2656
|
+
gapTokenRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2657
|
+
kind: import("zod").ZodString;
|
|
2658
|
+
id: import("zod").ZodString;
|
|
2659
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2660
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2661
|
+
}, import("zod/v4/core").$strict>>;
|
|
2662
|
+
}, import("zod/v4/core").$strict>;
|
|
2663
|
+
}, import("zod/v4/core").$strict>>;
|
|
2664
|
+
accessRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2665
|
+
kind: import("zod").ZodString;
|
|
2666
|
+
id: import("zod").ZodString;
|
|
2667
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2668
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2669
|
+
}, import("zod/v4/core").$strict>>;
|
|
2670
|
+
evidenceRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2671
|
+
kind: import("zod").ZodString;
|
|
2672
|
+
id: import("zod").ZodString;
|
|
2673
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2674
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2675
|
+
}, import("zod/v4/core").$strict>>;
|
|
2676
|
+
state: import("zod").ZodEnum<{
|
|
2677
|
+
success: "success";
|
|
2678
|
+
error: "error";
|
|
2679
|
+
idle: "idle";
|
|
2680
|
+
loading: "loading";
|
|
2681
|
+
empty: "empty";
|
|
2682
|
+
disabled: "disabled";
|
|
2683
|
+
selected: "selected";
|
|
2684
|
+
}>;
|
|
2685
|
+
renderModel: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
2686
|
+
}, import("zod/v4/core").$strict>>;
|
|
2687
|
+
}, import("zod/v4/core").$strict>;
|
|
2688
|
+
readonly 'saved-radar-query': import("zod").ZodObject<{
|
|
2689
|
+
contract: import("zod").ZodLiteral<"SavedRadarQuery">;
|
|
2690
|
+
savedQueryId: import("zod").ZodString;
|
|
2691
|
+
teamId: import("zod").ZodString;
|
|
2692
|
+
ownerRef: import("zod").ZodObject<{
|
|
2693
|
+
kind: import("zod").ZodString;
|
|
2694
|
+
id: import("zod").ZodString;
|
|
2695
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2696
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2697
|
+
}, import("zod/v4/core").$strict>;
|
|
2698
|
+
name: import("zod").ZodString;
|
|
2699
|
+
queryRef: import("zod").ZodObject<{
|
|
2700
|
+
kind: import("zod").ZodString;
|
|
2701
|
+
id: import("zod").ZodString;
|
|
2702
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
2703
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2704
|
+
}, import("zod/v4/core").$strict>;
|
|
2705
|
+
expectedVersion: import("zod").ZodNumber;
|
|
2706
|
+
updatedAt: import("zod").ZodString;
|
|
2707
|
+
}, import("zod/v4/core").$strict>;
|
|
2708
|
+
readonly 'tenant-product-config': import("zod").ZodObject<{
|
|
2709
|
+
contract: import("zod").ZodLiteral<"TenantProductConfig">;
|
|
2710
|
+
tenantId: import("zod").ZodString;
|
|
2711
|
+
appId: import("zod").ZodString;
|
|
2712
|
+
environment: import("zod").ZodString;
|
|
2713
|
+
designTokens: import("zod").ZodObject<{
|
|
2714
|
+
tokenSources: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
2715
|
+
type: import("zod").ZodLiteral<"file">;
|
|
2716
|
+
path: import("zod").ZodString;
|
|
2717
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
2718
|
+
type: import("zod").ZodLiteral<"url">;
|
|
2719
|
+
url: import("zod").ZodString;
|
|
2720
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
2721
|
+
type: import("zod").ZodLiteral<"inline">;
|
|
2722
|
+
document: import("zod").ZodType<import("../theme-tokens/core").ThemeTokens, unknown, import("zod/v4/core").$ZodTypeInternals<import("../theme-tokens/core").ThemeTokens, unknown>>;
|
|
2723
|
+
}, import("zod/v4/core").$strict>], "type">>;
|
|
2724
|
+
}, import("zod/v4/core").$strict>;
|
|
2725
|
+
moduleRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
2726
|
+
pageRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
2727
|
+
featureFlags: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
2728
|
+
authBinding: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
2729
|
+
kind: import("zod").ZodLiteral<"auth-provider">;
|
|
2730
|
+
providerId: import("zod").ZodString;
|
|
2731
|
+
policyRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2732
|
+
}, import("zod/v4/core").$strict>>;
|
|
2733
|
+
dataBinding: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
2734
|
+
kind: import("zod").ZodLiteral<"data-provider">;
|
|
2735
|
+
providerId: import("zod").ZodString;
|
|
2736
|
+
domainRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2737
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
2738
|
+
kind: import("zod").ZodLiteral<"projection">;
|
|
2739
|
+
projectionRef: import("zod").ZodString;
|
|
2740
|
+
domainRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2741
|
+
}, import("zod/v4/core").$strict>], "kind">>;
|
|
2742
|
+
sourceMap: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>;
|
|
2743
|
+
warnings: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
2744
|
+
applicationConfig: import("zod").ZodObject<{
|
|
2745
|
+
theme: import("zod").ZodObject<{
|
|
2746
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2747
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2748
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2749
|
+
favicon: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2750
|
+
light: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2751
|
+
dark: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2752
|
+
}, import("zod/v4/core").$strict>>;
|
|
2753
|
+
logo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2754
|
+
light: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2755
|
+
dark: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2756
|
+
}, import("zod/v4/core").$strict>>;
|
|
2757
|
+
pwaIcon: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2758
|
+
form: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2759
|
+
variant: import("zod").ZodEnum<{
|
|
2760
|
+
ghost: "ghost";
|
|
2761
|
+
bento: "bento";
|
|
2762
|
+
}>;
|
|
2763
|
+
}, import("zod/v4/core").$strict>>;
|
|
2764
|
+
toast: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2765
|
+
position: import("zod").ZodEnum<{
|
|
2766
|
+
"top-right": "top-right";
|
|
2767
|
+
"top-left": "top-left";
|
|
2768
|
+
"bottom-right": "bottom-right";
|
|
2769
|
+
"bottom-left": "bottom-left";
|
|
2770
|
+
"top-center": "top-center";
|
|
2771
|
+
"bottom-center": "bottom-center";
|
|
2772
|
+
}>;
|
|
2773
|
+
}, import("zod/v4/core").$strict>>;
|
|
2774
|
+
icons: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2775
|
+
error: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2776
|
+
color: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2777
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2778
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2779
|
+
image: "image";
|
|
2780
|
+
svg: "svg";
|
|
2781
|
+
}>>;
|
|
2782
|
+
hintTextColor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2783
|
+
}, import("zod/v4/core").$strict>>;
|
|
2784
|
+
empty: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2785
|
+
color: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2786
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2787
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2788
|
+
image: "image";
|
|
2789
|
+
svg: "svg";
|
|
2790
|
+
}>>;
|
|
2791
|
+
hintTextColor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2792
|
+
}, import("zod/v4/core").$strict>>;
|
|
2793
|
+
}, import("zod/v4/core").$strict>>;
|
|
2794
|
+
views: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2795
|
+
form: import("zod").ZodObject<{
|
|
2796
|
+
toast: import("zod").ZodObject<{
|
|
2797
|
+
afterCreate: import("zod").ZodBoolean;
|
|
2798
|
+
afterDelete: import("zod").ZodBoolean;
|
|
2799
|
+
}, import("zod/v4/core").$strict>;
|
|
2800
|
+
progress: import("zod").ZodEnum<{
|
|
2801
|
+
estimate: "estimate";
|
|
2802
|
+
infinite: "infinite";
|
|
2803
|
+
}>;
|
|
2804
|
+
onlyResult: import("zod").ZodBoolean;
|
|
2805
|
+
tabular: import("zod").ZodObject<{
|
|
2806
|
+
theme: import("zod").ZodEnum<{
|
|
2807
|
+
default: "default";
|
|
2808
|
+
primary: "primary";
|
|
2809
|
+
tentiary: "tentiary";
|
|
2810
|
+
}>;
|
|
2811
|
+
}, import("zod/v4/core").$strict>;
|
|
2812
|
+
}, import("zod/v4/core").$strict>;
|
|
2813
|
+
}, import("zod/v4/core").$strict>>;
|
|
2814
|
+
loginPage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2815
|
+
background: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2816
|
+
imageUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2817
|
+
gradient: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2818
|
+
}, import("zod/v4/core").$strict>>;
|
|
2819
|
+
logo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2820
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2821
|
+
lightUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2822
|
+
darkUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2823
|
+
position: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2824
|
+
top: "top";
|
|
2825
|
+
middle: "middle";
|
|
2826
|
+
bottom: "bottom";
|
|
2827
|
+
}>>;
|
|
2828
|
+
scale: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2829
|
+
}, import("zod/v4/core").$strict>>;
|
|
2830
|
+
customCss: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2831
|
+
}, import("zod/v4/core").$strict>>;
|
|
2832
|
+
extraLanguageURL: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2833
|
+
hideSpaceHeader: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2834
|
+
showSidebarTeamSelector: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2835
|
+
showWorkbenchSidebar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2836
|
+
workbenchViewTheme: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2837
|
+
default: "default";
|
|
2838
|
+
"bsd-blue": "bsd-blue";
|
|
2839
|
+
}>>;
|
|
2840
|
+
defaults: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2841
|
+
showFormInImageDetail: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2842
|
+
darkMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2843
|
+
auto: "auto";
|
|
2844
|
+
light: "light";
|
|
2845
|
+
dark: "dark";
|
|
2846
|
+
}>>;
|
|
2847
|
+
language: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2848
|
+
"zh-CN": "zh-CN";
|
|
2849
|
+
"en-US": "en-US";
|
|
2850
|
+
"ja-JP": "ja-JP";
|
|
2851
|
+
}>>;
|
|
2852
|
+
showDarkModeToggle: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2853
|
+
showLanguageToggle: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2854
|
+
}, import("zod/v4/core").$strict>>;
|
|
2855
|
+
modules: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2856
|
+
monkeysSpaceSidebar: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
2857
|
+
monkeysSpaceHeadbar: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodObject<{
|
|
2858
|
+
id: import("zod").ZodString;
|
|
2859
|
+
extraInfo: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2860
|
+
displayName: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>>;
|
|
2861
|
+
visible: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2862
|
+
disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2863
|
+
icon: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2864
|
+
showQuickSwitcher: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2865
|
+
showSidebar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2866
|
+
}, import("zod/v4/core").$strict>>]>>;
|
|
2867
|
+
settingsSidebar: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
2868
|
+
}, import("zod/v4/core").$strict>>;
|
|
2869
|
+
headbar: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2870
|
+
theme: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2871
|
+
fixed: "fixed";
|
|
2872
|
+
card: "card";
|
|
2873
|
+
glassy: "glassy";
|
|
2874
|
+
ghost: "ghost";
|
|
2875
|
+
"bsd-blue": "bsd-blue";
|
|
2876
|
+
}>>;
|
|
2877
|
+
navPosition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2878
|
+
center: "center";
|
|
2879
|
+
left: "left";
|
|
2880
|
+
right: "right";
|
|
2881
|
+
}>>;
|
|
2882
|
+
actions: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
2883
|
+
profile: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
2884
|
+
showTeamQuota: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2885
|
+
}, import("zod/v4/core").$strict>>;
|
|
2886
|
+
kernelLayout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2887
|
+
navigationMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2888
|
+
sidebar: "sidebar";
|
|
2889
|
+
topbar: "topbar";
|
|
2890
|
+
}>>;
|
|
2891
|
+
allowNavigationModeSwitch: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2892
|
+
headbar: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2893
|
+
theme: import("zod").ZodOptional<import("zod").ZodLiteral<"card">>;
|
|
2894
|
+
layoutMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2895
|
+
boxed: "boxed";
|
|
2896
|
+
"full-bleed": "full-bleed";
|
|
2897
|
+
}>>;
|
|
2898
|
+
heightPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2899
|
+
navPosition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2900
|
+
center: "center";
|
|
2901
|
+
left: "left";
|
|
2902
|
+
right: "right";
|
|
2903
|
+
}>>;
|
|
2904
|
+
brandTitle: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2905
|
+
menuRadius: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2906
|
+
default: "default";
|
|
2907
|
+
none: "none";
|
|
2908
|
+
sm: "sm";
|
|
2909
|
+
md: "md";
|
|
2910
|
+
lg: "lg";
|
|
2911
|
+
xl: "xl";
|
|
2912
|
+
full: "full";
|
|
2913
|
+
}>>;
|
|
2914
|
+
}, import("zod/v4/core").$strict>>;
|
|
2915
|
+
}, import("zod/v4/core").$strict>>;
|
|
2916
|
+
paginationPosition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2917
|
+
left: "left";
|
|
2918
|
+
right: "right";
|
|
2919
|
+
}>>;
|
|
2920
|
+
ugcViewIconOnlyMode: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2921
|
+
workflowPreviewExecutionGrid: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2922
|
+
selectionModeDisplayType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2923
|
+
"operation-button": "operation-button";
|
|
2924
|
+
"dropdown-menu": "dropdown-menu";
|
|
2925
|
+
}>>;
|
|
2926
|
+
clickBehavior: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2927
|
+
none: "none";
|
|
2928
|
+
select: "select";
|
|
2929
|
+
preview: "preview";
|
|
2930
|
+
"fill-form": "fill-form";
|
|
2931
|
+
}>>;
|
|
2932
|
+
showErrorFilter: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2933
|
+
displayType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2934
|
+
grid: "grid";
|
|
2935
|
+
masonry: "masonry";
|
|
2936
|
+
}>>;
|
|
2937
|
+
showDetailButton: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2938
|
+
}, import("zod/v4/core").$strict>>;
|
|
2939
|
+
workbenchSidebarDefaultOpen: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2940
|
+
workbenchSidebarMoreAction: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2941
|
+
workbenchSidebarApart: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2942
|
+
workbenchSidebarToggleGroupDetail: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2943
|
+
workbenchSidebarViewType: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2944
|
+
workbenchSidebarFormViewEmbed: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2945
|
+
workbenchSidebarModernMode: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2946
|
+
ugc: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2947
|
+
onItemClick: import("zod").ZodBoolean;
|
|
2948
|
+
subtitle: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2949
|
+
}, import("zod/v4/core").$strict>>;
|
|
2950
|
+
uniImagePreview: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2951
|
+
imagePreviewStyle: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<false>, import("zod").ZodEnum<{
|
|
2952
|
+
normal: "normal";
|
|
2953
|
+
simple: "simple";
|
|
2954
|
+
uni: "uni";
|
|
2955
|
+
}>]>>;
|
|
2956
|
+
teamAsUser: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2957
|
+
themeMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2958
|
+
border: "border";
|
|
2959
|
+
shadow: "shadow";
|
|
2960
|
+
}>>;
|
|
2961
|
+
density: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2962
|
+
default: "default";
|
|
2963
|
+
compact: "compact";
|
|
2964
|
+
comfortable: "comfortable";
|
|
2965
|
+
}>>;
|
|
2966
|
+
pageZoom: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2967
|
+
miniMode: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2968
|
+
showPreviewViewExecutionResultGrid: import("zod").ZodBoolean;
|
|
2969
|
+
}, import("zod/v4/core").$strict>>;
|
|
2970
|
+
workflow: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2971
|
+
allowConcurrentRuns: import("zod").ZodBoolean;
|
|
2972
|
+
}, import("zod/v4/core").$strict>>;
|
|
2973
|
+
historyResult: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2974
|
+
display: import("zod").ZodBoolean;
|
|
2975
|
+
}, import("zod/v4/core").$strict>>;
|
|
2976
|
+
uploader: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2977
|
+
orientation: import("zod").ZodEnum<{
|
|
2978
|
+
vertical: "vertical";
|
|
2979
|
+
horizontal: "horizontal";
|
|
2980
|
+
}>;
|
|
2981
|
+
pasteButton: import("zod").ZodBoolean;
|
|
2982
|
+
statusText: import("zod").ZodBoolean;
|
|
2983
|
+
}, import("zod/v4/core").$strict>>;
|
|
2984
|
+
designProjects: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2985
|
+
oneOnOne: import("zod").ZodBoolean;
|
|
2986
|
+
newTabOpenBoard: import("zod").ZodBoolean;
|
|
2987
|
+
defaultShowGrid: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2988
|
+
createDefaultFrame: import("zod").ZodBoolean;
|
|
2989
|
+
showPageMenu: import("zod").ZodBoolean;
|
|
2990
|
+
showMainMenu: import("zod").ZodBoolean;
|
|
2991
|
+
showStylePanel: import("zod").ZodBoolean;
|
|
2992
|
+
showToolbar: import("zod").ZodBoolean;
|
|
2993
|
+
toolbarPosition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2994
|
+
left: "left";
|
|
2995
|
+
bottom: "bottom";
|
|
2996
|
+
}>>;
|
|
2997
|
+
showContextMenu: import("zod").ZodBoolean;
|
|
2998
|
+
showActionsMenu: import("zod").ZodBoolean;
|
|
2999
|
+
showPageAndLayerSidebar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3000
|
+
showBoardOperationSidebar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3001
|
+
showMiniToolsToolbar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3002
|
+
showRightSidebar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3003
|
+
showRealtimeDrawing: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3004
|
+
showWorkflow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3005
|
+
showVersionManager: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3006
|
+
showAgent: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3007
|
+
AgentTools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3008
|
+
}, import("zod/v4/core").$strict>>;
|
|
3009
|
+
workbench: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3010
|
+
pages: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3011
|
+
definition: import("zod").ZodObject<{
|
|
3012
|
+
contract: import("zod").ZodLiteral<"PageDefinition">;
|
|
3013
|
+
pageId: import("zod").ZodString;
|
|
3014
|
+
ownerRepo: import("zod").ZodString;
|
|
3015
|
+
title: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
3016
|
+
pageType: import("zod").ZodEnum<{
|
|
3017
|
+
"design-board": "design-board";
|
|
3018
|
+
process: "process";
|
|
3019
|
+
record: "record";
|
|
3020
|
+
page: "page";
|
|
3021
|
+
view: "view";
|
|
3022
|
+
action: "action";
|
|
3023
|
+
overlay: "overlay";
|
|
3024
|
+
workspace: "workspace";
|
|
3025
|
+
agent: "agent";
|
|
3026
|
+
log: "log";
|
|
3027
|
+
chat: "chat";
|
|
3028
|
+
preview: "preview";
|
|
3029
|
+
api: "api";
|
|
3030
|
+
enhanced: "enhanced";
|
|
3031
|
+
"agent-chat": "agent-chat";
|
|
3032
|
+
"agent-config": "agent-config";
|
|
3033
|
+
"agent-log": "agent-log";
|
|
3034
|
+
"global-design-board": "global-design-board";
|
|
3035
|
+
iframe: "iframe";
|
|
3036
|
+
}>;
|
|
3037
|
+
ownership: import("zod").ZodObject<{
|
|
3038
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3039
|
+
creatorRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3040
|
+
kind: import("zod").ZodString;
|
|
3041
|
+
id: import("zod").ZodString;
|
|
3042
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
3043
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3044
|
+
}, import("zod/v4/core").$strict>>;
|
|
3045
|
+
studioId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3046
|
+
builtIn: import("zod").ZodBoolean;
|
|
3047
|
+
}, import("zod/v4/core").$strict>;
|
|
3048
|
+
record: import("zod").ZodObject<{
|
|
3049
|
+
createdTimestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3050
|
+
updatedTimestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3051
|
+
deleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
3052
|
+
}, import("zod/v4/core").$strict>;
|
|
3053
|
+
surface: import("zod").ZodEnum<{
|
|
3054
|
+
record: "record";
|
|
3055
|
+
page: "page";
|
|
3056
|
+
view: "view";
|
|
3057
|
+
action: "action";
|
|
3058
|
+
overlay: "overlay";
|
|
3059
|
+
workspace: "workspace";
|
|
3060
|
+
agent: "agent";
|
|
3061
|
+
}>;
|
|
3062
|
+
routeId: import("zod").ZodString;
|
|
3063
|
+
routePath: import("zod").ZodString;
|
|
3064
|
+
rendererKey: import("zod").ZodString;
|
|
3065
|
+
capabilityRef: import("zod").ZodObject<{
|
|
3066
|
+
kind: import("zod").ZodString;
|
|
3067
|
+
id: import("zod").ZodString;
|
|
3068
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
3069
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3070
|
+
}, import("zod/v4/core").$strict>;
|
|
3071
|
+
capabilityRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3072
|
+
kind: import("zod").ZodString;
|
|
3073
|
+
id: import("zod").ZodString;
|
|
3074
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
3075
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3076
|
+
}, import("zod/v4/core").$strict>>>;
|
|
3077
|
+
workflowRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3078
|
+
kind: import("zod").ZodString;
|
|
3079
|
+
id: import("zod").ZodString;
|
|
3080
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
3081
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3082
|
+
}, import("zod/v4/core").$strict>>;
|
|
3083
|
+
binding: import("zod").ZodObject<{
|
|
3084
|
+
sourceRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3085
|
+
ontologyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3086
|
+
projectionRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3087
|
+
stateRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3088
|
+
}, import("zod/v4/core").$strict>;
|
|
3089
|
+
access: import("zod").ZodObject<{
|
|
3090
|
+
actions: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
3091
|
+
read: "read";
|
|
3092
|
+
write: "write";
|
|
3093
|
+
execute: "execute";
|
|
3094
|
+
"manage-permissions": "manage-permissions";
|
|
3095
|
+
}>>>;
|
|
3096
|
+
}, import("zod/v4/core").$strict>;
|
|
3097
|
+
rendererConfig: import("zod").ZodObject<{
|
|
3098
|
+
schemaRef: import("zod").ZodString;
|
|
3099
|
+
value: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
3100
|
+
}, import("zod/v4/core").$strict>;
|
|
3101
|
+
navigation: import("zod").ZodObject<{
|
|
3102
|
+
label: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
3103
|
+
iconRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3104
|
+
parentPageId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3105
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3106
|
+
hidden: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
3107
|
+
pinned: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
3108
|
+
}, import("zod/v4/core").$strict>;
|
|
3109
|
+
visibility: import("zod").ZodObject<{
|
|
3110
|
+
authenticated: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
3111
|
+
permissionAllOf: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3112
|
+
permissionAnyOf: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3113
|
+
featureFlags: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3114
|
+
productContexts: import("zod").ZodArray<import("zod").ZodEnum<{
|
|
3115
|
+
studio: "studio";
|
|
3116
|
+
kernel: "kernel";
|
|
3117
|
+
compute: "compute";
|
|
3118
|
+
}>>;
|
|
3119
|
+
}, import("zod/v4/core").$strict>;
|
|
3120
|
+
}, import("zod/v4/core").$strict>;
|
|
3121
|
+
context: import("zod").ZodObject<{
|
|
3122
|
+
workflow: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
3123
|
+
agent: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
3124
|
+
agentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3125
|
+
designProject: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
3126
|
+
designMetadataId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3127
|
+
iframeUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3128
|
+
info: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3129
|
+
displayName: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>>;
|
|
3130
|
+
description: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>>;
|
|
3131
|
+
iconUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3132
|
+
}, import("zod/v4/core").$strict>>;
|
|
3133
|
+
isBuiltinPinned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3134
|
+
isBuiltinReadonly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3135
|
+
}, import("zod/v4/core").$strict>;
|
|
3136
|
+
}, import("zod/v4/core").$strict>>;
|
|
3137
|
+
pageGroups: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3138
|
+
id: import("zod").ZodString;
|
|
3139
|
+
pageIds: import("zod").ZodArray<import("zod").ZodString>;
|
|
3140
|
+
displayName: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
3141
|
+
isBuiltIn: import("zod").ZodBoolean;
|
|
3142
|
+
iconUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3143
|
+
sortIndex: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
3144
|
+
presetRelationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3145
|
+
relationKey: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3146
|
+
studioId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3147
|
+
}, import("zod/v4/core").$strict>>;
|
|
3148
|
+
catalog: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3149
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3150
|
+
defaultEntry: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3151
|
+
}, import("zod/v4/core").$strict>>;
|
|
3152
|
+
quickSwitcherMaxItems: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3153
|
+
defaultOrder: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3154
|
+
groups: import("zod").ZodArray<import("zod").ZodString>;
|
|
3155
|
+
pages: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString>>;
|
|
3156
|
+
}, import("zod/v4/core").$strict>>;
|
|
3157
|
+
customers: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3158
|
+
dropdownToolsDefault: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3159
|
+
layoutManagerTools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3160
|
+
id: import("zod").ZodString;
|
|
3161
|
+
label: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>>;
|
|
3162
|
+
fixed: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3163
|
+
}, import("zod/v4/core").$strict>>>;
|
|
3164
|
+
studioTabsMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3165
|
+
dropdown: "dropdown";
|
|
3166
|
+
tabs: "tabs";
|
|
3167
|
+
}>>;
|
|
3168
|
+
historyWatermark: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3169
|
+
svgUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3170
|
+
coverage: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
3171
|
+
list: "list";
|
|
3172
|
+
detail: "detail";
|
|
3173
|
+
download: "download";
|
|
3174
|
+
}>>>;
|
|
3175
|
+
maxLongEdgeRatio: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3176
|
+
sizing: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3177
|
+
mode: import("zod").ZodString;
|
|
3178
|
+
heightRatio: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3179
|
+
minHeightPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3180
|
+
maxHeightPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3181
|
+
}, import("zod/v4/core").$strict>>;
|
|
3182
|
+
enhance: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3183
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3184
|
+
backgroundLumaThreshold: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3185
|
+
stroke: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3186
|
+
color: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3187
|
+
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3188
|
+
widthRatio: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3189
|
+
blurRatio: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3190
|
+
steps: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3191
|
+
}, import("zod/v4/core").$strict>>;
|
|
3192
|
+
}, import("zod/v4/core").$strict>>;
|
|
3193
|
+
}, import("zod/v4/core").$strict>>;
|
|
3194
|
+
layoutManagerEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3195
|
+
existingToolsDefault: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3196
|
+
historyColumnsDefault: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3197
|
+
studioOverrides: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3198
|
+
studioName: import("zod").ZodString;
|
|
3199
|
+
dropdownToolsDefault: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3200
|
+
existingToolsDefault: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3201
|
+
historyColumnsDefault: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3202
|
+
}, import("zod/v4/core").$strict>>>;
|
|
3203
|
+
}, import("zod/v4/core").$strict>>;
|
|
3204
|
+
}, import("zod/v4/core").$strict>>;
|
|
3205
|
+
visionProWorkflows: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3206
|
+
initTeam: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3207
|
+
imageThumbnail: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3208
|
+
pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3209
|
+
allowPageKeys: import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>;
|
|
3210
|
+
defaultPageKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3211
|
+
}, import("zod/v4/core").$strict>>;
|
|
3212
|
+
agent: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3213
|
+
brandDisplayMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3214
|
+
auto: "auto";
|
|
3215
|
+
"logo-only": "logo-only";
|
|
3216
|
+
"logo-name": "logo-name";
|
|
3217
|
+
"name-only": "name-only";
|
|
3218
|
+
}>>;
|
|
3219
|
+
density: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3220
|
+
default: "default";
|
|
3221
|
+
compact: "compact";
|
|
3222
|
+
comfortable: "comfortable";
|
|
3223
|
+
}>>;
|
|
3224
|
+
}, import("zod/v4/core").$strict>>;
|
|
3225
|
+
}, import("zod/v4/core").$strict>;
|
|
3226
|
+
auth: import("zod").ZodObject<{
|
|
3227
|
+
enabled: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3228
|
+
oidc: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3229
|
+
buttonText: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3230
|
+
autoSignin: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3231
|
+
}, import("zod/v4/core").$strict>>;
|
|
3232
|
+
password: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3233
|
+
disableAutoRegister: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3234
|
+
}, import("zod/v4/core").$strict>>;
|
|
3235
|
+
hideAuthToast: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3236
|
+
autoReload: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3237
|
+
defaultOtherTeam: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3238
|
+
}, import("zod/v4/core").$strict>;
|
|
3239
|
+
endpoints: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>;
|
|
3240
|
+
module: import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>;
|
|
3241
|
+
behavior: import("zod").ZodObject<{
|
|
3242
|
+
clearWorkflowFormStorageAfterUpdate: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3243
|
+
autoApproveOAuth: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3244
|
+
rememberWorkflowModelSelection: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3245
|
+
}, import("zod/v4/core").$strict>;
|
|
3246
|
+
dataManagement: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3247
|
+
favoriteBucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3248
|
+
pairedBucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3249
|
+
galleryBucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3250
|
+
dataBrowserDefaultBucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3251
|
+
workflowResultBucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3252
|
+
homeAdvertisement: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3253
|
+
bucketId: import("zod").ZodString;
|
|
3254
|
+
viewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3255
|
+
viewType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3256
|
+
filter: "filter";
|
|
3257
|
+
container: "container";
|
|
3258
|
+
share_link: "share_link";
|
|
3259
|
+
}>>;
|
|
3260
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3261
|
+
teamOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3262
|
+
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3263
|
+
sortBy: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3264
|
+
pin_order: "pin_order";
|
|
3265
|
+
asset_id: "asset_id";
|
|
3266
|
+
updated_timestamp: "updated_timestamp";
|
|
3267
|
+
created_timestamp: "created_timestamp";
|
|
3268
|
+
}>>;
|
|
3269
|
+
sortOrder: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3270
|
+
asc: "asc";
|
|
3271
|
+
desc: "desc";
|
|
3272
|
+
}>>;
|
|
3273
|
+
fieldMap: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
3274
|
+
columnIds: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
3275
|
+
}, import("zod/v4/core").$strict>>;
|
|
3276
|
+
homeTrendAssistant: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3277
|
+
bucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3278
|
+
viewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3279
|
+
viewInstanceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3280
|
+
viewName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3281
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3282
|
+
designOptionsWorkflowId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3283
|
+
tep: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3284
|
+
baseUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3285
|
+
timeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3286
|
+
}, import("zod/v4/core").$strict>>;
|
|
3287
|
+
runtime: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3288
|
+
appId: import("zod").ZodString;
|
|
3289
|
+
tepBaseUrlConfigured: import("zod").ZodBoolean;
|
|
3290
|
+
tepAuthorizationConfigured: import("zod").ZodBoolean;
|
|
3291
|
+
tepCookieConfigured: import("zod").ZodBoolean;
|
|
3292
|
+
}, import("zod/v4/core").$strict>>;
|
|
3293
|
+
}, import("zod/v4/core").$strict>>;
|
|
3294
|
+
sharing: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3295
|
+
silentViewLinks: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3296
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3297
|
+
placement: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3298
|
+
mode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3299
|
+
bucket: "bucket";
|
|
3300
|
+
sourceBucket: "sourceBucket";
|
|
3301
|
+
}>>;
|
|
3302
|
+
bucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3303
|
+
parentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3304
|
+
navId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3305
|
+
}, import("zod/v4/core").$strict>>;
|
|
3306
|
+
}, import("zod/v4/core").$strict>>;
|
|
3307
|
+
shareAccess: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3308
|
+
publicLinksEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3309
|
+
passwordGateEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3310
|
+
passwordAccessTtlSeconds: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3311
|
+
defaultViewTreeDelivery: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3312
|
+
auto: "auto";
|
|
3313
|
+
manual: "manual";
|
|
3314
|
+
}>>;
|
|
3315
|
+
}, import("zod/v4/core").$strict>>;
|
|
3316
|
+
shareDialog: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3317
|
+
audience: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3318
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3319
|
+
allowed: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
3320
|
+
team: "team";
|
|
3321
|
+
public: "public";
|
|
3322
|
+
user: "user";
|
|
3323
|
+
}>>>;
|
|
3324
|
+
default: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3325
|
+
team: "team";
|
|
3326
|
+
public: "public";
|
|
3327
|
+
user: "user";
|
|
3328
|
+
}>>;
|
|
3329
|
+
}, import("zod/v4/core").$strict>>;
|
|
3330
|
+
accessLevel: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3331
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3332
|
+
allowed: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
3333
|
+
read: "read";
|
|
3334
|
+
write: "write";
|
|
3335
|
+
}>>>;
|
|
3336
|
+
default: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3337
|
+
read: "read";
|
|
3338
|
+
write: "write";
|
|
3339
|
+
}>>;
|
|
3340
|
+
}, import("zod/v4/core").$strict>>;
|
|
3341
|
+
viewTreeDelivery: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3342
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3343
|
+
allowed: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
3344
|
+
auto: "auto";
|
|
3345
|
+
manual: "manual";
|
|
3346
|
+
}>>>;
|
|
3347
|
+
default: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3348
|
+
auto: "auto";
|
|
3349
|
+
manual: "manual";
|
|
3350
|
+
}>>;
|
|
3351
|
+
}, import("zod/v4/core").$strict>>;
|
|
3352
|
+
}, import("zod/v4/core").$strict>>;
|
|
3353
|
+
}, import("zod/v4/core").$strict>>;
|
|
3354
|
+
}, import("zod/v4/core").$strict>>;
|
|
3355
|
+
compute: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3356
|
+
integrations: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3357
|
+
harbor: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3358
|
+
endpoint: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3359
|
+
projectScopes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3360
|
+
authMode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3361
|
+
principal: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3362
|
+
autoSync: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3363
|
+
proxyUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3364
|
+
}, import("zod/v4/core").$strict>>;
|
|
3365
|
+
gitlab: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3366
|
+
baseUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3367
|
+
groupScopes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3368
|
+
tokenMode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3369
|
+
deployProjectPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3370
|
+
deploymentReportsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3371
|
+
proxyUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3372
|
+
}, import("zod/v4/core").$strict>>;
|
|
3373
|
+
kubernetes: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3374
|
+
accessMode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3375
|
+
clusterAlias: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3376
|
+
agentProjectPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3377
|
+
agentName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3378
|
+
namespaceScopes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3379
|
+
rolloutObserverEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3380
|
+
proxyUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3381
|
+
}, import("zod/v4/core").$strict>>;
|
|
3382
|
+
}, import("zod/v4/core").$strict>>;
|
|
3383
|
+
}, import("zod/v4/core").$strict>>;
|
|
3384
|
+
data: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$strict>>;
|
|
3385
|
+
storage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3386
|
+
presignMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3387
|
+
both: "both";
|
|
3388
|
+
frontend: "frontend";
|
|
3389
|
+
backend: "backend";
|
|
3390
|
+
}>>;
|
|
3391
|
+
presign: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3392
|
+
expiresInSeconds: import("zod").ZodNumber;
|
|
3393
|
+
buckets: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3394
|
+
id: import("zod").ZodString;
|
|
3395
|
+
provider: import("zod").ZodString;
|
|
3396
|
+
preferredUrlPatternId: import("zod").ZodString;
|
|
3397
|
+
urlPatterns: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3398
|
+
id: import("zod").ZodString;
|
|
3399
|
+
type: import("zod").ZodEnum<{
|
|
3400
|
+
"bucket-hostname": "bucket-hostname";
|
|
3401
|
+
"provider-hostname": "provider-hostname";
|
|
3402
|
+
}>;
|
|
3403
|
+
hostname: import("zod").ZodString;
|
|
3404
|
+
preferred: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3405
|
+
bucketSegment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3406
|
+
}, import("zod/v4/core").$strict>>;
|
|
3407
|
+
}, import("zod/v4/core").$strict>>;
|
|
3408
|
+
}, import("zod/v4/core").$strict>>;
|
|
3409
|
+
}, import("zod/v4/core").$strict>>;
|
|
3410
|
+
monkeyData: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3411
|
+
baseUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3412
|
+
}, import("zod/v4/core").$strict>>;
|
|
3413
|
+
}, import("zod/v4/core").$strict>;
|
|
3414
|
+
}, import("zod/v4/core").$strict>;
|
|
3415
|
+
readonly 'tenant-runtime-config': import("zod").ZodObject<{
|
|
3416
|
+
contract: import("zod").ZodLiteral<"TenantRuntimeConfig">;
|
|
3417
|
+
tenantId: import("zod").ZodString;
|
|
3418
|
+
appId: import("zod").ZodString;
|
|
3419
|
+
environment: import("zod").ZodString;
|
|
3420
|
+
designTokens: import("zod").ZodType<import("../theme-tokens/core").ThemeTokens, unknown, import("zod/v4/core").$ZodTypeInternals<import("../theme-tokens/core").ThemeTokens, unknown>>;
|
|
3421
|
+
moduleRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3422
|
+
pageRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3423
|
+
featureFlags: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
3424
|
+
authBinding: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
3425
|
+
kind: import("zod").ZodLiteral<"auth-provider">;
|
|
3426
|
+
providerId: import("zod").ZodString;
|
|
3427
|
+
policyRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3428
|
+
}, import("zod/v4/core").$strict>>;
|
|
3429
|
+
dataBinding: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
3430
|
+
kind: import("zod").ZodLiteral<"data-provider">;
|
|
3431
|
+
providerId: import("zod").ZodString;
|
|
3432
|
+
domainRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3433
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
3434
|
+
kind: import("zod").ZodLiteral<"projection">;
|
|
3435
|
+
projectionRef: import("zod").ZodString;
|
|
3436
|
+
domainRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3437
|
+
}, import("zod/v4/core").$strict>], "kind">>;
|
|
3438
|
+
sourceMap: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>;
|
|
3439
|
+
warnings: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3440
|
+
applicationConfig: import("zod").ZodObject<{
|
|
3441
|
+
theme: import("zod").ZodObject<{
|
|
3442
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3443
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3444
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3445
|
+
favicon: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3446
|
+
light: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3447
|
+
dark: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3448
|
+
}, import("zod/v4/core").$strict>>;
|
|
3449
|
+
logo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3450
|
+
light: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3451
|
+
dark: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3452
|
+
}, import("zod/v4/core").$strict>>;
|
|
3453
|
+
pwaIcon: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3454
|
+
form: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3455
|
+
variant: import("zod").ZodEnum<{
|
|
3456
|
+
ghost: "ghost";
|
|
3457
|
+
bento: "bento";
|
|
3458
|
+
}>;
|
|
3459
|
+
}, import("zod/v4/core").$strict>>;
|
|
3460
|
+
toast: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3461
|
+
position: import("zod").ZodEnum<{
|
|
3462
|
+
"top-right": "top-right";
|
|
3463
|
+
"top-left": "top-left";
|
|
3464
|
+
"bottom-right": "bottom-right";
|
|
3465
|
+
"bottom-left": "bottom-left";
|
|
3466
|
+
"top-center": "top-center";
|
|
3467
|
+
"bottom-center": "bottom-center";
|
|
3468
|
+
}>;
|
|
3469
|
+
}, import("zod/v4/core").$strict>>;
|
|
3470
|
+
icons: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3471
|
+
error: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3472
|
+
color: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3473
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3474
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3475
|
+
image: "image";
|
|
3476
|
+
svg: "svg";
|
|
3477
|
+
}>>;
|
|
3478
|
+
hintTextColor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3479
|
+
}, import("zod/v4/core").$strict>>;
|
|
3480
|
+
empty: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3481
|
+
color: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3482
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3483
|
+
type: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3484
|
+
image: "image";
|
|
3485
|
+
svg: "svg";
|
|
3486
|
+
}>>;
|
|
3487
|
+
hintTextColor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3488
|
+
}, import("zod/v4/core").$strict>>;
|
|
3489
|
+
}, import("zod/v4/core").$strict>>;
|
|
3490
|
+
views: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3491
|
+
form: import("zod").ZodObject<{
|
|
3492
|
+
toast: import("zod").ZodObject<{
|
|
3493
|
+
afterCreate: import("zod").ZodBoolean;
|
|
3494
|
+
afterDelete: import("zod").ZodBoolean;
|
|
3495
|
+
}, import("zod/v4/core").$strict>;
|
|
3496
|
+
progress: import("zod").ZodEnum<{
|
|
3497
|
+
estimate: "estimate";
|
|
3498
|
+
infinite: "infinite";
|
|
3499
|
+
}>;
|
|
3500
|
+
onlyResult: import("zod").ZodBoolean;
|
|
3501
|
+
tabular: import("zod").ZodObject<{
|
|
3502
|
+
theme: import("zod").ZodEnum<{
|
|
3503
|
+
default: "default";
|
|
3504
|
+
primary: "primary";
|
|
3505
|
+
tentiary: "tentiary";
|
|
3506
|
+
}>;
|
|
3507
|
+
}, import("zod/v4/core").$strict>;
|
|
3508
|
+
}, import("zod/v4/core").$strict>;
|
|
3509
|
+
}, import("zod/v4/core").$strict>>;
|
|
3510
|
+
loginPage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3511
|
+
background: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3512
|
+
imageUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3513
|
+
gradient: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3514
|
+
}, import("zod/v4/core").$strict>>;
|
|
3515
|
+
logo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3516
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3517
|
+
lightUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3518
|
+
darkUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3519
|
+
position: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3520
|
+
top: "top";
|
|
3521
|
+
middle: "middle";
|
|
3522
|
+
bottom: "bottom";
|
|
3523
|
+
}>>;
|
|
3524
|
+
scale: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3525
|
+
}, import("zod/v4/core").$strict>>;
|
|
3526
|
+
customCss: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3527
|
+
}, import("zod/v4/core").$strict>>;
|
|
3528
|
+
extraLanguageURL: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
3529
|
+
hideSpaceHeader: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3530
|
+
showSidebarTeamSelector: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3531
|
+
showWorkbenchSidebar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3532
|
+
workbenchViewTheme: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3533
|
+
default: "default";
|
|
3534
|
+
"bsd-blue": "bsd-blue";
|
|
3535
|
+
}>>;
|
|
3536
|
+
defaults: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3537
|
+
showFormInImageDetail: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3538
|
+
darkMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3539
|
+
auto: "auto";
|
|
3540
|
+
light: "light";
|
|
3541
|
+
dark: "dark";
|
|
3542
|
+
}>>;
|
|
3543
|
+
language: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3544
|
+
"zh-CN": "zh-CN";
|
|
3545
|
+
"en-US": "en-US";
|
|
3546
|
+
"ja-JP": "ja-JP";
|
|
3547
|
+
}>>;
|
|
3548
|
+
showDarkModeToggle: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3549
|
+
showLanguageToggle: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3550
|
+
}, import("zod/v4/core").$strict>>;
|
|
3551
|
+
modules: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3552
|
+
monkeysSpaceSidebar: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
3553
|
+
monkeysSpaceHeadbar: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodObject<{
|
|
3554
|
+
id: import("zod").ZodString;
|
|
3555
|
+
extraInfo: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3556
|
+
displayName: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>>;
|
|
3557
|
+
visible: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3558
|
+
disabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3559
|
+
icon: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3560
|
+
showQuickSwitcher: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3561
|
+
showSidebar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3562
|
+
}, import("zod/v4/core").$strict>>]>>;
|
|
3563
|
+
settingsSidebar: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
3564
|
+
}, import("zod/v4/core").$strict>>;
|
|
3565
|
+
headbar: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3566
|
+
theme: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3567
|
+
fixed: "fixed";
|
|
3568
|
+
card: "card";
|
|
3569
|
+
glassy: "glassy";
|
|
3570
|
+
ghost: "ghost";
|
|
3571
|
+
"bsd-blue": "bsd-blue";
|
|
3572
|
+
}>>;
|
|
3573
|
+
navPosition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3574
|
+
center: "center";
|
|
3575
|
+
left: "left";
|
|
3576
|
+
right: "right";
|
|
3577
|
+
}>>;
|
|
3578
|
+
actions: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
3579
|
+
profile: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
3580
|
+
showTeamQuota: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3581
|
+
}, import("zod/v4/core").$strict>>;
|
|
3582
|
+
kernelLayout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3583
|
+
navigationMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3584
|
+
sidebar: "sidebar";
|
|
3585
|
+
topbar: "topbar";
|
|
3586
|
+
}>>;
|
|
3587
|
+
allowNavigationModeSwitch: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3588
|
+
headbar: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3589
|
+
theme: import("zod").ZodOptional<import("zod").ZodLiteral<"card">>;
|
|
3590
|
+
layoutMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3591
|
+
boxed: "boxed";
|
|
3592
|
+
"full-bleed": "full-bleed";
|
|
3593
|
+
}>>;
|
|
3594
|
+
heightPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3595
|
+
navPosition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3596
|
+
center: "center";
|
|
3597
|
+
left: "left";
|
|
3598
|
+
right: "right";
|
|
3599
|
+
}>>;
|
|
3600
|
+
brandTitle: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3601
|
+
menuRadius: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3602
|
+
default: "default";
|
|
3603
|
+
none: "none";
|
|
3604
|
+
sm: "sm";
|
|
3605
|
+
md: "md";
|
|
3606
|
+
lg: "lg";
|
|
3607
|
+
xl: "xl";
|
|
3608
|
+
full: "full";
|
|
3609
|
+
}>>;
|
|
3610
|
+
}, import("zod/v4/core").$strict>>;
|
|
3611
|
+
}, import("zod/v4/core").$strict>>;
|
|
3612
|
+
paginationPosition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3613
|
+
left: "left";
|
|
3614
|
+
right: "right";
|
|
3615
|
+
}>>;
|
|
3616
|
+
ugcViewIconOnlyMode: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3617
|
+
workflowPreviewExecutionGrid: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3618
|
+
selectionModeDisplayType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3619
|
+
"operation-button": "operation-button";
|
|
3620
|
+
"dropdown-menu": "dropdown-menu";
|
|
3621
|
+
}>>;
|
|
3622
|
+
clickBehavior: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3623
|
+
none: "none";
|
|
3624
|
+
select: "select";
|
|
3625
|
+
preview: "preview";
|
|
3626
|
+
"fill-form": "fill-form";
|
|
3627
|
+
}>>;
|
|
3628
|
+
showErrorFilter: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3629
|
+
displayType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3630
|
+
grid: "grid";
|
|
3631
|
+
masonry: "masonry";
|
|
3632
|
+
}>>;
|
|
3633
|
+
showDetailButton: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3634
|
+
}, import("zod/v4/core").$strict>>;
|
|
3635
|
+
workbenchSidebarDefaultOpen: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3636
|
+
workbenchSidebarMoreAction: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3637
|
+
workbenchSidebarApart: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3638
|
+
workbenchSidebarToggleGroupDetail: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3639
|
+
workbenchSidebarViewType: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3640
|
+
workbenchSidebarFormViewEmbed: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3641
|
+
workbenchSidebarModernMode: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3642
|
+
ugc: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3643
|
+
onItemClick: import("zod").ZodBoolean;
|
|
3644
|
+
subtitle: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3645
|
+
}, import("zod/v4/core").$strict>>;
|
|
3646
|
+
uniImagePreview: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3647
|
+
imagePreviewStyle: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<false>, import("zod").ZodEnum<{
|
|
3648
|
+
normal: "normal";
|
|
3649
|
+
simple: "simple";
|
|
3650
|
+
uni: "uni";
|
|
3651
|
+
}>]>>;
|
|
3652
|
+
teamAsUser: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3653
|
+
themeMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3654
|
+
border: "border";
|
|
3655
|
+
shadow: "shadow";
|
|
3656
|
+
}>>;
|
|
3657
|
+
density: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3658
|
+
default: "default";
|
|
3659
|
+
compact: "compact";
|
|
3660
|
+
comfortable: "comfortable";
|
|
3661
|
+
}>>;
|
|
3662
|
+
pageZoom: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3663
|
+
miniMode: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3664
|
+
showPreviewViewExecutionResultGrid: import("zod").ZodBoolean;
|
|
3665
|
+
}, import("zod/v4/core").$strict>>;
|
|
3666
|
+
workflow: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3667
|
+
allowConcurrentRuns: import("zod").ZodBoolean;
|
|
3668
|
+
}, import("zod/v4/core").$strict>>;
|
|
3669
|
+
historyResult: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3670
|
+
display: import("zod").ZodBoolean;
|
|
3671
|
+
}, import("zod/v4/core").$strict>>;
|
|
3672
|
+
uploader: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3673
|
+
orientation: import("zod").ZodEnum<{
|
|
3674
|
+
vertical: "vertical";
|
|
3675
|
+
horizontal: "horizontal";
|
|
3676
|
+
}>;
|
|
3677
|
+
pasteButton: import("zod").ZodBoolean;
|
|
3678
|
+
statusText: import("zod").ZodBoolean;
|
|
3679
|
+
}, import("zod/v4/core").$strict>>;
|
|
3680
|
+
designProjects: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3681
|
+
oneOnOne: import("zod").ZodBoolean;
|
|
3682
|
+
newTabOpenBoard: import("zod").ZodBoolean;
|
|
3683
|
+
defaultShowGrid: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3684
|
+
createDefaultFrame: import("zod").ZodBoolean;
|
|
3685
|
+
showPageMenu: import("zod").ZodBoolean;
|
|
3686
|
+
showMainMenu: import("zod").ZodBoolean;
|
|
3687
|
+
showStylePanel: import("zod").ZodBoolean;
|
|
3688
|
+
showToolbar: import("zod").ZodBoolean;
|
|
3689
|
+
toolbarPosition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3690
|
+
left: "left";
|
|
3691
|
+
bottom: "bottom";
|
|
3692
|
+
}>>;
|
|
3693
|
+
showContextMenu: import("zod").ZodBoolean;
|
|
3694
|
+
showActionsMenu: import("zod").ZodBoolean;
|
|
3695
|
+
showPageAndLayerSidebar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3696
|
+
showBoardOperationSidebar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3697
|
+
showMiniToolsToolbar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3698
|
+
showRightSidebar: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3699
|
+
showRealtimeDrawing: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3700
|
+
showWorkflow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3701
|
+
showVersionManager: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3702
|
+
showAgent: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3703
|
+
AgentTools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3704
|
+
}, import("zod/v4/core").$strict>>;
|
|
3705
|
+
workbench: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3706
|
+
pages: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3707
|
+
definition: import("zod").ZodObject<{
|
|
3708
|
+
contract: import("zod").ZodLiteral<"PageDefinition">;
|
|
3709
|
+
pageId: import("zod").ZodString;
|
|
3710
|
+
ownerRepo: import("zod").ZodString;
|
|
3711
|
+
title: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
3712
|
+
pageType: import("zod").ZodEnum<{
|
|
3713
|
+
"design-board": "design-board";
|
|
3714
|
+
process: "process";
|
|
3715
|
+
record: "record";
|
|
3716
|
+
page: "page";
|
|
3717
|
+
view: "view";
|
|
3718
|
+
action: "action";
|
|
3719
|
+
overlay: "overlay";
|
|
3720
|
+
workspace: "workspace";
|
|
3721
|
+
agent: "agent";
|
|
3722
|
+
log: "log";
|
|
3723
|
+
chat: "chat";
|
|
3724
|
+
preview: "preview";
|
|
3725
|
+
api: "api";
|
|
3726
|
+
enhanced: "enhanced";
|
|
3727
|
+
"agent-chat": "agent-chat";
|
|
3728
|
+
"agent-config": "agent-config";
|
|
3729
|
+
"agent-log": "agent-log";
|
|
3730
|
+
"global-design-board": "global-design-board";
|
|
3731
|
+
iframe: "iframe";
|
|
3732
|
+
}>;
|
|
3733
|
+
ownership: import("zod").ZodObject<{
|
|
3734
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3735
|
+
creatorRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3736
|
+
kind: import("zod").ZodString;
|
|
3737
|
+
id: import("zod").ZodString;
|
|
3738
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
3739
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3740
|
+
}, import("zod/v4/core").$strict>>;
|
|
3741
|
+
studioId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3742
|
+
builtIn: import("zod").ZodBoolean;
|
|
3743
|
+
}, import("zod/v4/core").$strict>;
|
|
3744
|
+
record: import("zod").ZodObject<{
|
|
3745
|
+
createdTimestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3746
|
+
updatedTimestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3747
|
+
deleted: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
3748
|
+
}, import("zod/v4/core").$strict>;
|
|
3749
|
+
surface: import("zod").ZodEnum<{
|
|
3750
|
+
record: "record";
|
|
3751
|
+
page: "page";
|
|
3752
|
+
view: "view";
|
|
3753
|
+
action: "action";
|
|
3754
|
+
overlay: "overlay";
|
|
3755
|
+
workspace: "workspace";
|
|
3756
|
+
agent: "agent";
|
|
3757
|
+
}>;
|
|
3758
|
+
routeId: import("zod").ZodString;
|
|
3759
|
+
routePath: import("zod").ZodString;
|
|
3760
|
+
rendererKey: import("zod").ZodString;
|
|
3761
|
+
capabilityRef: import("zod").ZodObject<{
|
|
3762
|
+
kind: import("zod").ZodString;
|
|
3763
|
+
id: import("zod").ZodString;
|
|
3764
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
3765
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3766
|
+
}, import("zod/v4/core").$strict>;
|
|
3767
|
+
capabilityRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3768
|
+
kind: import("zod").ZodString;
|
|
3769
|
+
id: import("zod").ZodString;
|
|
3770
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
3771
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3772
|
+
}, import("zod/v4/core").$strict>>>;
|
|
3773
|
+
workflowRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3774
|
+
kind: import("zod").ZodString;
|
|
3775
|
+
id: import("zod").ZodString;
|
|
3776
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
3777
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3778
|
+
}, import("zod/v4/core").$strict>>;
|
|
3779
|
+
binding: import("zod").ZodObject<{
|
|
3780
|
+
sourceRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3781
|
+
ontologyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3782
|
+
projectionRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3783
|
+
stateRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3784
|
+
}, import("zod/v4/core").$strict>;
|
|
3785
|
+
access: import("zod").ZodObject<{
|
|
3786
|
+
actions: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
3787
|
+
read: "read";
|
|
3788
|
+
write: "write";
|
|
3789
|
+
execute: "execute";
|
|
3790
|
+
"manage-permissions": "manage-permissions";
|
|
3791
|
+
}>>>;
|
|
3792
|
+
}, import("zod/v4/core").$strict>;
|
|
3793
|
+
rendererConfig: import("zod").ZodObject<{
|
|
3794
|
+
schemaRef: import("zod").ZodString;
|
|
3795
|
+
value: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
3796
|
+
}, import("zod/v4/core").$strict>;
|
|
3797
|
+
navigation: import("zod").ZodObject<{
|
|
3798
|
+
label: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
3799
|
+
iconRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3800
|
+
parentPageId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3801
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3802
|
+
hidden: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
3803
|
+
pinned: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
3804
|
+
}, import("zod/v4/core").$strict>;
|
|
3805
|
+
visibility: import("zod").ZodObject<{
|
|
3806
|
+
authenticated: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
3807
|
+
permissionAllOf: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3808
|
+
permissionAnyOf: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3809
|
+
featureFlags: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3810
|
+
productContexts: import("zod").ZodArray<import("zod").ZodEnum<{
|
|
3811
|
+
studio: "studio";
|
|
3812
|
+
kernel: "kernel";
|
|
3813
|
+
compute: "compute";
|
|
3814
|
+
}>>;
|
|
3815
|
+
}, import("zod/v4/core").$strict>;
|
|
3816
|
+
}, import("zod/v4/core").$strict>;
|
|
3817
|
+
context: import("zod").ZodObject<{
|
|
3818
|
+
workflow: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
3819
|
+
agent: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
3820
|
+
agentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3821
|
+
designProject: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
3822
|
+
designMetadataId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3823
|
+
iframeUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3824
|
+
info: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3825
|
+
displayName: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>>;
|
|
3826
|
+
description: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>>;
|
|
3827
|
+
iconUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3828
|
+
}, import("zod/v4/core").$strict>>;
|
|
3829
|
+
isBuiltinPinned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3830
|
+
isBuiltinReadonly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3831
|
+
}, import("zod/v4/core").$strict>;
|
|
3832
|
+
}, import("zod/v4/core").$strict>>;
|
|
3833
|
+
pageGroups: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3834
|
+
id: import("zod").ZodString;
|
|
3835
|
+
pageIds: import("zod").ZodArray<import("zod").ZodString>;
|
|
3836
|
+
displayName: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
3837
|
+
isBuiltIn: import("zod").ZodBoolean;
|
|
3838
|
+
iconUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3839
|
+
sortIndex: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
3840
|
+
presetRelationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3841
|
+
relationKey: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3842
|
+
studioId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3843
|
+
}, import("zod/v4/core").$strict>>;
|
|
3844
|
+
catalog: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3845
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3846
|
+
defaultEntry: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3847
|
+
}, import("zod/v4/core").$strict>>;
|
|
3848
|
+
quickSwitcherMaxItems: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3849
|
+
defaultOrder: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3850
|
+
groups: import("zod").ZodArray<import("zod").ZodString>;
|
|
3851
|
+
pages: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodArray<import("zod").ZodString>>;
|
|
3852
|
+
}, import("zod/v4/core").$strict>>;
|
|
3853
|
+
customers: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3854
|
+
dropdownToolsDefault: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3855
|
+
layoutManagerTools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3856
|
+
id: import("zod").ZodString;
|
|
3857
|
+
label: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>>;
|
|
3858
|
+
fixed: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3859
|
+
}, import("zod/v4/core").$strict>>>;
|
|
3860
|
+
studioTabsMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3861
|
+
dropdown: "dropdown";
|
|
3862
|
+
tabs: "tabs";
|
|
3863
|
+
}>>;
|
|
3864
|
+
historyWatermark: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3865
|
+
svgUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3866
|
+
coverage: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
3867
|
+
list: "list";
|
|
3868
|
+
detail: "detail";
|
|
3869
|
+
download: "download";
|
|
3870
|
+
}>>>;
|
|
3871
|
+
maxLongEdgeRatio: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3872
|
+
sizing: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3873
|
+
mode: import("zod").ZodString;
|
|
3874
|
+
heightRatio: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3875
|
+
minHeightPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3876
|
+
maxHeightPx: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3877
|
+
}, import("zod/v4/core").$strict>>;
|
|
3878
|
+
enhance: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3879
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3880
|
+
backgroundLumaThreshold: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3881
|
+
stroke: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3882
|
+
color: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3883
|
+
opacity: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3884
|
+
widthRatio: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3885
|
+
blurRatio: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3886
|
+
steps: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3887
|
+
}, import("zod/v4/core").$strict>>;
|
|
3888
|
+
}, import("zod/v4/core").$strict>>;
|
|
3889
|
+
}, import("zod/v4/core").$strict>>;
|
|
3890
|
+
layoutManagerEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3891
|
+
existingToolsDefault: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3892
|
+
historyColumnsDefault: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3893
|
+
studioOverrides: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3894
|
+
studioName: import("zod").ZodString;
|
|
3895
|
+
dropdownToolsDefault: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3896
|
+
existingToolsDefault: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3897
|
+
historyColumnsDefault: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3898
|
+
}, import("zod/v4/core").$strict>>>;
|
|
3899
|
+
}, import("zod/v4/core").$strict>>;
|
|
3900
|
+
}, import("zod/v4/core").$strict>>;
|
|
3901
|
+
visionProWorkflows: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3902
|
+
initTeam: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3903
|
+
imageThumbnail: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3904
|
+
pages: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3905
|
+
allowPageKeys: import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>;
|
|
3906
|
+
defaultPageKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3907
|
+
}, import("zod/v4/core").$strict>>;
|
|
3908
|
+
agent: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3909
|
+
brandDisplayMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3910
|
+
auto: "auto";
|
|
3911
|
+
"logo-only": "logo-only";
|
|
3912
|
+
"logo-name": "logo-name";
|
|
3913
|
+
"name-only": "name-only";
|
|
3914
|
+
}>>;
|
|
3915
|
+
density: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3916
|
+
default: "default";
|
|
3917
|
+
compact: "compact";
|
|
3918
|
+
comfortable: "comfortable";
|
|
3919
|
+
}>>;
|
|
3920
|
+
}, import("zod/v4/core").$strict>>;
|
|
3921
|
+
}, import("zod/v4/core").$strict>;
|
|
3922
|
+
auth: import("zod").ZodObject<{
|
|
3923
|
+
enabled: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3924
|
+
oidc: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3925
|
+
buttonText: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3926
|
+
autoSignin: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3927
|
+
}, import("zod/v4/core").$strict>>;
|
|
3928
|
+
password: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3929
|
+
disableAutoRegister: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3930
|
+
}, import("zod/v4/core").$strict>>;
|
|
3931
|
+
hideAuthToast: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3932
|
+
autoReload: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3933
|
+
defaultOtherTeam: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3934
|
+
}, import("zod/v4/core").$strict>;
|
|
3935
|
+
endpoints: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>;
|
|
3936
|
+
module: import("zod").ZodUnion<readonly [import("zod").ZodLiteral<"*">, import("zod").ZodArray<import("zod").ZodString>]>;
|
|
3937
|
+
behavior: import("zod").ZodObject<{
|
|
3938
|
+
clearWorkflowFormStorageAfterUpdate: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3939
|
+
autoApproveOAuth: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3940
|
+
rememberWorkflowModelSelection: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3941
|
+
}, import("zod/v4/core").$strict>;
|
|
3942
|
+
dataManagement: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3943
|
+
favoriteBucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3944
|
+
pairedBucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3945
|
+
galleryBucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3946
|
+
dataBrowserDefaultBucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3947
|
+
workflowResultBucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3948
|
+
homeAdvertisement: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3949
|
+
bucketId: import("zod").ZodString;
|
|
3950
|
+
viewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3951
|
+
viewType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3952
|
+
filter: "filter";
|
|
3953
|
+
container: "container";
|
|
3954
|
+
share_link: "share_link";
|
|
3955
|
+
}>>;
|
|
3956
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3957
|
+
teamOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3958
|
+
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3959
|
+
sortBy: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3960
|
+
pin_order: "pin_order";
|
|
3961
|
+
asset_id: "asset_id";
|
|
3962
|
+
updated_timestamp: "updated_timestamp";
|
|
3963
|
+
created_timestamp: "created_timestamp";
|
|
3964
|
+
}>>;
|
|
3965
|
+
sortOrder: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3966
|
+
asc: "asc";
|
|
3967
|
+
desc: "desc";
|
|
3968
|
+
}>>;
|
|
3969
|
+
fieldMap: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
3970
|
+
columnIds: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
3971
|
+
}, import("zod/v4/core").$strict>>;
|
|
3972
|
+
homeTrendAssistant: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3973
|
+
bucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3974
|
+
viewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3975
|
+
viewInstanceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3976
|
+
viewName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3977
|
+
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3978
|
+
designOptionsWorkflowId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3979
|
+
tep: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3980
|
+
baseUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3981
|
+
timeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3982
|
+
}, import("zod/v4/core").$strict>>;
|
|
3983
|
+
runtime: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3984
|
+
appId: import("zod").ZodString;
|
|
3985
|
+
tepBaseUrlConfigured: import("zod").ZodBoolean;
|
|
3986
|
+
tepAuthorizationConfigured: import("zod").ZodBoolean;
|
|
3987
|
+
tepCookieConfigured: import("zod").ZodBoolean;
|
|
3988
|
+
}, import("zod/v4/core").$strict>>;
|
|
3989
|
+
}, import("zod/v4/core").$strict>>;
|
|
3990
|
+
sharing: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3991
|
+
silentViewLinks: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3992
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3993
|
+
placement: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3994
|
+
mode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3995
|
+
bucket: "bucket";
|
|
3996
|
+
sourceBucket: "sourceBucket";
|
|
3997
|
+
}>>;
|
|
3998
|
+
bucketId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3999
|
+
parentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4000
|
+
navId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4001
|
+
}, import("zod/v4/core").$strict>>;
|
|
4002
|
+
}, import("zod/v4/core").$strict>>;
|
|
4003
|
+
shareAccess: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4004
|
+
publicLinksEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4005
|
+
passwordGateEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4006
|
+
passwordAccessTtlSeconds: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4007
|
+
defaultViewTreeDelivery: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4008
|
+
auto: "auto";
|
|
4009
|
+
manual: "manual";
|
|
4010
|
+
}>>;
|
|
4011
|
+
}, import("zod/v4/core").$strict>>;
|
|
4012
|
+
shareDialog: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4013
|
+
audience: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4014
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4015
|
+
allowed: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
4016
|
+
team: "team";
|
|
4017
|
+
public: "public";
|
|
4018
|
+
user: "user";
|
|
4019
|
+
}>>>;
|
|
4020
|
+
default: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4021
|
+
team: "team";
|
|
4022
|
+
public: "public";
|
|
4023
|
+
user: "user";
|
|
4024
|
+
}>>;
|
|
4025
|
+
}, import("zod/v4/core").$strict>>;
|
|
4026
|
+
accessLevel: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4027
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4028
|
+
allowed: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
4029
|
+
read: "read";
|
|
4030
|
+
write: "write";
|
|
4031
|
+
}>>>;
|
|
4032
|
+
default: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4033
|
+
read: "read";
|
|
4034
|
+
write: "write";
|
|
4035
|
+
}>>;
|
|
4036
|
+
}, import("zod/v4/core").$strict>>;
|
|
4037
|
+
viewTreeDelivery: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4038
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4039
|
+
allowed: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
4040
|
+
auto: "auto";
|
|
4041
|
+
manual: "manual";
|
|
4042
|
+
}>>>;
|
|
4043
|
+
default: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4044
|
+
auto: "auto";
|
|
4045
|
+
manual: "manual";
|
|
4046
|
+
}>>;
|
|
4047
|
+
}, import("zod/v4/core").$strict>>;
|
|
4048
|
+
}, import("zod/v4/core").$strict>>;
|
|
4049
|
+
}, import("zod/v4/core").$strict>>;
|
|
4050
|
+
}, import("zod/v4/core").$strict>>;
|
|
4051
|
+
compute: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4052
|
+
integrations: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4053
|
+
harbor: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4054
|
+
endpoint: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4055
|
+
projectScopes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
4056
|
+
authMode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4057
|
+
principal: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4058
|
+
autoSync: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4059
|
+
proxyUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4060
|
+
}, import("zod/v4/core").$strict>>;
|
|
4061
|
+
gitlab: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4062
|
+
baseUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4063
|
+
groupScopes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
4064
|
+
tokenMode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4065
|
+
deployProjectPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4066
|
+
deploymentReportsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4067
|
+
proxyUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4068
|
+
}, import("zod/v4/core").$strict>>;
|
|
4069
|
+
kubernetes: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4070
|
+
accessMode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4071
|
+
clusterAlias: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4072
|
+
agentProjectPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4073
|
+
agentName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4074
|
+
namespaceScopes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
4075
|
+
rolloutObserverEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4076
|
+
proxyUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4077
|
+
}, import("zod/v4/core").$strict>>;
|
|
4078
|
+
}, import("zod/v4/core").$strict>>;
|
|
4079
|
+
}, import("zod/v4/core").$strict>>;
|
|
4080
|
+
data: import("zod").ZodOptional<import("zod").ZodObject<{}, import("zod/v4/core").$strict>>;
|
|
4081
|
+
storage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4082
|
+
presignMode: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4083
|
+
both: "both";
|
|
4084
|
+
frontend: "frontend";
|
|
4085
|
+
backend: "backend";
|
|
4086
|
+
}>>;
|
|
4087
|
+
presign: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4088
|
+
expiresInSeconds: import("zod").ZodNumber;
|
|
4089
|
+
buckets: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4090
|
+
id: import("zod").ZodString;
|
|
4091
|
+
provider: import("zod").ZodString;
|
|
4092
|
+
preferredUrlPatternId: import("zod").ZodString;
|
|
4093
|
+
urlPatterns: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4094
|
+
id: import("zod").ZodString;
|
|
4095
|
+
type: import("zod").ZodEnum<{
|
|
4096
|
+
"bucket-hostname": "bucket-hostname";
|
|
4097
|
+
"provider-hostname": "provider-hostname";
|
|
4098
|
+
}>;
|
|
4099
|
+
hostname: import("zod").ZodString;
|
|
4100
|
+
preferred: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4101
|
+
bucketSegment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4102
|
+
}, import("zod/v4/core").$strict>>;
|
|
4103
|
+
}, import("zod/v4/core").$strict>>;
|
|
4104
|
+
}, import("zod/v4/core").$strict>>;
|
|
4105
|
+
}, import("zod/v4/core").$strict>>;
|
|
4106
|
+
monkeyData: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4107
|
+
baseUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4108
|
+
}, import("zod/v4/core").$strict>>;
|
|
4109
|
+
}, import("zod/v4/core").$strict>;
|
|
4110
|
+
}, import("zod/v4/core").$strict>;
|
|
4111
|
+
readonly 'theme-tokens': import("zod").ZodType<import("../theme-tokens/core").ThemeTokens, unknown, import("zod/v4/core").$ZodTypeInternals<import("../theme-tokens/core").ThemeTokens, unknown>>;
|
|
4112
|
+
readonly 'trend-ingest-run': import("zod").ZodObject<{
|
|
4113
|
+
contract: import("zod").ZodLiteral<"TrendIngestRun">;
|
|
4114
|
+
ingestRunId: import("zod").ZodString;
|
|
4115
|
+
sourceId: import("zod").ZodString;
|
|
4116
|
+
requestId: import("zod").ZodString;
|
|
4117
|
+
idempotencyKey: import("zod").ZodString;
|
|
4118
|
+
status: import("zod").ZodEnum<{
|
|
4119
|
+
SUCCEEDED: "SUCCEEDED";
|
|
4120
|
+
FAILED: "FAILED";
|
|
4121
|
+
RUNNING: "RUNNING";
|
|
4122
|
+
PARTIAL: "PARTIAL";
|
|
4123
|
+
}>;
|
|
4124
|
+
recordCount: import("zod").ZodNumber;
|
|
4125
|
+
errorCount: import("zod").ZodNumber;
|
|
4126
|
+
startedAt: import("zod").ZodString;
|
|
4127
|
+
completedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4128
|
+
}, import("zod/v4/core").$strict>;
|
|
4129
|
+
readonly 'trend-metric-snapshot': import("zod").ZodObject<{
|
|
4130
|
+
contract: import("zod").ZodLiteral<"TrendMetricSnapshot">;
|
|
4131
|
+
snapshotId: import("zod").ZodString;
|
|
4132
|
+
subjectRef: import("zod").ZodObject<{
|
|
4133
|
+
kind: import("zod").ZodString;
|
|
4134
|
+
id: import("zod").ZodString;
|
|
4135
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
4136
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4137
|
+
}, import("zod/v4/core").$strict>;
|
|
4138
|
+
observedAt: import("zod").ZodString;
|
|
4139
|
+
metrics: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodNumber>;
|
|
4140
|
+
confidence: import("zod").ZodNumber;
|
|
4141
|
+
evidenceRefs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4142
|
+
kind: import("zod").ZodString;
|
|
4143
|
+
id: import("zod").ZodString;
|
|
4144
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
4145
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4146
|
+
}, import("zod/v4/core").$strict>>;
|
|
4147
|
+
}, import("zod/v4/core").$strict>;
|
|
4148
|
+
readonly 'trend-source-record': import("zod").ZodObject<{
|
|
4149
|
+
contract: import("zod").ZodLiteral<"TrendSourceRecord">;
|
|
4150
|
+
sourceRecordId: import("zod").ZodString;
|
|
4151
|
+
source: import("zod").ZodObject<{
|
|
4152
|
+
sourceId: import("zod").ZodString;
|
|
4153
|
+
provider: import("zod").ZodString;
|
|
4154
|
+
channel: import("zod").ZodEnum<{
|
|
4155
|
+
search: "search";
|
|
4156
|
+
trend: "trend";
|
|
4157
|
+
ecommerce: "ecommerce";
|
|
4158
|
+
social: "social";
|
|
4159
|
+
internal: "internal";
|
|
4160
|
+
}>;
|
|
4161
|
+
collectedAt: import("zod").ZodString;
|
|
4162
|
+
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4163
|
+
evidenceRefs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4164
|
+
kind: import("zod").ZodString;
|
|
4165
|
+
id: import("zod").ZodString;
|
|
4166
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
4167
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4168
|
+
}, import("zod/v4/core").$strict>>>;
|
|
4169
|
+
}, import("zod/v4/core").$strict>;
|
|
4170
|
+
ingestRunRef: import("zod").ZodObject<{
|
|
4171
|
+
kind: import("zod").ZodString;
|
|
4172
|
+
id: import("zod").ZodString;
|
|
4173
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
4174
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4175
|
+
}, import("zod/v4/core").$strict>;
|
|
4176
|
+
recordVersion: import("zod").ZodNumber;
|
|
4177
|
+
contentHash: import("zod").ZodString;
|
|
4178
|
+
payload: import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>;
|
|
4179
|
+
idempotencyKey: import("zod").ZodString;
|
|
4180
|
+
collectedAt: import("zod").ZodString;
|
|
4181
|
+
}, import("zod/v4/core").$strict>;
|
|
4182
|
+
readonly 'view-provider-descriptor': import("zod").ZodObject<{
|
|
4183
|
+
contract: import("zod").ZodLiteral<"ViewProviderDescriptor">;
|
|
4184
|
+
providerId: import("zod").ZodString;
|
|
4185
|
+
providerVersion: import("zod").ZodString;
|
|
4186
|
+
ownerRepo: import("zod").ZodString;
|
|
4187
|
+
capabilityRef: import("zod").ZodObject<{
|
|
4188
|
+
kind: import("zod").ZodString;
|
|
4189
|
+
id: import("zod").ZodString;
|
|
4190
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
4191
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4192
|
+
}, import("zod/v4/core").$strict>;
|
|
4193
|
+
rendererKey: import("zod").ZodString;
|
|
4194
|
+
renderModelSchemaRef: import("zod").ZodString;
|
|
4195
|
+
intentSchemaRef: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4196
|
+
loading: import("zod").ZodEnum<{
|
|
4197
|
+
lazy: "lazy";
|
|
4198
|
+
eager: "eager";
|
|
4199
|
+
viewport: "viewport";
|
|
4200
|
+
"on-activation": "on-activation";
|
|
4201
|
+
}>;
|
|
4202
|
+
stateOwner: import("zod").ZodEnum<{
|
|
4203
|
+
provider: "provider";
|
|
4204
|
+
host: "host";
|
|
4205
|
+
external: "external";
|
|
4206
|
+
}>;
|
|
4207
|
+
supportedPageTypes: import("zod").ZodArray<import("zod").ZodString>;
|
|
4208
|
+
supportedSurfaces: import("zod").ZodArray<import("zod").ZodEnum<{
|
|
4209
|
+
record: "record";
|
|
4210
|
+
page: "page";
|
|
4211
|
+
view: "view";
|
|
4212
|
+
action: "action";
|
|
4213
|
+
overlay: "overlay";
|
|
4214
|
+
workspace: "workspace";
|
|
4215
|
+
agent: "agent";
|
|
4216
|
+
}>>;
|
|
4217
|
+
frameOwner: import("zod").ZodEnum<{
|
|
4218
|
+
provider: "provider";
|
|
4219
|
+
host: "host";
|
|
4220
|
+
none: "none";
|
|
4221
|
+
}>;
|
|
4222
|
+
sideEffects: import("zod").ZodArray<import("zod").ZodEnum<{
|
|
4223
|
+
storage: "storage";
|
|
4224
|
+
navigation: "navigation";
|
|
4225
|
+
network: "network";
|
|
4226
|
+
worker: "worker";
|
|
4227
|
+
websocket: "websocket";
|
|
4228
|
+
}>>;
|
|
4229
|
+
sideEffectAdapterRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4230
|
+
kind: import("zod").ZodString;
|
|
4231
|
+
id: import("zod").ZodString;
|
|
4232
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
4233
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4234
|
+
}, import("zod/v4/core").$strict>>;
|
|
4235
|
+
lifecycle: import("zod").ZodObject<{
|
|
4236
|
+
preserveMount: import("zod").ZodBoolean;
|
|
4237
|
+
preserveScroll: import("zod").ZodBoolean;
|
|
4238
|
+
focusModel: import("zod").ZodString;
|
|
4239
|
+
}, import("zod/v4/core").$strict>;
|
|
4240
|
+
performance: import("zod").ZodObject<{
|
|
4241
|
+
lazy: import("zod").ZodBoolean;
|
|
4242
|
+
virtualized: import("zod").ZodBoolean;
|
|
4243
|
+
budgetMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4244
|
+
}, import("zod/v4/core").$strict>;
|
|
4245
|
+
accessRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4246
|
+
kind: import("zod").ZodString;
|
|
4247
|
+
id: import("zod").ZodString;
|
|
4248
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
4249
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4250
|
+
}, import("zod/v4/core").$strict>>;
|
|
4251
|
+
evidenceRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4252
|
+
kind: import("zod").ZodString;
|
|
4253
|
+
id: import("zod").ZodString;
|
|
4254
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
4255
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4256
|
+
}, import("zod/v4/core").$strict>>;
|
|
4257
|
+
}, import("zod/v4/core").$strict>;
|
|
4258
|
+
readonly 'workflow-definition': import("zod").ZodObject<{
|
|
4259
|
+
contract: import("zod").ZodLiteral<"WorkflowDefinition">;
|
|
4260
|
+
metadata: import("zod").ZodObject<{
|
|
4261
|
+
id: import("zod").ZodString;
|
|
4262
|
+
version: import("zod").ZodNumber;
|
|
4263
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4264
|
+
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4265
|
+
name: import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>;
|
|
4266
|
+
description: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>]>>;
|
|
4267
|
+
role: import("zod").ZodEnum<{
|
|
4268
|
+
workflow: "workflow";
|
|
4269
|
+
template: "template";
|
|
4270
|
+
}>;
|
|
4271
|
+
teamId: import("zod").ZodString;
|
|
4272
|
+
creatorRef: import("zod").ZodObject<{
|
|
4273
|
+
kind: import("zod").ZodString;
|
|
4274
|
+
id: import("zod").ZodString;
|
|
4275
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
4276
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4277
|
+
}, import("zod/v4/core").$strict>;
|
|
4278
|
+
tags: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
4279
|
+
}, import("zod/v4/core").$strict>;
|
|
4280
|
+
revision: import("zod").ZodObject<{
|
|
4281
|
+
kind: import("zod").ZodEnum<{
|
|
4282
|
+
release: "release";
|
|
4283
|
+
backup: "backup";
|
|
4284
|
+
}>;
|
|
4285
|
+
recordVersion: import("zod").ZodNumber;
|
|
4286
|
+
sourceVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4287
|
+
}, import("zod/v4/core").$strict>;
|
|
4288
|
+
presentation: import("zod").ZodObject<{
|
|
4289
|
+
iconUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4290
|
+
thumbnail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4291
|
+
}, import("zod/v4/core").$strict>;
|
|
4292
|
+
ports: import("zod").ZodObject<{
|
|
4293
|
+
inputs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4294
|
+
name: import("zod").ZodString;
|
|
4295
|
+
schemaRef: import("zod").ZodString;
|
|
4296
|
+
required: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
4297
|
+
multiple: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
4298
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4299
|
+
}, import("zod/v4/core").$strict>>>;
|
|
4300
|
+
outputs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4301
|
+
name: import("zod").ZodString;
|
|
4302
|
+
schemaRef: import("zod").ZodString;
|
|
4303
|
+
required: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
4304
|
+
multiple: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
4305
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4306
|
+
}, import("zod/v4/core").$strict>>>;
|
|
4307
|
+
}, import("zod/v4/core").$strict>;
|
|
4308
|
+
parameters: import("zod").ZodObject<{
|
|
4309
|
+
variables: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodType<import("../contracts/workflow-definition").WorkflowParameter, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/workflow-definition").WorkflowParameter, unknown>>>>;
|
|
4310
|
+
outputs: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4311
|
+
key: import("zod").ZodString;
|
|
4312
|
+
value: import("zod").ZodString;
|
|
4313
|
+
}, import("zod/v4/core").$strict>>>;
|
|
4314
|
+
}, import("zod/v4/core").$strict>;
|
|
4315
|
+
graph: import("zod").ZodObject<{
|
|
4316
|
+
nodes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4317
|
+
id: import("zod").ZodString;
|
|
4318
|
+
referenceName: import("zod").ZodString;
|
|
4319
|
+
capabilityRef: import("zod").ZodString;
|
|
4320
|
+
capabilityVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4321
|
+
inputBindings: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
4322
|
+
configuration: import("zod").ZodObject<{
|
|
4323
|
+
executor: import("zod").ZodLiteral<"conductor">;
|
|
4324
|
+
task: import("zod").ZodType<import("../contracts/workflow-definition").ConductorTaskDefinition, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/workflow-definition").ConductorTaskDefinition, unknown>>;
|
|
4325
|
+
}, import("zod/v4/core").$strict>;
|
|
4326
|
+
}, import("zod/v4/core").$strict>>;
|
|
4327
|
+
edges: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4328
|
+
from: import("zod").ZodString;
|
|
4329
|
+
to: import("zod").ZodString;
|
|
4330
|
+
outputPort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4331
|
+
inputPort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4332
|
+
condition: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4333
|
+
}, import("zod/v4/core").$strict>>>;
|
|
4334
|
+
}, import("zod/v4/core").$strict>;
|
|
4335
|
+
execution: import("zod").ZodObject<{
|
|
4336
|
+
timeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4337
|
+
retries: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
4338
|
+
concurrencyLimit: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4339
|
+
idempotency: import("zod").ZodEnum<{
|
|
4340
|
+
none: "none";
|
|
4341
|
+
required: "required";
|
|
4342
|
+
supported: "supported";
|
|
4343
|
+
}>;
|
|
4344
|
+
rateLimit: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4345
|
+
enabled: import("zod").ZodBoolean;
|
|
4346
|
+
max: import("zod").ZodNumber;
|
|
4347
|
+
windowMs: import("zod").ZodNumber;
|
|
4348
|
+
}, import("zod/v4/core").$strict>>;
|
|
4349
|
+
conductor: import("zod").ZodObject<{
|
|
4350
|
+
ownerApp: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4351
|
+
createTime: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4352
|
+
updateTime: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4353
|
+
createdBy: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4354
|
+
updatedBy: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4355
|
+
failureWorkflow: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4356
|
+
schemaVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4357
|
+
restartable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4358
|
+
workflowStatusListenerEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4359
|
+
ownerEmail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4360
|
+
timeoutPolicy: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4361
|
+
TIME_OUT_WF: "TIME_OUT_WF";
|
|
4362
|
+
ALERT_ONLY: "ALERT_ONLY";
|
|
4363
|
+
}>>;
|
|
4364
|
+
variables: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
4365
|
+
inputTemplate: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>>;
|
|
4366
|
+
}, import("zod/v4/core").$strict>;
|
|
4367
|
+
}, import("zod/v4/core").$strict>;
|
|
4368
|
+
triggers: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4369
|
+
id: import("zod").ZodString;
|
|
4370
|
+
type: import("zod").ZodEnum<{
|
|
4371
|
+
manual: "manual";
|
|
4372
|
+
api: "api";
|
|
4373
|
+
schedule: "schedule";
|
|
4374
|
+
webhook: "webhook";
|
|
4375
|
+
event: "event";
|
|
4376
|
+
}>;
|
|
4377
|
+
enabled: import("zod").ZodBoolean;
|
|
4378
|
+
schedule: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4379
|
+
cron: import("zod").ZodString;
|
|
4380
|
+
}, import("zod/v4/core").$strict>>;
|
|
4381
|
+
webhook: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4382
|
+
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4383
|
+
method: import("zod").ZodEnum<{
|
|
4384
|
+
GET: "GET";
|
|
4385
|
+
POST: "POST";
|
|
4386
|
+
PUT: "PUT";
|
|
4387
|
+
PATCH: "PATCH";
|
|
4388
|
+
DELETE: "DELETE";
|
|
4389
|
+
OPTIONS: "OPTIONS";
|
|
4390
|
+
HEAD: "HEAD";
|
|
4391
|
+
}>;
|
|
4392
|
+
auth: import("zod").ZodEnum<{
|
|
4393
|
+
NONE: "NONE";
|
|
4394
|
+
BASIC: "BASIC";
|
|
4395
|
+
CUSTOM_HEADER: "CUSTOM_HEADER";
|
|
4396
|
+
}>;
|
|
4397
|
+
basicAuth: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4398
|
+
username: import("zod").ZodString;
|
|
4399
|
+
password: import("zod").ZodString;
|
|
4400
|
+
}, import("zod/v4/core").$strict>>;
|
|
4401
|
+
headerAuth: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4402
|
+
name: import("zod").ZodString;
|
|
4403
|
+
value: import("zod").ZodString;
|
|
4404
|
+
}, import("zod/v4/core").$strict>>;
|
|
4405
|
+
responseUntil: import("zod").ZodEnum<{
|
|
4406
|
+
WORKFLOW_STARTED: "WORKFLOW_STARTED";
|
|
4407
|
+
WORKFLOW_COMPLETED_OR_FINISHED: "WORKFLOW_COMPLETED_OR_FINISHED";
|
|
4408
|
+
}>;
|
|
4409
|
+
}, import("zod/v4/core").$strict>>;
|
|
4410
|
+
event: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4411
|
+
eventType: import("zod").ZodString;
|
|
4412
|
+
configuration: import("zod").ZodOptional<import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
4413
|
+
}, import("zod/v4/core").$strict>>;
|
|
4414
|
+
}, import("zod/v4/core").$strict>>>;
|
|
4415
|
+
views: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4416
|
+
pageRef: import("zod").ZodString;
|
|
4417
|
+
placement: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4418
|
+
}, import("zod/v4/core").$strict>>>;
|
|
4419
|
+
dataContracts: import("zod").ZodObject<{
|
|
4420
|
+
reads: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
4421
|
+
writes: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
4422
|
+
emits: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
4423
|
+
}, import("zod/v4/core").$strict>;
|
|
4424
|
+
governance: import("zod").ZodObject<{
|
|
4425
|
+
activated: import("zod").ZodBoolean;
|
|
4426
|
+
validated: import("zod").ZodBoolean;
|
|
4427
|
+
validationIssues: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4428
|
+
taskReferenceName: import("zod").ZodString;
|
|
4429
|
+
issueType: import("zod").ZodEnum<{
|
|
4430
|
+
ERROR: "ERROR";
|
|
4431
|
+
WARNING: "WARNING";
|
|
4432
|
+
}>;
|
|
4433
|
+
detailReason: import("zod").ZodObject<{
|
|
4434
|
+
type: import("zod").ZodString;
|
|
4435
|
+
name: import("zod").ZodString;
|
|
4436
|
+
detailInformation: import("zod").ZodOptional<import("zod").ZodType<import("../contracts/common").JsonValue, unknown, import("zod/v4/core").$ZodTypeInternals<import("../contracts/common").JsonValue, unknown>>>;
|
|
4437
|
+
}, import("zod/v4/core").$strict>;
|
|
4438
|
+
humanMessage: import("zod").ZodObject<{
|
|
4439
|
+
en: import("zod").ZodString;
|
|
4440
|
+
zh: import("zod").ZodString;
|
|
4441
|
+
}, import("zod/v4/core").$strict>;
|
|
4442
|
+
}, import("zod/v4/core").$strict>>>;
|
|
4443
|
+
hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4444
|
+
}, import("zod/v4/core").$strict>;
|
|
4445
|
+
interfaces: import("zod").ZodObject<{
|
|
4446
|
+
openai: import("zod").ZodObject<{
|
|
4447
|
+
enabled: import("zod").ZodBoolean;
|
|
4448
|
+
modelName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4449
|
+
}, import("zod/v4/core").$strict>;
|
|
4450
|
+
shortcutRef: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4451
|
+
kind: import("zod").ZodString;
|
|
4452
|
+
id: import("zod").ZodString;
|
|
4453
|
+
version: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodNumber, import("zod").ZodString]>>;
|
|
4454
|
+
ownerRepo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4455
|
+
}, import("zod/v4/core").$strict>>;
|
|
4456
|
+
preferredAppId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4457
|
+
}, import("zod/v4/core").$strict>;
|
|
4458
|
+
}, import("zod/v4/core").$strict>;
|
|
4459
|
+
};
|
|
4460
|
+
export type CanonicalContractSchemaName = keyof typeof canonicalContractSchemas;
|
|
4461
|
+
//# sourceMappingURL=index.d.ts.map
|