Skip to content

Commit 6e9acf3

Browse files
committed
chore(spec): regenerate api-surface snapshot for ADR-0068 exports
The TypeScript Type Check CI job runs check:api-surface, which flagged 26 additive exports (EvalUser contract, built-in role constants/metadata, createEvalUser/mapMembershipRole) with 0 breaking. Regenerate the committed snapshot so the guard passes.
1 parent dab2b06 commit 6e9acf3

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

packages/spec/api-surface.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
".": [
3+
"ADMIN_FULL_ACCESS (const)",
34
"Agent (type)",
5+
"BUILTIN_ROLE_METADATA (const)",
6+
"BUILTIN_ROLE_NAMES (const)",
7+
"BUILTIN_ROLE_ORG_ADMIN (const)",
8+
"BUILTIN_ROLE_ORG_MEMBER (const)",
9+
"BUILTIN_ROLE_ORG_OWNER (const)",
10+
"BUILTIN_ROLE_PLATFORM_ADMIN (const)",
11+
"BuiltinRoleName (type)",
412
"ComposeStacksOptions (type)",
513
"ComposeStacksOptionsSchema (const)",
614
"ConflictStrategy (type)",
@@ -9,6 +17,9 @@
917
"DatasourceMappingRule (type)",
1018
"DatasourceMappingRuleSchema (const)",
1119
"DefineStackOptions (interface)",
20+
"EvalUser (type)",
21+
"EvalUserInput (type)",
22+
"EvalUserSchema (const)",
1223
"ExpandedViewItem (interface)",
1324
"Expression (type)",
1425
"ExpressionDialect (type)",
@@ -46,6 +57,7 @@
4657
"Tool (type)",
4758
"cel (function)",
4859
"composeStacks (function)",
60+
"createEvalUser (function)",
4961
"cron (function)",
5062
"defineAction (function)",
5163
"defineAgent (function)",
@@ -81,6 +93,7 @@
8193
"formatZodError (function)",
8294
"formatZodIssue (function)",
8395
"isAggregatedViewContainer (function)",
96+
"mapMembershipRole (function)",
8497
"normalizeMetadataCollection (function)",
8598
"normalizePluginMetadata (function)",
8699
"normalizeStackInput (function)",
@@ -4118,6 +4131,7 @@
41184131
"TestSuiteSchema (const)"
41194132
],
41204133
"./identity": [
4134+
"ADMIN_FULL_ACCESS (const)",
41214135
"AUTH_CONSTANTS (const)",
41224136
"AUTH_ERROR_CODES (const)",
41234137
"Account (type)",
@@ -4127,6 +4141,16 @@
41274141
"AuthError (interface)",
41284142
"AuthHeaders (interface)",
41294143
"AuthResponse (interface)",
4144+
"BUILTIN_ROLE_METADATA (const)",
4145+
"BUILTIN_ROLE_NAMES (const)",
4146+
"BUILTIN_ROLE_ORG_ADMIN (const)",
4147+
"BUILTIN_ROLE_ORG_MEMBER (const)",
4148+
"BUILTIN_ROLE_ORG_OWNER (const)",
4149+
"BUILTIN_ROLE_PLATFORM_ADMIN (const)",
4150+
"BuiltinRoleName (type)",
4151+
"EvalUser (type)",
4152+
"EvalUserInput (type)",
4153+
"EvalUserSchema (const)",
41304154
"Invitation (type)",
41314155
"InvitationSchema (const)",
41324156
"InvitationStatus (type)",
@@ -4183,7 +4207,9 @@
41834207
"UserSchema (const)",
41844208
"VerificationToken (type)",
41854209
"VerificationTokenSchema (const)",
4210+
"createEvalUser (function)",
41864211
"defineRole (function)",
4212+
"mapMembershipRole (function)",
41874213
"roleForm (const)"
41884214
],
41894215
"./shared": [

0 commit comments

Comments
 (0)