pixuireactcomponents 1.2.0 → 1.2.2
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/README.md +5 -6
- package/package.json +9 -66
- package/tsconfig.json +27 -13
- package/{src/pixUIReactComponents/ui → ui}/components/slapface/Slapface.tsx +17 -17
- package/ui/sample/Slapface/SlapfaceDemo.tsx +30 -0
- package/.eslintignore +0 -7
- package/.eslintrc.js +0 -48
- package/.pixiderc/apps.json +0 -12
- package/.pixiderc/devel-config.meta.json +0 -23
- package/.pixiderc/postinstall.js +0 -17
- package/.pixiderc/util.js +0 -136
- package/.pixiderc/webpack.js +0 -180
- package/faas/helloworld.js +0 -8
- package/gen/pbo/pandora_pb.d.ts +0 -1179
- package/gen/pbo/pandora_pb.js +0 -10475
- package/gen/pbo/pandora_pb_service.d.ts +0 -1317
- package/gen/pbo/pandora_pb_service.js +0 -2307
- package/gen/pbo/test_pb.d.ts +0 -99
- package/gen/pbo/test_pb.js +0 -889
- package/gen/pbo/test_pb_service.d.ts +0 -82
- package/gen/pbo/test_pb_service.js +0 -117
- package/lib/assets/border.png +0 -0
- package/lib/assets/check.html +0 -54
- package/lib/assets/pixui.png +0 -0
- package/lib/assets/preact.png +0 -0
- package/lib/check/main.less +0 -63
- package/lib/check/main.tsx +0 -42
- package/lib/check/tool.js +0 -3
- package/lib/check/util.tsx +0 -107
- package/lib/dom.ts +0 -16
- package/lib/ext.d.ts +0 -95
- package/lib/grpc-web/dist/ChunkParser.js +0 -115
- package/lib/grpc-web/dist/ChunkParser.js.map +0 -1
- package/lib/grpc-web/dist/Code.js +0 -58
- package/lib/grpc-web/dist/Code.js.map +0 -1
- package/lib/grpc-web/dist/client.js +0 -299
- package/lib/grpc-web/dist/client.js.map +0 -1
- package/lib/grpc-web/dist/debug.js +0 -16
- package/lib/grpc-web/dist/debug.js.map +0 -1
- package/lib/grpc-web/dist/detach.js +0 -7
- package/lib/grpc-web/dist/detach.js.map +0 -1
- package/lib/grpc-web/dist/index.js +0 -29
- package/lib/grpc-web/dist/index.js.map +0 -1
- package/lib/grpc-web/dist/invoke.js +0 -32
- package/lib/grpc-web/dist/invoke.js.map +0 -1
- package/lib/grpc-web/dist/message.js +0 -3
- package/lib/grpc-web/dist/message.js.map +0 -1
- package/lib/grpc-web/dist/metadata.js +0 -5
- package/lib/grpc-web/dist/metadata.js.map +0 -1
- package/lib/grpc-web/dist/service.js +0 -3
- package/lib/grpc-web/dist/service.js.map +0 -1
- package/lib/grpc-web/dist/transports/Transport.js +0 -13
- package/lib/grpc-web/dist/transports/Transport.js.map +0 -1
- package/lib/grpc-web/dist/transports/http/fetch.js +0 -112
- package/lib/grpc-web/dist/transports/http/fetch.js.map +0 -1
- package/lib/grpc-web/dist/transports/http/http.js +0 -15
- package/lib/grpc-web/dist/transports/http/http.js.map +0 -1
- package/lib/grpc-web/dist/transports/http/xhr.js +0 -127
- package/lib/grpc-web/dist/transports/http/xhr.js.map +0 -1
- package/lib/grpc-web/dist/transports/http/xhrUtil.js +0 -37
- package/lib/grpc-web/dist/transports/http/xhrUtil.js.map +0 -1
- package/lib/grpc-web/dist/transports/websocket/websocket.js +0 -95
- package/lib/grpc-web/dist/transports/websocket/websocket.js.map +0 -1
- package/lib/grpc-web/dist/typings/ChunkParser.d.ts +0 -17
- package/lib/grpc-web/dist/typings/Code.d.ts +0 -20
- package/lib/grpc-web/dist/typings/client.d.ts +0 -22
- package/lib/grpc-web/dist/typings/debug.d.ts +0 -1
- package/lib/grpc-web/dist/typings/detach.d.ts +0 -1
- package/lib/grpc-web/dist/typings/index.d.ts +0 -60
- package/lib/grpc-web/dist/typings/invoke.d.ts +0 -17
- package/lib/grpc-web/dist/typings/message.d.ts +0 -8
- package/lib/grpc-web/dist/typings/metadata.d.ts +0 -2
- package/lib/grpc-web/dist/typings/service.d.ts +0 -16
- package/lib/grpc-web/dist/typings/transports/Transport.d.ts +0 -22
- package/lib/grpc-web/dist/typings/transports/http/fetch.d.ts +0 -6
- package/lib/grpc-web/dist/typings/transports/http/http.d.ts +0 -5
- package/lib/grpc-web/dist/typings/transports/http/xhr.d.ts +0 -27
- package/lib/grpc-web/dist/typings/transports/http/xhrUtil.d.ts +0 -3
- package/lib/grpc-web/dist/typings/transports/websocket/websocket.d.ts +0 -2
- package/lib/grpc-web/dist/typings/unary.d.ts +0 -20
- package/lib/grpc-web/dist/typings/util.d.ts +0 -2
- package/lib/grpc-web/dist/unary.js +0 -44
- package/lib/grpc-web/dist/unary.js.map +0 -1
- package/lib/grpc-web/dist/util.js +0 -11
- package/lib/grpc-web/dist/util.js.map +0 -1
- package/lib/grpcTransport/PixHttp2Transport.ts +0 -104
- package/lib/grpcTransport/PixLuaTransport.ts +0 -80
- package/lib/pi_component/tinyList/tinyList.js +0 -573
- package/lib/pi_component/tinyList/tinyList.tsx +0 -586
- package/lib/preact/compat/src/Children.js +0 -26
- package/lib/preact/compat/src/PureComponent.js +0 -19
- package/lib/preact/compat/src/events.js +0 -36
- package/lib/preact/compat/src/forwardRef.js +0 -29
- package/lib/preact/compat/src/index.d.ts +0 -121
- package/lib/preact/compat/src/index.js +0 -159
- package/lib/preact/compat/src/internal.d.ts +0 -45
- package/lib/preact/compat/src/memo.js +0 -34
- package/lib/preact/compat/src/portals.js +0 -85
- package/lib/preact/compat/src/render.js +0 -166
- package/lib/preact/compat/src/suspense-list.d.ts +0 -14
- package/lib/preact/compat/src/suspense-list.js +0 -127
- package/lib/preact/compat/src/suspense.d.ts +0 -15
- package/lib/preact/compat/src/suspense.js +0 -165
- package/lib/preact/compat/src/util.js +0 -23
- package/lib/preact/hooks/src/index.d.ts +0 -133
- package/lib/preact/hooks/src/index.js +0 -339
- package/lib/preact/hooks/src/internal.d.ts +0 -55
- package/lib/preact/src/clone-element.js +0 -27
- package/lib/preact/src/compat.ts +0 -0
- package/lib/preact/src/component.js +0 -219
- package/lib/preact/src/constants.js +0 -3
- package/lib/preact/src/create-context.js +0 -55
- package/lib/preact/src/create-element.js +0 -102
- package/lib/preact/src/css.d.ts +0 -30341
- package/lib/preact/src/diff/catch-error.js +0 -41
- package/lib/preact/src/diff/children.js +0 -259
- package/lib/preact/src/diff/index.js +0 -445
- package/lib/preact/src/diff/props.js +0 -163
- package/lib/preact/src/index.d.ts +0 -275
- package/lib/preact/src/index.js +0 -14
- package/lib/preact/src/internal.d.ts +0 -94
- package/lib/preact/src/jsx.d.ts +0 -884
- package/lib/preact/src/options.js +0 -16
- package/lib/preact/src/render.js +0 -98
- package/lib/preact/src/util.js +0 -25
- package/lib/preact-router/.travis.yml +0 -3
- package/lib/preact-router/LICENSE +0 -21
- package/lib/preact-router/README.md +0 -254
- package/lib/preact-router/index.d.ts +0 -71
- package/lib/preact-router/match/index.d.ts +0 -16
- package/lib/preact-router/match/package.json +0 -13
- package/lib/preact-router/match/src/cjs.js +0 -4
- package/lib/preact-router/match/src/index.js +0 -36
- package/lib/preact-router/package-lock.json +0 -12330
- package/lib/preact-router/package.json +0 -78
- package/lib/preact-router/src/cjs.js +0 -11
- package/lib/preact-router/src/index.js +0 -270
- package/lib/preact-router/src/util.js +0 -87
- package/lib/react-window/src/FixedSizeGrid.js +0 -244
- package/lib/react-window/src/FixedSizeList.js +0 -130
- package/lib/react-window/src/VariableSizeGrid.js +0 -507
- package/lib/react-window/src/VariableSizeList.js +0 -316
- package/lib/react-window/src/__tests__/FixedSizeGrid.js +0 -1336
- package/lib/react-window/src/__tests__/FixedSizeList.js +0 -966
- package/lib/react-window/src/__tests__/VariableSizeGrid.js +0 -779
- package/lib/react-window/src/__tests__/VariableSizeList.js +0 -442
- package/lib/react-window/src/__tests__/__snapshots__/FixedSizeGrid.js.snap +0 -912
- package/lib/react-window/src/__tests__/__snapshots__/FixedSizeList.js.snap +0 -568
- package/lib/react-window/src/__tests__/__snapshots__/VariableSizeGrid.js.snap +0 -542
- package/lib/react-window/src/__tests__/__snapshots__/VariableSizeList.js.snap +0 -331
- package/lib/react-window/src/__tests__/areEqual.js +0 -32
- package/lib/react-window/src/__tests__/shouldComponentUpdate.js +0 -36
- package/lib/react-window/src/areEqual.js +0 -18
- package/lib/react-window/src/createGridComponent.js +0 -919
- package/lib/react-window/src/createListComponent.js +0 -729
- package/lib/react-window/src/domHelpers.js +0 -72
- package/lib/react-window/src/index.js +0 -9
- package/lib/react-window/src/shallowDiffers.js +0 -17
- package/lib/react-window/src/shouldComponentUpdate.js +0 -16
- package/lib/react-window/src/test.js.flow +0 -382
- package/lib/react-window/src/timer.js +0 -36
- package/src/app/demopage.tsx +0 -77
- package/src/app/index.html +0 -48
- package/src/app/main.tsx +0 -30
- package/src/asset/Textures/Alert/bg_tips.png +0 -0
- package/src/asset/Textures/Alert/btn_zhedie_a.png +0 -0
- package/src/asset/Textures/Alert/com_home_bg_left.png +0 -0
- package/src/asset/Textures/Alert/com_home_bg_rightbar.png +0 -0
- package/src/asset/Textures/Commons/com_home_bg_a.png +0 -0
- package/src/asset/Textures/Commons/com_home_bg_back_top.png +0 -0
- package/src/asset/Textures/Commons/com_home_bg_bottombar_sheet.png +0 -0
- package/src/asset/Textures/Commons/com_home_bg_list_xiala.png +0 -0
- package/src/asset/Textures/Commons/com_home_bg_rightbar_line.png +0 -0
- package/src/asset/Textures/Commons/com_home_bg_rightbar_selected.png +0 -0
- package/src/asset/Textures/Commons/com_home_bg_touxiang_140.png +0 -0
- package/src/asset/Textures/Commons/com_home_bg_touxiang_60.png +0 -0
- package/src/asset/Textures/Commons/com_home_bg_touxiang_80.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_back.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_bottombar.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_bottombar_fadongtai.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_close.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_guanzhu_126.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_guanzhu_86.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_left_bianji.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_left_dongtai.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_left_touxiang.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_selet.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_yiguanzhu_126.png +0 -0
- package/src/asset/Textures/Commons/com_home_btn_yiguanzhu_86.png +0 -0
- package/src/asset/Textures/Commons/com_home_icon_bottombar_fadongtai.png +0 -0
- package/src/asset/Textures/Commons/com_home_icon_bottombar_red.png +0 -0
- package/src/asset/Textures/Commons/com_home_icon_loading.png +0 -0
- package/src/asset/Textures/Commons/com_home_pic_touxiang_moren.png +0 -0
- package/src/asset/Textures/Commons/com_home_tab_left_a.png +0 -0
- package/src/asset/Textures/Commons/com_home_tab_left_b.png +0 -0
- package/src/asset/Textures/Commons/com_home_tab_left_c.png +0 -0
- package/src/asset/Textures/Commons/feedItems/gc1_huati_icon_middle_v.png +0 -0
- package/src/asset/Textures/Commons/feedItems/gc1_huati_icon_middle_yonghurenzheng.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_bg.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_bg_line.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_bg_middle_chakan.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_bg_middle_input.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_bg_zan.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_btn_middle_input.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_btn_more.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_btn_normal.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_btn_photo_more.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_btn_zhedie_a.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_btn_zhedie_a_shadow.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_btn_zhedie_b_normal.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_btn_zhedie_b_pressed.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_icon_a_normal.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_icon_a_pressed.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_icon_b_normal.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_icon_c_normal.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_icon_d.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_icon_e.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_icon_f_share.png +0 -0
- package/src/asset/Textures/Commons/feedItems/pinglun_icon_middle_input_back.png +0 -0
- package/src/asset/Textures/Commons/gc1_huati_bg_middle_topbtn.png +0 -0
- package/src/asset/Textures/Commons/gc1_huati_bg_middle_topbtn_pressd.png +0 -0
- package/src/asset/Textures/Commons/karaoke/rukou_bg_music.png +0 -0
- package/src/asset/Textures/Commons/karaoke/rukou_btn_a.png +0 -0
- package/src/asset/Textures/Commons/karaoke/rukou_btn_b.png +0 -0
- package/src/asset/Textures/Commons/karaoke/rukou_icon_b.png +0 -0
- package/src/asset/Textures/Commons/karaoke/rukou_icon_d.png +0 -0
- package/src/asset/Textures/Commons/karaoke/rukou_icon_e.png +0 -0
- package/src/asset/Textures/Commons/rukou_bg_bottombar_line.png +0 -0
- package/src/asset/Textures/Commons/rukou_icon_a.png +0 -0
- package/src/asset/Textures/Commons/tc_bianji_tab_a.png +0 -0
- package/src/asset/Textures/Commons/tc_zanshang_bg_line.png +0 -0
- package/src/asset/Textures/Commons/touxiang_bg_tishikuang.png +0 -0
- package/src/asset/Textures/Commons/video/rukou_icon_shipin.png +0 -0
- package/src/asset/Textures/Commons/video/xiangce_btn_bofang.png +0 -0
- package/src/asset/Textures/Commons/voice/rukou_icon_yuyin.png +0 -0
- package/src/asset/Textures/Commons/voice/tc_yuyin_bg.png +0 -0
- package/src/asset/Textures/Commons/voice/tc_yuyin_bg_load.png +0 -0
- package/src/asset/Textures/Commons/voice/tc_yuyin_bg_xinhao_a.png +0 -0
- package/src/asset/Textures/Commons/voice/tc_yuyin_bg_xinhao_b.png +0 -0
- package/src/asset/Textures/Commons/xiangce_icon_bottombar_gulita.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_bg.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_bg_bottom.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_bg_input.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_bg_tips.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_bg_topbar_a.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_bg_topbar_line.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_bg_upload_photo.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_bg_upload_photo_line.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_bg_zhaopian_line.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_btn.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_btn_close.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_btn_upload_photo.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_radio_normal.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_radio_normal_@slice_0.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_radio_selected.png +0 -0
- package/src/asset/Textures/SocialSecond/com_tc_tab_a.png +0 -0
- package/src/asset/Textures/SocialSecond/gc1_huati_bg_middle_topbar.png +0 -0
- package/src/asset/Textures/SocialSecond/gc1_huati_bg_middle_topbar_pre.png +0 -0
- package/src/asset/Textures/SocialSecond/newmessage_bg_left_line.png +0 -0
- package/src/asset/Textures/SocialSecond/newmessage_bg_left_normal.png +0 -0
- package/src/asset/Textures/SocialSecond/newmessage_bg_left_selected.png +0 -0
- package/src/asset/Textures/SocialSecond/newmessage_bg_middle_new.png +0 -0
- package/src/asset/Textures/SocialSecond/paihang_bg_list.png +0 -0
- package/src/asset/Textures/SocialSecond/paihang_bg_list_line.png +0 -0
- package/src/asset/Textures/SocialSecond/paihang_bg_list_my.png +0 -0
- package/src/asset/Textures/SocialSecond/paihang_bg_list_top.png +0 -0
- package/src/asset/Textures/SocialSecond/paihang_bg_topbar_a.png +0 -0
- package/src/asset/Textures/SocialSecond/paihang_icon_topbar_selected.png +0 -0
- package/src/asset/Textures/SocialSecond/paihang_pic_1.png +0 -0
- package/src/asset/Textures/SocialSecond/paihang_pic_2.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_fadongtai_btn_close.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_guanzhu_bg_topbar.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_guanzhu_bg_topbar_selected.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_liwu_bg.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_liwu_bg_daoju.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_liwu_btn_a.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_liwu_btn_b.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_liwu_btn_c.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_liwu_pic_daoju1.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_liwu_pic_daoju2.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_liwu_pic_daoju3.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_pinglun_bg.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_shipin_tianjiashipin.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_yuyin_bg.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_yuyin_bg_delete.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_yuyin_bg_xinhao_a.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_yuyin_bg_xinhao_b.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_yuyin_star.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_yuyin_stop.png +0 -0
- package/src/asset/Textures/SocialSecond/tc_zanshang_bg_line.png +0 -0
- package/src/asset/Textures/SocialSecond/touxiang_bg_tishikuang.png +0 -0
- package/src/asset/Textures/SocialSecond/xiangce_huadong.png +0 -0
- package/src/asset/Textures/SocialSecond/xiangce_huadong_xuanzhong.png +0 -0
- package/src/asset/Textures/SocialSecond/xiangce_icon_xiazai.png +0 -0
- package/src/asset/Textures/SocialVideo/com_home_btn_close.png +0 -0
- package/src/asset/Textures/SocialVideo/tc_shipin_bg_guodu.png +0 -0
- package/src/asset/Textures/SocialVideo/tc_shipin_jinduanjian.png +0 -0
- package/src/asset/Textures/SocialVideo/tc_shipin_jindutiao.png +0 -0
- package/src/asset/Textures/SocialVideo/tc_shipin_jindutiao_hui.png +0 -0
- package/src/asset/Textures/SocialVideo/tc_shipin_play.png +0 -0
- package/src/asset/Textures/SocialVideo/tc_shipin_play_big.png +0 -0
- package/src/asset/Textures/SocialVideo/tc_shipin_stop.png +0 -0
- package/src/asset/laugh.gif +0 -0
- package/src/asset/npms.png +0 -0
- package/src/asset/pixui.png +0 -0
- package/src/asset/preact.png +0 -0
- package/src/asset/template.html +0 -47
- package/src/common/frame/appsettings.js +0 -111
- package/src/common/frame/common.js +0 -17
- package/src/common/frame/platform-api-callback.js +0 -341
- package/src/common/frame/platform-api.d.ts +0 -156
- package/src/common/frame/platform-api.js +0 -479
- package/src/common/main.less +0 -119
- package/src/pixUIReactComponents/README.md +0 -8
- package/src/pixUIReactComponents/package.json +0 -11
- package/src/pixUIReactComponents/tsconfig.json +0 -45
- package/src/pixUIReactComponents/ui/sample/Slapface/SlapfaceDemo.tsx +0 -30
- package/src/pixUIReactUtils/GenerateConstructorAndGeterSeter.js +0 -227
- package/src/pixUIReactUtils/MakeImage.js +0 -207
- package/src/pixUIReactUtils/README.md +0 -124
- package/src/pixUIReactUtils/Version.js +0 -3
- package/src/pixUIReactUtils/img/makeImage.png +0 -0
- package/src/pixUIReactUtils/index.js +0 -1
- package/src/pixUIReactUtils/package.json +0 -16
- package/src/preprocess/index.html +0 -48
- package/src/preprocess/main.tsx +0 -17
- package/src/preprocess/preprocesspage.tsx +0 -41
- /package/{src/pixUIReactComponents/cmdAfterTsBuild.js → cmdAfterTsBuild.js} +0 -0
- /package/{src/pixUIReactComponents/index.js → index.js} +0 -0
- /package/{src/pixUIReactComponents/tools → tools}/EventDispatcherJs.tsx +0 -0
- /package/{src/pixUIReactComponents/tools → tools}/Logger.tsx +0 -0
- /package/{src/pixUIReactComponents/tools → tools}/img/logger.png +0 -0
- /package/{src/pixUIReactComponents/tools → tools}/tools.md +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/bulletscreen/BulletItemAnimation.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/bulletscreen/BulletScreenAnimation.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/bulletscreen/bullet.less +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/button/Button.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/carousel/Carousel.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/checkBox/CheckBox.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/dropdown/Dropdown.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/dropdown/DropdownOptionUI.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/dropdown/DropdownSpreadMainUI.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/dropdown/DropdownUnspreadMainUI.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/gradient/GradientText.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/outlinetext/OutlineText.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/progress/Progress.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/slapface/less/Slapface.less +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/slider/Slider.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/tab/Tab.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/tab/Tabs.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/togglegroup/ToggleGroup.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/videoplayer/VideoPlayer.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/waterfallcomponent/WaterfallComponent.jsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/components/waterfallcomponent/less/WaterfallComponent.less +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/Images.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/OutlineText/OutlineDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/btn_close.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/changtai_button.jpg +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/checkbox0.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/checkbox1.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/data_arrow_down.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/data_arrow_up.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/dot.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/inner.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/item_reddot.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/loading.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/money_dropdown.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/money_dropdownall.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/outer.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/slapface_samplepic1.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/slapface_samplepic2.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/slapface_samplepic3.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/slapface_samplepic4.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/slapface_samplepic5.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/slapface_samplepic6.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/tab_choosed.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/tabs_bg.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/video_pause.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/video_play.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/video_reload.png +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/xuanfu_button.jpg +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/asset/yaxia_button.jpg +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/bulletscreen/BulletDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/button/ButtonDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/carousel/carouselDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/checkBox/checkBoxDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/dropdown/DropdownDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/dropdown/MoneyDropdownOption.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/dropdown/MoneyDropdownSpreadMain.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/dropdown/MoneyDropdownUnspreadMain.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/gradient/GradientDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/less/video.less +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/progress/ProgressDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/slider/SliderDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/tab/TabDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/tab/TopTab.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/togglegroup/ToggleGroupDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/videoplayer/VideoPlayerDemo.tsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/sample/waterfallcomponent/WaterfallComponentDemo.jsx +0 -0
- /package/{src/pixUIReactComponents/ui → ui}/ui.md +0 -0
package/gen/pbo/pandora_pb.d.ts
DELETED
|
@@ -1,1179 +0,0 @@
|
|
|
1
|
-
// package: pandora
|
|
2
|
-
// file: pandora.proto
|
|
3
|
-
|
|
4
|
-
import * as jspb from "google-protobuf";
|
|
5
|
-
|
|
6
|
-
export class UserData extends jspb.Message {
|
|
7
|
-
getRoleId(): string;
|
|
8
|
-
setRoleId(value: string): this;
|
|
9
|
-
|
|
10
|
-
getOpenId(): string;
|
|
11
|
-
setOpenId(value: string): this;
|
|
12
|
-
|
|
13
|
-
getServiceType(): string;
|
|
14
|
-
setServiceType(value: string): this;
|
|
15
|
-
|
|
16
|
-
getAcountType(): string;
|
|
17
|
-
setAcountType(value: string): this;
|
|
18
|
-
|
|
19
|
-
getArea(): string;
|
|
20
|
-
setArea(value: string): this;
|
|
21
|
-
|
|
22
|
-
getPartition(): string;
|
|
23
|
-
setPartition(value: string): this;
|
|
24
|
-
|
|
25
|
-
getAppId(): string;
|
|
26
|
-
setAppId(value: string): this;
|
|
27
|
-
|
|
28
|
-
getAccessToken(): string;
|
|
29
|
-
setAccessToken(value: string): this;
|
|
30
|
-
|
|
31
|
-
getPayToken(): string;
|
|
32
|
-
setPayToken(value: string): this;
|
|
33
|
-
|
|
34
|
-
getGameVer(): string;
|
|
35
|
-
setGameVer(value: string): this;
|
|
36
|
-
|
|
37
|
-
getPlatId(): string;
|
|
38
|
-
setPlatId(value: string): this;
|
|
39
|
-
|
|
40
|
-
getGameName(): string;
|
|
41
|
-
setGameName(value: string): this;
|
|
42
|
-
|
|
43
|
-
getMsdkGameId(): string;
|
|
44
|
-
setMsdkGameId(value: string): this;
|
|
45
|
-
|
|
46
|
-
getSdkVersion(): string;
|
|
47
|
-
setSdkVersion(value: string): this;
|
|
48
|
-
|
|
49
|
-
getLevel(): string;
|
|
50
|
-
setLevel(value: string): this;
|
|
51
|
-
|
|
52
|
-
getVender(): string;
|
|
53
|
-
setVender(value: string): this;
|
|
54
|
-
|
|
55
|
-
getOs(): string;
|
|
56
|
-
setOs(value: string): this;
|
|
57
|
-
|
|
58
|
-
getChannelId(): string;
|
|
59
|
-
setChannelId(value: string): this;
|
|
60
|
-
|
|
61
|
-
serializeBinary(): Uint8Array;
|
|
62
|
-
toObject(includeInstance?: boolean): UserDataAsObject;
|
|
63
|
-
static toObject(includeInstance: boolean, msg: UserData): UserDataAsObject;
|
|
64
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
65
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
66
|
-
static serializeBinaryToWriter(message: UserData, writer: jspb.BinaryWriter): void;
|
|
67
|
-
static deserializeBinary(bytes: Uint8Array): UserData;
|
|
68
|
-
static deserializeBinaryFromReader(message: UserData, reader: jspb.BinaryReader): UserData;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export type UserDataAsObject = {
|
|
72
|
-
roleId: string,
|
|
73
|
-
openId: string,
|
|
74
|
-
serviceType: string,
|
|
75
|
-
acountType: string,
|
|
76
|
-
area: string,
|
|
77
|
-
partition: string,
|
|
78
|
-
appId: string,
|
|
79
|
-
accessToken: string,
|
|
80
|
-
payToken: string,
|
|
81
|
-
gameVer: string,
|
|
82
|
-
platId: string,
|
|
83
|
-
gameName: string,
|
|
84
|
-
msdkGameId: string,
|
|
85
|
-
sdkVersion: string,
|
|
86
|
-
level: string,
|
|
87
|
-
vender: string,
|
|
88
|
-
os: string,
|
|
89
|
-
channelId: string,
|
|
90
|
-
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
export class Request extends jspb.Message {
|
|
94
|
-
serializeBinary(): Uint8Array;
|
|
95
|
-
toObject(includeInstance?: boolean): RequestAsObject;
|
|
96
|
-
static toObject(includeInstance: boolean, msg: Request): RequestAsObject;
|
|
97
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
98
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
99
|
-
static serializeBinaryToWriter(message: Request, writer: jspb.BinaryWriter): void;
|
|
100
|
-
static deserializeBinary(bytes: Uint8Array): Request;
|
|
101
|
-
static deserializeBinaryFromReader(message: Request, reader: jspb.BinaryReader): Request;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
export type RequestAsObject = {
|
|
105
|
-
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
export class Response extends jspb.Message {
|
|
109
|
-
getRet(): number;
|
|
110
|
-
setRet(value: number): this;
|
|
111
|
-
|
|
112
|
-
getMessage(): string;
|
|
113
|
-
setMessage(value: string): this;
|
|
114
|
-
|
|
115
|
-
serializeBinary(): Uint8Array;
|
|
116
|
-
toObject(includeInstance?: boolean): ResponseAsObject;
|
|
117
|
-
static toObject(includeInstance: boolean, msg: Response): ResponseAsObject;
|
|
118
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
119
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
120
|
-
static serializeBinaryToWriter(message: Response, writer: jspb.BinaryWriter): void;
|
|
121
|
-
static deserializeBinary(bytes: Uint8Array): Response;
|
|
122
|
-
static deserializeBinaryFromReader(message: Response, reader: jspb.BinaryReader): Response;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
export type ResponseAsObject = {
|
|
126
|
-
ret: number,
|
|
127
|
-
message: string,
|
|
128
|
-
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
export class Empty extends jspb.Message {
|
|
132
|
-
serializeBinary(): Uint8Array;
|
|
133
|
-
toObject(includeInstance?: boolean): EmptyAsObject;
|
|
134
|
-
static toObject(includeInstance: boolean, msg: Empty): EmptyAsObject;
|
|
135
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
136
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
137
|
-
static serializeBinaryToWriter(message: Empty, writer: jspb.BinaryWriter): void;
|
|
138
|
-
static deserializeBinary(bytes: Uint8Array): Empty;
|
|
139
|
-
static deserializeBinaryFromReader(message: Empty, reader: jspb.BinaryReader): Empty;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
export type EmptyAsObject = {
|
|
143
|
-
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
export class JsonRequest extends jspb.Message {
|
|
147
|
-
getCommandId(): number;
|
|
148
|
-
setCommandId(value: number): this;
|
|
149
|
-
|
|
150
|
-
getMessage(): string;
|
|
151
|
-
setMessage(value: string): this;
|
|
152
|
-
|
|
153
|
-
serializeBinary(): Uint8Array;
|
|
154
|
-
toObject(includeInstance?: boolean): JsonRequestAsObject;
|
|
155
|
-
static toObject(includeInstance: boolean, msg: JsonRequest): JsonRequestAsObject;
|
|
156
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
157
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
158
|
-
static serializeBinaryToWriter(message: JsonRequest, writer: jspb.BinaryWriter): void;
|
|
159
|
-
static deserializeBinary(bytes: Uint8Array): JsonRequest;
|
|
160
|
-
static deserializeBinaryFromReader(message: JsonRequest, reader: jspb.BinaryReader): JsonRequest;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
export type JsonRequestAsObject = {
|
|
164
|
-
commandId: number,
|
|
165
|
-
message: string,
|
|
166
|
-
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
export class GlobalEvent extends jspb.Message {
|
|
170
|
-
getType(): string;
|
|
171
|
-
setType(value: string): this;
|
|
172
|
-
|
|
173
|
-
getContent(): string;
|
|
174
|
-
setContent(value: string): this;
|
|
175
|
-
|
|
176
|
-
getExtend(): string;
|
|
177
|
-
setExtend(value: string): this;
|
|
178
|
-
|
|
179
|
-
getCount(): number;
|
|
180
|
-
setCount(value: number): this;
|
|
181
|
-
|
|
182
|
-
getRoomName(): string;
|
|
183
|
-
setRoomName(value: string): this;
|
|
184
|
-
|
|
185
|
-
getMember(): number;
|
|
186
|
-
setMember(value: number): this;
|
|
187
|
-
|
|
188
|
-
getStatus(): number;
|
|
189
|
-
setStatus(value: number): this;
|
|
190
|
-
|
|
191
|
-
serializeBinary(): Uint8Array;
|
|
192
|
-
toObject(includeInstance?: boolean): GlobalEventAsObject;
|
|
193
|
-
static toObject(includeInstance: boolean, msg: GlobalEvent): GlobalEventAsObject;
|
|
194
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
195
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
196
|
-
static serializeBinaryToWriter(message: GlobalEvent, writer: jspb.BinaryWriter): void;
|
|
197
|
-
static deserializeBinary(bytes: Uint8Array): GlobalEvent;
|
|
198
|
-
static deserializeBinaryFromReader(message: GlobalEvent, reader: jspb.BinaryReader): GlobalEvent;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
export type GlobalEventAsObject = {
|
|
202
|
-
type: string,
|
|
203
|
-
content: string,
|
|
204
|
-
extend: string,
|
|
205
|
-
count: number,
|
|
206
|
-
roomName: string,
|
|
207
|
-
member: number,
|
|
208
|
-
status: number,
|
|
209
|
-
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
export class ProtoRequest extends jspb.Message {
|
|
213
|
-
getContent(): string;
|
|
214
|
-
setContent(value: string): this;
|
|
215
|
-
|
|
216
|
-
getActivityName(): string;
|
|
217
|
-
setActivityName(value: string): this;
|
|
218
|
-
|
|
219
|
-
getInfo(): string;
|
|
220
|
-
setInfo(value: string): this;
|
|
221
|
-
|
|
222
|
-
getParam1(): string;
|
|
223
|
-
setParam1(value: string): this;
|
|
224
|
-
|
|
225
|
-
getParam2(): string;
|
|
226
|
-
setParam2(value: string): this;
|
|
227
|
-
|
|
228
|
-
getOpenIds(): string;
|
|
229
|
-
setOpenIds(value: string): this;
|
|
230
|
-
|
|
231
|
-
getSource(): string;
|
|
232
|
-
setSource(value: string): this;
|
|
233
|
-
|
|
234
|
-
serializeBinary(): Uint8Array;
|
|
235
|
-
toObject(includeInstance?: boolean): ProtoRequestAsObject;
|
|
236
|
-
static toObject(includeInstance: boolean, msg: ProtoRequest): ProtoRequestAsObject;
|
|
237
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
238
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
239
|
-
static serializeBinaryToWriter(message: ProtoRequest, writer: jspb.BinaryWriter): void;
|
|
240
|
-
static deserializeBinary(bytes: Uint8Array): ProtoRequest;
|
|
241
|
-
static deserializeBinaryFromReader(message: ProtoRequest, reader: jspb.BinaryReader): ProtoRequest;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
export type ProtoRequestAsObject = {
|
|
245
|
-
content: string,
|
|
246
|
-
activityName: string,
|
|
247
|
-
info: string,
|
|
248
|
-
param1: string,
|
|
249
|
-
param2: string,
|
|
250
|
-
openIds: string,
|
|
251
|
-
source: string,
|
|
252
|
-
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
export class ShareStructMsgToWXRequest extends jspb.Message {
|
|
256
|
-
getType(): string;
|
|
257
|
-
setType(value: string): this;
|
|
258
|
-
|
|
259
|
-
getTitle(): string;
|
|
260
|
-
setTitle(value: string): this;
|
|
261
|
-
|
|
262
|
-
getDesc(): string;
|
|
263
|
-
setDesc(value: string): this;
|
|
264
|
-
|
|
265
|
-
getMediaTagName(): string;
|
|
266
|
-
setMediaTagName(value: string): this;
|
|
267
|
-
|
|
268
|
-
getTargetUrl(): string;
|
|
269
|
-
setTargetUrl(value: string): this;
|
|
270
|
-
|
|
271
|
-
getImgUrl(): string;
|
|
272
|
-
setImgUrl(value: string): this;
|
|
273
|
-
|
|
274
|
-
getMessageExt(): string;
|
|
275
|
-
setMessageExt(value: string): this;
|
|
276
|
-
|
|
277
|
-
getUserOpenId(): string;
|
|
278
|
-
setUserOpenId(value: string): this;
|
|
279
|
-
|
|
280
|
-
serializeBinary(): Uint8Array;
|
|
281
|
-
toObject(includeInstance?: boolean): ShareStructMsgToWXRequestAsObject;
|
|
282
|
-
static toObject(includeInstance: boolean, msg: ShareStructMsgToWXRequest): ShareStructMsgToWXRequestAsObject;
|
|
283
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
284
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
285
|
-
static serializeBinaryToWriter(message: ShareStructMsgToWXRequest, writer: jspb.BinaryWriter): void;
|
|
286
|
-
static deserializeBinary(bytes: Uint8Array): ShareStructMsgToWXRequest;
|
|
287
|
-
static deserializeBinaryFromReader(message: ShareStructMsgToWXRequest, reader: jspb.BinaryReader): ShareStructMsgToWXRequest;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
export type ShareStructMsgToWXRequestAsObject = {
|
|
291
|
-
type: string,
|
|
292
|
-
title: string,
|
|
293
|
-
desc: string,
|
|
294
|
-
mediaTagName: string,
|
|
295
|
-
targetUrl: string,
|
|
296
|
-
imgUrl: string,
|
|
297
|
-
messageExt: string,
|
|
298
|
-
userOpenId: string,
|
|
299
|
-
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
export class ShareStructMsgToQQRequest extends jspb.Message {
|
|
303
|
-
getType(): string;
|
|
304
|
-
setType(value: string): this;
|
|
305
|
-
|
|
306
|
-
getScene(): string;
|
|
307
|
-
setScene(value: string): this;
|
|
308
|
-
|
|
309
|
-
getTitle(): string;
|
|
310
|
-
setTitle(value: string): this;
|
|
311
|
-
|
|
312
|
-
getDesc(): string;
|
|
313
|
-
setDesc(value: string): this;
|
|
314
|
-
|
|
315
|
-
getTargetUrl(): string;
|
|
316
|
-
setTargetUrl(value: string): this;
|
|
317
|
-
|
|
318
|
-
getImgUrl(): string;
|
|
319
|
-
setImgUrl(value: string): this;
|
|
320
|
-
|
|
321
|
-
serializeBinary(): Uint8Array;
|
|
322
|
-
toObject(includeInstance?: boolean): ShareStructMsgToQQRequestAsObject;
|
|
323
|
-
static toObject(includeInstance: boolean, msg: ShareStructMsgToQQRequest): ShareStructMsgToQQRequestAsObject;
|
|
324
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
325
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
326
|
-
static serializeBinaryToWriter(message: ShareStructMsgToQQRequest, writer: jspb.BinaryWriter): void;
|
|
327
|
-
static deserializeBinary(bytes: Uint8Array): ShareStructMsgToQQRequest;
|
|
328
|
-
static deserializeBinaryFromReader(message: ShareStructMsgToQQRequest, reader: jspb.BinaryReader): ShareStructMsgToQQRequest;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
export type ShareStructMsgToQQRequestAsObject = {
|
|
332
|
-
type: string,
|
|
333
|
-
scene: string,
|
|
334
|
-
title: string,
|
|
335
|
-
desc: string,
|
|
336
|
-
targetUrl: string,
|
|
337
|
-
imgUrl: string,
|
|
338
|
-
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
export class SharePhotoToWXRequest extends jspb.Message {
|
|
342
|
-
getType(): string;
|
|
343
|
-
setType(value: string): this;
|
|
344
|
-
|
|
345
|
-
getScene(): string;
|
|
346
|
-
setScene(value: string): this;
|
|
347
|
-
|
|
348
|
-
getMediaTagName(): string;
|
|
349
|
-
setMediaTagName(value: string): this;
|
|
350
|
-
|
|
351
|
-
getMessageExt(): string;
|
|
352
|
-
setMessageExt(value: string): this;
|
|
353
|
-
|
|
354
|
-
getMessageAction(): string;
|
|
355
|
-
setMessageAction(value: string): this;
|
|
356
|
-
|
|
357
|
-
getGameObjectPath(): string;
|
|
358
|
-
setGameObjectPath(value: string): this;
|
|
359
|
-
|
|
360
|
-
serializeBinary(): Uint8Array;
|
|
361
|
-
toObject(includeInstance?: boolean): SharePhotoToWXRequestAsObject;
|
|
362
|
-
static toObject(includeInstance: boolean, msg: SharePhotoToWXRequest): SharePhotoToWXRequestAsObject;
|
|
363
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
364
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
365
|
-
static serializeBinaryToWriter(message: SharePhotoToWXRequest, writer: jspb.BinaryWriter): void;
|
|
366
|
-
static deserializeBinary(bytes: Uint8Array): SharePhotoToWXRequest;
|
|
367
|
-
static deserializeBinaryFromReader(message: SharePhotoToWXRequest, reader: jspb.BinaryReader): SharePhotoToWXRequest;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
export type SharePhotoToWXRequestAsObject = {
|
|
371
|
-
type: string,
|
|
372
|
-
scene: string,
|
|
373
|
-
mediaTagName: string,
|
|
374
|
-
messageExt: string,
|
|
375
|
-
messageAction: string,
|
|
376
|
-
gameObjectPath: string,
|
|
377
|
-
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
export class SharePhotoToQQRequest extends jspb.Message {
|
|
381
|
-
getType(): string;
|
|
382
|
-
setType(value: string): this;
|
|
383
|
-
|
|
384
|
-
getScene(): string;
|
|
385
|
-
setScene(value: string): this;
|
|
386
|
-
|
|
387
|
-
getGameObjectPath(): string;
|
|
388
|
-
setGameObjectPath(value: string): this;
|
|
389
|
-
|
|
390
|
-
serializeBinary(): Uint8Array;
|
|
391
|
-
toObject(includeInstance?: boolean): SharePhotoToQQRequestAsObject;
|
|
392
|
-
static toObject(includeInstance: boolean, msg: SharePhotoToQQRequest): SharePhotoToQQRequestAsObject;
|
|
393
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
394
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
395
|
-
static serializeBinaryToWriter(message: SharePhotoToQQRequest, writer: jspb.BinaryWriter): void;
|
|
396
|
-
static deserializeBinary(bytes: Uint8Array): SharePhotoToQQRequest;
|
|
397
|
-
static deserializeBinaryFromReader(message: SharePhotoToQQRequest, reader: jspb.BinaryReader): SharePhotoToQQRequest;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
export type SharePhotoToQQRequestAsObject = {
|
|
401
|
-
type: string,
|
|
402
|
-
scene: string,
|
|
403
|
-
gameObjectPath: string,
|
|
404
|
-
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
export class ShareStructMsgToQQGameFriendRequest extends jspb.Message {
|
|
408
|
-
getType(): string;
|
|
409
|
-
setType(value: string): this;
|
|
410
|
-
|
|
411
|
-
getAct(): string;
|
|
412
|
-
setAct(value: string): this;
|
|
413
|
-
|
|
414
|
-
getUserOpenId(): string;
|
|
415
|
-
setUserOpenId(value: string): this;
|
|
416
|
-
|
|
417
|
-
getTitle(): string;
|
|
418
|
-
setTitle(value: string): this;
|
|
419
|
-
|
|
420
|
-
getDesc(): string;
|
|
421
|
-
setDesc(value: string): this;
|
|
422
|
-
|
|
423
|
-
getTargetUrl(): string;
|
|
424
|
-
setTargetUrl(value: string): this;
|
|
425
|
-
|
|
426
|
-
getImgUrl(): string;
|
|
427
|
-
setImgUrl(value: string): this;
|
|
428
|
-
|
|
429
|
-
getPreviewText(): string;
|
|
430
|
-
setPreviewText(value: string): this;
|
|
431
|
-
|
|
432
|
-
getGameTag(): string;
|
|
433
|
-
setGameTag(value: string): this;
|
|
434
|
-
|
|
435
|
-
getMsdkExtInfo(): string;
|
|
436
|
-
setMsdkExtInfo(value: string): this;
|
|
437
|
-
|
|
438
|
-
serializeBinary(): Uint8Array;
|
|
439
|
-
toObject(includeInstance?: boolean): ShareStructMsgToQQGameFriendRequestAsObject;
|
|
440
|
-
static toObject(includeInstance: boolean, msg: ShareStructMsgToQQGameFriendRequest): ShareStructMsgToQQGameFriendRequestAsObject;
|
|
441
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
442
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
443
|
-
static serializeBinaryToWriter(message: ShareStructMsgToQQGameFriendRequest, writer: jspb.BinaryWriter): void;
|
|
444
|
-
static deserializeBinary(bytes: Uint8Array): ShareStructMsgToQQGameFriendRequest;
|
|
445
|
-
static deserializeBinaryFromReader(message: ShareStructMsgToQQGameFriendRequest, reader: jspb.BinaryReader): ShareStructMsgToQQGameFriendRequest;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
export type ShareStructMsgToQQGameFriendRequestAsObject = {
|
|
449
|
-
type: string,
|
|
450
|
-
act: string,
|
|
451
|
-
userOpenId: string,
|
|
452
|
-
title: string,
|
|
453
|
-
desc: string,
|
|
454
|
-
targetUrl: string,
|
|
455
|
-
imgUrl: string,
|
|
456
|
-
previewText: string,
|
|
457
|
-
gameTag: string,
|
|
458
|
-
msdkExtInfo: string,
|
|
459
|
-
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
export class ShareUrlToWXRequest extends jspb.Message {
|
|
463
|
-
getType(): string;
|
|
464
|
-
setType(value: string): this;
|
|
465
|
-
|
|
466
|
-
getScene(): string;
|
|
467
|
-
setScene(value: string): this;
|
|
468
|
-
|
|
469
|
-
getTitle(): string;
|
|
470
|
-
setTitle(value: string): this;
|
|
471
|
-
|
|
472
|
-
getDesc(): string;
|
|
473
|
-
setDesc(value: string): this;
|
|
474
|
-
|
|
475
|
-
getTargetUrl(): string;
|
|
476
|
-
setTargetUrl(value: string): this;
|
|
477
|
-
|
|
478
|
-
getMediaTagName(): string;
|
|
479
|
-
setMediaTagName(value: string): this;
|
|
480
|
-
|
|
481
|
-
getImgUrl(): string;
|
|
482
|
-
setImgUrl(value: string): this;
|
|
483
|
-
|
|
484
|
-
getMessageExt(): string;
|
|
485
|
-
setMessageExt(value: string): this;
|
|
486
|
-
|
|
487
|
-
getUserOpenId(): string;
|
|
488
|
-
setUserOpenId(value: string): this;
|
|
489
|
-
|
|
490
|
-
serializeBinary(): Uint8Array;
|
|
491
|
-
toObject(includeInstance?: boolean): ShareUrlToWXRequestAsObject;
|
|
492
|
-
static toObject(includeInstance: boolean, msg: ShareUrlToWXRequest): ShareUrlToWXRequestAsObject;
|
|
493
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
494
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
495
|
-
static serializeBinaryToWriter(message: ShareUrlToWXRequest, writer: jspb.BinaryWriter): void;
|
|
496
|
-
static deserializeBinary(bytes: Uint8Array): ShareUrlToWXRequest;
|
|
497
|
-
static deserializeBinaryFromReader(message: ShareUrlToWXRequest, reader: jspb.BinaryReader): ShareUrlToWXRequest;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
export type ShareUrlToWXRequestAsObject = {
|
|
501
|
-
type: string,
|
|
502
|
-
scene: string,
|
|
503
|
-
title: string,
|
|
504
|
-
desc: string,
|
|
505
|
-
targetUrl: string,
|
|
506
|
-
mediaTagName: string,
|
|
507
|
-
imgUrl: string,
|
|
508
|
-
messageExt: string,
|
|
509
|
-
userOpenId: string,
|
|
510
|
-
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
export class ShareMiniAppToWXRequest extends jspb.Message {
|
|
514
|
-
getType(): string;
|
|
515
|
-
setType(value: string): this;
|
|
516
|
-
|
|
517
|
-
getScene(): string;
|
|
518
|
-
setScene(value: string): this;
|
|
519
|
-
|
|
520
|
-
getTitle(): string;
|
|
521
|
-
setTitle(value: string): this;
|
|
522
|
-
|
|
523
|
-
getDesc(): string;
|
|
524
|
-
setDesc(value: string): this;
|
|
525
|
-
|
|
526
|
-
getImgUrl(): string;
|
|
527
|
-
setImgUrl(value: string): this;
|
|
528
|
-
|
|
529
|
-
getWebpageUrl(): string;
|
|
530
|
-
setWebpageUrl(value: string): this;
|
|
531
|
-
|
|
532
|
-
getUserName(): string;
|
|
533
|
-
setUserName(value: string): this;
|
|
534
|
-
|
|
535
|
-
getPath(): string;
|
|
536
|
-
setPath(value: string): this;
|
|
537
|
-
|
|
538
|
-
getWithShareTicket(): string;
|
|
539
|
-
setWithShareTicket(value: string): this;
|
|
540
|
-
|
|
541
|
-
getMessageExt(): string;
|
|
542
|
-
setMessageExt(value: string): this;
|
|
543
|
-
|
|
544
|
-
getMessageAction(): string;
|
|
545
|
-
setMessageAction(value: string): this;
|
|
546
|
-
|
|
547
|
-
getMediaTagName(): string;
|
|
548
|
-
setMediaTagName(value: string): this;
|
|
549
|
-
|
|
550
|
-
getProgramType(): string;
|
|
551
|
-
setProgramType(value: string): this;
|
|
552
|
-
|
|
553
|
-
getUserOpenId(): string;
|
|
554
|
-
setUserOpenId(value: string): this;
|
|
555
|
-
|
|
556
|
-
serializeBinary(): Uint8Array;
|
|
557
|
-
toObject(includeInstance?: boolean): ShareMiniAppToWXRequestAsObject;
|
|
558
|
-
static toObject(includeInstance: boolean, msg: ShareMiniAppToWXRequest): ShareMiniAppToWXRequestAsObject;
|
|
559
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
560
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
561
|
-
static serializeBinaryToWriter(message: ShareMiniAppToWXRequest, writer: jspb.BinaryWriter): void;
|
|
562
|
-
static deserializeBinary(bytes: Uint8Array): ShareMiniAppToWXRequest;
|
|
563
|
-
static deserializeBinaryFromReader(message: ShareMiniAppToWXRequest, reader: jspb.BinaryReader): ShareMiniAppToWXRequest;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
export type ShareMiniAppToWXRequestAsObject = {
|
|
567
|
-
type: string,
|
|
568
|
-
scene: string,
|
|
569
|
-
title: string,
|
|
570
|
-
desc: string,
|
|
571
|
-
imgUrl: string,
|
|
572
|
-
webpageUrl: string,
|
|
573
|
-
userName: string,
|
|
574
|
-
path: string,
|
|
575
|
-
withShareTicket: string,
|
|
576
|
-
messageExt: string,
|
|
577
|
-
messageAction: string,
|
|
578
|
-
mediaTagName: string,
|
|
579
|
-
programType: string,
|
|
580
|
-
userOpenId: string,
|
|
581
|
-
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
export class ShareMiniAppToQQRequest extends jspb.Message {
|
|
585
|
-
getType(): string;
|
|
586
|
-
setType(value: string): this;
|
|
587
|
-
|
|
588
|
-
getScene(): string;
|
|
589
|
-
setScene(value: string): this;
|
|
590
|
-
|
|
591
|
-
getTitle(): string;
|
|
592
|
-
setTitle(value: string): this;
|
|
593
|
-
|
|
594
|
-
getDesc(): string;
|
|
595
|
-
setDesc(value: string): this;
|
|
596
|
-
|
|
597
|
-
getImgUrl(): string;
|
|
598
|
-
setImgUrl(value: string): this;
|
|
599
|
-
|
|
600
|
-
getUrl(): string;
|
|
601
|
-
setUrl(value: string): this;
|
|
602
|
-
|
|
603
|
-
getMiniProgramAppid(): string;
|
|
604
|
-
setMiniProgramAppid(value: string): this;
|
|
605
|
-
|
|
606
|
-
getMiniProgramPath(): string;
|
|
607
|
-
setMiniProgramPath(value: string): this;
|
|
608
|
-
|
|
609
|
-
getProgramType(): string;
|
|
610
|
-
setProgramType(value: string): this;
|
|
611
|
-
|
|
612
|
-
serializeBinary(): Uint8Array;
|
|
613
|
-
toObject(includeInstance?: boolean): ShareMiniAppToQQRequestAsObject;
|
|
614
|
-
static toObject(includeInstance: boolean, msg: ShareMiniAppToQQRequest): ShareMiniAppToQQRequestAsObject;
|
|
615
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
616
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
617
|
-
static serializeBinaryToWriter(message: ShareMiniAppToQQRequest, writer: jspb.BinaryWriter): void;
|
|
618
|
-
static deserializeBinary(bytes: Uint8Array): ShareMiniAppToQQRequest;
|
|
619
|
-
static deserializeBinaryFromReader(message: ShareMiniAppToQQRequest, reader: jspb.BinaryReader): ShareMiniAppToQQRequest;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
export type ShareMiniAppToQQRequestAsObject = {
|
|
623
|
-
type: string,
|
|
624
|
-
scene: string,
|
|
625
|
-
title: string,
|
|
626
|
-
desc: string,
|
|
627
|
-
imgUrl: string,
|
|
628
|
-
url: string,
|
|
629
|
-
miniProgramAppid: string,
|
|
630
|
-
miniProgramPath: string,
|
|
631
|
-
programType: string,
|
|
632
|
-
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
export class BrokerHead extends jspb.Message {
|
|
636
|
-
getSeqId(): string;
|
|
637
|
-
setSeqId(value: string): this;
|
|
638
|
-
|
|
639
|
-
getCmdId(): string;
|
|
640
|
-
setCmdId(value: string): this;
|
|
641
|
-
|
|
642
|
-
getMsgType(): string;
|
|
643
|
-
setMsgType(value: string): this;
|
|
644
|
-
|
|
645
|
-
getSdkVersion(): string;
|
|
646
|
-
setSdkVersion(value: string): this;
|
|
647
|
-
|
|
648
|
-
getGameAppId(): string;
|
|
649
|
-
setGameAppId(value: string): this;
|
|
650
|
-
|
|
651
|
-
getChannelId(): string;
|
|
652
|
-
setChannelId(value: string): this;
|
|
653
|
-
|
|
654
|
-
getInfoId(): string;
|
|
655
|
-
setInfoId(value: string): this;
|
|
656
|
-
|
|
657
|
-
getPlatId(): string;
|
|
658
|
-
setPlatId(value: string): this;
|
|
659
|
-
|
|
660
|
-
getAreaId(): string;
|
|
661
|
-
setAreaId(value: string): this;
|
|
662
|
-
|
|
663
|
-
getPatitionId(): string;
|
|
664
|
-
setPatitionId(value: string): this;
|
|
665
|
-
|
|
666
|
-
getOpenId(): string;
|
|
667
|
-
setOpenId(value: string): this;
|
|
668
|
-
|
|
669
|
-
getRoleId(): string;
|
|
670
|
-
setRoleId(value: string): this;
|
|
671
|
-
|
|
672
|
-
getTimestamp(): string;
|
|
673
|
-
setTimestamp(value: string): this;
|
|
674
|
-
|
|
675
|
-
getActStyle(): string;
|
|
676
|
-
setActStyle(value: string): this;
|
|
677
|
-
|
|
678
|
-
getFromIp(): string;
|
|
679
|
-
setFromIp(value: string): this;
|
|
680
|
-
|
|
681
|
-
getBody(): string;
|
|
682
|
-
setBody(value: string): this;
|
|
683
|
-
|
|
684
|
-
getAccessToken(): string;
|
|
685
|
-
setAccessToken(value: string): this;
|
|
686
|
-
|
|
687
|
-
getAccType(): string;
|
|
688
|
-
setAccType(value: string): this;
|
|
689
|
-
|
|
690
|
-
getGameEnv(): string;
|
|
691
|
-
setGameEnv(value: string): this;
|
|
692
|
-
|
|
693
|
-
getPandoraSeq(): string;
|
|
694
|
-
setPandoraSeq(value: string): this;
|
|
695
|
-
|
|
696
|
-
getPf(): string;
|
|
697
|
-
setPf(value: string): this;
|
|
698
|
-
|
|
699
|
-
getReqTimestamp(): string;
|
|
700
|
-
setReqTimestamp(value: string): this;
|
|
701
|
-
|
|
702
|
-
getRspTimestamp(): string;
|
|
703
|
-
setRspTimestamp(value: string): this;
|
|
704
|
-
|
|
705
|
-
getResult(): string;
|
|
706
|
-
setResult(value: string): this;
|
|
707
|
-
|
|
708
|
-
getIsInfoidlist(): string;
|
|
709
|
-
setIsInfoidlist(value: string): this;
|
|
710
|
-
|
|
711
|
-
getLanguage(): string;
|
|
712
|
-
setLanguage(value: string): this;
|
|
713
|
-
|
|
714
|
-
getSource(): string;
|
|
715
|
-
setSource(value: string): this;
|
|
716
|
-
|
|
717
|
-
getErrDesc(): string;
|
|
718
|
-
setErrDesc(value: string): this;
|
|
719
|
-
|
|
720
|
-
getCredid(): string;
|
|
721
|
-
setCredid(value: string): this;
|
|
722
|
-
|
|
723
|
-
getPandoraRoleKey(): string;
|
|
724
|
-
setPandoraRoleKey(value: string): this;
|
|
725
|
-
|
|
726
|
-
getProxyMainCmdId(): string;
|
|
727
|
-
setProxyMainCmdId(value: string): this;
|
|
728
|
-
|
|
729
|
-
getSig(): string;
|
|
730
|
-
setSig(value: string): this;
|
|
731
|
-
|
|
732
|
-
getBelongingId(): string;
|
|
733
|
-
setBelongingId(value: string): this;
|
|
734
|
-
|
|
735
|
-
getOpVersion(): string;
|
|
736
|
-
setOpVersion(value: string): this;
|
|
737
|
-
|
|
738
|
-
serializeBinary(): Uint8Array;
|
|
739
|
-
toObject(includeInstance?: boolean): BrokerHeadAsObject;
|
|
740
|
-
static toObject(includeInstance: boolean, msg: BrokerHead): BrokerHeadAsObject;
|
|
741
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
742
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
743
|
-
static serializeBinaryToWriter(message: BrokerHead, writer: jspb.BinaryWriter): void;
|
|
744
|
-
static deserializeBinary(bytes: Uint8Array): BrokerHead;
|
|
745
|
-
static deserializeBinaryFromReader(message: BrokerHead, reader: jspb.BinaryReader): BrokerHead;
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
export type BrokerHeadAsObject = {
|
|
749
|
-
seqId: string,
|
|
750
|
-
cmdId: string,
|
|
751
|
-
msgType: string,
|
|
752
|
-
sdkVersion: string,
|
|
753
|
-
gameAppId: string,
|
|
754
|
-
channelId: string,
|
|
755
|
-
infoId: string,
|
|
756
|
-
platId: string,
|
|
757
|
-
areaId: string,
|
|
758
|
-
patitionId: string,
|
|
759
|
-
openId: string,
|
|
760
|
-
roleId: string,
|
|
761
|
-
timestamp: string,
|
|
762
|
-
actStyle: string,
|
|
763
|
-
fromIp: string,
|
|
764
|
-
body: string,
|
|
765
|
-
accessToken: string,
|
|
766
|
-
accType: string,
|
|
767
|
-
gameEnv: string,
|
|
768
|
-
pandoraSeq: string,
|
|
769
|
-
pf: string,
|
|
770
|
-
reqTimestamp: string,
|
|
771
|
-
rspTimestamp: string,
|
|
772
|
-
result: string,
|
|
773
|
-
isInfoidlist: string,
|
|
774
|
-
language: string,
|
|
775
|
-
source: string,
|
|
776
|
-
errDesc: string,
|
|
777
|
-
credid: string,
|
|
778
|
-
pandoraRoleKey: string,
|
|
779
|
-
proxyMainCmdId: string,
|
|
780
|
-
sig: string,
|
|
781
|
-
belongingId: string,
|
|
782
|
-
opVersion: string,
|
|
783
|
-
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
export class Act_info extends jspb.Message {
|
|
787
|
-
getTag(): string;
|
|
788
|
-
setTag(value: string): this;
|
|
789
|
-
|
|
790
|
-
getActPriority(): string;
|
|
791
|
-
setActPriority(value: string): this;
|
|
792
|
-
|
|
793
|
-
getInfoId(): string;
|
|
794
|
-
setInfoId(value: string): this;
|
|
795
|
-
|
|
796
|
-
getActContent(): string;
|
|
797
|
-
setActContent(value: string): this;
|
|
798
|
-
|
|
799
|
-
getDaojuchengId(): string;
|
|
800
|
-
setDaojuchengId(value: string): this;
|
|
801
|
-
|
|
802
|
-
getActStyle(): string;
|
|
803
|
-
setActStyle(value: string): this;
|
|
804
|
-
|
|
805
|
-
getActTitle(): string;
|
|
806
|
-
setActTitle(value: string): this;
|
|
807
|
-
|
|
808
|
-
getActBegTime(): string;
|
|
809
|
-
setActBegTime(value: string): this;
|
|
810
|
-
|
|
811
|
-
getActEndTime(): string;
|
|
812
|
-
setActEndTime(value: string): this;
|
|
813
|
-
|
|
814
|
-
getStatus(): string;
|
|
815
|
-
setStatus(value: string): this;
|
|
816
|
-
|
|
817
|
-
getGameVers(): string;
|
|
818
|
-
setGameVers(value: string): this;
|
|
819
|
-
|
|
820
|
-
serializeBinary(): Uint8Array;
|
|
821
|
-
toObject(includeInstance?: boolean): Act_infoAsObject;
|
|
822
|
-
static toObject(includeInstance: boolean, msg: Act_info): Act_infoAsObject;
|
|
823
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
824
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
825
|
-
static serializeBinaryToWriter(message: Act_info, writer: jspb.BinaryWriter): void;
|
|
826
|
-
static deserializeBinary(bytes: Uint8Array): Act_info;
|
|
827
|
-
static deserializeBinaryFromReader(message: Act_info, reader: jspb.BinaryReader): Act_info;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
export type Act_infoAsObject = {
|
|
831
|
-
tag: string,
|
|
832
|
-
actPriority: string,
|
|
833
|
-
infoId: string,
|
|
834
|
-
actContent: string,
|
|
835
|
-
daojuchengId: string,
|
|
836
|
-
actStyle: string,
|
|
837
|
-
actTitle: string,
|
|
838
|
-
actBegTime: string,
|
|
839
|
-
actEndTime: string,
|
|
840
|
-
status: string,
|
|
841
|
-
gameVers: string,
|
|
842
|
-
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
export class Online_msg_info extends jspb.Message {
|
|
846
|
-
clearActListList(): void;
|
|
847
|
-
getActListList(): Array<Act_info>;
|
|
848
|
-
setActListList(value: Array<Act_info>): this;
|
|
849
|
-
addActList(value?: Act_info, index?: number): Act_info;
|
|
850
|
-
|
|
851
|
-
getActNum(): string;
|
|
852
|
-
setActNum(value: string): this;
|
|
853
|
-
|
|
854
|
-
serializeBinary(): Uint8Array;
|
|
855
|
-
toObject(includeInstance?: boolean): Online_msg_infoAsObject;
|
|
856
|
-
static toObject(includeInstance: boolean, msg: Online_msg_info): Online_msg_infoAsObject;
|
|
857
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
858
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
859
|
-
static serializeBinaryToWriter(message: Online_msg_info, writer: jspb.BinaryWriter): void;
|
|
860
|
-
static deserializeBinary(bytes: Uint8Array): Online_msg_info;
|
|
861
|
-
static deserializeBinaryFromReader(message: Online_msg_info, reader: jspb.BinaryReader): Online_msg_info;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
export type Online_msg_infoAsObject = {
|
|
865
|
-
actListList: Array<Act_infoAsObject>,
|
|
866
|
-
actNum: string,
|
|
867
|
-
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
export class BrokerBody extends jspb.Message {
|
|
871
|
-
hasOnlineMsgInfo(): boolean;
|
|
872
|
-
clearOnlineMsgInfo(): void;
|
|
873
|
-
getOnlineMsgInfo(): Online_msg_info | undefined;
|
|
874
|
-
setOnlineMsgInfo(value?: Online_msg_info): this;
|
|
875
|
-
|
|
876
|
-
getMd5Val(): string;
|
|
877
|
-
setMd5Val(value: string): this;
|
|
878
|
-
|
|
879
|
-
getRet(): string;
|
|
880
|
-
setRet(value: string): this;
|
|
881
|
-
|
|
882
|
-
getErrMsg(): string;
|
|
883
|
-
setErrMsg(value: string): this;
|
|
884
|
-
|
|
885
|
-
getTipMsg(): string;
|
|
886
|
-
setTipMsg(value: string): this;
|
|
887
|
-
|
|
888
|
-
getExtendInfo(): string;
|
|
889
|
-
setExtendInfo(value: string): this;
|
|
890
|
-
|
|
891
|
-
serializeBinary(): Uint8Array;
|
|
892
|
-
toObject(includeInstance?: boolean): BrokerBodyAsObject;
|
|
893
|
-
static toObject(includeInstance: boolean, msg: BrokerBody): BrokerBodyAsObject;
|
|
894
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
895
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
896
|
-
static serializeBinaryToWriter(message: BrokerBody, writer: jspb.BinaryWriter): void;
|
|
897
|
-
static deserializeBinary(bytes: Uint8Array): BrokerBody;
|
|
898
|
-
static deserializeBinaryFromReader(message: BrokerBody, reader: jspb.BinaryReader): BrokerBody;
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
export type BrokerBodyAsObject = {
|
|
902
|
-
onlineMsgInfo?: Online_msg_infoAsObject,
|
|
903
|
-
md5Val: string,
|
|
904
|
-
ret: string,
|
|
905
|
-
errMsg: string,
|
|
906
|
-
tipMsg: string,
|
|
907
|
-
extendInfo: string,
|
|
908
|
-
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
export class BrokerMessage extends jspb.Message {
|
|
912
|
-
hasHead(): boolean;
|
|
913
|
-
clearHead(): void;
|
|
914
|
-
getHead(): BrokerHead | undefined;
|
|
915
|
-
setHead(value?: BrokerHead): this;
|
|
916
|
-
|
|
917
|
-
hasBody(): boolean;
|
|
918
|
-
clearBody(): void;
|
|
919
|
-
getBody(): BrokerBody | undefined;
|
|
920
|
-
setBody(value?: BrokerBody): this;
|
|
921
|
-
|
|
922
|
-
serializeBinary(): Uint8Array;
|
|
923
|
-
toObject(includeInstance?: boolean): BrokerMessageAsObject;
|
|
924
|
-
static toObject(includeInstance: boolean, msg: BrokerMessage): BrokerMessageAsObject;
|
|
925
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
926
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
927
|
-
static serializeBinaryToWriter(message: BrokerMessage, writer: jspb.BinaryWriter): void;
|
|
928
|
-
static deserializeBinary(bytes: Uint8Array): BrokerMessage;
|
|
929
|
-
static deserializeBinaryFromReader(message: BrokerMessage, reader: jspb.BinaryReader): BrokerMessage;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
export type BrokerMessageAsObject = {
|
|
933
|
-
head?: BrokerHeadAsObject,
|
|
934
|
-
body?: BrokerBodyAsObject,
|
|
935
|
-
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
export class BrokerRequest extends jspb.Message {
|
|
939
|
-
getCommandId(): number;
|
|
940
|
-
setCommandId(value: number): this;
|
|
941
|
-
|
|
942
|
-
hasMessage(): boolean;
|
|
943
|
-
clearMessage(): void;
|
|
944
|
-
getMessage(): BrokerMessage | undefined;
|
|
945
|
-
setMessage(value?: BrokerMessage): this;
|
|
946
|
-
|
|
947
|
-
serializeBinary(): Uint8Array;
|
|
948
|
-
toObject(includeInstance?: boolean): BrokerRequestAsObject;
|
|
949
|
-
static toObject(includeInstance: boolean, msg: BrokerRequest): BrokerRequestAsObject;
|
|
950
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
951
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
952
|
-
static serializeBinaryToWriter(message: BrokerRequest, writer: jspb.BinaryWriter): void;
|
|
953
|
-
static deserializeBinary(bytes: Uint8Array): BrokerRequest;
|
|
954
|
-
static deserializeBinaryFromReader(message: BrokerRequest, reader: jspb.BinaryReader): BrokerRequest;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
export type BrokerRequestAsObject = {
|
|
958
|
-
commandId: number,
|
|
959
|
-
message?: BrokerMessageAsObject,
|
|
960
|
-
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
export class ApplicationBrokerRequest extends jspb.Message {
|
|
964
|
-
getCommandId(): number;
|
|
965
|
-
setCommandId(value: number): this;
|
|
966
|
-
|
|
967
|
-
getSubCommandId(): number;
|
|
968
|
-
setSubCommandId(value: number): this;
|
|
969
|
-
|
|
970
|
-
getApplicationId(): number;
|
|
971
|
-
setApplicationId(value: number): this;
|
|
972
|
-
|
|
973
|
-
getAppKey(): string;
|
|
974
|
-
setAppKey(value: string): this;
|
|
975
|
-
|
|
976
|
-
getRequestBodyStr(): string;
|
|
977
|
-
setRequestBodyStr(value: string): this;
|
|
978
|
-
|
|
979
|
-
serializeBinary(): Uint8Array;
|
|
980
|
-
toObject(includeInstance?: boolean): ApplicationBrokerRequestAsObject;
|
|
981
|
-
static toObject(includeInstance: boolean, msg: ApplicationBrokerRequest): ApplicationBrokerRequestAsObject;
|
|
982
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
983
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
984
|
-
static serializeBinaryToWriter(message: ApplicationBrokerRequest, writer: jspb.BinaryWriter): void;
|
|
985
|
-
static deserializeBinary(bytes: Uint8Array): ApplicationBrokerRequest;
|
|
986
|
-
static deserializeBinaryFromReader(message: ApplicationBrokerRequest, reader: jspb.BinaryReader): ApplicationBrokerRequest;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
export type ApplicationBrokerRequestAsObject = {
|
|
990
|
-
commandId: number,
|
|
991
|
-
subCommandId: number,
|
|
992
|
-
applicationId: number,
|
|
993
|
-
appKey: string,
|
|
994
|
-
requestBodyStr: string,
|
|
995
|
-
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
export class BrokerResponse extends jspb.Message {
|
|
999
|
-
getCommandId(): number;
|
|
1000
|
-
setCommandId(value: number): this;
|
|
1001
|
-
|
|
1002
|
-
hasMessage(): boolean;
|
|
1003
|
-
clearMessage(): void;
|
|
1004
|
-
getMessage(): BrokerMessage | undefined;
|
|
1005
|
-
setMessage(value?: BrokerMessage): this;
|
|
1006
|
-
|
|
1007
|
-
serializeBinary(): Uint8Array;
|
|
1008
|
-
toObject(includeInstance?: boolean): BrokerResponseAsObject;
|
|
1009
|
-
static toObject(includeInstance: boolean, msg: BrokerResponse): BrokerResponseAsObject;
|
|
1010
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1011
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1012
|
-
static serializeBinaryToWriter(message: BrokerResponse, writer: jspb.BinaryWriter): void;
|
|
1013
|
-
static deserializeBinary(bytes: Uint8Array): BrokerResponse;
|
|
1014
|
-
static deserializeBinaryFromReader(message: BrokerResponse, reader: jspb.BinaryReader): BrokerResponse;
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
export type BrokerResponseAsObject = {
|
|
1018
|
-
commandId: number,
|
|
1019
|
-
message?: BrokerMessageAsObject,
|
|
1020
|
-
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
export class ReportActivityErrorInfo extends jspb.Message {
|
|
1024
|
-
getErrMsg(): string;
|
|
1025
|
-
setErrMsg(value: string): this;
|
|
1026
|
-
|
|
1027
|
-
getApplicationId(): number;
|
|
1028
|
-
setApplicationId(value: number): this;
|
|
1029
|
-
|
|
1030
|
-
getTnmId(): number;
|
|
1031
|
-
setTnmId(value: number): this;
|
|
1032
|
-
|
|
1033
|
-
serializeBinary(): Uint8Array;
|
|
1034
|
-
toObject(includeInstance?: boolean): ReportActivityErrorInfoAsObject;
|
|
1035
|
-
static toObject(includeInstance: boolean, msg: ReportActivityErrorInfo): ReportActivityErrorInfoAsObject;
|
|
1036
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1037
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1038
|
-
static serializeBinaryToWriter(message: ReportActivityErrorInfo, writer: jspb.BinaryWriter): void;
|
|
1039
|
-
static deserializeBinary(bytes: Uint8Array): ReportActivityErrorInfo;
|
|
1040
|
-
static deserializeBinaryFromReader(message: ReportActivityErrorInfo, reader: jspb.BinaryReader): ReportActivityErrorInfo;
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
export type ReportActivityErrorInfoAsObject = {
|
|
1044
|
-
errMsg: string,
|
|
1045
|
-
applicationId: number,
|
|
1046
|
-
tnmId: number,
|
|
1047
|
-
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
export class GVoiceResponse extends jspb.Message {
|
|
1051
|
-
getRet(): number;
|
|
1052
|
-
setRet(value: number): this;
|
|
1053
|
-
|
|
1054
|
-
serializeBinary(): Uint8Array;
|
|
1055
|
-
toObject(includeInstance?: boolean): GVoiceResponseAsObject;
|
|
1056
|
-
static toObject(includeInstance: boolean, msg: GVoiceResponse): GVoiceResponseAsObject;
|
|
1057
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1058
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1059
|
-
static serializeBinaryToWriter(message: GVoiceResponse, writer: jspb.BinaryWriter): void;
|
|
1060
|
-
static deserializeBinary(bytes: Uint8Array): GVoiceResponse;
|
|
1061
|
-
static deserializeBinaryFromReader(message: GVoiceResponse, reader: jspb.BinaryReader): GVoiceResponse;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
export type GVoiceResponseAsObject = {
|
|
1065
|
-
ret: number,
|
|
1066
|
-
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
export class GVoiceAppInfo extends jspb.Message {
|
|
1070
|
-
getAppId(): string;
|
|
1071
|
-
setAppId(value: string): this;
|
|
1072
|
-
|
|
1073
|
-
getAppKey(): string;
|
|
1074
|
-
setAppKey(value: string): this;
|
|
1075
|
-
|
|
1076
|
-
getOpenId(): string;
|
|
1077
|
-
setOpenId(value: string): this;
|
|
1078
|
-
|
|
1079
|
-
serializeBinary(): Uint8Array;
|
|
1080
|
-
toObject(includeInstance?: boolean): GVoiceAppInfoAsObject;
|
|
1081
|
-
static toObject(includeInstance: boolean, msg: GVoiceAppInfo): GVoiceAppInfoAsObject;
|
|
1082
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1083
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1084
|
-
static serializeBinaryToWriter(message: GVoiceAppInfo, writer: jspb.BinaryWriter): void;
|
|
1085
|
-
static deserializeBinary(bytes: Uint8Array): GVoiceAppInfo;
|
|
1086
|
-
static deserializeBinaryFromReader(message: GVoiceAppInfo, reader: jspb.BinaryReader): GVoiceAppInfo;
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
export type GVoiceAppInfoAsObject = {
|
|
1090
|
-
appId: string,
|
|
1091
|
-
appKey: string,
|
|
1092
|
-
openId: string,
|
|
1093
|
-
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
export class GVoiceServerInfo extends jspb.Message {
|
|
1097
|
-
getUrl(): string;
|
|
1098
|
-
setUrl(value: string): this;
|
|
1099
|
-
|
|
1100
|
-
serializeBinary(): Uint8Array;
|
|
1101
|
-
toObject(includeInstance?: boolean): GVoiceServerInfoAsObject;
|
|
1102
|
-
static toObject(includeInstance: boolean, msg: GVoiceServerInfo): GVoiceServerInfoAsObject;
|
|
1103
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1104
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1105
|
-
static serializeBinaryToWriter(message: GVoiceServerInfo, writer: jspb.BinaryWriter): void;
|
|
1106
|
-
static deserializeBinary(bytes: Uint8Array): GVoiceServerInfo;
|
|
1107
|
-
static deserializeBinaryFromReader(message: GVoiceServerInfo, reader: jspb.BinaryReader): GVoiceServerInfo;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
export type GVoiceServerInfoAsObject = {
|
|
1111
|
-
url: string,
|
|
1112
|
-
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
export class GVoiceMode extends jspb.Message {
|
|
1116
|
-
getMode(): number;
|
|
1117
|
-
setMode(value: number): this;
|
|
1118
|
-
|
|
1119
|
-
serializeBinary(): Uint8Array;
|
|
1120
|
-
toObject(includeInstance?: boolean): GVoiceModeAsObject;
|
|
1121
|
-
static toObject(includeInstance: boolean, msg: GVoiceMode): GVoiceModeAsObject;
|
|
1122
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1123
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1124
|
-
static serializeBinaryToWriter(message: GVoiceMode, writer: jspb.BinaryWriter): void;
|
|
1125
|
-
static deserializeBinary(bytes: Uint8Array): GVoiceMode;
|
|
1126
|
-
static deserializeBinaryFromReader(message: GVoiceMode, reader: jspb.BinaryReader): GVoiceMode;
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
export type GVoiceModeAsObject = {
|
|
1130
|
-
mode: number,
|
|
1131
|
-
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
export class GVoiceTeamRoomInfo extends jspb.Message {
|
|
1135
|
-
getRoomName(): string;
|
|
1136
|
-
setRoomName(value: string): this;
|
|
1137
|
-
|
|
1138
|
-
getMsTimeout(): number;
|
|
1139
|
-
setMsTimeout(value: number): this;
|
|
1140
|
-
|
|
1141
|
-
serializeBinary(): Uint8Array;
|
|
1142
|
-
toObject(includeInstance?: boolean): GVoiceTeamRoomInfoAsObject;
|
|
1143
|
-
static toObject(includeInstance: boolean, msg: GVoiceTeamRoomInfo): GVoiceTeamRoomInfoAsObject;
|
|
1144
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1145
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1146
|
-
static serializeBinaryToWriter(message: GVoiceTeamRoomInfo, writer: jspb.BinaryWriter): void;
|
|
1147
|
-
static deserializeBinary(bytes: Uint8Array): GVoiceTeamRoomInfo;
|
|
1148
|
-
static deserializeBinaryFromReader(message: GVoiceTeamRoomInfo, reader: jspb.BinaryReader): GVoiceTeamRoomInfo;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
export type GVoiceTeamRoomInfoAsObject = {
|
|
1152
|
-
roomName: string,
|
|
1153
|
-
msTimeout: number,
|
|
1154
|
-
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
export class GVoiceRoomSetting extends jspb.Message {
|
|
1158
|
-
getRoomName(): string;
|
|
1159
|
-
setRoomName(value: string): this;
|
|
1160
|
-
|
|
1161
|
-
getEnable(): boolean;
|
|
1162
|
-
setEnable(value: boolean): this;
|
|
1163
|
-
|
|
1164
|
-
serializeBinary(): Uint8Array;
|
|
1165
|
-
toObject(includeInstance?: boolean): GVoiceRoomSettingAsObject;
|
|
1166
|
-
static toObject(includeInstance: boolean, msg: GVoiceRoomSetting): GVoiceRoomSettingAsObject;
|
|
1167
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1168
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1169
|
-
static serializeBinaryToWriter(message: GVoiceRoomSetting, writer: jspb.BinaryWriter): void;
|
|
1170
|
-
static deserializeBinary(bytes: Uint8Array): GVoiceRoomSetting;
|
|
1171
|
-
static deserializeBinaryFromReader(message: GVoiceRoomSetting, reader: jspb.BinaryReader): GVoiceRoomSetting;
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
export type GVoiceRoomSettingAsObject = {
|
|
1175
|
-
roomName: string,
|
|
1176
|
-
enable: boolean,
|
|
1177
|
-
|
|
1178
|
-
}
|
|
1179
|
-
|