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'. Leave empty for any type."
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"
addedInput schema / properties / return_existing
Added value: +{
+ "default": false,
+ "title": "Return Existing",
+ "type": "boolean"
+}
removedInput schema / properties / timeout_seconds / description
Removed value: -"Maximum time to wait in seconds (default: 60)"
addedInput schema / properties / timeout_seconds / title
Added value: +"Timeout Seconds"
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: +"wait_for_requestArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "title": "wait_for_requestDictOutput",
+ "type": "object"
+}