@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.
- package/fesm2022/gravitee-ui-policy-studio-angular-testing.mjs +2 -2
- package/fesm2022/gravitee-ui-policy-studio-angular-testing.mjs.map +1 -1
- package/fesm2022/gravitee-ui-policy-studio-angular.mjs +2 -2
- package/fesm2022/gravitee-ui-policy-studio-angular.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/testing/index.d.ts +1 -1
|
@@ -1620,9 +1620,9 @@ class GioPolicyStudioPoliciesCatalogDialogComponent {
|
|
|
1620
1620
|
case 'NATIVE':
|
|
1621
1621
|
return genericPolicy.flowPhaseCompatibility?.NATIVE_KAFKA?.includes(flowDialogData.flowPhase);
|
|
1622
1622
|
case 'MCP_PROXY':
|
|
1623
|
-
return genericPolicy.flowPhaseCompatibility?.
|
|
1623
|
+
return genericPolicy.flowPhaseCompatibility?.MCP_PROXY?.includes(flowDialogData.flowPhase);
|
|
1624
1624
|
case 'LLM_PROXY':
|
|
1625
|
-
return genericPolicy.flowPhaseCompatibility?.
|
|
1625
|
+
return genericPolicy.flowPhaseCompatibility?.LLM_PROXY?.includes(flowDialogData.flowPhase);
|
|
1626
1626
|
default:
|
|
1627
1627
|
throw new Error('Unknown API type');
|
|
1628
1628
|
}
|