@gravitee/ui-policy-studio-angular 16.0.1-apim-11428-mcp-proxy-1f312cc → 16.0.1-apim-11428-mcp-proxy-1b4e3b1

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.
@@ -135,6 +135,7 @@ function fakeNativeFlow(modifier) {
135
135
  function fakeMcpFlow(modifier) {
136
136
  const mcpSelector = {
137
137
  type: 'MCP',
138
+ methods: [],
138
139
  };
139
140
  const base = {
140
141
  name: 'Flow name',
@@ -1693,6 +1694,8 @@ class GioPolicyStudioFlowMcpFormDialogHarness extends ComponentHarness {
1693
1694
  async getFlowFormValues() {
1694
1695
  return {
1695
1696
  name: await this.getFlowName(),
1697
+ methods: await this.methodsInput().then(input => input.getTags()),
1698
+ condition: await this.conditionInput().then(input => input.getValue()),
1696
1699
  };
1697
1700
  }
1698
1701
  async getFlowName() {