From 641bc29b67dd249244cf61e9b66fd4bbde4f1c22 Mon Sep 17 00:00:00 2001 From: nicosammito Date: Tue, 17 Mar 2026 00:50:43 +0100 Subject: [PATCH] feat: rename runtime parameters in std_text_replace proto files for clarity --- .../runtime_definition/text/std_text_replace.proto.json | 6 +++--- .../text/std_text_replace_first.proto.json | 6 +++--- .../text/std_text_replace_last.proto.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/definitions/standard/runtime_definition/text/std_text_replace.proto.json b/definitions/standard/runtime_definition/text/std_text_replace.proto.json index 223ec07..4b3031c 100644 --- a/definitions/standard/runtime_definition/text/std_text_replace.proto.json +++ b/definitions/standard/runtime_definition/text/std_text_replace.proto.json @@ -19,7 +19,7 @@ "documentation": [] }, { - "runtimeName": "old", + "runtimeName": "oldText", "defaultValue": null, "name": [ { @@ -36,7 +36,7 @@ ] }, { - "runtimeName": "new", + "runtimeName": "newText", "defaultValue": null, "name": [ { @@ -81,7 +81,7 @@ ], "deprecationMessage": [], "displayIcon": "tabler:abc", - "signature": "(value: TEXT, old: TEXT, new: TEXT): TEXT", + "signature": "(value: TEXT, oldText: TEXT, newText: TEXT): TEXT", "linkedDataTypeIdentifiers": [ "TEXT" ] diff --git a/definitions/standard/runtime_definition/text/std_text_replace_first.proto.json b/definitions/standard/runtime_definition/text/std_text_replace_first.proto.json index 356ebb2..d135bc2 100644 --- a/definitions/standard/runtime_definition/text/std_text_replace_first.proto.json +++ b/definitions/standard/runtime_definition/text/std_text_replace_first.proto.json @@ -19,7 +19,7 @@ "documentation": [] }, { - "runtimeName": "old", + "runtimeName": "oldText", "defaultValue": null, "name": [ { @@ -36,7 +36,7 @@ "documentation": [] }, { - "runtimeName": "new", + "runtimeName": "newText", "defaultValue": null, "name": [ { @@ -86,7 +86,7 @@ ], "deprecationMessage": [], "displayIcon": "tabler:abc", - "signature": "(value: TEXT, old: TEXT, new: TEXT): TEXT", + "signature": "(value: TEXT, oldText: TEXT, newText: TEXT): TEXT", "linkedDataTypeIdentifiers": [ "TEXT" ] diff --git a/definitions/standard/runtime_definition/text/std_text_replace_last.proto.json b/definitions/standard/runtime_definition/text/std_text_replace_last.proto.json index e442b97..b8484d2 100644 --- a/definitions/standard/runtime_definition/text/std_text_replace_last.proto.json +++ b/definitions/standard/runtime_definition/text/std_text_replace_last.proto.json @@ -19,7 +19,7 @@ "documentation": [] }, { - "runtimeName": "old", + "runtimeName": "oldText", "defaultValue": null, "name": [ { @@ -36,7 +36,7 @@ "documentation": [] }, { - "runtimeName": "new", + "runtimeName": "newText", "defaultValue": null, "name": [ { @@ -81,7 +81,7 @@ ], "deprecationMessage": [], "displayIcon": "tabler:abc", - "signature": "(value: TEXT, old: TEXT, new: TEXT): TEXT", + "signature": "(value: TEXT, oldText: TEXT, newText: TEXT): TEXT", "linkedDataTypeIdentifiers": [ "TEXT" ]