Skip to content

Commit 4de1578

Browse files
committed
chore(spec): record the 8 new platform-capability exports in the API surface snapshot
check:api-surface guards the public API; the vocabulary exports (root + /kernel) are intentional additions (0 breaking), so regenerate and commit the snapshot. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TjHfkKmEvgk8v7N8nTe5sH
1 parent 8cf1602 commit 4de1578

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/spec/api-surface.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"ConversionFixture (interface)",
2727
"ConversionNotice (interface)",
2828
"CronExpressionInputSchema (const)",
29+
"DEPRECATED_PLATFORM_CAPABILITY_ALIASES (const)",
2930
"DatasourceMappingRule (type)",
3031
"DatasourceMappingRuleSchema (const)",
3132
"DefineStackOptions (interface)",
@@ -76,6 +77,7 @@
7677
"ObjectUICapabilities (type)",
7778
"ObjectUICapabilitiesSchema (const)",
7879
"P (const)",
80+
"PLATFORM_CAPABILITY_TOKENS (const)",
7981
"PluginContext (type)",
8082
"Predicate (type)",
8183
"PredicateInput (type)",
@@ -100,6 +102,7 @@
100102
"applyConversions (function)",
101103
"applyConversionsToFlow (function)",
102104
"applyMetaMigrations (function)",
105+
"canonicalizePlatformCapability (function)",
103106
"cel (function)",
104107
"collectConversionNotices (function)",
105108
"composeMigrationChain (function)",
@@ -142,6 +145,7 @@
142145
"formatZodError (function)",
143146
"formatZodIssue (function)",
144147
"isAggregatedViewContainer (function)",
148+
"isKnownPlatformCapability (function)",
145149
"mapMembershipRole (function)",
146150
"normalizeMetadataCollection (function)",
147151
"normalizePluginMetadata (function)",
@@ -1290,6 +1294,7 @@
12901294
"CustomizationPolicy (type)",
12911295
"CustomizationPolicySchema (const)",
12921296
"DEFAULT_METADATA_TYPE_REGISTRY (const)",
1297+
"DEPRECATED_PLATFORM_CAPABILITY_ALIASES (const)",
12931298
"DeadLetterQueueEntry (type)",
12941299
"DeadLetterQueueEntrySchema (const)",
12951300
"DependencyConflict (type)",
@@ -1511,6 +1516,7 @@
15111516
"OpsFilePathSchema (const)",
15121517
"OpsPluginStructure (type)",
15131518
"OpsPluginStructureSchema (const)",
1519+
"PLATFORM_CAPABILITY_TOKENS (const)",
15141520
"PROTOCOL_MAJOR (const)",
15151521
"PROTOCOL_VERSION (const)",
15161522
"PUBLIC_AUTH_CONFIG_NON_FLAG_KEYS (const)",
@@ -1744,6 +1750,7 @@
17441750
"VersionConstraint (type)",
17451751
"VersionConstraintSchema (const)",
17461752
"VulnerabilitySeverity (type)",
1753+
"canonicalizePlatformCapability (function)",
17471754
"deriveNamespaceFromPackageId (function)",
17481755
"evaluateLockForDelete (function)",
17491756
"evaluateLockForWrite (function)",
@@ -1753,6 +1760,7 @@
17531760
"getMetadataTypeActions (function)",
17541761
"getMetadataTypeSchema (function)",
17551762
"isConsumerInstallable (function)",
1763+
"isKnownPlatformCapability (function)",
17561764
"listMetadataCreateSeedTypes (function)",
17571765
"listMetadataTypeSchemaTypes (function)",
17581766
"lowerRequiresFeature (function)",

0 commit comments

Comments
 (0)