@mediahub-bg/ott-objects 0.6.42 → 0.6.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/web/types.ts +4 -0
package/package.json
CHANGED
package/web/types.ts
CHANGED
|
@@ -957,6 +957,10 @@ export interface PubAllowedDests {
|
|
|
957
957
|
cities: AllowedDest[];
|
|
958
958
|
}
|
|
959
959
|
export interface BanEntry {
|
|
960
|
+
address: string;
|
|
961
|
+
server?: string;
|
|
962
|
+
userAgent?: string;
|
|
963
|
+
timestamp?: number /* int64 */;
|
|
960
964
|
banTime: number /* int64 */;
|
|
961
965
|
expire: number /* int64 */;
|
|
962
966
|
}
|