Skip to content

Commit dce10cc

Browse files
committed
chore(spec): update api-surface snapshot for #3391 exports
Regenerate the public-API surface snapshot (`gen:api-surface`) for the 19 new `@objectstack/spec` exports added by #3391 (the api-derivation module + EffectiveObjectPermission). 0 breaking, 19 added — fixes the check:api-surface CI gate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012L8EfEa157Pe6C73qRnaJH
1 parent 79fdca4 commit dce10cc

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

packages/spec/api-surface.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
],
162162
"./data": [
163163
"ALL_OPERATORS (const)",
164+
"API_METHOD_DERIVATION (const)",
165+
"API_METHOD_ORDER (const)",
166+
"API_PRIMITIVES (const)",
164167
"Address (type)",
165168
"AddressSchema (const)",
166169
"AddressValueSchema (const)",
@@ -175,6 +178,8 @@
175178
"AnalyticsQuery (type)",
176179
"AnalyticsQuerySchema (const)",
177180
"ApiMethod (type)",
181+
"ApiMethodsMode (type)",
182+
"ApiPrimitive (type)",
178183
"AutonumberToken (type)",
179184
"BOOLEAN_VALUE_TYPES (const)",
180185
"BaseEngineOptions (type)",
@@ -206,6 +211,7 @@
206211
"CurrencyConfigSchema (const)",
207212
"CurrencyValue (type)",
208213
"CurrencyValueSchema (const)",
214+
"DATA_ACTION_TO_API_OPERATION (const)",
209215
"DATE_MACRO_ALIAS_TOKENS (const)",
210216
"DATE_MACRO_DESCRIPTIONS (const)",
211217
"DATE_MACRO_INSTANT_TOKENS (const)",
@@ -287,6 +293,8 @@
287293
"DroppedFieldsEventSchema (const)",
288294
"ESignatureConfig (type)",
289295
"ESignatureConfigSchema (const)",
296+
"EffectiveApiMethods (interface)",
297+
"EnableLike (interface)",
290298
"EngineAggregateOptions (type)",
291299
"EngineAggregateOptionsSchema (const)",
292300
"EngineCountOptions (type)",
@@ -362,8 +370,10 @@
362370
"JoinNodeSchema (const)",
363371
"JoinStrategy (const)",
364372
"JoinType (const)",
373+
"LEGACY_API_METHODS (const)",
365374
"LIFECYCLE_DURATION_REGEX (const)",
366375
"LOGICAL_OPERATORS (const)",
376+
"LegacyApiMethod (type)",
367377
"Lifecycle (type)",
368378
"LifecycleClass (type)",
369379
"LifecycleClassSchema (const)",
@@ -421,6 +431,7 @@
421431
"ObjectRequiredPermissionsSchema (const)",
422432
"ObjectSchema (const)",
423433
"ObjectTitleCompleteness (interface)",
434+
"OperationCheckOptions (interface)",
424435
"OperatorKey (type)",
425436
"PerOperationRequiredPermissions (type)",
426437
"PerOperationRequiredPermissionsSchema (const)",
@@ -450,6 +461,7 @@
450461
"RenderedAutonumber (interface)",
451462
"ReplicationConfig (type)",
452463
"ReplicationConfigSchema (const)",
464+
"ResolveApiOptions (interface)",
453465
"ResolveRecordDisplayNameOptions (interface)",
454466
"ResolvedHook (type)",
455467
"RowCrudActionOverride (type)",
@@ -534,13 +546,17 @@
534546
"deriveFieldGroupLayout (function)",
535547
"deriveRecordFlowSurface (function)",
536548
"deriveRecordSurface (function)",
549+
"effectiveOperationsArray (function)",
537550
"fieldForm (const)",
538551
"hasDynamicTokens (function)",
539552
"hookForm (const)",
553+
"isApiOperationAllowed (function)",
554+
"isApiPrimitive (function)",
540555
"isCompatible (function)",
541556
"isDateMacroToken (function)",
542557
"isFilterAST (function)",
543558
"isIncoherentAggregate (function)",
559+
"isLegacyApiMethod (function)",
544560
"isMultiValueField (function)",
545561
"isTenancyDisabled (function)",
546562
"isTitleEligible (function)",
@@ -555,6 +571,7 @@
555571
"renderAutonumber (function)",
556572
"resolveCrudAffordances (function)",
557573
"resolveDisplayField (function)",
574+
"resolveEffectiveApiMethods (function)",
558575
"resolveRecordDisplayName (function)",
559576
"sequenceWidth (function)",
560577
"suggestFieldType (function)",
@@ -3905,6 +3922,8 @@
39053922
"CapabilityDeclarationSchema (const)",
39063923
"CriteriaSharingRule (type)",
39073924
"CriteriaSharingRuleSchema (const)",
3925+
"EffectiveObjectPermission (type)",
3926+
"EffectiveObjectPermissionSchema (const)",
39083927
"ExplainDecision (type)",
39093928
"ExplainDecisionSchema (const)",
39103929
"ExplainLayer (type)",

0 commit comments

Comments
 (0)