@gravitee/ui-policy-studio-angular 16.2.1 → 16.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -350,8 +350,8 @@ function fakeTestPolicy(modifier) {
350
350
  icon: 'gio:gift',
351
351
  flowPhaseCompatibility: {
352
352
  HTTP_PROXY: ['REQUEST', 'RESPONSE'],
353
- HTTP_MCP_PROXY: ['REQUEST', 'RESPONSE'],
354
- HTTP_LLM_PROXY: ['REQUEST', 'RESPONSE'],
353
+ MCP_PROXY: ['REQUEST', 'RESPONSE'],
354
+ LLM_PROXY: ['REQUEST', 'RESPONSE'],
355
355
  HTTP_MESSAGE: ['REQUEST', 'RESPONSE', 'SUBSCRIBE', 'PUBLISH'],
356
356
  NATIVE_KAFKA: ['CONNECT', 'INTERACT', 'PUBLISH', 'SUBSCRIBE'],
357
357
  },