🐛 fix(api): Update subscription_protocol to subscribe_type for consistency across services

This commit is contained in:
web@ppanel
2025-01-18 19:36:39 +07:00
parent 9d8b814212
commit b6da51b618
12 changed files with 106 additions and 67 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ declare namespace API {
name: string;
icon: string;
description: string;
subscription_protocol: string;
subscribe_type: string;
platform: ApplicationPlatform;
};
+1 -1
View File
@@ -42,7 +42,7 @@ declare namespace API {
name: string;
icon: string;
description: string;
subscription_protocol: string;
subscribe_type: string;
platform: ApplicationPlatform;
};