Skip to content

Commit 8dcc0a2

Browse files
committed
chore(spec): regenerate api-surface snapshot for ADR-0096 exports
The `check:api-surface` gate (run in the TypeScript Type Check job) flagged the 13 new `@objectstack/spec` exports added by ADR-0096 as an intentional additive API change (0 breaking, 13 added): the ConnectorInstance* auth schemas, ResolvedConnectorAuth, the ConnectorProvider* / ConnectorMaterialization* contract, and DeclarativeConnectorEntry(Schema). Regenerate the committed snapshot. spec-changes.json and the upgrade guide are unaffected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Pbmw3pMqNJfPbkvwh9Fkjs
1 parent 919d2c8 commit 8dcc0a2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

packages/spec/api-surface.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3780,6 +3780,16 @@
37803780
"ConnectorHealth (type)",
37813781
"ConnectorHealthSchema (const)",
37823782
"ConnectorInput (type)",
3783+
"ConnectorInstanceAPIKeyAuthSchema (const)",
3784+
"ConnectorInstanceAuth (type)",
3785+
"ConnectorInstanceAuthSchema (const)",
3786+
"ConnectorInstanceBasicAuthSchema (const)",
3787+
"ConnectorInstanceBearerAuthSchema (const)",
3788+
"ConnectorInstanceNoAuthSchema (const)",
3789+
"ConnectorMaterialization (interface)",
3790+
"ConnectorMaterializationHandler (type)",
3791+
"ConnectorProviderContext (interface)",
3792+
"ConnectorProviderFactory (type)",
37833793
"ConnectorSchema (const)",
37843794
"ConnectorStatus (type)",
37853795
"ConnectorStatusSchema (const)",
@@ -3798,6 +3808,8 @@
37983808
"DatabaseProviderSchema (const)",
37993809
"DatabaseTable (type)",
38003810
"DatabaseTableSchema (const)",
3811+
"DeclarativeConnectorEntry (type)",
3812+
"DeclarativeConnectorEntrySchema (const)",
38013813
"DeliveryGuarantee (type)",
38023814
"DeliveryGuaranteeSchema (const)",
38033815
"DeploymentConfig (type)",
@@ -3864,6 +3876,7 @@
38643876
"RateLimitConfigSchema (const)",
38653877
"RateLimitStrategy (type)",
38663878
"RateLimitStrategySchema (const)",
3879+
"ResolvedConnectorAuth (type)",
38673880
"RetryConfig (type)",
38683881
"RetryConfigSchema (const)",
38693882
"RetryStrategy (type)",

0 commit comments

Comments
 (0)