@gravitee/ui-policy-studio-angular 16.2.5 → 16.3.0-renovate-digests-pin-a67a2bd

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.
@@ -349,10 +349,11 @@ function fakeTestPolicy(modifier) {
349
349
  name: 'Policy to test UI',
350
350
  icon: 'gio:gift',
351
351
  flowPhaseCompatibility: {
352
+ A2A_PROXY: ['REQUEST', 'RESPONSE'],
353
+ HTTP_MESSAGE: ['REQUEST', 'RESPONSE', 'SUBSCRIBE', 'PUBLISH'],
352
354
  HTTP_PROXY: ['REQUEST', 'RESPONSE'],
353
- MCP_PROXY: ['REQUEST', 'RESPONSE'],
354
355
  LLM_PROXY: ['REQUEST', 'RESPONSE'],
355
- HTTP_MESSAGE: ['REQUEST', 'RESPONSE', 'SUBSCRIBE', 'PUBLISH'],
356
+ MCP_PROXY: ['REQUEST', 'RESPONSE'],
356
357
  NATIVE_KAFKA: ['CONNECT', 'INTERACT', 'PUBLISH', 'SUBSCRIBE'],
357
358
  },
358
359
  };