From 5f7c451fc0703afec9b1b16abbb924798d256db6 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Wed, 27 Aug 2025 17:24:02 +0700 Subject: [PATCH] feat: add Pushover notification channel schema --- .../public/upload/data/pb_schema_latest.json | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/application/public/upload/data/pb_schema_latest.json b/application/public/upload/data/pb_schema_latest.json index a5b4a04..79237a3 100644 --- a/application/public/upload/data/pb_schema_latest.json +++ b/application/public/upload/data/pb_schema_latest.json @@ -152,7 +152,8 @@ "webhook", "google_chat", "email", - "ntfy" + "ntfy", + "pushover" ] }, { @@ -309,6 +310,34 @@ "system": false, "type": "text" }, + { + "autogeneratePattern": "", + "hidden": false, + "id": "text2074277355", + "max": 0, + "min": 0, + "name": "api_token", + "pattern": "", + "presentable": false, + "primaryKey": false, + "required": false, + "system": false, + "type": "text" + }, + { + "autogeneratePattern": "", + "hidden": false, + "id": "text1636223522", + "max": 0, + "min": 0, + "name": "user_key", + "pattern": "", + "presentable": false, + "primaryKey": false, + "required": false, + "system": false, + "type": "text" + }, { "hidden": false, "id": "autodate2990389176",