diff --git a/pom.xml b/pom.xml index da74a3a3..21e69e2c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ live-room-watcher - 0.2.3 + 0.2.4 Live Room Watcher https://github.com/scx567888/live-room-watcher @@ -151,7 +151,7 @@ cool.scx.live_room_watcher.Main - 2.7.5 + 2.7.6 4.26.1 1.17.2 23.0.3 diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrame.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrame.java index 26476e0f..6e84c8e3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrame.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrame.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushFrame.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto; /** @@ -21,7 +21,7 @@ public final class PushFrame extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PushFrame.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOrBuilder.java index 42791df2..656cfaa1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushFrame.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto; public interface PushFrameOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOuterClass.java index 572afe97..af080fb1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushFrame.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto; @@ -11,7 +11,7 @@ private PushFrameOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PushFrameOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeader.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeader.java index 1275cb0a..5a5e10a6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeader.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeader.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushHeader.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto; /** @@ -21,7 +21,7 @@ public final class PushHeader extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PushHeader.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOrBuilder.java index a5478140..3c5dccca 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushHeader.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto; public interface PushHeaderOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOuterClass.java index 01fd594a..ef48fbcc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushHeader.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto; @@ -11,7 +11,7 @@ private PushHeaderOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PushHeaderOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftData.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftData.java index 92273de0..46ecda2b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftData.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftData.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AnchorGiftData.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class AnchorGiftData extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AnchorGiftData.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOrBuilder.java index 43cb9a61..0d17f7aa 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AnchorGiftData.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface AnchorGiftDataOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOuterClass.java index 6a846f69..12e1e9bb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AnchorGiftData.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private AnchorGiftDataOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AnchorGiftDataOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfo.java index eea21ef5..70c1d0d7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AssetEffectMixInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class AssetEffectMixInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AssetEffectMixInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOrBuilder.java index 3274ffae..434b306c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AssetEffectMixInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface AssetEffectMixInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOuterClass.java index 8c84ca00..451b6144 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AssetEffectMixInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private AssetEffectMixInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AssetEffectMixInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentity.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentity.java index ae2ba156..eada5288 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentity.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentity.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/ChatIdentity.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class ChatIdentity extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ChatIdentity.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOrBuilder.java index 3549789c..c101326c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/ChatIdentity.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface ChatIdentityOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOuterClass.java index f142764c..ec4e678a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/ChatIdentity.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private ChatIdentityOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ChatIdentityOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Decoration.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Decoration.java index 7c049e4e..76be9de6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Decoration.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Decoration.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Decoration.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class Decoration extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Decoration.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOrBuilder.java index 75a19dcd..81394970 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Decoration.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface DecorationOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOuterClass.java index ea589422..9aa78edd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Decoration.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private DecorationOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", DecorationOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfo.java index 14a8b489..1075fef4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/EffectMixImageInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class EffectMixImageInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", EffectMixImageInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOrBuilder.java index 57323103..3c98adb0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/EffectMixImageInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface EffectMixImageInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOuterClass.java index 3142840c..eabd7fa8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/EffectMixImageInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private EffectMixImageInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", EffectMixImageInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBanner.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBanner.java index 5db7298c..8b4f6507 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBanner.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBanner.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBanner.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class GiftBanner extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftBanner.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOrBuilder.java index ce37a39f..f3da750d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBanner.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface GiftBannerOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOuterClass.java index 49f3c131..a65a6964 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBanner.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private GiftBannerOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftBannerOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfo.java index 7fa906c1..ff087185 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBuffInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class GiftBuffInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftBuffInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOrBuilder.java index 8baaf7e6..5658193a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBuffInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface GiftBuffInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOuterClass.java index a4991206..11b589ca 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBuffInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private GiftBuffInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftBuffInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfo.java index daa70dc0..a0959ddd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftGroupInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class GiftGroupInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftGroupInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOrBuilder.java index ce3c9171..2e97b292 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftGroupInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface GiftGroupInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOuterClass.java index 0748e57d..b94dc216 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftGroupInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private GiftGroupInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftGroupInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriority.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriority.java index 7aef46ab..85bdf166 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriority.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriority.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftIMPriority.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class GiftIMPriority extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftIMPriority.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOrBuilder.java index 8a8a48fa..ee03da12 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftIMPriority.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface GiftIMPriorityOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOuterClass.java index b9d929a9..135dfe22 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftIMPriority.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private GiftIMPriorityOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftIMPriorityOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperation.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperation.java index bbca51e0..01d0d12d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperation.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperation.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPanelOperation.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class GiftPanelOperation extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftPanelOperation.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOrBuilder.java index 0fbdfa09..69cb7025 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPanelOperation.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface GiftPanelOperationOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOuterClass.java index 59ed4264..eab24cd0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPanelOperation.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private GiftPanelOperationOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftPanelOperationOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfo.java index 678ad2e6..454f2fb3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPreviewInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class GiftPreviewInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftPreviewInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOrBuilder.java index 85fe84a2..84cb3494 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPreviewInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface GiftPreviewInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOuterClass.java index 5026dd24..377e74cd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPreviewInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private GiftPreviewInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftPreviewInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStruct.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStruct.java index cdcd3428..dbeaae55 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStruct.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStruct.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftStruct.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class GiftStruct extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftStruct.class.getName()); } @@ -100,7 +100,7 @@ public static final class GiftStructFansClubInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftStructFansClubInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOrBuilder.java index 87df55a7..64f8afc4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftStruct.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface GiftStructOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOuterClass.java index 03ebff05..75454292 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftStruct.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private GiftStructOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftStructOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTip.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTip.java index e1f4aac3..f8b41e0e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTip.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTip.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftTip.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class GiftTip extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftTip.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOrBuilder.java index 4bb98bc3..7fb6731d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftTip.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface GiftTipOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOuterClass.java index 24837579..3d946def 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftTip.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private GiftTipOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftTipOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfo.java index 0659d7df..17dd7148 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftTrayInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class GiftTrayInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftTrayInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOrBuilder.java index edf2dec0..22d7aec0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftTrayInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface GiftTrayInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOuterClass.java index 01a87a0c..d3f82efc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftTrayInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private GiftTrayInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftTrayInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfo.java index 0ac39954..e0f7273c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GradeBuffInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class GradeBuffInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GradeBuffInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOrBuilder.java index d504fac0..4cf15d9b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GradeBuffInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface GradeBuffInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOuterClass.java index e921110d..19a06691 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GradeBuffInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private GradeBuffInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GradeBuffInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Image.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Image.java index 08d2bb70..f26a9ebc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Image.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Image.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Image.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class Image extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Image.class.getName()); } @@ -111,7 +111,7 @@ public static final class Content extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Content.class.getName()); } @@ -948,7 +948,7 @@ public static final class NinePatchSetting extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", NinePatchSetting.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOrBuilder.java index 600f8ba6..d8ad9eb5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Image.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface ImageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOuterClass.java index 0dac7ebf..2cda5845 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Image.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private ImageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ImageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertification.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertification.java index ff02a685..c12186dd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertification.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertification.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/IndustryCertification.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class IndustryCertification extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", IndustryCertification.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOrBuilder.java index 2df971b6..57568077 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/IndustryCertification.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface IndustryCertificationOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOuterClass.java index 49cb084b..7ad29fe5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/IndustryCertification.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private IndustryCertificationOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", IndustryCertificationOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMic.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMic.java index ca18c05e..c9cabd7b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMic.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMic.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LinkMic.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class LinkMic extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkMic.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOrBuilder.java index 7f91173a..622fd13f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LinkMic.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface LinkMicOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOuterClass.java index 13bbd492..f949a135 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LinkMic.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private LinkMicOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkMicOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMeta.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMeta.java index 37b47e92..aacd8565 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMeta.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMeta.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LuckyMoneyGiftMeta.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class LuckyMoneyGiftMeta extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LuckyMoneyGiftMeta.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOrBuilder.java index 0a70f597..986e2e66 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LuckyMoneyGiftMeta.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface LuckyMoneyGiftMetaOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOuterClass.java index 0e2b2a8e..608af7b9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LuckyMoneyGiftMeta.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private LuckyMoneyGiftMetaOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LuckyMoneyGiftMetaOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRef.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRef.java index a20c0dca..83e52c7f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRef.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRef.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/PatternRef.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class PatternRef extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PatternRef.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOrBuilder.java index 3ce8d53b..099c39e5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/PatternRef.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface PatternRefOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOuterClass.java index 479f38f1..781e027a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/PatternRef.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private PatternRefOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PatternRefOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Room.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Room.java index 330e2c96..88bb028b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Room.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Room.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Room.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class Room extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Room.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtra.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtra.java index f7e821e6..966d0006 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtra.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtra.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomExtra.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class RoomExtra extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomExtra.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOrBuilder.java index d7a35e3c..fd86425b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomExtra.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface RoomExtraOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOuterClass.java index 99b4b484..2b35a251 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomExtra.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private RoomExtraOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomExtraOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOrBuilder.java index 9daef02c..a5ba5660 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Room.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface RoomOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOuterClass.java index 0ce0cd52..3bbb3c23 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Room.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private RoomOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStats.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStats.java index 25e31bc2..ddb713f4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStats.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStats.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomStats.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class RoomStats extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomStats.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOrBuilder.java index b8db3169..dcf00666 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomStats.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface RoomStatsOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOuterClass.java index 370eb430..3d2b8b4b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomStats.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private RoomStatsOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomStatsOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttr.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttr.java index 6e401355..f009afbd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttr.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttr.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomUserAttr.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class RoomUserAttr extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomUserAttr.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOrBuilder.java index 2ad77e4d..68ba4ef0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomUserAttr.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface RoomUserAttrOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOuterClass.java index 4bd317ff..63ca9c27 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomUserAttr.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private RoomUserAttrOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomUserAttrOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrl.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrl.java index ce867ad5..a55b0a91 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrl.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrl.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/StreamUrl.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class StreamUrl extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", StreamUrl.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOrBuilder.java index 3826beb5..9a03ff97 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/StreamUrl.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface StreamUrlOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOuterClass.java index cfb8d24b..73fcc5f1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/StreamUrl.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private StreamUrlOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", StreamUrlOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Text.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Text.java index d0a60d97..28d4039c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Text.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Text.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Text.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class Text extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Text.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormat.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormat.java index daf835fd..bced4889 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormat.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormat.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextFormat.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -22,7 +22,7 @@ public final class TextFormat extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextFormat.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOrBuilder.java index 61f4c0bc..dc3098b6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextFormat.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface TextFormatOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOuterClass.java index 1cf6ee18..0e81d6b6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextFormat.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private TextFormatOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextFormatOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOrBuilder.java index c3fe55a7..e70e3e04 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Text.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface TextOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOuterClass.java index 91213485..688d4725 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Text.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private TextOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiece.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiece.java index 179a6715..bac523ff 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiece.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiece.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPiece.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class TextPiece extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPiece.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGift.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGift.java index e78de6db..5af1f6a5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGift.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGift.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceGift.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class TextPieceGift extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPieceGift.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOrBuilder.java index ee2af51c..80e2eae2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceGift.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface TextPieceGiftOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOuterClass.java index ad263682..c66cd068 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceGift.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private TextPieceGiftOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPieceGiftOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeart.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeart.java index 84d2ff98..fdaf2efa 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeart.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeart.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceHeart.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class TextPieceHeart extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPieceHeart.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOrBuilder.java index 6c094f31..5a36a77d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceHeart.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface TextPieceHeartOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOuterClass.java index 81eca3b5..68316d57 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceHeart.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private TextPieceHeartOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPieceHeartOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImage.java index fe1ee445..de183437 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceImage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class TextPieceImage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPieceImage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOrBuilder.java index 8d41d2eb..a5594e3f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceImage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface TextPieceImageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOuterClass.java index 6236e6cb..797f2825 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceImage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private TextPieceImageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPieceImageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOrBuilder.java index 7d653925..0ceabca2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPiece.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface TextPieceOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOuterClass.java index dc31ce6b..f45b6440 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPiece.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private TextPieceOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPieceOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRef.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRef.java index fd58f903..546c49c8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRef.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRef.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPiecePatternRef.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class TextPiecePatternRef extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPiecePatternRef.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOrBuilder.java index c788fdd0..ac3be05a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPiecePatternRef.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface TextPiecePatternRefOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOuterClass.java index 9e1b20f8..5ed90ab2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPiecePatternRef.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private TextPiecePatternRefOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPiecePatternRefOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUser.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUser.java index c860150f..c1053311 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUser.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUser.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceUser.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class TextPieceUser extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPieceUser.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOrBuilder.java index 8b33fceb..805b2578 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceUser.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface TextPieceUserOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOuterClass.java index d7ffc00f..72dcb0b1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceUser.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private TextPieceUserOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextPieceUserOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFan.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFan.java index 390d09d9..e17f09f1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFan.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFan.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TopFan.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class TopFan extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TopFan.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOrBuilder.java index 4b6597c5..db92faf6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TopFan.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface TopFanOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOuterClass.java index 480091d3..7bb8e310 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TopFan.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private TopFanOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TopFanOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/User.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/User.java index 57b0e277..71342607 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/User.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/User.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/User.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -21,7 +21,7 @@ public final class User extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", User.class.getName()); } @@ -86,7 +86,7 @@ public static final class ActivityInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ActivityInfo.class.getName()); } @@ -441,7 +441,7 @@ public static final class AnchorInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AnchorInfo.class.getName()); } @@ -796,7 +796,7 @@ public static final class AnchorLevel extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AnchorLevel.class.getName()); } @@ -1151,7 +1151,7 @@ public static final class AuthenticationInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AuthenticationInfo.class.getName()); } @@ -1506,7 +1506,7 @@ public static final class AuthorStats extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AuthorStats.class.getName()); } @@ -1861,7 +1861,7 @@ public static final class Border extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Border.class.getName()); } @@ -2216,7 +2216,7 @@ public static final class BrotherhoodInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", BrotherhoodInfo.class.getName()); } @@ -2620,7 +2620,7 @@ public static final class FansClub extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", FansClub.class.getName()); } @@ -2735,7 +2735,7 @@ public static final class FansClubData extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", FansClubData.class.getName()); } @@ -2824,7 +2824,7 @@ public static final class UserBadge extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", UserBadge.class.getName()); } @@ -5458,7 +5458,7 @@ public static final class FansGroupInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", FansGroupInfo.class.getName()); } @@ -5849,7 +5849,7 @@ public static final class FollowInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", FollowInfo.class.getName()); } @@ -6615,7 +6615,7 @@ public static final class JAccreditInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", JAccreditInfo.class.getName()); } @@ -6970,7 +6970,7 @@ public static final class NobleLevelInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", NobleLevelInfo.class.getName()); } @@ -7325,7 +7325,7 @@ public static final class OwnRoom extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", OwnRoom.class.getName()); } @@ -8019,7 +8019,7 @@ public static final class PayGrade extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PayGrade.class.getName()); } @@ -8105,7 +8105,7 @@ public static final class GradeIcon extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GradeIcon.class.getName()); } @@ -13363,7 +13363,7 @@ public static final class PoiInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PoiInfo.class.getName()); } @@ -13718,7 +13718,7 @@ public static final class ProfileStyleParams extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ProfileStyleParams.class.getName()); } @@ -14073,7 +14073,7 @@ public static final class Subscribe extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Subscribe.class.getName()); } @@ -14428,7 +14428,7 @@ public static final class UserAttr extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", UserAttr.class.getName()); } @@ -14783,7 +14783,7 @@ public static final class UserDressInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", UserDressInfo.class.getName()); } @@ -15138,7 +15138,7 @@ public static final class UserStats extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", UserStats.class.getName()); } @@ -15493,7 +15493,7 @@ public static final class XiguaParams extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", XiguaParams.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOrBuilder.java index c3cddb2f..03ac8fae 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/User.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface UserOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOuterClass.java index 91dca482..6814a61c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/User.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private UserOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", UserOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfo.java index 94588671..3a5f1357 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/UserVIPInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; /** @@ -17,7 +17,7 @@ public final class UserVIPInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", UserVIPInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOrBuilder.java index c62898c3..872d96c8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/UserVIPInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; public interface UserVIPInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOuterClass.java index 7e364ce7..5267d9e7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/UserVIPInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data; @@ -11,7 +11,7 @@ private UserVIPInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", UserVIPInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionType.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionType.java index 9325d3fb..0a5088d1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionType.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ActionType.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -29,7 +29,7 @@ public enum ActionType com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ActionType.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionTypeOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionTypeOuterClass.java index 8becfea1..3954e90e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionTypeOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionTypeOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ActionType.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private ActionTypeOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ActionTypeOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContent.java index c958a459..52f8ed5c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AnchorUpdateLayoutContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class AnchorUpdateLayoutContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AnchorUpdateLayoutContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOrBuilder.java index b60a5635..192c15ab 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AnchorUpdateLayoutContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface AnchorUpdateLayoutContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOuterClass.java index 499a0268..90602260 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AnchorUpdateLayoutContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private AnchorUpdateLayoutContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AnchorUpdateLayoutContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContent.java index eb201e6b..8c55bf89 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AnchorUpdateLinkmicConfigContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class AnchorUpdateLinkmicConfigContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AnchorUpdateLinkmicConfigContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOrBuilder.java index c968b1c3..71b28586 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AnchorUpdateLinkmicConfigContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface AnchorUpdateLinkmicConfigContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOuterClass.java index 1e897793..9c5ab6a8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AnchorUpdateLinkmicConfigContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private AnchorUpdateLinkmicConfigContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AnchorUpdateLinkmicConfigContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessage.java index 1cc38a2f..9c14f005 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AudioChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class AudioChatMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AudioChatMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOrBuilder.java index d2160d58..f1aaa197 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AudioChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface AudioChatMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOuterClass.java index 1e39c46b..1fcbd1ff 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AudioChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private AudioChatMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", AudioChatMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessage.java index 8bbf3ef8..43776d40 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class ChatMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ChatMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOrBuilder.java index 6221123f..293d3cf3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface ChatMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOuterClass.java index 88ce9958..6ddbdca9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private ChatMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ChatMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessage.java index 389aca47..8b70f557 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CommerceMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -17,7 +17,7 @@ public final class CommerceMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CommerceMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOrBuilder.java index c3901674..366bc916 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CommerceMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface CommerceMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOuterClass.java index 44a4b4e1..a57659cf 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CommerceMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private CommerceMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CommerceMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Common.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Common.java index dfffeeab..ef6129de 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Common.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Common.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Common.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class Common extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Common.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOrBuilder.java index 342ccc79..f53f6e27 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Common.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface CommonOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOuterClass.java index b99e0ddc..283d7cf8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Common.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private CommonOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CommonOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessage.java index 4ee05c21..b1b1d9a8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CommonTextMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class CommonTextMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CommonTextMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOrBuilder.java index ae422215..5cb60ef7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CommonTextMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface CommonTextMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOuterClass.java index 892b66e0..8edcb53d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CommonTextMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private CommonTextMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CommonTextMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessage.java index 728e2069..6c9b6849 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ControlMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class ControlMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ControlMessage.class.getName()); } @@ -168,7 +168,7 @@ public static final class Extra extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Extra.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOrBuilder.java index 9ca8e3ec..1f705adf 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ControlMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface ControlMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOuterClass.java index c7155762..29998c15 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ControlMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private ControlMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ControlMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContent.java index fe94bed5..9c73d8eb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkCancelInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class CrossRoomLinkCancelInviteContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CrossRoomLinkCancelInviteContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOrBuilder.java index 1633301e..ce24b2a1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkCancelInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface CrossRoomLinkCancelInviteContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOuterClass.java index 8900d50c..6335fffe 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkCancelInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private CrossRoomLinkCancelInviteContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CrossRoomLinkCancelInviteContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContent.java index 2c7340fb..4a37349c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class CrossRoomLinkInviteContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CrossRoomLinkInviteContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOrBuilder.java index fd8442de..84a44d88 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface CrossRoomLinkInviteContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOuterClass.java index 187f0a29..a86938e9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private CrossRoomLinkInviteContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CrossRoomLinkInviteContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContent.java index 3345550f..c9a1cc45 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class CrossRoomLinkReplyContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CrossRoomLinkReplyContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOrBuilder.java index 51ca1659..8af7c38d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface CrossRoomLinkReplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOuterClass.java index 40801fd9..354f1c34 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private CrossRoomLinkReplyContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CrossRoomLinkReplyContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContent.java index 7c9c3d0e..c0b05104 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomRTCInfoContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class CrossRoomRTCInfoContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CrossRoomRTCInfoContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOrBuilder.java index 5090c0a2..a1fa2729 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomRTCInfoContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface CrossRoomRTCInfoContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOuterClass.java index f9e7e760..1a6fd0ce 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomRTCInfoContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private CrossRoomRTCInfoContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", CrossRoomRTCInfoContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfo.java index 90f7d894..a9dbfbee 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DisplayControlInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -17,7 +17,7 @@ public final class DisplayControlInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", DisplayControlInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOrBuilder.java index dfb95ac0..3adb6f79 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DisplayControlInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface DisplayControlInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOuterClass.java index 4d323a36..8b5e4a94 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DisplayControlInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private DisplayControlInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", DisplayControlInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetail.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetail.java index 389fc46d..2d83d899 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetail.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetail.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DoubleLikeDetail.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -17,7 +17,7 @@ public final class DoubleLikeDetail extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", DoubleLikeDetail.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOrBuilder.java index 242a8fec..116cc82b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DoubleLikeDetail.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface DoubleLikeDetailOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOuterClass.java index 9ef57953..60a51fce 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DoubleLikeDetail.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private DoubleLikeDetailOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", DoubleLikeDetailOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessage.java index 764532f7..a3bec167 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/EmojiChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class EmojiChatMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", EmojiChatMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOrBuilder.java index d430e1f7..49f8f635 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/EmojiChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface EmojiChatMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOuterClass.java index c30de9c1..56b8f47e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/EmojiChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private EmojiChatMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", EmojiChatMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessage.java index 8cd69001..66636f7e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/FansclubMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class FansclubMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", FansclubMessage.class.getName()); } @@ -93,7 +93,7 @@ public static final class UpgradePrivilege extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", UpgradePrivilege.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOrBuilder.java index 15e7c8fc..d420ad99 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/FansclubMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface FansclubMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOuterClass.java index 71125ebe..d264f966 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/FansclubMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private FansclubMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", FansclubMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStruct.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStruct.java index c713f702..ce5a9b06 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStruct.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStruct.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/FlexImageStruct.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class FlexImageStruct extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", FlexImageStruct.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOrBuilder.java index e863a256..87253033 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/FlexImageStruct.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface FlexImageStructOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOuterClass.java index bec247db..6ed01b5e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/FlexImageStruct.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private FlexImageStructOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", FlexImageStructOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessage.java index acf7ef4f..7bd67a0e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/GameCPUserDownloadMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class GameCPUserDownloadMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GameCPUserDownloadMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnum.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnum.java index 66eb28fc..41eec965 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnum.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnum.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/GameCPUserDownloadMessageEnum.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -29,7 +29,7 @@ public enum GameCPUserDownloadMessageEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GameCPUserDownloadMessageEnum.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnumOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnumOuterClass.java index 6c6256f2..00ce652c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnumOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnumOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/GameCPUserDownloadMessageEnum.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private GameCPUserDownloadMessageEnumOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GameCPUserDownloadMessageEnumOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOrBuilder.java index bc041484..a3a502fe 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/GameCPUserDownloadMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface GameCPUserDownloadMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOuterClass.java index 8df26470..f46a64d3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/GameCPUserDownloadMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private GameCPUserDownloadMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GameCPUserDownloadMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessage.java index 43f6d33c..4c5c799a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/GiftMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class GiftMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftMessage.class.getName()); } @@ -97,7 +97,7 @@ public static final class TextEffect extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TextEffect.class.getName()); } @@ -258,7 +258,7 @@ public static final class Detail extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Detail.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOrBuilder.java index 08aaa7a3..77a6f0c3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/GiftMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface GiftMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOuterClass.java index 820ac11c..b1736d67 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/GiftMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private GiftMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", GiftMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessage.java index 923caa19..63d70dd2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/HotChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class HotChatMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", HotChatMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOrBuilder.java index 5a1c988f..257a0a2a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/HotChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface HotChatMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOuterClass.java index 23bca116..c6faf603 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/HotChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private HotChatMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", HotChatMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfo.java index 5a8582e9..3b62868b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/HotRoomInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class HotRoomInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", HotRoomInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOrBuilder.java index fdf5e564..4958435c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/HotRoomInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface HotRoomInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOuterClass.java index 31487ffd..b4e7ee81 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/HotRoomInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private HotRoomInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", HotRoomInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessage.java index e82ce4c9..70c2b598 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/HotRoomMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class HotRoomMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", HotRoomMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOrBuilder.java index 267b6828..d44943e2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/HotRoomMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface HotRoomMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOuterClass.java index 7e5f2a76..909ebce9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/HotRoomMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private HotRoomMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", HotRoomMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessage.java index abb4e0d4..edb35dea 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/InRoomBannerMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class InRoomBannerMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", InRoomBannerMessage.class.getName()); } @@ -101,7 +101,7 @@ public enum PositionType com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PositionType.class.getName()); } @@ -253,7 +253,7 @@ public enum ContainerType com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ContainerType.class.getName()); } @@ -370,7 +370,7 @@ public enum OpType com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", OpType.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOrBuilder.java index 6a67ddd2..bc972b0b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/InRoomBannerMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface InRoomBannerMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOuterClass.java index 0ec6ed72..c479e1c5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/InRoomBannerMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private InRoomBannerMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", InRoomBannerMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraType.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraType.java index 9dfaba6d..a1cf4868 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraType.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/InRoomMessageExtraType.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -33,7 +33,7 @@ public enum InRoomMessageExtraType com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", InRoomMessageExtraType.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraTypeOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraTypeOuterClass.java index 24268817..b9d9d472 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraTypeOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraTypeOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/InRoomMessageExtraType.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private InRoomMessageExtraTypeOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", InRoomMessageExtraTypeOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommon.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommon.java index 7226c41c..f5df32b2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommon.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommon.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LandscapeAreaCommon.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -17,7 +17,7 @@ public final class LandscapeAreaCommon extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LandscapeAreaCommon.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOrBuilder.java index 5863e7fb..a1cf0e3d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LandscapeAreaCommon.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LandscapeAreaCommonOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOuterClass.java index 48056a69..e82b6c86 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LandscapeAreaCommon.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LandscapeAreaCommonOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LandscapeAreaCommonOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessage.java index 7eb90b57..705f90fe 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LikeMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LikeMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LikeMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOrBuilder.java index 3065e55b..a8d4df44 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LikeMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LikeMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOuterClass.java index f6b16e86..16b910e4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LikeMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LikeMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LikeMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessage.java index ab909a8e..247ffd7d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOrBuilder.java index 1bc2e878..19d5313a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOuterClass.java index f3e4d2cd..1afb2af6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContent.java index 9404a3f9..5ed17e0c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkPhaseEnterNextNotifyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkPhaseEnterNextNotifyContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkPhaseEnterNextNotifyContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOrBuilder.java index 8a41faaf..6086490b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkPhaseEnterNextNotifyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkPhaseEnterNextNotifyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOuterClass.java index f8ec1a5c..905927ae 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkPhaseEnterNextNotifyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkPhaseEnterNextNotifyContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkPhaseEnterNextNotifyContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContent.java index 58ffbd50..202f9842 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkPrepareApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkPrepareApplyContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkPrepareApplyContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOrBuilder.java index c4c1e2e3..83ecc575 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkPrepareApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkPrepareApplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOuterClass.java index 8bbe401d..34f42a93 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkPrepareApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkPrepareApplyContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkPrepareApplyContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContent.java index 976cf3ab..b211b517 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAnchorStreamSwitchContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerAnchorStreamSwitchContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerAnchorStreamSwitchContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOrBuilder.java index ca4b62d5..aa827b5c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAnchorStreamSwitchContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerAnchorStreamSwitchContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOuterClass.java index 9cec5b00..7a01ffdc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAnchorStreamSwitchContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerAnchorStreamSwitchContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerAnchorStreamSwitchContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContent.java index e2a41276..c3a88ff4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyExpiredContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerApplyExpiredContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerApplyExpiredContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOrBuilder.java index f9ebc5a5..b78047c2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyExpiredContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerApplyExpiredContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOuterClass.java index f7165e30..b8a60513 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyExpiredContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerApplyExpiredContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerApplyExpiredContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContent.java index af2af885..7c122ab2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyRankChangeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerApplyRankChangeContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerApplyRankChangeContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOrBuilder.java index 26568196..35fef9ac 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyRankChangeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerApplyRankChangeContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOuterClass.java index 996c998f..9d36b4cb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyRankChangeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerApplyRankChangeContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerApplyRankChangeContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContent.java index 4a113a55..4f0a5fb4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyStrongReminderContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerApplyStrongReminderContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerApplyStrongReminderContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOrBuilder.java index cef67485..f135cb8b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyStrongReminderContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerApplyStrongReminderContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOuterClass.java index 1134baa1..eb93d357 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyStrongReminderContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerApplyStrongReminderContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerApplyStrongReminderContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContent.java index e86fe964..45532e04 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAvatarAuditContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerAvatarAuditContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerAvatarAuditContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOrBuilder.java index 7e03a721..b291098e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAvatarAuditContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerAvatarAuditContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOuterClass.java index 762bca02..e194a140 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAvatarAuditContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerAvatarAuditContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerAvatarAuditContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContent.java index 89296757..5db28aa4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBanContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerBanContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerBanContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOrBuilder.java index 3c272d76..2429aa39 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBanContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerBanContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOuterClass.java index 8846cc79..7068208b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBanContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerBanContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerBanContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContent.java index 1fd9c3e5..00b1b293 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBattleConnectContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerBattleConnectContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerBattleConnectContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOrBuilder.java index e3d02fa9..2760c87a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBattleConnectContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerBattleConnectContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOuterClass.java index ab9c7b87..46dbd133 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBattleConnectContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerBattleConnectContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerBattleConnectContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContent.java index 405577a5..6b5c5c6a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCancelContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerCancelContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerCancelContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOrBuilder.java index 0da078e7..4f496456 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCancelContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerCancelContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOuterClass.java index 522ed2ba..af37919d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCancelContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerCancelContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerCancelContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContent.java index 3990fcf4..ab9f9529 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangeMultiPKTeamInfoContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerChangeMultiPKTeamInfoContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerChangeMultiPKTeamInfoContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOrBuilder.java index 610211fb..077314ac 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangeMultiPKTeamInfoContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerChangeMultiPKTeamInfoContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOuterClass.java index 66294bbc..a2cd9733 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangeMultiPKTeamInfoContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerChangeMultiPKTeamInfoContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerChangeMultiPKTeamInfoContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContent.java index d6ec986e..bdf6777b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangePlayModeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerChangePlayModeContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerChangePlayModeContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOrBuilder.java index b31c9adf..0edb4faf 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangePlayModeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerChangePlayModeContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOuterClass.java index 31b51516..46d28fa2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangePlayModeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerChangePlayModeContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerChangePlayModeContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContent.java index 46cd8c19..efd35459 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerClickScreenContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerClickScreenContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerClickScreenContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOrBuilder.java index d02fe18f..97669169 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerClickScreenContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerClickScreenContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOuterClass.java index 7ea11f95..86964358 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerClickScreenContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerClickScreenContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerClickScreenContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContent.java index ada30e13..df7fbef7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCloseContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerCloseContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerCloseContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOrBuilder.java index a87a3aff..73afc265 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCloseContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerCloseContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOuterClass.java index 7f2ed8fc..fdb44928 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCloseContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerCloseContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerCloseContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContent.java index 69d4e1a3..66c16b7c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCreateContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerCreateContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerCreateContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOrBuilder.java index 88bc0fd7..87ed7e1a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCreateContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerCreateContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOuterClass.java index 72156160..a7357fd9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCreateContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerCreateContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerCreateContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContent.java index 0afd099d..5dec11eb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCrossRoomUpdateContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerCrossRoomUpdateContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerCrossRoomUpdateContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOrBuilder.java index b9912758..075e4082 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCrossRoomUpdateContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerCrossRoomUpdateContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOuterClass.java index 458808ee..bb4c1085 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCrossRoomUpdateContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerCrossRoomUpdateContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerCrossRoomUpdateContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContent.java index 5cdcd21f..8a8bdf4b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerDegradeAlertContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerDegradeAlertContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerDegradeAlertContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOrBuilder.java index 87444727..95d37ab5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerDegradeAlertContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerDegradeAlertContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOuterClass.java index d3814f6c..428533cd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerDegradeAlertContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerDegradeAlertContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerDegradeAlertContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContent.java index 1207c9fc..4ea46e05 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerEnlargeGuestApplyContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerEnlargeGuestApplyContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOrBuilder.java index b0efdf00..4ca8d755 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerEnlargeGuestApplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOuterClass.java index 2d1923f6..74e1f135 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerEnlargeGuestApplyContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerEnlargeGuestApplyContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContent.java index 3a5d0a14..a7b2ed99 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerEnlargeGuestInviteContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerEnlargeGuestInviteContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOrBuilder.java index 9c83efe2..e48992ae 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerEnlargeGuestInviteContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOuterClass.java index 6a2a85b6..4f233685 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerEnlargeGuestInviteContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerEnlargeGuestInviteContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContent.java index 716e0ecc..9534fc72 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerEnlargeGuestReplyContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerEnlargeGuestReplyContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOrBuilder.java index ca143ac8..0697d491 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerEnlargeGuestReplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOuterClass.java index 5fc33513..4ceb25a6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerEnlargeGuestReplyContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerEnlargeGuestReplyContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContent.java index a5cc3518..8b806bf5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnterContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerEnterContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerEnterContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOrBuilder.java index ce475937..c73ba1b8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnterContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerEnterContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOuterClass.java index e16dacbf..b5d3bbe8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnterContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerEnterContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerEnterContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContent.java index ae5c1923..e17ea3fa 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerFollowStrongGuideContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerFollowStrongGuideContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerFollowStrongGuideContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOrBuilder.java index dff82ccc..4c1a4bfa 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerFollowStrongGuideContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerFollowStrongGuideContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOuterClass.java index af107c03..6000c324 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerFollowStrongGuideContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerFollowStrongGuideContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerFollowStrongGuideContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContent.java index fbd07fac..f2496bcc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestExitCastScreenContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerGuestExitCastScreenContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerGuestExitCastScreenContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOrBuilder.java index ac3b90d3..eb26ba68 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestExitCastScreenContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerGuestExitCastScreenContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOuterClass.java index 99a12533..f4b0a12d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestExitCastScreenContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerGuestExitCastScreenContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerGuestExitCastScreenContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContent.java index 208e432e..90f27c71 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerGuestInviteContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerGuestInviteContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOrBuilder.java index 9f85ea78..42486436 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerGuestInviteContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOuterClass.java index f0d549e1..140d1810 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerGuestInviteContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerGuestInviteContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContent.java index 96db3669..7ad70fe0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerInviteContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerInviteContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOrBuilder.java index 05ca43cb..c8563a5a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerInviteContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOuterClass.java index f9d3ea23..1d4c5ceb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerInviteContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerInviteContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerInviteContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContent.java index 9d134717..8ccead30 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerItemContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerItemContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerItemContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOrBuilder.java index 99f1bbb9..cb5ae077 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerItemContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerItemContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOuterClass.java index 32b00321..dc4a681b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerItemContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerItemContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerItemContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContent.java index 5983da06..15108ae5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerKickOutContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerKickOutContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerKickOutContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOrBuilder.java index fa475bc8..57327bd5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerKickOutContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerKickOutContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOuterClass.java index 53402a6e..01601617 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerKickOutContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerKickOutContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerKickOutContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContent.java index 40988236..95fae7eb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLeaveContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerLeaveContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerLeaveContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOrBuilder.java index eec0470b..2bd056d0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLeaveContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerLeaveContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOuterClass.java index 79082269..08eb165c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLeaveContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerLeaveContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerLeaveContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContent.java index acf9c159..014d5ff0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLinkedListChangeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerLinkedListChangeContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerLinkedListChangeContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOrBuilder.java index a3c0014f..6d00d2f8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLinkedListChangeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerLinkedListChangeContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOuterClass.java index 00c6426e..079d024c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLinkedListChangeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerLinkedListChangeContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerLinkedListChangeContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContent.java index a5886eb3..cb9efcba 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLockPositionContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerLockPositionContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerLockPositionContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOrBuilder.java index 1cec224d..8455ab33 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLockPositionContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerLockPositionContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOuterClass.java index 25c98a6e..d3829805 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLockPositionContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerLockPositionContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerLockPositionContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContent.java index 0768dbc3..46e232ad 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLowBalanceForPaidLinkmicContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerLowBalanceForPaidLinkmicContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerLowBalanceForPaidLinkmicContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOrBuilder.java index d70e741e..78c047a1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLowBalanceForPaidLinkmicContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerLowBalanceForPaidLinkmicContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOuterClass.java index 2f81d557..f028d8a2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLowBalanceForPaidLinkmicContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerLowBalanceForPaidLinkmicContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerLowBalanceForPaidLinkmicContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContent.java index 3f036b1a..0c7a0251 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerReplyContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerReplyContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOrBuilder.java index 832d74a1..4a769ec2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerReplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOuterClass.java index 474af7f7..8b77a250 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerReplyContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerReplyContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContent.java index 57b77aee..e25a4a75 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerResumeApplyContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerResumeApplyContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOrBuilder.java index badf1c73..71702f31 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerResumeApplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOuterClass.java index 6180cf46..d9f7963e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerResumeApplyContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerResumeApplyContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContent.java index 91ecbcec..5b576f0d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeAudienceContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerResumeAudienceContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerResumeAudienceContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOrBuilder.java index 635d216a..a2a0c9e1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeAudienceContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerResumeAudienceContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOuterClass.java index 67506c4a..6ae5d687 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeAudienceContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerResumeAudienceContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerResumeAudienceContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContent.java index 6ed68a6b..ce4127e4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerShareVideoImContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerShareVideoImContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerShareVideoImContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOrBuilder.java index a3a9052d..d9a043b9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerShareVideoImContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerShareVideoImContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOuterClass.java index 5948e810..e5409342 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerShareVideoImContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerShareVideoImContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerShareVideoImContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContent.java index 35ed9d14..387e9b5d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSwitchSceneContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerSwitchSceneContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerSwitchSceneContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOrBuilder.java index 6b4bdaa3..9b95266d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSwitchSceneContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerSwitchSceneContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOuterClass.java index 672ad8ce..65994bb7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSwitchSceneContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerSwitchSceneContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerSwitchSceneContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContent.java index af86e6d5..cd7409be 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSysKickOutContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerSysKickOutContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerSysKickOutContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOrBuilder.java index 01b35093..41bf4322 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSysKickOutContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerSysKickOutContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOuterClass.java index 23471711..91c7e25d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSysKickOutContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerSysKickOutContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerSysKickOutContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContent.java index 4721143a..b8341647 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerUpdateLinkTypeApplyContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerUpdateLinkTypeApplyContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOrBuilder.java index 19350aea..4a16fc37 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerUpdateLinkTypeApplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOuterClass.java index f91ecf1a..ee39900c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeApplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerUpdateLinkTypeApplyContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerUpdateLinkTypeApplyContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContent.java index d7404919..34c8462e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerUpdateLinkTypeReplyContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerUpdateLinkTypeReplyContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOrBuilder.java index 8c912720..ee64a052 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerUpdateLinkTypeReplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOuterClass.java index 9e21eacd..cc522399 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeReplyContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerUpdateLinkTypeReplyContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerUpdateLinkTypeReplyContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContent.java index 55bc9258..486b26ac 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateUserContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerUpdateUserContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerUpdateUserContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOrBuilder.java index 94e8b762..9bcdd880 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateUserContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerUpdateUserContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOuterClass.java index f7dbf703..f3593932 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateUserContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerUpdateUserContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerUpdateUserContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContent.java index 59ae0395..c7ea83aa 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerViolationReminderContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerViolationReminderContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerViolationReminderContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOrBuilder.java index b4114a86..ce3df677 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerViolationReminderContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerViolationReminderContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOuterClass.java index fddc6b87..c3976c76 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerViolationReminderContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerViolationReminderContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerViolationReminderContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContent.java index 6c9ee929..ba00ab9a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContent.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerWaitingListChangeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class LinkerWaitingListChangeContent extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerWaitingListChangeContent.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOrBuilder.java index 1f28353a..e97285b4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerWaitingListChangeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface LinkerWaitingListChangeContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOuterClass.java index 6d64c689..859ccef7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerWaitingListChangeContent.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private LinkerWaitingListChangeContentOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", LinkerWaitingListChangeContentOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessage.java index a4093b2f..73f9962c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/MemberMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class MemberMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", MemberMessage.class.getName()); } @@ -373,7 +373,7 @@ public static final class EffectConfig extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", EffectConfig.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOrBuilder.java index e18096fa..46489fcf 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/MemberMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface MemberMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOuterClass.java index eb4eabdd..23bb976f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/MemberMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private MemberMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", MemberMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Message.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Message.java index f9084e40..3ed721c4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Message.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Message.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Message.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class Message extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Message.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOrBuilder.java index 6edb3bfb..a0070388 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Message.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface MessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOuterClass.java index 41eda7fe..d460c097 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Message.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private MessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", MessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfo.java index 08f47bbe..5fc1638e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfo.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PicoDisplayInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -17,7 +17,7 @@ public final class PicoDisplayInfo extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PicoDisplayInfo.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOrBuilder.java index 1a451eeb..d7873a22 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PicoDisplayInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface PicoDisplayInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOuterClass.java index 096e6c40..43982fa2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PicoDisplayInfo.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private PicoDisplayInfoOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PicoDisplayInfoOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionType.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionType.java index 47368544..6621267c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionType.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionType.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PositionType.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -57,7 +57,7 @@ public enum PositionType com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PositionType.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionTypeOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionTypeOuterClass.java index ff375711..eabeb4e1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionTypeOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionTypeOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PositionType.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private PositionTypeOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PositionTypeOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommon.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommon.java index 8291c9c8..61278ef6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommon.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommon.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PublicAreaCommon.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -17,7 +17,7 @@ public final class PublicAreaCommon extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PublicAreaCommon.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOrBuilder.java index e9770bf4..099ba5a5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PublicAreaCommon.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface PublicAreaCommonOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOuterClass.java index 3872719f..e8f20714 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PublicAreaCommon.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private PublicAreaCommonOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", PublicAreaCommonOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Response.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Response.java index 6a1faf9f..c9746250 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Response.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Response.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Response.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class Response extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Response.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOrBuilder.java index 91993cc9..d3f40bec 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Response.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface ResponseOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOuterClass.java index 323ad31c..27ec8dfc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Response.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private ResponseOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ResponseOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessage.java index 78382ef0..e0051cd3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class RoomMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOrBuilder.java index e37a295a..fae72735 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface RoomMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOuterClass.java index 7bff8630..a6c1e973 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private RoomMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnum.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnum.java index a040d1f8..6ad1c292 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnum.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnum.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomMsgTypeEnum.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -53,7 +53,7 @@ public enum RoomMsgTypeEnum com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomMsgTypeEnum.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnumOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnumOuterClass.java index 87723b69..213faa95 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnumOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnumOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomMsgTypeEnum.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private RoomMsgTypeEnumOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomMsgTypeEnumOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessage.java index ff7cba9b..42e36a3c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomRankMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class RoomRankMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomRankMessage.class.getName()); } @@ -96,7 +96,7 @@ public static final class RoomRank extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomRank.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOrBuilder.java index a92c97c2..c786d3e6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomRankMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface RoomRankMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOuterClass.java index 29a9de37..aabc6ada 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomRankMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private RoomRankMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomRankMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessage.java index a7e40467..4bbedb68 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomStatsMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class RoomStatsMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomStatsMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOrBuilder.java index 316efd16..5af1539b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomStatsMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface RoomStatsMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOuterClass.java index b0466d52..c0604a07 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomStatsMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private RoomStatsMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomStatsMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessage.java index 481ff670..39ccdaa8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomUserSeqMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class RoomUserSeqMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomUserSeqMessage.class.getName()); } @@ -134,7 +134,7 @@ public static final class Contributor extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Contributor.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOrBuilder.java index 3eeafbd8..1219a837 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomUserSeqMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface RoomUserSeqMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOuterClass.java index 17e44f8b..fc343b45 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomUserSeqMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private RoomUserSeqMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", RoomUserSeqMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessage.java index e3b5bbcc..2dd0706f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ScreenChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class ScreenChatMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ScreenChatMessage.class.getName()); } @@ -69,7 +69,7 @@ public static final class OfficialCommentConfig extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", OfficialCommentConfig.class.getName()); } @@ -540,7 +540,7 @@ public static final class Effect extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", Effect.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOrBuilder.java index d5cb6a71..45abda8f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ScreenChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface ScreenChatMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOuterClass.java index 30863d01..fa778caf 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ScreenChatMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private ScreenChatMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", ScreenChatMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessage.java index 41d57509..7991c115 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SocialMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class SocialMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", SocialMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOrBuilder.java index 56cb9801..57ddf60d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SocialMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface SocialMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOuterClass.java index caaf950f..f31c5c13 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SocialMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private SocialMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", SocialMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessage.java index 64be6099..d37191d6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamInfoMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class SyncStreamInfoMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", SyncStreamInfoMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOrBuilder.java index b5f2743d..9ea22833 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamInfoMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface SyncStreamInfoMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOuterClass.java index 2279aa50..23c7ab1f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamInfoMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private SyncStreamInfoMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", SyncStreamInfoMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessage.java index 301c1011..b7703e45 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class SyncStreamMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", SyncStreamMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOrBuilder.java index c7dd8189..1673ccd6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface SyncStreamMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOuterClass.java index 720f0858..bd71076f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private SyncStreamMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", SyncStreamMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessage.java index 77eeb338..3edd1a40 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/UpdateFanTicketMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class UpdateFanTicketMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", UpdateFanTicketMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOrBuilder.java index c5ec53da..f175c688 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/UpdateFanTicketMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; public interface UpdateFanTicketMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOuterClass.java index 7856a42a..20ab679f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/UpdateFanTicketMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private UpdateFanTicketMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", UpdateFanTicketMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrame.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrame.java index 9467e08a..5d087a95 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrame.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrame.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushFrame.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; /** @@ -21,7 +21,7 @@ public final class TPushFrame extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TPushFrame.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOrBuilder.java index 9c59df73..161a73df 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushFrame.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; public interface TPushFrameOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOuterClass.java index 348ecb32..9e3c81e8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushFrame.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; @@ -11,7 +11,7 @@ private TPushFrameOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TPushFrameOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeader.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeader.java index a2ece3e1..e4d6747c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeader.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeader.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushHeader.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; /** @@ -21,7 +21,7 @@ public final class TPushHeader extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TPushHeader.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOrBuilder.java index 5ffc3efb..c6c8b961 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushHeader.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; public interface TPushHeaderOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOuterClass.java index be76fba3..f597d74d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushHeader.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; @@ -11,7 +11,7 @@ private TPushHeaderOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TPushHeaderOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessage.java index 69deeb22..bdffd1a8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessage.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class TMessage extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TMessage.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOrBuilder.java index 375eed8e..3686e458 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; public interface TMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOuterClass.java index 2cbea550..195570c0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TMessage.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private TMessageOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TMessageOuterClass.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponse.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponse.java index eab13380..b16e68d8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponse.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponse.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TResponse.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; /** @@ -21,7 +21,7 @@ public final class TResponse extends com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TResponse.class.getName()); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOrBuilder.java index 8258710b..fa084e85 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TResponse.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; public interface TResponseOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOuterClass.java index 8ebd2040..5ad529cd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOuterClass.java @@ -1,6 +1,6 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TResponse.proto -// Protobuf Java Version: 4.26.0 +// Protobuf Java Version: 4.26.1 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; @@ -11,7 +11,7 @@ private TResponseOuterClass() {} com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 26, - /* patch= */ 0, + /* patch= */ 1, /* suffix= */ "", TResponseOuterClass.class.getName()); } diff --git a/src/test/java/cool/scx/live_room_watcher/test/CCLiveRoomWatcherTest.java b/src/test/java/cool/scx/live_room_watcher/test/CCLiveRoomWatcherTest.java index 18ac241b..265d1801 100644 --- a/src/test/java/cool/scx/live_room_watcher/test/CCLiveRoomWatcherTest.java +++ b/src/test/java/cool/scx/live_room_watcher/test/CCLiveRoomWatcherTest.java @@ -19,15 +19,15 @@ public static void test1() throws IOException, InterruptedException { var liveRoomWatcher = new CCLiveRoomWatcher("appID", "appSecret", "123", "123", "123"); liveRoomWatcher.onChat(chat -> { - Ansi.out().brightGreen(nowTimeStr() + "[消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); + Ansi.ansi().brightGreen(nowTimeStr() + "[消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); }).onUser(user -> { - Ansi.out().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); + Ansi.ansi().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); }).onLike(like -> { - Ansi.out().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); + Ansi.ansi().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); }).onFollow(follow -> { - Ansi.out().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); + Ansi.ansi().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); }).onGift(gift -> { - Ansi.out().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); + Ansi.ansi().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); }); liveRoomWatcher.startWatch("roomID"); diff --git a/src/test/java/cool/scx/live_room_watcher/test/DouYinHackLiveRoomWatcherTest.java b/src/test/java/cool/scx/live_room_watcher/test/DouYinHackLiveRoomWatcherTest.java index 9359cd1a..2395e8e2 100644 --- a/src/test/java/cool/scx/live_room_watcher/test/DouYinHackLiveRoomWatcherTest.java +++ b/src/test/java/cool/scx/live_room_watcher/test/DouYinHackLiveRoomWatcherTest.java @@ -29,15 +29,15 @@ public static void tes1() { var liveRoomWatcher = new DouYinHackLiveRoomWatcher("https://live.douyin.com/201176429482").useGzip(true); liveRoomWatcher.onChat(chat -> { - Ansi.out().brightGreen(nowTimeStr() + "[消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); + Ansi.ansi().brightGreen(nowTimeStr() + "[消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); }).onUser(user -> { - Ansi.out().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); + Ansi.ansi().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); }).onLike(like -> { - Ansi.out().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); + Ansi.ansi().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); }).onFollow(follow -> { - Ansi.out().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); + Ansi.ansi().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); }).onGift(gift -> { - Ansi.out().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); + Ansi.ansi().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); }); liveRoomWatcher.startWatch(); diff --git a/src/test/java/cool/scx/live_room_watcher/test/DouYinLiveRoomWatcherTest.java b/src/test/java/cool/scx/live_room_watcher/test/DouYinLiveRoomWatcherTest.java index c358b1f5..3f095ec0 100644 --- a/src/test/java/cool/scx/live_room_watcher/test/DouYinLiveRoomWatcherTest.java +++ b/src/test/java/cool/scx/live_room_watcher/test/DouYinLiveRoomWatcherTest.java @@ -21,15 +21,15 @@ public static void tes1() throws IOException, InterruptedException { var liveRoomWatcher = new DouYinLiveRoomWatcher("appID", "appSecret", "123", "123", "123", new HashMap<>()); liveRoomWatcher.onChat(chat -> { - Ansi.out().brightGreen(nowTimeStr() + "[消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); + Ansi.ansi().brightGreen(nowTimeStr() + "[消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); }).onUser(user -> { - Ansi.out().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); + Ansi.ansi().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); }).onLike(like -> { - Ansi.out().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); + Ansi.ansi().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); }).onFollow(follow -> { - Ansi.out().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); + Ansi.ansi().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); }).onGift(gift -> { - Ansi.out().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); + Ansi.ansi().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); }); liveRoomWatcher.startWatch("roomID"); diff --git a/src/test/java/cool/scx/live_room_watcher/test/KuaiShouLiveRoomWatcherTest.java b/src/test/java/cool/scx/live_room_watcher/test/KuaiShouLiveRoomWatcherTest.java index 086821c8..e1474ad6 100644 --- a/src/test/java/cool/scx/live_room_watcher/test/KuaiShouLiveRoomWatcherTest.java +++ b/src/test/java/cool/scx/live_room_watcher/test/KuaiShouLiveRoomWatcherTest.java @@ -17,15 +17,15 @@ public static void test1() throws IOException, InterruptedException { var liveRoomWatcher = new KuaiShouLiveRoomWatcher("xxx", "xxxx"); liveRoomWatcher.onChat(chat -> { - Ansi.out().brightGreen(nowTimeStr() + "[消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); + Ansi.ansi().brightGreen(nowTimeStr() + "[消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); }).onUser(user -> { - Ansi.out().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); + Ansi.ansi().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); }).onLike(like -> { - Ansi.out().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); + Ansi.ansi().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); }).onFollow(follow -> { - Ansi.out().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); + Ansi.ansi().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); }).onGift(gift -> { - Ansi.out().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); + Ansi.ansi().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); }); liveRoomWatcher.startWatch(""); diff --git a/src/test/java/cool/scx/live_room_watcher/test/MEMELiveRoomWatcherTest.java b/src/test/java/cool/scx/live_room_watcher/test/MEMELiveRoomWatcherTest.java index 54bcf8bb..9bb67043 100644 --- a/src/test/java/cool/scx/live_room_watcher/test/MEMELiveRoomWatcherTest.java +++ b/src/test/java/cool/scx/live_room_watcher/test/MEMELiveRoomWatcherTest.java @@ -19,15 +19,15 @@ public static void tes1() throws IOException, InterruptedException { var liveRoomWatcher = new MEMELiveRoomWatcher("appID", "appSecret"); liveRoomWatcher.onChat(chat -> { - Ansi.out().brightGreen(nowTimeStr() + " [消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); + Ansi.ansi().brightGreen(nowTimeStr() + " [消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); }).onUser(user -> { - Ansi.out().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); + Ansi.ansi().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); }).onLike(like -> { - Ansi.out().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); + Ansi.ansi().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); }).onFollow(follow -> { - Ansi.out().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); + Ansi.ansi().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); }).onGift(gift -> { - Ansi.out().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); + Ansi.ansi().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); }); liveRoomWatcher.startWatch("xxxxxxx"); diff --git a/src/test/java/cool/scx/live_room_watcher/test/_560GameLiveRoomWatcherTest.java b/src/test/java/cool/scx/live_room_watcher/test/_560GameLiveRoomWatcherTest.java index 0e04035d..8a21533e 100644 --- a/src/test/java/cool/scx/live_room_watcher/test/_560GameLiveRoomWatcherTest.java +++ b/src/test/java/cool/scx/live_room_watcher/test/_560GameLiveRoomWatcherTest.java @@ -18,15 +18,15 @@ public static void test1() throws IOException, InterruptedException { var s = new _560GameLiveRoomWatcher("mch_id", "000", "xxxxxxx"); s.onChat(chat -> { - Ansi.out().brightGreen(nowTimeStr() + "[消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); + Ansi.ansi().brightGreen(nowTimeStr() + "[消息] ").defaultColor(chat.user().nickName() + " : ").brightWhite(chat.content()).println(); }).onUser(user -> { - Ansi.out().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); + Ansi.ansi().brightMagenta(nowTimeStr() + "[来了] ").defaultColor(user.nickName()).println(); }).onLike(like -> { - Ansi.out().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); + Ansi.ansi().brightYellow(nowTimeStr() + "[点赞] ").defaultColor(like.user().nickName() + " x " + like.count()).println(); }).onFollow(follow -> { - Ansi.out().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); + Ansi.ansi().brightCyan(nowTimeStr() + "[关注] ").defaultColor(follow.user().nickName()).println(); }).onGift(gift -> { - Ansi.out().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); + Ansi.ansi().brightBlue(nowTimeStr() + "[礼物] ").defaultColor(gift.user().nickName() + " : ").brightWhite(gift.name() + " x " + gift.count()).println(); }); s.startWatch("username", "password");