From a39efb484087474fdf18a40249bf0bb5b608b6f3 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 10 Nov 2023 15:21:09 -0500 Subject: Add "password" setting type --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index c04c903d..99eb1344 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -14731,7 +14731,7 @@ namespace BinaryNinja { Property JSON Data Type Prerequisite Optional {Allowed Values} and Notes ================== ====================================== ================== ======== ======================================================================= "title" string None No Concise Setting Title - "type" string None No {"array", "boolean", "number", "string"} + "type" string None No {"array", "boolean", "number", "password", "string"} "elementType" string "type" is "array" No {"string"} "enum" array : {string} "type" is "array" Yes Enumeration definitions "enumDescriptions" array : {string} "type" is "array" Yes Enumeration descriptions that match "enum" array -- cgit v1.3.1