Skip to content

Commit eb2e7da

Browse files
committed
chore(spec): refresh the public API-surface snapshot for the new exports
The snapshot gate diffs the built export surface against the committed file so a removed or renamed export cannot silently break a pinned consumer. This change adds six exports and removes none: RAW_FILE_VALUES_CONTEXT_KEY, DATA_MIGRATION_FLAG_OBJECT, FILE_REFERENCES_MIGRATION_ID, DataMigrationFlagSchema, DataMigrationFlag, isDataMigrationFlagVerified Ran every gate in the type-check job locally this time — the spec's ten check:* scripts, the example-app and downstream-contract typechecks — rather than fixing them one CI round at a time. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9uWWyKq6pNPQthwCXL8ma
1 parent e79f481 commit eb2e7da

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/spec/api-surface.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@
447447
"QueryFilterSchema (const)",
448448
"QueryInput (type)",
449449
"QuerySchema (const)",
450+
"RAW_FILE_VALUES_CONTEXT_KEY (const)",
450451
"RECORD_SURFACE_PAGE_THRESHOLD (const)",
451452
"REFERENCE_VALUE_TYPES (const)",
452453
"RangeOperatorSchema (const)",
@@ -714,11 +715,14 @@
714715
"CursorStyleSchema (const)",
715716
"CursorUpdate (type)",
716717
"CursorUpdateSchema (const)",
718+
"DATA_MIGRATION_FLAG_OBJECT (const)",
717719
"DashboardLike (interface)",
718720
"DataClassification (type)",
719721
"DataClassificationPolicy (type)",
720722
"DataClassificationPolicySchema (const)",
721723
"DataClassificationSchema (const)",
724+
"DataMigrationFlag (type)",
725+
"DataMigrationFlagSchema (const)",
722726
"DatabaseLevelIsolationStrategy (type)",
723727
"DatabaseLevelIsolationStrategyInput (type)",
724728
"DatabaseLevelIsolationStrategySchema (const)",
@@ -796,6 +800,7 @@
796800
"ExtendedLogLevel (type)",
797801
"ExternalServiceDestinationConfig (type)",
798802
"ExternalServiceDestinationConfigSchema (const)",
803+
"FILE_REFERENCES_MIGRATION_ID (const)",
799804
"FacetConfig (type)",
800805
"FacetConfigSchema (const)",
801806
"FailoverConfig (type)",
@@ -1260,6 +1265,7 @@
12601265
"docAudienceAllows (function)",
12611266
"emailTemplateForm (const)",
12621267
"gcsStorageExample (const)",
1268+
"isDataMigrationFlagVerified (function)",
12631269
"isPublicAudience (function)",
12641270
"minioStorageExample (const)",
12651271
"resolveActionConfirm (function)",

0 commit comments

Comments
 (0)