addedInput schema / properties / date_from / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / date_from / default
Added value: +null
removedInput schema / properties / date_from / description
Removed value: -"Filter from date (format: yyyy-MM-dd HH:mm:ss)"
addedInput schema / properties / date_from / title
Added value: +"Date From"
removedInput schema / properties / date_from / type
Removed value: -"string"
addedInput schema / properties / date_to / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / date_to / default
Added value: +null
removedInput schema / properties / date_to / description
Removed value: -"Filter to date (format: yyyy-MM-dd HH:mm:ss)"
addedInput schema / properties / date_to / title
Added value: +"Date To"
removedInput schema / properties / date_to / type
Removed value: -"string"
removedInput schema / properties / limit / description
Removed value: -"Maximum number of requests to retrieve"
addedInput schema / properties / limit / title
Added value: +"Limit"
addedInput schema / properties / query / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / query / default
Added value: +null
removedInput schema / properties / query / description
Removed value: -"Additional search query (e.g., 'method:POST', 'content:foobar', 'headers.user-agent:Mozilla')"
addedInput schema / properties / query / title
Added value: +"Query"
removedInput schema / properties / query / type
Removed value: -"string"
addedInput schema / properties / request_type / anyOf
Added value: +[
+ {
+ "enum": [
+ "web",
+ "email",
+ "dns"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / request_type / default
Added value: +null
removedInput schema / properties / request_type / description
Removed value: -"Filter by request type: 'web' (HTTP requests), 'email', or 'dns'"
removedInput schema / properties / request_type / enum
Removed value: -[
- "web",
- "email",
- "dns"
-]
addedInput schema / properties / request_type / title
Added value: +"Request Type"
removedInput schema / properties / request_type / type
Removed value: -"string"
removedInput schema / properties / sorting / description
Removed value: -"Sort order: 'newest' or 'oldest'"
addedInput schema / properties / sorting / title
Added value: +"Sorting"
changedInput schema / properties / webhook_token / description
Previous value: -"The webhook token (UUID) from webhook.site"New value: +"Webhook UUID returned by create_webhook"
addedInput schema / properties / webhook_token / title
Added value: +"Webhook Token"
addedInput schema / title
Added value: +"search_requestsArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "title": "search_requestsDictOutput",
+ "type": "object"
+}