logicFunction sourceHandlerPath and builtHandlerPath manifest updates are not saved (#18230)

and delete legacy files
This commit is contained in:
Weiko
2026-02-25 19:24:24 +01:00
committed by GitHub
parent 856859f9f3
commit 4ae8381ffc
3 changed files with 39 additions and 3 deletions
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`ALL_UNIVERSAL_FLAT_ENTITY_PROPERTIES_TO_COMPARE_AND_STRINGIFY should match snapshot 1`] = `
{
@@ -90,6 +90,7 @@ exports[`ALL_UNIVERSAL_FLAT_ENTITY_PROPERTIES_TO_COMPARE_AND_STRINGIFY should ma
"cronTriggerSettings",
"databaseEventTriggerSettings",
"httpRouteTriggerSettings",
"builtHandlerPath",
],
"propertiesToStringify": [
"toolInputSchema",
@@ -577,7 +577,7 @@ export const ALL_ENTITY_PROPERTIES_CONFIGURATION_BY_METADATA_NAME = {
universalProperty: undefined,
},
builtHandlerPath: {
toCompare: false,
toCompare: true,
toStringify: false,
universalProperty: undefined,
},