@dan-uni/dan-any 1.4.5 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.min.js +6 -2
- package/dist/browser/src/proto/gen/bilibili/community/service/dm/v1/dm_pb.d.ts +57 -57
- package/dist/browser/src/proto/gen/danuni/danmaku/v1/danmaku_pb.d.ts +4 -4
- package/dist/node/index.js +6 -2
- package/dist/node/src/proto/gen/bilibili/community/service/dm/v1/dm_pb.d.ts +57 -57
- package/dist/node/src/proto/gen/danuni/danmaku/v1/danmaku_pb.d.ts +4 -4
- package/dist/umd/index.umd.min.js +1638 -263
- package/dist/umd/plugins/bili.umd.min.js +1633 -258
- package/dist/umd/plugins/index.umd.min.js +1633 -258
- package/dist/umd/src/proto/gen/bilibili/community/service/dm/v1/dm_pb.d.ts +57 -57
- package/dist/umd/src/proto/gen/danuni/danmaku/v1/danmaku_pb.d.ts +4 -4
- package/package.json +6 -6
- package/src/index.ts +7 -1
- package/src/proto/gen/bilibili/community/service/dm/v1/dm_pb.ts +58 -58
- package/src/proto/gen/danuni/danmaku/v1/danmaku_pb.ts +5 -5
- package/types/tsconfig.tsbuildinfo +1 -1
|
@@ -223,7 +223,7 @@ export type ClickButton = Message<"bilibili.community.service.dm.v1.ClickButton"
|
|
|
223
223
|
/**
|
|
224
224
|
* @generated from field: bilibili.community.service.dm.v1.Bubble bubble = 7;
|
|
225
225
|
*/
|
|
226
|
-
bubble?: Bubble;
|
|
226
|
+
bubble?: Bubble | undefined;
|
|
227
227
|
};
|
|
228
228
|
/**
|
|
229
229
|
* Describes the message bilibili.community.service.dm.v1.ClickButton.
|
|
@@ -912,13 +912,13 @@ export type DanmuPlayerViewConfig = Message<"bilibili.community.service.dm.v1.Da
|
|
|
912
912
|
*
|
|
913
913
|
* @generated from field: bilibili.community.service.dm.v1.DanmuDefaultPlayerConfig danmuku_default_player_config = 1;
|
|
914
914
|
*/
|
|
915
|
-
danmukuDefaultPlayerConfig?: DanmuDefaultPlayerConfig;
|
|
915
|
+
danmukuDefaultPlayerConfig?: DanmuDefaultPlayerConfig | undefined;
|
|
916
916
|
/**
|
|
917
917
|
* 弹幕用户配置
|
|
918
918
|
*
|
|
919
919
|
* @generated from field: bilibili.community.service.dm.v1.DanmuPlayerConfig danmuku_player_config = 2;
|
|
920
920
|
*/
|
|
921
|
-
danmukuPlayerConfig?: DanmuPlayerConfig;
|
|
921
|
+
danmukuPlayerConfig?: DanmuPlayerConfig | undefined;
|
|
922
922
|
/**
|
|
923
923
|
* 弹幕显示区域自动配置列表
|
|
924
924
|
*
|
|
@@ -928,7 +928,7 @@ export type DanmuPlayerViewConfig = Message<"bilibili.community.service.dm.v1.Da
|
|
|
928
928
|
/**
|
|
929
929
|
* @generated from field: bilibili.community.service.dm.v1.DanmuPlayerConfigPanel danmuku_player_config_panel = 4;
|
|
930
930
|
*/
|
|
931
|
-
danmukuPlayerConfigPanel?: DanmuPlayerConfigPanel;
|
|
931
|
+
danmukuPlayerConfigPanel?: DanmuPlayerConfigPanel | undefined;
|
|
932
932
|
};
|
|
933
933
|
/**
|
|
934
934
|
* Describes the message bilibili.community.service.dm.v1.DanmuPlayerViewConfig.
|
|
@@ -1269,147 +1269,147 @@ export type DmPlayerConfigReq = Message<"bilibili.community.service.dm.v1.DmPlay
|
|
|
1269
1269
|
*
|
|
1270
1270
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuSwitch switch = 2;
|
|
1271
1271
|
*/
|
|
1272
|
-
switch?: PlayerDanmakuSwitch;
|
|
1272
|
+
switch?: PlayerDanmakuSwitch | undefined;
|
|
1273
1273
|
/**
|
|
1274
1274
|
* 是否记录弹幕开关设置
|
|
1275
1275
|
*
|
|
1276
1276
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuSwitchSave switch_save = 3;
|
|
1277
1277
|
*/
|
|
1278
|
-
switchSave?: PlayerDanmakuSwitchSave;
|
|
1278
|
+
switchSave?: PlayerDanmakuSwitchSave | undefined;
|
|
1279
1279
|
/**
|
|
1280
1280
|
* 是否使用推荐弹幕设置
|
|
1281
1281
|
*
|
|
1282
1282
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuUseDefaultConfig use_default_config = 4;
|
|
1283
1283
|
*/
|
|
1284
|
-
useDefaultConfig?: PlayerDanmakuUseDefaultConfig;
|
|
1284
|
+
useDefaultConfig?: PlayerDanmakuUseDefaultConfig | undefined;
|
|
1285
1285
|
/**
|
|
1286
1286
|
* 是否开启智能云屏蔽
|
|
1287
1287
|
*
|
|
1288
1288
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuAiRecommendedSwitch ai_recommended_switch = 5;
|
|
1289
1289
|
*/
|
|
1290
|
-
aiRecommendedSwitch?: PlayerDanmakuAiRecommendedSwitch;
|
|
1290
|
+
aiRecommendedSwitch?: PlayerDanmakuAiRecommendedSwitch | undefined;
|
|
1291
1291
|
/**
|
|
1292
1292
|
* 智能云屏蔽等级
|
|
1293
1293
|
*
|
|
1294
1294
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuAiRecommendedLevel ai_recommended_level = 6;
|
|
1295
1295
|
*/
|
|
1296
|
-
aiRecommendedLevel?: PlayerDanmakuAiRecommendedLevel;
|
|
1296
|
+
aiRecommendedLevel?: PlayerDanmakuAiRecommendedLevel | undefined;
|
|
1297
1297
|
/**
|
|
1298
1298
|
* 是否屏蔽顶端弹幕
|
|
1299
1299
|
*
|
|
1300
1300
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuBlocktop blocktop = 7;
|
|
1301
1301
|
*/
|
|
1302
|
-
blocktop?: PlayerDanmakuBlocktop;
|
|
1302
|
+
blocktop?: PlayerDanmakuBlocktop | undefined;
|
|
1303
1303
|
/**
|
|
1304
1304
|
* 是否屏蔽滚动弹幕
|
|
1305
1305
|
*
|
|
1306
1306
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuBlockscroll blockscroll = 8;
|
|
1307
1307
|
*/
|
|
1308
|
-
blockscroll?: PlayerDanmakuBlockscroll;
|
|
1308
|
+
blockscroll?: PlayerDanmakuBlockscroll | undefined;
|
|
1309
1309
|
/**
|
|
1310
1310
|
* 是否屏蔽底端弹幕
|
|
1311
1311
|
*
|
|
1312
1312
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuBlockbottom blockbottom = 9;
|
|
1313
1313
|
*/
|
|
1314
|
-
blockbottom?: PlayerDanmakuBlockbottom;
|
|
1314
|
+
blockbottom?: PlayerDanmakuBlockbottom | undefined;
|
|
1315
1315
|
/**
|
|
1316
1316
|
* 是否屏蔽彩色弹幕
|
|
1317
1317
|
*
|
|
1318
1318
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuBlockcolorful blockcolorful = 10;
|
|
1319
1319
|
*/
|
|
1320
|
-
blockcolorful?: PlayerDanmakuBlockcolorful;
|
|
1320
|
+
blockcolorful?: PlayerDanmakuBlockcolorful | undefined;
|
|
1321
1321
|
/**
|
|
1322
1322
|
* 是否屏蔽重复弹幕
|
|
1323
1323
|
*
|
|
1324
1324
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuBlockrepeat blockrepeat = 11;
|
|
1325
1325
|
*/
|
|
1326
|
-
blockrepeat?: PlayerDanmakuBlockrepeat;
|
|
1326
|
+
blockrepeat?: PlayerDanmakuBlockrepeat | undefined;
|
|
1327
1327
|
/**
|
|
1328
1328
|
* 是否屏蔽高级弹幕
|
|
1329
1329
|
*
|
|
1330
1330
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuBlockspecial blockspecial = 12;
|
|
1331
1331
|
*/
|
|
1332
|
-
blockspecial?: PlayerDanmakuBlockspecial;
|
|
1332
|
+
blockspecial?: PlayerDanmakuBlockspecial | undefined;
|
|
1333
1333
|
/**
|
|
1334
1334
|
* 弹幕不透明度
|
|
1335
1335
|
*
|
|
1336
1336
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuOpacity opacity = 13;
|
|
1337
1337
|
*/
|
|
1338
|
-
opacity?: PlayerDanmakuOpacity;
|
|
1338
|
+
opacity?: PlayerDanmakuOpacity | undefined;
|
|
1339
1339
|
/**
|
|
1340
1340
|
* 弹幕缩放比例
|
|
1341
1341
|
*
|
|
1342
1342
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuScalingfactor scalingfactor = 14;
|
|
1343
1343
|
*/
|
|
1344
|
-
scalingfactor?: PlayerDanmakuScalingfactor;
|
|
1344
|
+
scalingfactor?: PlayerDanmakuScalingfactor | undefined;
|
|
1345
1345
|
/**
|
|
1346
1346
|
* 弹幕显示区域
|
|
1347
1347
|
*
|
|
1348
1348
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuDomain domain = 15;
|
|
1349
1349
|
*/
|
|
1350
|
-
domain?: PlayerDanmakuDomain;
|
|
1350
|
+
domain?: PlayerDanmakuDomain | undefined;
|
|
1351
1351
|
/**
|
|
1352
1352
|
* 弹幕速度
|
|
1353
1353
|
*
|
|
1354
1354
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuSpeed speed = 16;
|
|
1355
1355
|
*/
|
|
1356
|
-
speed?: PlayerDanmakuSpeed;
|
|
1356
|
+
speed?: PlayerDanmakuSpeed | undefined;
|
|
1357
1357
|
/**
|
|
1358
1358
|
* 是否开启屏蔽列表
|
|
1359
1359
|
*
|
|
1360
1360
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuEnableblocklist enableblocklist = 17;
|
|
1361
1361
|
*/
|
|
1362
|
-
enableblocklist?: PlayerDanmakuEnableblocklist;
|
|
1362
|
+
enableblocklist?: PlayerDanmakuEnableblocklist | undefined;
|
|
1363
1363
|
/**
|
|
1364
1364
|
* 是否开启弹幕
|
|
1365
1365
|
*
|
|
1366
1366
|
* @generated from field: bilibili.community.service.dm.v1.InlinePlayerDanmakuSwitch inlinePlayerDanmakuSwitch = 18;
|
|
1367
1367
|
*/
|
|
1368
|
-
inlinePlayerDanmakuSwitch?: InlinePlayerDanmakuSwitch;
|
|
1368
|
+
inlinePlayerDanmakuSwitch?: InlinePlayerDanmakuSwitch | undefined;
|
|
1369
1369
|
/**
|
|
1370
1370
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuSeniorModeSwitch senior_mode_switch = 19;
|
|
1371
1371
|
*/
|
|
1372
|
-
seniorModeSwitch?: PlayerDanmakuSeniorModeSwitch;
|
|
1372
|
+
seniorModeSwitch?: PlayerDanmakuSeniorModeSwitch | undefined;
|
|
1373
1373
|
/**
|
|
1374
1374
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuAiRecommendedLevelV2 ai_recommended_level_v2 = 20;
|
|
1375
1375
|
*/
|
|
1376
|
-
aiRecommendedLevelV2?: PlayerDanmakuAiRecommendedLevelV2;
|
|
1376
|
+
aiRecommendedLevelV2?: PlayerDanmakuAiRecommendedLevelV2 | undefined;
|
|
1377
1377
|
/**
|
|
1378
1378
|
*
|
|
1379
1379
|
*
|
|
1380
1380
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuEnableHerdDm enable_herd_dm = 21;
|
|
1381
1381
|
*/
|
|
1382
|
-
enableHerdDm?: PlayerDanmakuEnableHerdDm;
|
|
1382
|
+
enableHerdDm?: PlayerDanmakuEnableHerdDm | undefined;
|
|
1383
1383
|
/**
|
|
1384
1384
|
*
|
|
1385
1385
|
*
|
|
1386
1386
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuBlocktopBottom blocktop_bottom = 22;
|
|
1387
1387
|
*/
|
|
1388
|
-
blocktopBottom?: PlayerDanmakuBlocktopBottom;
|
|
1388
|
+
blocktopBottom?: PlayerDanmakuBlocktopBottom | undefined;
|
|
1389
1389
|
/**
|
|
1390
1390
|
*
|
|
1391
1391
|
*
|
|
1392
1392
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuDomainV2 domain_v2 = 23;
|
|
1393
1393
|
*/
|
|
1394
|
-
domainV2?: PlayerDanmakuDomainV2;
|
|
1394
|
+
domainV2?: PlayerDanmakuDomainV2 | undefined;
|
|
1395
1395
|
/**
|
|
1396
1396
|
*
|
|
1397
1397
|
*
|
|
1398
1398
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuDensity density = 24;
|
|
1399
1399
|
*/
|
|
1400
|
-
density?: PlayerDanmakuDensity;
|
|
1400
|
+
density?: PlayerDanmakuDensity | undefined;
|
|
1401
1401
|
/**
|
|
1402
1402
|
*
|
|
1403
1403
|
*
|
|
1404
1404
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuSubtitleProof subtitle_proof = 25;
|
|
1405
1405
|
*/
|
|
1406
|
-
subtitleProof?: PlayerDanmakuSubtitleProof;
|
|
1406
|
+
subtitleProof?: PlayerDanmakuSubtitleProof | undefined;
|
|
1407
1407
|
/**
|
|
1408
1408
|
*
|
|
1409
1409
|
*
|
|
1410
1410
|
* @generated from field: bilibili.community.service.dm.v1.PlayerDanmakuPeopleProof people_proof = 26;
|
|
1411
1411
|
*/
|
|
1412
|
-
peopleProof?: PlayerDanmakuPeopleProof;
|
|
1412
|
+
peopleProof?: PlayerDanmakuPeopleProof | undefined;
|
|
1413
1413
|
};
|
|
1414
1414
|
/**
|
|
1415
1415
|
* Describes the message bilibili.community.service.dm.v1.DmPlayerConfigReq.
|
|
@@ -1458,7 +1458,7 @@ export type DmSegMobileReply = Message<"bilibili.community.service.dm.v1.DmSegMo
|
|
|
1458
1458
|
*
|
|
1459
1459
|
* @generated from field: bilibili.community.service.dm.v1.DanmakuAIFlag ai_flag = 3;
|
|
1460
1460
|
*/
|
|
1461
|
-
aiFlag?: DanmakuAIFlag;
|
|
1461
|
+
aiFlag?: DanmakuAIFlag | undefined;
|
|
1462
1462
|
/**
|
|
1463
1463
|
*
|
|
1464
1464
|
*
|
|
@@ -1730,13 +1730,13 @@ export type DmViewReply = Message<"bilibili.community.service.dm.v1.DmViewReply"
|
|
|
1730
1730
|
*
|
|
1731
1731
|
* @generated from field: bilibili.community.service.dm.v1.VideoMask mask = 2;
|
|
1732
1732
|
*/
|
|
1733
|
-
mask?: VideoMask;
|
|
1733
|
+
mask?: VideoMask | undefined;
|
|
1734
1734
|
/**
|
|
1735
1735
|
* 视频字幕
|
|
1736
1736
|
*
|
|
1737
1737
|
* @generated from field: bilibili.community.service.dm.v1.VideoSubtitle subtitle = 3;
|
|
1738
1738
|
*/
|
|
1739
|
-
subtitle?: VideoSubtitle;
|
|
1739
|
+
subtitle?: VideoSubtitle | undefined;
|
|
1740
1740
|
/**
|
|
1741
1741
|
* 高级弹幕专包url(bfs)
|
|
1742
1742
|
*
|
|
@@ -1748,13 +1748,13 @@ export type DmViewReply = Message<"bilibili.community.service.dm.v1.DmViewReply"
|
|
|
1748
1748
|
*
|
|
1749
1749
|
* @generated from field: bilibili.community.service.dm.v1.DanmakuFlagConfig ai_flag = 5;
|
|
1750
1750
|
*/
|
|
1751
|
-
aiFlag?: DanmakuFlagConfig;
|
|
1751
|
+
aiFlag?: DanmakuFlagConfig | undefined;
|
|
1752
1752
|
/**
|
|
1753
1753
|
* 弹幕配置信息
|
|
1754
1754
|
*
|
|
1755
1755
|
* @generated from field: bilibili.community.service.dm.v1.DanmuPlayerViewConfig player_config = 6;
|
|
1756
1756
|
*/
|
|
1757
|
-
playerConfig?: DanmuPlayerViewConfig;
|
|
1757
|
+
playerConfig?: DanmuPlayerViewConfig | undefined;
|
|
1758
1758
|
/**
|
|
1759
1759
|
* 弹幕发送框样式
|
|
1760
1760
|
*
|
|
@@ -1800,11 +1800,11 @@ export type DmViewReply = Message<"bilibili.community.service.dm.v1.DmViewReply"
|
|
|
1800
1800
|
/**
|
|
1801
1801
|
* @generated from field: bilibili.community.service.dm.v1.ExpoReport expo_report = 14;
|
|
1802
1802
|
*/
|
|
1803
|
-
expoReport?: ExpoReport;
|
|
1803
|
+
expoReport?: ExpoReport | undefined;
|
|
1804
1804
|
/**
|
|
1805
1805
|
* @generated from field: bilibili.community.service.dm.v1.BuzzwordConfig buzzword_config = 15;
|
|
1806
1806
|
*/
|
|
1807
|
-
buzzwordConfig?: BuzzwordConfig;
|
|
1807
|
+
buzzwordConfig?: BuzzwordConfig | undefined;
|
|
1808
1808
|
/**
|
|
1809
1809
|
* @generated from field: repeated bilibili.community.service.dm.v1.Expressions expressions = 16;
|
|
1810
1810
|
*/
|
|
@@ -1832,13 +1832,13 @@ export type DmViewReply = Message<"bilibili.community.service.dm.v1.DmViewReply"
|
|
|
1832
1832
|
*
|
|
1833
1833
|
* @generated from field: bilibili.community.service.dm.v1.DmHerdView dm_herd = 21;
|
|
1834
1834
|
*/
|
|
1835
|
-
dmHerd?: DmHerdView;
|
|
1835
|
+
dmHerd?: DmHerdView | undefined;
|
|
1836
1836
|
/**
|
|
1837
1837
|
*
|
|
1838
1838
|
*
|
|
1839
1839
|
* @generated from field: bilibili.community.service.dm.v1.Command command = 22;
|
|
1840
1840
|
*/
|
|
1841
|
-
command?: Command;
|
|
1841
|
+
command?: Command | undefined;
|
|
1842
1842
|
/**
|
|
1843
1843
|
*
|
|
1844
1844
|
*
|
|
@@ -1856,7 +1856,7 @@ export type DmViewReply = Message<"bilibili.community.service.dm.v1.DmViewReply"
|
|
|
1856
1856
|
*
|
|
1857
1857
|
* @generated from field: bilibili.community.service.dm.v1.QoeInfo qoe = 25;
|
|
1858
1858
|
*/
|
|
1859
|
-
qoe?: QoeInfo;
|
|
1859
|
+
qoe?: QoeInfo | undefined;
|
|
1860
1860
|
};
|
|
1861
1861
|
/**
|
|
1862
1862
|
* Describes the message bilibili.community.service.dm.v1.DmViewReply.
|
|
@@ -1939,13 +1939,13 @@ export type DmWebViewReply = Message<"bilibili.community.service.dm.v1.DmWebView
|
|
|
1939
1939
|
*
|
|
1940
1940
|
* @generated from field: bilibili.community.service.dm.v1.DmSegConfig dm_sge = 4;
|
|
1941
1941
|
*/
|
|
1942
|
-
dmSge?: DmSegConfig;
|
|
1942
|
+
dmSge?: DmSegConfig | undefined;
|
|
1943
1943
|
/**
|
|
1944
1944
|
* 云屏蔽配置信息
|
|
1945
1945
|
*
|
|
1946
1946
|
* @generated from field: bilibili.community.service.dm.v1.DanmakuFlagConfig flag = 5;
|
|
1947
1947
|
*/
|
|
1948
|
-
flag?: DanmakuFlagConfig;
|
|
1948
|
+
flag?: DanmakuFlagConfig | undefined;
|
|
1949
1949
|
/**
|
|
1950
1950
|
* 高级弹幕专包url(bfs)
|
|
1951
1951
|
*
|
|
@@ -1975,7 +1975,7 @@ export type DmWebViewReply = Message<"bilibili.community.service.dm.v1.DmWebView
|
|
|
1975
1975
|
*
|
|
1976
1976
|
* @generated from field: bilibili.community.service.dm.v1.DanmuWebPlayerConfig player_config = 10;
|
|
1977
1977
|
*/
|
|
1978
|
-
playerConfig?: DanmuWebPlayerConfig;
|
|
1978
|
+
playerConfig?: DanmuWebPlayerConfig | undefined;
|
|
1979
1979
|
/**
|
|
1980
1980
|
* 用户举报弹幕 cid维度屏蔽
|
|
1981
1981
|
*
|
|
@@ -2011,7 +2011,7 @@ export type DmWebViewReply = Message<"bilibili.community.service.dm.v1.DmWebView
|
|
|
2011
2011
|
*
|
|
2012
2012
|
* @generated from field: bilibili.community.service.dm.v1.QoeInfo qoe = 17;
|
|
2013
2013
|
*/
|
|
2014
|
-
qoe?: QoeInfo;
|
|
2014
|
+
qoe?: QoeInfo | undefined;
|
|
2015
2015
|
};
|
|
2016
2016
|
/**
|
|
2017
2017
|
* Describes the message bilibili.community.service.dm.v1.DmWebViewReply.
|
|
@@ -2537,19 +2537,19 @@ export type PostPanel = Message<"bilibili.community.service.dm.v1.PostPanel"> &
|
|
|
2537
2537
|
/**
|
|
2538
2538
|
* @generated from field: bilibili.community.service.dm.v1.ClickButton click_button = 6;
|
|
2539
2539
|
*/
|
|
2540
|
-
clickButton?: ClickButton;
|
|
2540
|
+
clickButton?: ClickButton | undefined;
|
|
2541
2541
|
/**
|
|
2542
2542
|
* @generated from field: bilibili.community.service.dm.v1.TextInput text_input = 7;
|
|
2543
2543
|
*/
|
|
2544
|
-
textInput?: TextInput;
|
|
2544
|
+
textInput?: TextInput | undefined;
|
|
2545
2545
|
/**
|
|
2546
2546
|
* @generated from field: bilibili.community.service.dm.v1.CheckBox check_box = 8;
|
|
2547
2547
|
*/
|
|
2548
|
-
checkBox?: CheckBox;
|
|
2548
|
+
checkBox?: CheckBox | undefined;
|
|
2549
2549
|
/**
|
|
2550
2550
|
* @generated from field: bilibili.community.service.dm.v1.Toast toast = 9;
|
|
2551
2551
|
*/
|
|
2552
|
-
toast?: Toast;
|
|
2552
|
+
toast?: Toast | undefined;
|
|
2553
2553
|
};
|
|
2554
2554
|
/**
|
|
2555
2555
|
* Describes the message bilibili.community.service.dm.v1.PostPanel.
|
|
@@ -2575,27 +2575,27 @@ export type PostPanelV2 = Message<"bilibili.community.service.dm.v1.PostPanelV2"
|
|
|
2575
2575
|
/**
|
|
2576
2576
|
* @generated from field: bilibili.community.service.dm.v1.ClickButtonV2 click_button = 4;
|
|
2577
2577
|
*/
|
|
2578
|
-
clickButton?: ClickButtonV2;
|
|
2578
|
+
clickButton?: ClickButtonV2 | undefined;
|
|
2579
2579
|
/**
|
|
2580
2580
|
* @generated from field: bilibili.community.service.dm.v1.TextInputV2 text_input = 5;
|
|
2581
2581
|
*/
|
|
2582
|
-
textInput?: TextInputV2;
|
|
2582
|
+
textInput?: TextInputV2 | undefined;
|
|
2583
2583
|
/**
|
|
2584
2584
|
* @generated from field: bilibili.community.service.dm.v1.CheckBoxV2 check_box = 6;
|
|
2585
2585
|
*/
|
|
2586
|
-
checkBox?: CheckBoxV2;
|
|
2586
|
+
checkBox?: CheckBoxV2 | undefined;
|
|
2587
2587
|
/**
|
|
2588
2588
|
* @generated from field: bilibili.community.service.dm.v1.ToastV2 toast = 7;
|
|
2589
2589
|
*/
|
|
2590
|
-
toast?: ToastV2;
|
|
2590
|
+
toast?: ToastV2 | undefined;
|
|
2591
2591
|
/**
|
|
2592
2592
|
* @generated from field: bilibili.community.service.dm.v1.BubbleV2 bubble = 8;
|
|
2593
2593
|
*/
|
|
2594
|
-
bubble?: BubbleV2;
|
|
2594
|
+
bubble?: BubbleV2 | undefined;
|
|
2595
2595
|
/**
|
|
2596
2596
|
* @generated from field: bilibili.community.service.dm.v1.LabelV2 label = 9;
|
|
2597
2597
|
*/
|
|
2598
|
-
label?: LabelV2;
|
|
2598
|
+
label?: LabelV2 | undefined;
|
|
2599
2599
|
/**
|
|
2600
2600
|
* @generated from field: bilibili.community.service.dm.v1.PostStatus post_status = 10;
|
|
2601
2601
|
*/
|
|
@@ -2685,7 +2685,7 @@ export type SubtitleItem = Message<"bilibili.community.service.dm.v1.SubtitleIte
|
|
|
2685
2685
|
*
|
|
2686
2686
|
* @generated from field: bilibili.community.service.dm.v1.UserInfo author = 6;
|
|
2687
2687
|
*/
|
|
2688
|
-
author?: UserInfo;
|
|
2688
|
+
author?: UserInfo | undefined;
|
|
2689
2689
|
/**
|
|
2690
2690
|
* 字幕类型
|
|
2691
2691
|
*
|
|
@@ -2745,7 +2745,7 @@ export type TextInput = Message<"bilibili.community.service.dm.v1.TextInput"> &
|
|
|
2745
2745
|
/**
|
|
2746
2746
|
* @generated from field: bilibili.community.service.dm.v1.Label label = 8;
|
|
2747
2747
|
*/
|
|
2748
|
-
label?: Label;
|
|
2748
|
+
label?: Label | undefined;
|
|
2749
2749
|
};
|
|
2750
2750
|
/**
|
|
2751
2751
|
* Describes the message bilibili.community.service.dm.v1.TextInput.
|
|
@@ -2805,7 +2805,7 @@ export type Toast = Message<"bilibili.community.service.dm.v1.Toast"> & {
|
|
|
2805
2805
|
/**
|
|
2806
2806
|
* @generated from field: bilibili.community.service.dm.v1.Button button = 4;
|
|
2807
2807
|
*/
|
|
2808
|
-
button?: Button;
|
|
2808
|
+
button?: Button | undefined;
|
|
2809
2809
|
};
|
|
2810
2810
|
/**
|
|
2811
2811
|
* Describes the message bilibili.community.service.dm.v1.Toast.
|
|
@@ -2845,7 +2845,7 @@ export type ToastV2 = Message<"bilibili.community.service.dm.v1.ToastV2"> & {
|
|
|
2845
2845
|
/**
|
|
2846
2846
|
* @generated from field: bilibili.community.service.dm.v1.ToastButtonV2 toast_button_v2 = 3;
|
|
2847
2847
|
*/
|
|
2848
|
-
toastButtonV2?: ToastButtonV2;
|
|
2848
|
+
toastButtonV2?: ToastButtonV2 | undefined;
|
|
2849
2849
|
};
|
|
2850
2850
|
/**
|
|
2851
2851
|
* Describes the message bilibili.community.service.dm.v1.ToastV2.
|
|
@@ -16,7 +16,7 @@ export type ListDanRequest = Message<"danuni.danmaku.v1.ListDanRequest"> & {
|
|
|
16
16
|
/**
|
|
17
17
|
* @generated from field: optional int32 seg = 2;
|
|
18
18
|
*/
|
|
19
|
-
seg?: number;
|
|
19
|
+
seg?: number | undefined;
|
|
20
20
|
};
|
|
21
21
|
/**
|
|
22
22
|
* Describes the message danuni.danmaku.v1.ListDanRequest.
|
|
@@ -62,7 +62,7 @@ export type Danmaku = Message<"danuni.danmaku.v1.Danmaku"> & {
|
|
|
62
62
|
/**
|
|
63
63
|
* @generated from field: google.protobuf.Timestamp ctime = 9;
|
|
64
64
|
*/
|
|
65
|
-
ctime?: Timestamp;
|
|
65
|
+
ctime?: Timestamp | undefined;
|
|
66
66
|
/**
|
|
67
67
|
* @generated from field: int32 weight = 10;
|
|
68
68
|
*/
|
|
@@ -78,11 +78,11 @@ export type Danmaku = Message<"danuni.danmaku.v1.Danmaku"> & {
|
|
|
78
78
|
/**
|
|
79
79
|
* @generated from field: optional string platform = 13;
|
|
80
80
|
*/
|
|
81
|
-
platform?: string;
|
|
81
|
+
platform?: string | undefined;
|
|
82
82
|
/**
|
|
83
83
|
* @generated from field: optional string extra = 14;
|
|
84
84
|
*/
|
|
85
|
-
extra?: string;
|
|
85
|
+
extra?: string | undefined;
|
|
86
86
|
};
|
|
87
87
|
/**
|
|
88
88
|
* Describes the message danuni.danmaku.v1.Danmaku.
|