Skip to content

Commit f9e80c7

Browse files
authored
feat(constants): add agentic channels service to GRAPHQL_TARGETS (#3957)
* feat(constants): add agentic channels service to `GRAPHQL_TARGETS` * chore: add changeset
1 parent 831970f commit f9e80c7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/tender-steaks-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@commercetools-frontend/constants': minor
3+
---
4+
5+
Add agentic channels service to `GRAPHQL_TARGETS`

packages/constants/src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ export const GRAPHQL_TARGETS = {
175175
STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
176176
PLATFORM_INSIGHTS: 'platform-insights',
177177
STORES_INDEXER: 'stores-indexer',
178+
AGENTIC_CHANNELS_SERVICE: 'agentic-channels',
178179
} as const;
179180
export type TGraphQLTargets =
180181
(typeof GRAPHQL_TARGETS)[keyof typeof GRAPHQL_TARGETS];

0 commit comments

Comments
 (0)