-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdocs-import-surface.baseline.json
More file actions
67 lines (67 loc) · 3.81 KB
/
Copy pathdocs-import-surface.baseline.json
File metadata and controls
67 lines (67 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"_comment": "Accepted gaps between the reference docs' import examples and the real export surface of @objectstack/spec (#4570): a documented JSON Schema whose entry point exports no matching type alias (\"no type export\") or no matching schema const (\"no schema const export\"). The name is omitted from the generated import line — the docs never advertise an import that cannot compile — and listed here so the omission is countable instead of silent. Shrink-only ratchet: a NEW gap fails check:docs (fix it by adding `export type X = z.infer<typeof XSchema>;` next to the schema and regenerating api-surface/, or by retiring the schema together with its alias), and a stale entry fails until its line is deleted. Growing this list is a maintainer decision that shows up as this file in the diff. Regenerate with: tsx scripts/build-docs.ts --update-import-baseline (after gen:schema).",
"entries": [
"ai/AIModelConfig — no type export",
"ai/CodeContent — no type export",
"ai/ImageContent — no type export",
"api/AnalyticsResultResponse — no type export",
"api/Discovery — no type export",
"api/HttpFindQueryParams — no type export",
"api/MetadataExportRequest — no type export",
"api/MetadataImportRequest — no type export",
"api/MetadataOverlaySaveRequest — no type export",
"api/MetadataQueryRequest — no type export",
"automation/FlowVariable — no type export",
"automation/StateMachine — no type export",
"data/DataEngineAggregateRequest — no type export",
"data/DataEngineCountRequest — no type export",
"data/DataEngineDeleteRequest — no type export",
"data/DataEngineFindOneRequest — no type export",
"data/DataEngineFindRequest — no type export",
"data/DataEngineUpdateRequest — no type export",
"data/DateGranularity — no type export",
"data/EqualityOperator — no type export",
"data/HookEvent — no type export",
"data/Index — no type export",
"data/Object — no type export",
"data/ObjectOwnershipEnum — no type export",
"data/Query — no type export",
"data/SeedMode — no type export",
"data/SetOperator — no type export",
"data/SpecialOperator — no type export",
"data/StringOperator — no type export",
"kernel/DependencyStatusEnum — no type export",
"kernel/EventMetadata — no type export",
"kernel/Manifest — no type export",
"kernel/MetadataCategoryEnum — no type export",
"kernel/PackageStatusEnum — no type export",
"kernel/Plugin — no type export",
"shared/IsolationLevelEnum — no type export",
"shared/MutationEventEnum — no type export",
"shared/SortDirectionEnum — no type export",
"system/AddFieldOperation — no type export",
"system/CreateObjectOperation — no type export",
"system/DeployStatusEnum — no type export",
"ui/AIChatWindowProps — no type export",
"ui/DerivedMeasureOp — no type export",
"ui/ElementButtonProps — no type export",
"ui/ElementFilterProps — no type export",
"ui/ElementFormProps — no type export",
"ui/ElementImageProps — no type export",
"ui/ElementMetadataViewerProps — no type export",
"ui/ElementTextInputProps — no type export",
"ui/ElementTextProps — no type export",
"ui/GroupingField — no type export",
"ui/ObjectListView — no type export",
"ui/ObjectUserFilters — no type export",
"ui/PageAccordionProps — no type export",
"ui/PageCardProps — no type export",
"ui/PageHeaderProps — no type export",
"ui/PageTabsProps — no type export",
"ui/RecordActivityProps — no type export",
"ui/RecordChatterProps — no type export",
"ui/RecordDetailsProps — no type export",
"ui/RecordHighlightsProps — no type export",
"ui/RecordRelatedListProps — no type export"
]
}