Skip to content

Commit ad46669

Browse files
committed
chore(spec): update API-surface snapshot for field-value contract exports
24 additive exports (semantic type classes, isMultiValueField, valueSchemaFor, value schemas), 0 breaking. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SHpGw3GBA9aFpfwVArRWfd
1 parent 34bf4d9 commit ad46669

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

packages/spec/api-surface.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
"ALL_OPERATORS (const)",
164164
"Address (type)",
165165
"AddressSchema (const)",
166+
"AddressValueSchema (const)",
166167
"AggregationFunction (const)",
167168
"AggregationMetricType (const)",
168169
"AggregationNode (type)",
@@ -175,9 +176,15 @@
175176
"AnalyticsQuerySchema (const)",
176177
"ApiMethod (type)",
177178
"AutonumberToken (type)",
179+
"BOOLEAN_VALUE_TYPES (const)",
178180
"BaseEngineOptions (type)",
179181
"BaseEngineOptionsSchema (const)",
180182
"BaseValidationRuleShape (interface)",
183+
"CALENDAR_DATE_TYPES (const)",
184+
"CLOCK_TIME_TYPES (const)",
185+
"COMPUTED_VALUE_TYPES (const)",
186+
"CalendarDateValueSchema (const)",
187+
"ClockTimeValueSchema (const)",
181188
"ComparisonOperatorSchema (const)",
182189
"Compatibility (type)",
183190
"ComputedFieldCache (type)",
@@ -306,6 +313,7 @@
306313
"ExternalTable (type)",
307314
"ExternalTableSchema (const)",
308315
"FIELD_GROUP_SYSTEM_FIELDS (const)",
316+
"FILE_REFERENCE_TYPES (const)",
309317
"FILTER_OPERATORS (const)",
310318
"FeedFilterMode (type)",
311319
"FeedItemType (type)",
@@ -322,6 +330,7 @@
322330
"FieldReferenceSchema (const)",
323331
"FieldSchema (const)",
324332
"FieldType (type)",
333+
"FileLikeValueSchema (const)",
325334
"Filter (type)",
326335
"FilterCondition (type)",
327336
"FilterConditionSchema (const)",
@@ -341,7 +350,9 @@
341350
"HookEvent (const)",
342351
"HookEventType (type)",
343352
"HookSchema (const)",
353+
"INSTANT_TYPES (const)",
344354
"IndexSchema (const)",
355+
"InstantValueSchema (const)",
345356
"JSONValidation (type)",
346357
"JSONValidationSchema (const)",
347358
"JoinNode (type)",
@@ -356,13 +367,17 @@
356367
"LifecycleSchema (const)",
357368
"LocationCoordinates (type)",
358369
"LocationCoordinatesSchema (const)",
370+
"LocationValueSchema (const)",
359371
"LogicalOperatorKey (type)",
360372
"MEASURE_FIELD_TYPES (const)",
373+
"MULTI_CAPABLE_TYPES (const)",
374+
"MULTI_OPTION_TYPES (const)",
361375
"Mapping (type)",
362376
"MappingInput (type)",
363377
"MappingSchema (const)",
364378
"Metric (type)",
365379
"MetricSchema (const)",
380+
"NUMERIC_VALUE_TYPES (const)",
366381
"NoSQLDataTypeMapping (type)",
367382
"NoSQLDataTypeMappingSchema (const)",
368383
"NoSQLDatabaseType (type)",
@@ -415,13 +430,15 @@
415430
"QueryInput (type)",
416431
"QuerySchema (const)",
417432
"RECORD_SURFACE_PAGE_THRESHOLD (const)",
433+
"REFERENCE_VALUE_TYPES (const)",
418434
"RangeOperatorSchema (const)",
419435
"RecordFlow (type)",
420436
"RecordFlowContainer (type)",
421437
"RecordFlowSurface (interface)",
422438
"RecordSurface (type)",
423439
"RecordSurfaceOptions (interface)",
424440
"RecordSurfaceViewport (type)",
441+
"ReferenceIdValueSchema (const)",
425442
"ReferenceResolution (type)",
426443
"ReferenceResolutionError (type)",
427444
"ReferenceResolutionErrorSchema (const)",
@@ -436,6 +453,7 @@
436453
"RowCrudActionOverrideInput (type)",
437454
"RowCrudActionOverrideSchema (const)",
438455
"RowCrudPredicates (interface)",
456+
"SINGLE_OPTION_TYPES (const)",
439457
"SQLDialect (type)",
440458
"SQLDialectSchema (const)",
441459
"SQLDriverConfig (type)",
@@ -444,6 +462,8 @@
444462
"SQLiteDataTypeMappingDefaults (const)",
445463
"SSLConfig (type)",
446464
"SSLConfigSchema (const)",
465+
"STRING_VALUE_TYPES (const)",
466+
"STRUCTURED_JSON_TYPES (const)",
447467
"Scalar (type)",
448468
"SchemaMode (type)",
449469
"SchemaModeSchema (const)",
@@ -493,6 +513,8 @@
493513
"VALID_AST_OPERATORS (const)",
494514
"ValidationRule (type)",
495515
"ValidationRuleSchema (const)",
516+
"ValueForm (type)",
517+
"ValueShapeFieldDef (interface)",
496518
"WindowFunction (const)",
497519
"WindowFunctionNode (type)",
498520
"WindowFunctionNodeSchema (const)",
@@ -516,6 +538,7 @@
516538
"isDateMacroToken (function)",
517539
"isFilterAST (function)",
518540
"isIncoherentAggregate (function)",
541+
"isMultiValueField (function)",
519542
"isTenancyDisabled (function)",
520543
"isTitleEligible (function)",
521544
"missingFieldValues (function)",
@@ -531,7 +554,8 @@
531554
"resolveDisplayField (function)",
532555
"resolveRecordDisplayName (function)",
533556
"sequenceWidth (function)",
534-
"suggestFieldType (function)"
557+
"suggestFieldType (function)",
558+
"valueSchemaFor (function)"
535559
],
536560
"./system": [
537561
"AccessControlConfig (type)",

0 commit comments

Comments
 (0)