Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion tests/post_transform_smoke.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,13 @@ describe('Post-transformation smoke tests', () => {
// without a group silently falls back to its `tags` and leaks a method to
// the SDK top level. The top level is reserved for the Platform API, so
// client/indexing operations must be nested under `client.*` / `indexing.*`.
const platformSegments = new Set(['agents', 'chat', 'search', 'skills']);
const platformSegments = new Set([
'agents',
'chat',
'search',
'skills',
'triggers',
]);
const allowedTopLevelSegments = new Set([
'client',
'indexing',
Expand Down
Loading