Skip to content

Commit 95a4357

Browse files
committed
chore(spec): sync api-surface snapshot for new capability-provider exports
`check:api-surface` gates the @objectstack/spec public API. The #3366 additions (PLATFORM_CAPABILITY_PROVIDERS, classifyRequiredCapability, and their types) are additive (0 breaking, 12 added) — regenerate the committed snapshot so the gate passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013CQ5vX12KRiZ7mn1U4bSwQ
1 parent eee348d commit 95a4357

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/spec/api-surface.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"CONVERSIONS_BY_MAJOR (const)",
1616
"CONVERSION_CONFLICT_CODE (const)",
1717
"CONVERSION_NOTICE_CODE (const)",
18+
"CapabilityClassification (interface)",
19+
"CapabilityEdition (type)",
20+
"CapabilityProviderStatus (type)",
1821
"ComposeStacksOptions (type)",
1922
"ComposeStacksOptionsSchema (const)",
2023
"ConflictStrategy (type)",
@@ -76,7 +79,9 @@
7679
"ObjectUICapabilities (type)",
7780
"ObjectUICapabilitiesSchema (const)",
7881
"P (const)",
82+
"PLATFORM_CAPABILITY_PROVIDERS (const)",
7983
"PLATFORM_CAPABILITY_TOKENS (const)",
84+
"PlatformCapabilityProvider (interface)",
8085
"PluginContext (type)",
8186
"Predicate (type)",
8287
"PredicateInput (type)",
@@ -102,6 +107,7 @@
102107
"applyConversionsToFlow (function)",
103108
"applyMetaMigrations (function)",
104109
"cel (function)",
110+
"classifyRequiredCapability (function)",
105111
"collectConversionNotices (function)",
106112
"composeMigrationChain (function)",
107113
"composeSpecChanges (function)",
@@ -1278,8 +1284,11 @@
12781284
"CLICommandContributionSchema (const)",
12791285
"CONSUMER_INSTALLABLE_TYPES (const)",
12801286
"CORE_PLUGIN_TYPES (const)",
1287+
"CapabilityClassification (interface)",
12811288
"CapabilityConformanceLevel (type)",
12821289
"CapabilityConformanceLevelSchema (const)",
1290+
"CapabilityEdition (type)",
1291+
"CapabilityProviderStatus (type)",
12831292
"ClusterCapabilityConfig (type)",
12841293
"ClusterCapabilityConfigInput (type)",
12851294
"ClusterCapabilityConfigSchema (const)",
@@ -1517,6 +1526,7 @@
15171526
"OpsFilePathSchema (const)",
15181527
"OpsPluginStructure (type)",
15191528
"OpsPluginStructureSchema (const)",
1529+
"PLATFORM_CAPABILITY_PROVIDERS (const)",
15201530
"PLATFORM_CAPABILITY_TOKENS (const)",
15211531
"PROTOCOL_MAJOR (const)",
15221532
"PROTOCOL_VERSION (const)",
@@ -1538,6 +1548,7 @@
15381548
"PermissionActionSchema (const)",
15391549
"PermissionScope (type)",
15401550
"PermissionScopeSchema (const)",
1551+
"PlatformCapabilityProvider (interface)",
15411552
"PluginCaching (type)",
15421553
"PluginCachingSchema (const)",
15431554
"PluginCapability (type)",
@@ -1751,6 +1762,7 @@
17511762
"VersionConstraint (type)",
17521763
"VersionConstraintSchema (const)",
17531764
"VulnerabilitySeverity (type)",
1765+
"classifyRequiredCapability (function)",
17541766
"deriveNamespaceFromPackageId (function)",
17551767
"evaluateLockForDelete (function)",
17561768
"evaluateLockForWrite (function)",

0 commit comments

Comments
 (0)