|
1 | 1 | { |
2 | | - "_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 \u2014 the docs never advertise an import that cannot compile \u2014 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.json, 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).", |
| 2 | + "_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).", |
3 | 3 | "entries": [ |
4 | | - "ai/AIModelConfig \u2014 no type export", |
5 | | - "ai/CodeContent \u2014 no type export", |
6 | | - "ai/FileContent \u2014 no type export", |
7 | | - "ai/ImageContent \u2014 no type export", |
8 | | - "ai/TextContent \u2014 no type export", |
9 | | - "api/AnalyticsResultResponse \u2014 no type export", |
10 | | - "api/ApiMapping \u2014 no type export", |
11 | | - "api/Discovery \u2014 no type export", |
12 | | - "api/GetAnalyticsMetaRequest \u2014 no type export", |
13 | | - "api/HttpFindQueryParams \u2014 no type export", |
14 | | - "api/MetadataBulkUnregisterRequest \u2014 no type export", |
15 | | - "api/MetadataExportRequest \u2014 no type export", |
16 | | - "api/MetadataImportRequest \u2014 no type export", |
17 | | - "api/MetadataOverlaySaveRequest \u2014 no type export", |
18 | | - "api/MetadataQueryRequest \u2014 no type export", |
19 | | - "api/MetadataValidateRequest \u2014 no type export", |
20 | | - "api/SubscriptionEvent \u2014 no type export", |
21 | | - "automation/ApproverType \u2014 no type export", |
22 | | - "automation/FlowNodeAction \u2014 no type export", |
23 | | - "automation/FlowVariable \u2014 no type export", |
24 | | - "automation/GuardRef \u2014 no type export", |
25 | | - "automation/StateMachine \u2014 no type export", |
26 | | - "automation/StateNode \u2014 no type export", |
27 | | - "data/AddressValue \u2014 no type export", |
28 | | - "data/AggregationFunction \u2014 no type export", |
29 | | - "data/AggregationMetricType \u2014 no type export", |
30 | | - "data/CalendarDateValue \u2014 no type export", |
31 | | - "data/ClockTimeValue \u2014 no type export", |
32 | | - "data/ContextTokenPlaceholder \u2014 no type export", |
33 | | - "data/DataEngineAggregateRequest \u2014 no type export", |
34 | | - "data/DataEngineCountRequest \u2014 no type export", |
35 | | - "data/DataEngineDeleteRequest \u2014 no type export", |
36 | | - "data/DataEngineExecuteRequest \u2014 no type export", |
37 | | - "data/DataEngineFindOneRequest \u2014 no type export", |
38 | | - "data/DataEngineFindRequest \u2014 no type export", |
39 | | - "data/DataEngineInsertRequest \u2014 no type export", |
40 | | - "data/DataEngineUpdateRequest \u2014 no type export", |
41 | | - "data/DataEngineVectorFindRequest \u2014 no type export", |
42 | | - "data/DateGranularity \u2014 no type export", |
43 | | - "data/DateMacroPlaceholder \u2014 no type export", |
44 | | - "data/DimensionType \u2014 no type export", |
45 | | - "data/DriverSslToggle \u2014 no type export", |
46 | | - "data/DriverType \u2014 no type export", |
47 | | - "data/EqualityOperator \u2014 no type export", |
48 | | - "data/FileLikeValue \u2014 no type export", |
49 | | - "data/FileReferenceIdValue \u2014 no type export", |
50 | | - "data/FileValue \u2014 no type export", |
51 | | - "data/HookEvent \u2014 no type export", |
52 | | - "data/Index \u2014 no type export", |
53 | | - "data/InstantValue \u2014 no type export", |
54 | | - "data/LocationValue \u2014 no type export", |
55 | | - "data/Object \u2014 no type export", |
56 | | - "data/ObjectOwnershipEnum \u2014 no type export", |
57 | | - "data/Query \u2014 no type export", |
58 | | - "data/ReferenceIdValue \u2014 no type export", |
59 | | - "data/SeedMode \u2014 no type export", |
60 | | - "data/SetOperator \u2014 no type export", |
61 | | - "data/SpecialOperator \u2014 no type export", |
62 | | - "data/StringOperator \u2014 no type export", |
63 | | - "data/TimeUpdateInterval \u2014 no type export", |
64 | | - "data/TransformType \u2014 no type export", |
65 | | - "integration/ConnectorAction \u2014 no type export", |
66 | | - "integration/ConnectorInstanceAPIKeyAuth \u2014 no type export", |
67 | | - "integration/ConnectorInstanceBasicAuth \u2014 no type export", |
68 | | - "integration/ConnectorInstanceBearerAuth \u2014 no type export", |
69 | | - "integration/ConnectorInstanceNoAuth \u2014 no type export", |
70 | | - "integration/ConnectorTrigger \u2014 no type export", |
71 | | - "kernel/DependencyStatusEnum \u2014 no type export", |
72 | | - "kernel/EventMetadata \u2014 no type export", |
73 | | - "kernel/Manifest \u2014 no type export", |
74 | | - "kernel/MetadataCategoryEnum \u2014 no type export", |
75 | | - "kernel/PackageStatusEnum \u2014 no type export", |
76 | | - "kernel/Plugin \u2014 no type export", |
77 | | - "qa/TestActionType \u2014 no type export", |
78 | | - "qa/TestAssertionType \u2014 no type export", |
79 | | - "qa/TestContext \u2014 no type export", |
80 | | - "security/OWDModel \u2014 no type export", |
81 | | - "security/ShareRecipientType \u2014 no type export", |
82 | | - "security/SharingLevel \u2014 no type export", |
83 | | - "security/SharingRuleType \u2014 no type export", |
84 | | - "shared/IsolationLevelEnum \u2014 no type export", |
85 | | - "shared/MutationEventEnum \u2014 no type export", |
86 | | - "shared/SortDirectionEnum \u2014 no type export", |
87 | | - "studio/PanelLocation \u2014 no type export", |
88 | | - "system/AddFieldOperation \u2014 no type export", |
89 | | - "system/CreateObjectOperation \u2014 no type export", |
90 | | - "system/DeleteObjectOperation \u2014 no type export", |
91 | | - "system/DeployStatusEnum \u2014 no type export", |
92 | | - "system/ExecuteSqlOperation \u2014 no type export", |
93 | | - "system/KernelServiceMap \u2014 no type export", |
94 | | - "system/Locale \u2014 no type export", |
95 | | - "system/MetadataState \u2014 no type export", |
96 | | - "system/MigrationDependency \u2014 no type export", |
97 | | - "system/ModifyFieldOperation \u2014 no type export", |
98 | | - "system/RemoveFieldOperation \u2014 no type export", |
99 | | - "system/RenameObjectOperation \u2014 no type export", |
100 | | - "system/ServiceConfig \u2014 no type export", |
101 | | - "system/ServiceCriticality \u2014 no type export", |
102 | | - "system/ServiceStatus \u2014 no type export", |
103 | | - "ui/AIChatWindowProps \u2014 no type export", |
104 | | - "ui/ActionType \u2014 no type export", |
105 | | - "ui/BreakpointColumnMap \u2014 no type export", |
106 | | - "ui/BreakpointOrderMap \u2014 no type export", |
107 | | - "ui/CalendarConfig \u2014 no type export", |
108 | | - "ui/DerivedMeasureOp \u2014 no type export", |
109 | | - "ui/ElementButtonProps \u2014 no type export", |
110 | | - "ui/ElementFilterProps \u2014 no type export", |
111 | | - "ui/ElementFormProps \u2014 no type export", |
112 | | - "ui/ElementImageProps \u2014 no type export", |
113 | | - "ui/ElementMetadataViewerProps \u2014 no type export", |
114 | | - "ui/ElementNumberProps \u2014 no type export", |
115 | | - "ui/ElementRecordPickerProps \u2014 no type export", |
116 | | - "ui/ElementTextInputProps \u2014 no type export", |
117 | | - "ui/ElementTextProps \u2014 no type export", |
118 | | - "ui/GanttConfig \u2014 no type export", |
119 | | - "ui/GanttQuickFilter \u2014 no type export", |
120 | | - "ui/GroupingField \u2014 no type export", |
121 | | - "ui/KanbanConfig \u2014 no type export", |
122 | | - "ui/NavigationMode \u2014 no type export", |
123 | | - "ui/ObjectListView \u2014 no type export", |
124 | | - "ui/ObjectUserFilters \u2014 no type export", |
125 | | - "ui/PageAccordionProps \u2014 no type export", |
126 | | - "ui/PageCardProps \u2014 no type export", |
127 | | - "ui/PageComponentType \u2014 no type export", |
128 | | - "ui/PageHeaderProps \u2014 no type export", |
129 | | - "ui/PageTabsProps \u2014 no type export", |
130 | | - "ui/RecordActivityProps \u2014 no type export", |
131 | | - "ui/RecordChatterProps \u2014 no type export", |
132 | | - "ui/RecordDetailsProps \u2014 no type export", |
133 | | - "ui/RecordHighlightsField \u2014 no type export", |
134 | | - "ui/RecordHighlightsProps \u2014 no type export", |
135 | | - "ui/RecordPathProps \u2014 no type export", |
136 | | - "ui/RecordRelatedListProps \u2014 no type export", |
137 | | - "ui/ReportType \u2014 no type export", |
138 | | - "ui/TreeConfig \u2014 no type export", |
139 | | - "ui/ViewItemName \u2014 no type export" |
| 4 | + "ai/AIModelConfig — no type export", |
| 5 | + "ai/CodeContent — no type export", |
| 6 | + "ai/FileContent — no type export", |
| 7 | + "ai/ImageContent — no type export", |
| 8 | + "ai/TextContent — no type export", |
| 9 | + "api/AnalyticsResultResponse — no type export", |
| 10 | + "api/ApiMapping — no type export", |
| 11 | + "api/Discovery — no type export", |
| 12 | + "api/GetAnalyticsMetaRequest — no type export", |
| 13 | + "api/HttpFindQueryParams — no type export", |
| 14 | + "api/MetadataBulkUnregisterRequest — no type export", |
| 15 | + "api/MetadataExportRequest — no type export", |
| 16 | + "api/MetadataImportRequest — no type export", |
| 17 | + "api/MetadataOverlaySaveRequest — no type export", |
| 18 | + "api/MetadataQueryRequest — no type export", |
| 19 | + "api/MetadataValidateRequest — no type export", |
| 20 | + "api/SubscriptionEvent — no type export", |
| 21 | + "automation/ApproverType — no type export", |
| 22 | + "automation/FlowNodeAction — no type export", |
| 23 | + "automation/FlowVariable — no type export", |
| 24 | + "automation/GuardRef — no type export", |
| 25 | + "automation/StateMachine — no type export", |
| 26 | + "automation/StateNode — no type export", |
| 27 | + "data/AddressValue — no type export", |
| 28 | + "data/AggregationFunction — no type export", |
| 29 | + "data/AggregationMetricType — no type export", |
| 30 | + "data/CalendarDateValue — no type export", |
| 31 | + "data/ClockTimeValue — no type export", |
| 32 | + "data/ContextTokenPlaceholder — no type export", |
| 33 | + "data/DataEngineAggregateRequest — no type export", |
| 34 | + "data/DataEngineCountRequest — no type export", |
| 35 | + "data/DataEngineDeleteRequest — no type export", |
| 36 | + "data/DataEngineExecuteRequest — no type export", |
| 37 | + "data/DataEngineFindOneRequest — no type export", |
| 38 | + "data/DataEngineFindRequest — no type export", |
| 39 | + "data/DataEngineInsertRequest — no type export", |
| 40 | + "data/DataEngineUpdateRequest — no type export", |
| 41 | + "data/DataEngineVectorFindRequest — no type export", |
| 42 | + "data/DateGranularity — no type export", |
| 43 | + "data/DateMacroPlaceholder — no type export", |
| 44 | + "data/DimensionType — no type export", |
| 45 | + "data/DriverSslToggle — no type export", |
| 46 | + "data/DriverType — no type export", |
| 47 | + "data/EqualityOperator — no type export", |
| 48 | + "data/FileLikeValue — no type export", |
| 49 | + "data/FileReferenceIdValue — no type export", |
| 50 | + "data/FileValue — no type export", |
| 51 | + "data/HookEvent — no type export", |
| 52 | + "data/Index — no type export", |
| 53 | + "data/InstantValue — no type export", |
| 54 | + "data/LocationValue — no type export", |
| 55 | + "data/Object — no type export", |
| 56 | + "data/ObjectOwnershipEnum — no type export", |
| 57 | + "data/Query — no type export", |
| 58 | + "data/ReferenceIdValue — no type export", |
| 59 | + "data/SeedMode — no type export", |
| 60 | + "data/SetOperator — no type export", |
| 61 | + "data/SpecialOperator — no type export", |
| 62 | + "data/StringOperator — no type export", |
| 63 | + "data/TimeUpdateInterval — no type export", |
| 64 | + "data/TransformType — no type export", |
| 65 | + "integration/ConnectorAction — no type export", |
| 66 | + "integration/ConnectorInstanceAPIKeyAuth — no type export", |
| 67 | + "integration/ConnectorInstanceBasicAuth — no type export", |
| 68 | + "integration/ConnectorInstanceBearerAuth — no type export", |
| 69 | + "integration/ConnectorInstanceNoAuth — no type export", |
| 70 | + "integration/ConnectorTrigger — no type export", |
| 71 | + "kernel/DependencyStatusEnum — no type export", |
| 72 | + "kernel/EventMetadata — no type export", |
| 73 | + "kernel/Manifest — no type export", |
| 74 | + "kernel/MetadataCategoryEnum — no type export", |
| 75 | + "kernel/PackageStatusEnum — no type export", |
| 76 | + "kernel/Plugin — no type export", |
| 77 | + "qa/TestActionType — no type export", |
| 78 | + "qa/TestAssertionType — no type export", |
| 79 | + "qa/TestContext — no type export", |
| 80 | + "security/OWDModel — no type export", |
| 81 | + "security/ShareRecipientType — no type export", |
| 82 | + "security/SharingLevel — no type export", |
| 83 | + "security/SharingRuleType — no type export", |
| 84 | + "shared/IsolationLevelEnum — no type export", |
| 85 | + "shared/MutationEventEnum — no type export", |
| 86 | + "shared/SortDirectionEnum — no type export", |
| 87 | + "studio/PanelLocation — no type export", |
| 88 | + "system/AddFieldOperation — no type export", |
| 89 | + "system/CreateObjectOperation — no type export", |
| 90 | + "system/DeleteObjectOperation — no type export", |
| 91 | + "system/DeployStatusEnum — no type export", |
| 92 | + "system/ExecuteSqlOperation — no type export", |
| 93 | + "system/KernelServiceMap — no type export", |
| 94 | + "system/Locale — no type export", |
| 95 | + "system/MetadataState — no type export", |
| 96 | + "system/MigrationDependency — no type export", |
| 97 | + "system/ModifyFieldOperation — no type export", |
| 98 | + "system/RemoveFieldOperation — no type export", |
| 99 | + "system/RenameObjectOperation — no type export", |
| 100 | + "system/ServiceConfig — no type export", |
| 101 | + "system/ServiceCriticality — no type export", |
| 102 | + "system/ServiceStatus — no type export", |
| 103 | + "ui/AIChatWindowProps — no type export", |
| 104 | + "ui/ActionType — no type export", |
| 105 | + "ui/BreakpointColumnMap — no type export", |
| 106 | + "ui/BreakpointOrderMap — no type export", |
| 107 | + "ui/CalendarConfig — no type export", |
| 108 | + "ui/DerivedMeasureOp — no type export", |
| 109 | + "ui/ElementButtonProps — no type export", |
| 110 | + "ui/ElementFilterProps — no type export", |
| 111 | + "ui/ElementFormProps — no type export", |
| 112 | + "ui/ElementImageProps — no type export", |
| 113 | + "ui/ElementMetadataViewerProps — no type export", |
| 114 | + "ui/ElementNumberProps — no type export", |
| 115 | + "ui/ElementRecordPickerProps — no type export", |
| 116 | + "ui/ElementTextInputProps — no type export", |
| 117 | + "ui/ElementTextProps — no type export", |
| 118 | + "ui/GanttConfig — no type export", |
| 119 | + "ui/GanttQuickFilter — no type export", |
| 120 | + "ui/GroupingField — no type export", |
| 121 | + "ui/KanbanConfig — no type export", |
| 122 | + "ui/NavigationMode — no type export", |
| 123 | + "ui/ObjectListView — no type export", |
| 124 | + "ui/ObjectUserFilters — no type export", |
| 125 | + "ui/PageAccordionProps — no type export", |
| 126 | + "ui/PageCardProps — no type export", |
| 127 | + "ui/PageComponentType — no type export", |
| 128 | + "ui/PageHeaderProps — no type export", |
| 129 | + "ui/PageTabsProps — no type export", |
| 130 | + "ui/RecordActivityProps — no type export", |
| 131 | + "ui/RecordChatterProps — no type export", |
| 132 | + "ui/RecordDetailsProps — no type export", |
| 133 | + "ui/RecordHighlightsField — no type export", |
| 134 | + "ui/RecordHighlightsProps — no type export", |
| 135 | + "ui/RecordPathProps — no type export", |
| 136 | + "ui/RecordRelatedListProps — no type export", |
| 137 | + "ui/ReportType — no type export", |
| 138 | + "ui/TreeConfig — no type export", |
| 139 | + "ui/ViewItemName — no type export" |
140 | 140 | ] |
141 | 141 | } |
0 commit comments