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
|
@@ -1,1317 +0,0 @@
|
|
|
1
|
-
// package: pandora
|
|
2
|
-
// file: pandora.proto
|
|
3
|
-
|
|
4
|
-
import * as pandora_pb from "./pandora_pb";
|
|
5
|
-
import {grpc} from "@improbable-eng/grpc-web";
|
|
6
|
-
|
|
7
|
-
type GameServiceRecvGlobalCommand = {
|
|
8
|
-
readonly methodName: string;
|
|
9
|
-
readonly service: typeof GameService;
|
|
10
|
-
readonly requestStream: false;
|
|
11
|
-
readonly responseStream: true;
|
|
12
|
-
readonly requestType: typeof pandora_pb.Empty;
|
|
13
|
-
readonly responseType: typeof pandora_pb.GlobalEvent;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
type GameServiceGetUserData = {
|
|
17
|
-
readonly methodName: string;
|
|
18
|
-
readonly service: typeof GameService;
|
|
19
|
-
readonly requestStream: false;
|
|
20
|
-
readonly responseStream: false;
|
|
21
|
-
readonly requestType: typeof pandora_pb.Request;
|
|
22
|
-
readonly responseType: typeof pandora_pb.UserData;
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
type GameServiceCheckLocation = {
|
|
26
|
-
readonly methodName: string;
|
|
27
|
-
readonly service: typeof GameService;
|
|
28
|
-
readonly requestStream: false;
|
|
29
|
-
readonly responseStream: false;
|
|
30
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
31
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
type GameServicePandoraReady = {
|
|
35
|
-
readonly methodName: string;
|
|
36
|
-
readonly service: typeof GameService;
|
|
37
|
-
readonly requestStream: false;
|
|
38
|
-
readonly responseStream: false;
|
|
39
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
40
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
type GameServicePandoraShowEntrance = {
|
|
44
|
-
readonly methodName: string;
|
|
45
|
-
readonly service: typeof GameService;
|
|
46
|
-
readonly requestStream: false;
|
|
47
|
-
readonly responseStream: false;
|
|
48
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
49
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
type GameServicePandoraShowRedpoint = {
|
|
53
|
-
readonly methodName: string;
|
|
54
|
-
readonly service: typeof GameService;
|
|
55
|
-
readonly requestStream: false;
|
|
56
|
-
readonly responseStream: false;
|
|
57
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
58
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
type GameServicePandoraOpened = {
|
|
62
|
-
readonly methodName: string;
|
|
63
|
-
readonly service: typeof GameService;
|
|
64
|
-
readonly requestStream: false;
|
|
65
|
-
readonly responseStream: false;
|
|
66
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
67
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
type GameServicePandoraClosed = {
|
|
71
|
-
readonly methodName: string;
|
|
72
|
-
readonly service: typeof GameService;
|
|
73
|
-
readonly requestStream: false;
|
|
74
|
-
readonly responseStream: false;
|
|
75
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
76
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
type GameServicePandoraShowTextTip = {
|
|
80
|
-
readonly methodName: string;
|
|
81
|
-
readonly service: typeof GameService;
|
|
82
|
-
readonly requestStream: false;
|
|
83
|
-
readonly responseStream: false;
|
|
84
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
85
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
type GameServicePandoraShowLoading = {
|
|
89
|
-
readonly methodName: string;
|
|
90
|
-
readonly service: typeof GameService;
|
|
91
|
-
readonly requestStream: false;
|
|
92
|
-
readonly responseStream: false;
|
|
93
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
94
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
type GameServicePandoraOpenUrl = {
|
|
98
|
-
readonly methodName: string;
|
|
99
|
-
readonly service: typeof GameService;
|
|
100
|
-
readonly requestStream: false;
|
|
101
|
-
readonly responseStream: false;
|
|
102
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
103
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
104
|
-
};
|
|
105
|
-
|
|
106
|
-
type GameServicePandoraGoSystem = {
|
|
107
|
-
readonly methodName: string;
|
|
108
|
-
readonly service: typeof GameService;
|
|
109
|
-
readonly requestStream: false;
|
|
110
|
-
readonly responseStream: false;
|
|
111
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
112
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
type GameServicePandoraGoPandora = {
|
|
116
|
-
readonly methodName: string;
|
|
117
|
-
readonly service: typeof GameService;
|
|
118
|
-
readonly requestStream: false;
|
|
119
|
-
readonly responseStream: false;
|
|
120
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
121
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
type GameServicePandoraRefreshDiamond = {
|
|
125
|
-
readonly methodName: string;
|
|
126
|
-
readonly service: typeof GameService;
|
|
127
|
-
readonly requestStream: false;
|
|
128
|
-
readonly responseStream: false;
|
|
129
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
130
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
131
|
-
};
|
|
132
|
-
|
|
133
|
-
type GameServicePandoraRefreshPlayerLevel = {
|
|
134
|
-
readonly methodName: string;
|
|
135
|
-
readonly service: typeof GameService;
|
|
136
|
-
readonly requestStream: false;
|
|
137
|
-
readonly responseStream: false;
|
|
138
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
139
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
140
|
-
};
|
|
141
|
-
|
|
142
|
-
type GameServicePandoraGetUserInfo = {
|
|
143
|
-
readonly methodName: string;
|
|
144
|
-
readonly service: typeof GameService;
|
|
145
|
-
readonly requestStream: false;
|
|
146
|
-
readonly responseStream: false;
|
|
147
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
148
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
149
|
-
};
|
|
150
|
-
|
|
151
|
-
type GameServicePandoraShowReceivedItem = {
|
|
152
|
-
readonly methodName: string;
|
|
153
|
-
readonly service: typeof GameService;
|
|
154
|
-
readonly requestStream: false;
|
|
155
|
-
readonly responseStream: false;
|
|
156
|
-
readonly requestType: typeof pandora_pb.ProtoRequest;
|
|
157
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
158
|
-
};
|
|
159
|
-
|
|
160
|
-
type GameServicePandoraShareStructMessageToWX = {
|
|
161
|
-
readonly methodName: string;
|
|
162
|
-
readonly service: typeof GameService;
|
|
163
|
-
readonly requestStream: false;
|
|
164
|
-
readonly responseStream: false;
|
|
165
|
-
readonly requestType: typeof pandora_pb.ShareStructMsgToWXRequest;
|
|
166
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
167
|
-
};
|
|
168
|
-
|
|
169
|
-
type GameServicePandoraShareStructMessageToQQ = {
|
|
170
|
-
readonly methodName: string;
|
|
171
|
-
readonly service: typeof GameService;
|
|
172
|
-
readonly requestStream: false;
|
|
173
|
-
readonly responseStream: false;
|
|
174
|
-
readonly requestType: typeof pandora_pb.ShareStructMsgToQQRequest;
|
|
175
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
176
|
-
};
|
|
177
|
-
|
|
178
|
-
type GameServicePandoraSharePhotoToWX = {
|
|
179
|
-
readonly methodName: string;
|
|
180
|
-
readonly service: typeof GameService;
|
|
181
|
-
readonly requestStream: false;
|
|
182
|
-
readonly responseStream: false;
|
|
183
|
-
readonly requestType: typeof pandora_pb.SharePhotoToWXRequest;
|
|
184
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
185
|
-
};
|
|
186
|
-
|
|
187
|
-
type GameServicePandoraSharePhotoToQQ = {
|
|
188
|
-
readonly methodName: string;
|
|
189
|
-
readonly service: typeof GameService;
|
|
190
|
-
readonly requestStream: false;
|
|
191
|
-
readonly responseStream: false;
|
|
192
|
-
readonly requestType: typeof pandora_pb.SharePhotoToQQRequest;
|
|
193
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
194
|
-
};
|
|
195
|
-
|
|
196
|
-
type GameServicePandoraShareStructMessageToQQGameFriend = {
|
|
197
|
-
readonly methodName: string;
|
|
198
|
-
readonly service: typeof GameService;
|
|
199
|
-
readonly requestStream: false;
|
|
200
|
-
readonly responseStream: false;
|
|
201
|
-
readonly requestType: typeof pandora_pb.ShareStructMsgToQQGameFriendRequest;
|
|
202
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
203
|
-
};
|
|
204
|
-
|
|
205
|
-
type GameServicePandoraShareUrlToWX = {
|
|
206
|
-
readonly methodName: string;
|
|
207
|
-
readonly service: typeof GameService;
|
|
208
|
-
readonly requestStream: false;
|
|
209
|
-
readonly responseStream: false;
|
|
210
|
-
readonly requestType: typeof pandora_pb.ShareUrlToWXRequest;
|
|
211
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
212
|
-
};
|
|
213
|
-
|
|
214
|
-
type GameServicePandoraShareMiniAppToWX = {
|
|
215
|
-
readonly methodName: string;
|
|
216
|
-
readonly service: typeof GameService;
|
|
217
|
-
readonly requestStream: false;
|
|
218
|
-
readonly responseStream: false;
|
|
219
|
-
readonly requestType: typeof pandora_pb.ShareMiniAppToWXRequest;
|
|
220
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
221
|
-
};
|
|
222
|
-
|
|
223
|
-
type GameServicePandoraShareMiniAppToQQ = {
|
|
224
|
-
readonly methodName: string;
|
|
225
|
-
readonly service: typeof GameService;
|
|
226
|
-
readonly requestStream: false;
|
|
227
|
-
readonly responseStream: false;
|
|
228
|
-
readonly requestType: typeof pandora_pb.ShareMiniAppToQQRequest;
|
|
229
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
230
|
-
};
|
|
231
|
-
|
|
232
|
-
type GameServiceCallGame = {
|
|
233
|
-
readonly methodName: string;
|
|
234
|
-
readonly service: typeof GameService;
|
|
235
|
-
readonly requestStream: false;
|
|
236
|
-
readonly responseStream: false;
|
|
237
|
-
readonly requestType: typeof pandora_pb.JsonRequest;
|
|
238
|
-
readonly responseType: typeof pandora_pb.Response;
|
|
239
|
-
};
|
|
240
|
-
|
|
241
|
-
type GameServiceGameSendClose = {
|
|
242
|
-
readonly methodName: string;
|
|
243
|
-
readonly service: typeof GameService;
|
|
244
|
-
readonly requestStream: false;
|
|
245
|
-
readonly responseStream: false;
|
|
246
|
-
readonly requestType: typeof pandora_pb.Empty;
|
|
247
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
248
|
-
};
|
|
249
|
-
|
|
250
|
-
export class GameService {
|
|
251
|
-
static readonly serviceName: string;
|
|
252
|
-
static readonly RecvGlobalCommand: GameServiceRecvGlobalCommand;
|
|
253
|
-
static readonly GetUserData: GameServiceGetUserData;
|
|
254
|
-
static readonly CheckLocation: GameServiceCheckLocation;
|
|
255
|
-
static readonly PandoraReady: GameServicePandoraReady;
|
|
256
|
-
static readonly PandoraShowEntrance: GameServicePandoraShowEntrance;
|
|
257
|
-
static readonly PandoraShowRedpoint: GameServicePandoraShowRedpoint;
|
|
258
|
-
static readonly PandoraOpened: GameServicePandoraOpened;
|
|
259
|
-
static readonly PandoraClosed: GameServicePandoraClosed;
|
|
260
|
-
static readonly PandoraShowTextTip: GameServicePandoraShowTextTip;
|
|
261
|
-
static readonly PandoraShowLoading: GameServicePandoraShowLoading;
|
|
262
|
-
static readonly PandoraOpenUrl: GameServicePandoraOpenUrl;
|
|
263
|
-
static readonly PandoraGoSystem: GameServicePandoraGoSystem;
|
|
264
|
-
static readonly PandoraGoPandora: GameServicePandoraGoPandora;
|
|
265
|
-
static readonly PandoraRefreshDiamond: GameServicePandoraRefreshDiamond;
|
|
266
|
-
static readonly PandoraRefreshPlayerLevel: GameServicePandoraRefreshPlayerLevel;
|
|
267
|
-
static readonly PandoraGetUserInfo: GameServicePandoraGetUserInfo;
|
|
268
|
-
static readonly PandoraShowReceivedItem: GameServicePandoraShowReceivedItem;
|
|
269
|
-
static readonly PandoraShareStructMessageToWX: GameServicePandoraShareStructMessageToWX;
|
|
270
|
-
static readonly PandoraShareStructMessageToQQ: GameServicePandoraShareStructMessageToQQ;
|
|
271
|
-
static readonly PandoraSharePhotoToWX: GameServicePandoraSharePhotoToWX;
|
|
272
|
-
static readonly PandoraSharePhotoToQQ: GameServicePandoraSharePhotoToQQ;
|
|
273
|
-
static readonly PandoraShareStructMessageToQQGameFriend: GameServicePandoraShareStructMessageToQQGameFriend;
|
|
274
|
-
static readonly PandoraShareUrlToWX: GameServicePandoraShareUrlToWX;
|
|
275
|
-
static readonly PandoraShareMiniAppToWX: GameServicePandoraShareMiniAppToWX;
|
|
276
|
-
static readonly PandoraShareMiniAppToQQ: GameServicePandoraShareMiniAppToQQ;
|
|
277
|
-
static readonly CallGame: GameServiceCallGame;
|
|
278
|
-
static readonly GameSendClose: GameServiceGameSendClose;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
type BackendServiceCallAtm = {
|
|
282
|
-
readonly methodName: string;
|
|
283
|
-
readonly service: typeof BackendService;
|
|
284
|
-
readonly requestStream: false;
|
|
285
|
-
readonly responseStream: false;
|
|
286
|
-
readonly requestType: typeof pandora_pb.JsonRequest;
|
|
287
|
-
readonly responseType: typeof pandora_pb.Response;
|
|
288
|
-
};
|
|
289
|
-
|
|
290
|
-
type BackendServiceCallBroker = {
|
|
291
|
-
readonly methodName: string;
|
|
292
|
-
readonly service: typeof BackendService;
|
|
293
|
-
readonly requestStream: false;
|
|
294
|
-
readonly responseStream: false;
|
|
295
|
-
readonly requestType: typeof pandora_pb.BrokerRequest;
|
|
296
|
-
readonly responseType: typeof pandora_pb.BrokerResponse;
|
|
297
|
-
};
|
|
298
|
-
|
|
299
|
-
type BackendServiceCallBrokerJson = {
|
|
300
|
-
readonly methodName: string;
|
|
301
|
-
readonly service: typeof BackendService;
|
|
302
|
-
readonly requestStream: false;
|
|
303
|
-
readonly responseStream: false;
|
|
304
|
-
readonly requestType: typeof pandora_pb.JsonRequest;
|
|
305
|
-
readonly responseType: typeof pandora_pb.Response;
|
|
306
|
-
};
|
|
307
|
-
|
|
308
|
-
type BackendServiceCallApplicationBroker = {
|
|
309
|
-
readonly methodName: string;
|
|
310
|
-
readonly service: typeof BackendService;
|
|
311
|
-
readonly requestStream: false;
|
|
312
|
-
readonly responseStream: false;
|
|
313
|
-
readonly requestType: typeof pandora_pb.ApplicationBrokerRequest;
|
|
314
|
-
readonly responseType: typeof pandora_pb.Response;
|
|
315
|
-
};
|
|
316
|
-
|
|
317
|
-
type BackendServiceReportActivityError = {
|
|
318
|
-
readonly methodName: string;
|
|
319
|
-
readonly service: typeof BackendService;
|
|
320
|
-
readonly requestStream: false;
|
|
321
|
-
readonly responseStream: false;
|
|
322
|
-
readonly requestType: typeof pandora_pb.ReportActivityErrorInfo;
|
|
323
|
-
readonly responseType: typeof pandora_pb.Empty;
|
|
324
|
-
};
|
|
325
|
-
|
|
326
|
-
export class BackendService {
|
|
327
|
-
static readonly serviceName: string;
|
|
328
|
-
static readonly CallAtm: BackendServiceCallAtm;
|
|
329
|
-
static readonly CallBroker: BackendServiceCallBroker;
|
|
330
|
-
static readonly CallBrokerJson: BackendServiceCallBrokerJson;
|
|
331
|
-
static readonly CallApplicationBroker: BackendServiceCallApplicationBroker;
|
|
332
|
-
static readonly ReportActivityError: BackendServiceReportActivityError;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
type GVoiceServiceSetAppInfo = {
|
|
336
|
-
readonly methodName: string;
|
|
337
|
-
readonly service: typeof GVoiceService;
|
|
338
|
-
readonly requestStream: false;
|
|
339
|
-
readonly responseStream: false;
|
|
340
|
-
readonly requestType: typeof pandora_pb.GVoiceAppInfo;
|
|
341
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
342
|
-
};
|
|
343
|
-
|
|
344
|
-
type GVoiceServiceSetServerInfo = {
|
|
345
|
-
readonly methodName: string;
|
|
346
|
-
readonly service: typeof GVoiceService;
|
|
347
|
-
readonly requestStream: false;
|
|
348
|
-
readonly responseStream: false;
|
|
349
|
-
readonly requestType: typeof pandora_pb.GVoiceServerInfo;
|
|
350
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
351
|
-
};
|
|
352
|
-
|
|
353
|
-
type GVoiceServiceInit = {
|
|
354
|
-
readonly methodName: string;
|
|
355
|
-
readonly service: typeof GVoiceService;
|
|
356
|
-
readonly requestStream: false;
|
|
357
|
-
readonly responseStream: false;
|
|
358
|
-
readonly requestType: typeof pandora_pb.Empty;
|
|
359
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
360
|
-
};
|
|
361
|
-
|
|
362
|
-
type GVoiceServiceSetMode = {
|
|
363
|
-
readonly methodName: string;
|
|
364
|
-
readonly service: typeof GVoiceService;
|
|
365
|
-
readonly requestStream: false;
|
|
366
|
-
readonly responseStream: false;
|
|
367
|
-
readonly requestType: typeof pandora_pb.GVoiceMode;
|
|
368
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
369
|
-
};
|
|
370
|
-
|
|
371
|
-
type GVoiceServicePoll = {
|
|
372
|
-
readonly methodName: string;
|
|
373
|
-
readonly service: typeof GVoiceService;
|
|
374
|
-
readonly requestStream: false;
|
|
375
|
-
readonly responseStream: false;
|
|
376
|
-
readonly requestType: typeof pandora_pb.Empty;
|
|
377
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
378
|
-
};
|
|
379
|
-
|
|
380
|
-
type GVoiceServicePause = {
|
|
381
|
-
readonly methodName: string;
|
|
382
|
-
readonly service: typeof GVoiceService;
|
|
383
|
-
readonly requestStream: false;
|
|
384
|
-
readonly responseStream: false;
|
|
385
|
-
readonly requestType: typeof pandora_pb.Empty;
|
|
386
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
387
|
-
};
|
|
388
|
-
|
|
389
|
-
type GVoiceServiceResume = {
|
|
390
|
-
readonly methodName: string;
|
|
391
|
-
readonly service: typeof GVoiceService;
|
|
392
|
-
readonly requestStream: false;
|
|
393
|
-
readonly responseStream: false;
|
|
394
|
-
readonly requestType: typeof pandora_pb.Empty;
|
|
395
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
396
|
-
};
|
|
397
|
-
|
|
398
|
-
type GVoiceServiceJoinTeamRoom = {
|
|
399
|
-
readonly methodName: string;
|
|
400
|
-
readonly service: typeof GVoiceService;
|
|
401
|
-
readonly requestStream: false;
|
|
402
|
-
readonly responseStream: false;
|
|
403
|
-
readonly requestType: typeof pandora_pb.GVoiceTeamRoomInfo;
|
|
404
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
405
|
-
};
|
|
406
|
-
|
|
407
|
-
type GVoiceServiceQuitRoom = {
|
|
408
|
-
readonly methodName: string;
|
|
409
|
-
readonly service: typeof GVoiceService;
|
|
410
|
-
readonly requestStream: false;
|
|
411
|
-
readonly responseStream: false;
|
|
412
|
-
readonly requestType: typeof pandora_pb.GVoiceTeamRoomInfo;
|
|
413
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
414
|
-
};
|
|
415
|
-
|
|
416
|
-
type GVoiceServiceOpenMic = {
|
|
417
|
-
readonly methodName: string;
|
|
418
|
-
readonly service: typeof GVoiceService;
|
|
419
|
-
readonly requestStream: false;
|
|
420
|
-
readonly responseStream: false;
|
|
421
|
-
readonly requestType: typeof pandora_pb.Empty;
|
|
422
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
423
|
-
};
|
|
424
|
-
|
|
425
|
-
type GVoiceServiceCloseMic = {
|
|
426
|
-
readonly methodName: string;
|
|
427
|
-
readonly service: typeof GVoiceService;
|
|
428
|
-
readonly requestStream: false;
|
|
429
|
-
readonly responseStream: false;
|
|
430
|
-
readonly requestType: typeof pandora_pb.Empty;
|
|
431
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
432
|
-
};
|
|
433
|
-
|
|
434
|
-
type GVoiceServiceOpenSpeaker = {
|
|
435
|
-
readonly methodName: string;
|
|
436
|
-
readonly service: typeof GVoiceService;
|
|
437
|
-
readonly requestStream: false;
|
|
438
|
-
readonly responseStream: false;
|
|
439
|
-
readonly requestType: typeof pandora_pb.Empty;
|
|
440
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
441
|
-
};
|
|
442
|
-
|
|
443
|
-
type GVoiceServiceCloseSpeaker = {
|
|
444
|
-
readonly methodName: string;
|
|
445
|
-
readonly service: typeof GVoiceService;
|
|
446
|
-
readonly requestStream: false;
|
|
447
|
-
readonly responseStream: false;
|
|
448
|
-
readonly requestType: typeof pandora_pb.Empty;
|
|
449
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
450
|
-
};
|
|
451
|
-
|
|
452
|
-
type GVoiceServiceEnableRoomMicrophone = {
|
|
453
|
-
readonly methodName: string;
|
|
454
|
-
readonly service: typeof GVoiceService;
|
|
455
|
-
readonly requestStream: false;
|
|
456
|
-
readonly responseStream: false;
|
|
457
|
-
readonly requestType: typeof pandora_pb.GVoiceRoomSetting;
|
|
458
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
459
|
-
};
|
|
460
|
-
|
|
461
|
-
type GVoiceServiceEnableRoomSpeaker = {
|
|
462
|
-
readonly methodName: string;
|
|
463
|
-
readonly service: typeof GVoiceService;
|
|
464
|
-
readonly requestStream: false;
|
|
465
|
-
readonly responseStream: false;
|
|
466
|
-
readonly requestType: typeof pandora_pb.GVoiceRoomSetting;
|
|
467
|
-
readonly responseType: typeof pandora_pb.GVoiceResponse;
|
|
468
|
-
};
|
|
469
|
-
|
|
470
|
-
export class GVoiceService {
|
|
471
|
-
static readonly serviceName: string;
|
|
472
|
-
static readonly SetAppInfo: GVoiceServiceSetAppInfo;
|
|
473
|
-
static readonly SetServerInfo: GVoiceServiceSetServerInfo;
|
|
474
|
-
static readonly Init: GVoiceServiceInit;
|
|
475
|
-
static readonly SetMode: GVoiceServiceSetMode;
|
|
476
|
-
static readonly Poll: GVoiceServicePoll;
|
|
477
|
-
static readonly Pause: GVoiceServicePause;
|
|
478
|
-
static readonly Resume: GVoiceServiceResume;
|
|
479
|
-
static readonly JoinTeamRoom: GVoiceServiceJoinTeamRoom;
|
|
480
|
-
static readonly QuitRoom: GVoiceServiceQuitRoom;
|
|
481
|
-
static readonly OpenMic: GVoiceServiceOpenMic;
|
|
482
|
-
static readonly CloseMic: GVoiceServiceCloseMic;
|
|
483
|
-
static readonly OpenSpeaker: GVoiceServiceOpenSpeaker;
|
|
484
|
-
static readonly CloseSpeaker: GVoiceServiceCloseSpeaker;
|
|
485
|
-
static readonly EnableRoomMicrophone: GVoiceServiceEnableRoomMicrophone;
|
|
486
|
-
static readonly EnableRoomSpeaker: GVoiceServiceEnableRoomSpeaker;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
export type ServiceError = { message: string, code: number; metadata: grpc.Metadata }
|
|
490
|
-
export type Status = { details: string, code: number; metadata: grpc.Metadata }
|
|
491
|
-
|
|
492
|
-
interface UnaryResponse {
|
|
493
|
-
cancel(): void;
|
|
494
|
-
}
|
|
495
|
-
interface ResponseStream<T> {
|
|
496
|
-
cancel(): void;
|
|
497
|
-
on(type: 'data', handler: (message: T) => void): ResponseStream<T>;
|
|
498
|
-
on(type: 'end', handler: (status?: Status) => void): ResponseStream<T>;
|
|
499
|
-
on(type: 'status', handler: (status: Status) => void): ResponseStream<T>;
|
|
500
|
-
}
|
|
501
|
-
interface RequestStream<T> {
|
|
502
|
-
write(message: T): RequestStream<T>;
|
|
503
|
-
end(): void;
|
|
504
|
-
cancel(): void;
|
|
505
|
-
on(type: 'end', handler: (status?: Status) => void): RequestStream<T>;
|
|
506
|
-
on(type: 'status', handler: (status: Status) => void): RequestStream<T>;
|
|
507
|
-
}
|
|
508
|
-
interface BidirectionalStream<ReqT, ResT> {
|
|
509
|
-
write(message: ReqT): BidirectionalStream<ReqT, ResT>;
|
|
510
|
-
end(): void;
|
|
511
|
-
cancel(): void;
|
|
512
|
-
on(type: 'data', handler: (message: ResT) => void): BidirectionalStream<ReqT, ResT>;
|
|
513
|
-
on(type: 'end', handler: (status?: Status) => void): BidirectionalStream<ReqT, ResT>;
|
|
514
|
-
on(type: 'status', handler: (status: Status) => void): BidirectionalStream<ReqT, ResT>;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
export class GameServiceClient {
|
|
518
|
-
readonly serviceHost: string;
|
|
519
|
-
|
|
520
|
-
constructor(serviceHost: string, options?: grpc.RpcOptions);
|
|
521
|
-
recvGlobalCommand(requestMessage: pandora_pb.Empty, metadata?: grpc.Metadata): ResponseStream<pandora_pb.GlobalEvent>;
|
|
522
|
-
getUserData(
|
|
523
|
-
requestMessage: pandora_pb.Request,
|
|
524
|
-
metadata: grpc.Metadata,
|
|
525
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.UserData|null) => void
|
|
526
|
-
): UnaryResponse;
|
|
527
|
-
async getUserDataAsync(
|
|
528
|
-
requestMessage: pandora_pb.Request,
|
|
529
|
-
metadata?: grpc.Metadata,
|
|
530
|
-
): Promise<{
|
|
531
|
-
err:ServiceError|null;
|
|
532
|
-
value:pandora_pb.UserData;
|
|
533
|
-
}>;
|
|
534
|
-
|
|
535
|
-
getUserData(
|
|
536
|
-
requestMessage: pandora_pb.Request,
|
|
537
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.UserData|null) => void
|
|
538
|
-
): UnaryResponse;
|
|
539
|
-
checkLocation(
|
|
540
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
541
|
-
metadata: grpc.Metadata,
|
|
542
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
543
|
-
): UnaryResponse;
|
|
544
|
-
async checkLocationAsync(
|
|
545
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
546
|
-
metadata?: grpc.Metadata,
|
|
547
|
-
): Promise<{
|
|
548
|
-
err:ServiceError|null;
|
|
549
|
-
value:pandora_pb.Empty;
|
|
550
|
-
}>;
|
|
551
|
-
|
|
552
|
-
checkLocation(
|
|
553
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
554
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
555
|
-
): UnaryResponse;
|
|
556
|
-
pandoraReady(
|
|
557
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
558
|
-
metadata: grpc.Metadata,
|
|
559
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
560
|
-
): UnaryResponse;
|
|
561
|
-
async pandoraReadyAsync(
|
|
562
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
563
|
-
metadata?: grpc.Metadata,
|
|
564
|
-
): Promise<{
|
|
565
|
-
err:ServiceError|null;
|
|
566
|
-
value:pandora_pb.Empty;
|
|
567
|
-
}>;
|
|
568
|
-
|
|
569
|
-
pandoraReady(
|
|
570
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
571
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
572
|
-
): UnaryResponse;
|
|
573
|
-
pandoraShowEntrance(
|
|
574
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
575
|
-
metadata: grpc.Metadata,
|
|
576
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
577
|
-
): UnaryResponse;
|
|
578
|
-
async pandoraShowEntranceAsync(
|
|
579
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
580
|
-
metadata?: grpc.Metadata,
|
|
581
|
-
): Promise<{
|
|
582
|
-
err:ServiceError|null;
|
|
583
|
-
value:pandora_pb.Empty;
|
|
584
|
-
}>;
|
|
585
|
-
|
|
586
|
-
pandoraShowEntrance(
|
|
587
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
588
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
589
|
-
): UnaryResponse;
|
|
590
|
-
pandoraShowRedpoint(
|
|
591
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
592
|
-
metadata: grpc.Metadata,
|
|
593
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
594
|
-
): UnaryResponse;
|
|
595
|
-
async pandoraShowRedpointAsync(
|
|
596
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
597
|
-
metadata?: grpc.Metadata,
|
|
598
|
-
): Promise<{
|
|
599
|
-
err:ServiceError|null;
|
|
600
|
-
value:pandora_pb.Empty;
|
|
601
|
-
}>;
|
|
602
|
-
|
|
603
|
-
pandoraShowRedpoint(
|
|
604
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
605
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
606
|
-
): UnaryResponse;
|
|
607
|
-
pandoraOpened(
|
|
608
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
609
|
-
metadata: grpc.Metadata,
|
|
610
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
611
|
-
): UnaryResponse;
|
|
612
|
-
async pandoraOpenedAsync(
|
|
613
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
614
|
-
metadata?: grpc.Metadata,
|
|
615
|
-
): Promise<{
|
|
616
|
-
err:ServiceError|null;
|
|
617
|
-
value:pandora_pb.Empty;
|
|
618
|
-
}>;
|
|
619
|
-
|
|
620
|
-
pandoraOpened(
|
|
621
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
622
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
623
|
-
): UnaryResponse;
|
|
624
|
-
pandoraClosed(
|
|
625
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
626
|
-
metadata: grpc.Metadata,
|
|
627
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
628
|
-
): UnaryResponse;
|
|
629
|
-
async pandoraClosedAsync(
|
|
630
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
631
|
-
metadata?: grpc.Metadata,
|
|
632
|
-
): Promise<{
|
|
633
|
-
err:ServiceError|null;
|
|
634
|
-
value:pandora_pb.Empty;
|
|
635
|
-
}>;
|
|
636
|
-
|
|
637
|
-
pandoraClosed(
|
|
638
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
639
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
640
|
-
): UnaryResponse;
|
|
641
|
-
pandoraShowTextTip(
|
|
642
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
643
|
-
metadata: grpc.Metadata,
|
|
644
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
645
|
-
): UnaryResponse;
|
|
646
|
-
async pandoraShowTextTipAsync(
|
|
647
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
648
|
-
metadata?: grpc.Metadata,
|
|
649
|
-
): Promise<{
|
|
650
|
-
err:ServiceError|null;
|
|
651
|
-
value:pandora_pb.Empty;
|
|
652
|
-
}>;
|
|
653
|
-
|
|
654
|
-
pandoraShowTextTip(
|
|
655
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
656
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
657
|
-
): UnaryResponse;
|
|
658
|
-
pandoraShowLoading(
|
|
659
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
660
|
-
metadata: grpc.Metadata,
|
|
661
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
662
|
-
): UnaryResponse;
|
|
663
|
-
async pandoraShowLoadingAsync(
|
|
664
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
665
|
-
metadata?: grpc.Metadata,
|
|
666
|
-
): Promise<{
|
|
667
|
-
err:ServiceError|null;
|
|
668
|
-
value:pandora_pb.Empty;
|
|
669
|
-
}>;
|
|
670
|
-
|
|
671
|
-
pandoraShowLoading(
|
|
672
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
673
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
674
|
-
): UnaryResponse;
|
|
675
|
-
pandoraOpenUrl(
|
|
676
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
677
|
-
metadata: grpc.Metadata,
|
|
678
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
679
|
-
): UnaryResponse;
|
|
680
|
-
async pandoraOpenUrlAsync(
|
|
681
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
682
|
-
metadata?: grpc.Metadata,
|
|
683
|
-
): Promise<{
|
|
684
|
-
err:ServiceError|null;
|
|
685
|
-
value:pandora_pb.Empty;
|
|
686
|
-
}>;
|
|
687
|
-
|
|
688
|
-
pandoraOpenUrl(
|
|
689
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
690
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
691
|
-
): UnaryResponse;
|
|
692
|
-
pandoraGoSystem(
|
|
693
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
694
|
-
metadata: grpc.Metadata,
|
|
695
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
696
|
-
): UnaryResponse;
|
|
697
|
-
async pandoraGoSystemAsync(
|
|
698
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
699
|
-
metadata?: grpc.Metadata,
|
|
700
|
-
): Promise<{
|
|
701
|
-
err:ServiceError|null;
|
|
702
|
-
value:pandora_pb.Empty;
|
|
703
|
-
}>;
|
|
704
|
-
|
|
705
|
-
pandoraGoSystem(
|
|
706
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
707
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
708
|
-
): UnaryResponse;
|
|
709
|
-
pandoraGoPandora(
|
|
710
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
711
|
-
metadata: grpc.Metadata,
|
|
712
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
713
|
-
): UnaryResponse;
|
|
714
|
-
async pandoraGoPandoraAsync(
|
|
715
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
716
|
-
metadata?: grpc.Metadata,
|
|
717
|
-
): Promise<{
|
|
718
|
-
err:ServiceError|null;
|
|
719
|
-
value:pandora_pb.Empty;
|
|
720
|
-
}>;
|
|
721
|
-
|
|
722
|
-
pandoraGoPandora(
|
|
723
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
724
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
725
|
-
): UnaryResponse;
|
|
726
|
-
pandoraRefreshDiamond(
|
|
727
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
728
|
-
metadata: grpc.Metadata,
|
|
729
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
730
|
-
): UnaryResponse;
|
|
731
|
-
async pandoraRefreshDiamondAsync(
|
|
732
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
733
|
-
metadata?: grpc.Metadata,
|
|
734
|
-
): Promise<{
|
|
735
|
-
err:ServiceError|null;
|
|
736
|
-
value:pandora_pb.Empty;
|
|
737
|
-
}>;
|
|
738
|
-
|
|
739
|
-
pandoraRefreshDiamond(
|
|
740
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
741
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
742
|
-
): UnaryResponse;
|
|
743
|
-
pandoraRefreshPlayerLevel(
|
|
744
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
745
|
-
metadata: grpc.Metadata,
|
|
746
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
747
|
-
): UnaryResponse;
|
|
748
|
-
async pandoraRefreshPlayerLevelAsync(
|
|
749
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
750
|
-
metadata?: grpc.Metadata,
|
|
751
|
-
): Promise<{
|
|
752
|
-
err:ServiceError|null;
|
|
753
|
-
value:pandora_pb.Empty;
|
|
754
|
-
}>;
|
|
755
|
-
|
|
756
|
-
pandoraRefreshPlayerLevel(
|
|
757
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
758
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
759
|
-
): UnaryResponse;
|
|
760
|
-
pandoraGetUserInfo(
|
|
761
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
762
|
-
metadata: grpc.Metadata,
|
|
763
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
764
|
-
): UnaryResponse;
|
|
765
|
-
async pandoraGetUserInfoAsync(
|
|
766
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
767
|
-
metadata?: grpc.Metadata,
|
|
768
|
-
): Promise<{
|
|
769
|
-
err:ServiceError|null;
|
|
770
|
-
value:pandora_pb.Empty;
|
|
771
|
-
}>;
|
|
772
|
-
|
|
773
|
-
pandoraGetUserInfo(
|
|
774
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
775
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
776
|
-
): UnaryResponse;
|
|
777
|
-
pandoraShowReceivedItem(
|
|
778
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
779
|
-
metadata: grpc.Metadata,
|
|
780
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
781
|
-
): UnaryResponse;
|
|
782
|
-
async pandoraShowReceivedItemAsync(
|
|
783
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
784
|
-
metadata?: grpc.Metadata,
|
|
785
|
-
): Promise<{
|
|
786
|
-
err:ServiceError|null;
|
|
787
|
-
value:pandora_pb.Empty;
|
|
788
|
-
}>;
|
|
789
|
-
|
|
790
|
-
pandoraShowReceivedItem(
|
|
791
|
-
requestMessage: pandora_pb.ProtoRequest,
|
|
792
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
793
|
-
): UnaryResponse;
|
|
794
|
-
pandoraShareStructMessageToWX(
|
|
795
|
-
requestMessage: pandora_pb.ShareStructMsgToWXRequest,
|
|
796
|
-
metadata: grpc.Metadata,
|
|
797
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
798
|
-
): UnaryResponse;
|
|
799
|
-
async pandoraShareStructMessageToWXAsync(
|
|
800
|
-
requestMessage: pandora_pb.ShareStructMsgToWXRequest,
|
|
801
|
-
metadata?: grpc.Metadata,
|
|
802
|
-
): Promise<{
|
|
803
|
-
err:ServiceError|null;
|
|
804
|
-
value:pandora_pb.Empty;
|
|
805
|
-
}>;
|
|
806
|
-
|
|
807
|
-
pandoraShareStructMessageToWX(
|
|
808
|
-
requestMessage: pandora_pb.ShareStructMsgToWXRequest,
|
|
809
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
810
|
-
): UnaryResponse;
|
|
811
|
-
pandoraShareStructMessageToQQ(
|
|
812
|
-
requestMessage: pandora_pb.ShareStructMsgToQQRequest,
|
|
813
|
-
metadata: grpc.Metadata,
|
|
814
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
815
|
-
): UnaryResponse;
|
|
816
|
-
async pandoraShareStructMessageToQQAsync(
|
|
817
|
-
requestMessage: pandora_pb.ShareStructMsgToQQRequest,
|
|
818
|
-
metadata?: grpc.Metadata,
|
|
819
|
-
): Promise<{
|
|
820
|
-
err:ServiceError|null;
|
|
821
|
-
value:pandora_pb.Empty;
|
|
822
|
-
}>;
|
|
823
|
-
|
|
824
|
-
pandoraShareStructMessageToQQ(
|
|
825
|
-
requestMessage: pandora_pb.ShareStructMsgToQQRequest,
|
|
826
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
827
|
-
): UnaryResponse;
|
|
828
|
-
pandoraSharePhotoToWX(
|
|
829
|
-
requestMessage: pandora_pb.SharePhotoToWXRequest,
|
|
830
|
-
metadata: grpc.Metadata,
|
|
831
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
832
|
-
): UnaryResponse;
|
|
833
|
-
async pandoraSharePhotoToWXAsync(
|
|
834
|
-
requestMessage: pandora_pb.SharePhotoToWXRequest,
|
|
835
|
-
metadata?: grpc.Metadata,
|
|
836
|
-
): Promise<{
|
|
837
|
-
err:ServiceError|null;
|
|
838
|
-
value:pandora_pb.Empty;
|
|
839
|
-
}>;
|
|
840
|
-
|
|
841
|
-
pandoraSharePhotoToWX(
|
|
842
|
-
requestMessage: pandora_pb.SharePhotoToWXRequest,
|
|
843
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
844
|
-
): UnaryResponse;
|
|
845
|
-
pandoraSharePhotoToQQ(
|
|
846
|
-
requestMessage: pandora_pb.SharePhotoToQQRequest,
|
|
847
|
-
metadata: grpc.Metadata,
|
|
848
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
849
|
-
): UnaryResponse;
|
|
850
|
-
async pandoraSharePhotoToQQAsync(
|
|
851
|
-
requestMessage: pandora_pb.SharePhotoToQQRequest,
|
|
852
|
-
metadata?: grpc.Metadata,
|
|
853
|
-
): Promise<{
|
|
854
|
-
err:ServiceError|null;
|
|
855
|
-
value:pandora_pb.Empty;
|
|
856
|
-
}>;
|
|
857
|
-
|
|
858
|
-
pandoraSharePhotoToQQ(
|
|
859
|
-
requestMessage: pandora_pb.SharePhotoToQQRequest,
|
|
860
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
861
|
-
): UnaryResponse;
|
|
862
|
-
pandoraShareStructMessageToQQGameFriend(
|
|
863
|
-
requestMessage: pandora_pb.ShareStructMsgToQQGameFriendRequest,
|
|
864
|
-
metadata: grpc.Metadata,
|
|
865
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
866
|
-
): UnaryResponse;
|
|
867
|
-
async pandoraShareStructMessageToQQGameFriendAsync(
|
|
868
|
-
requestMessage: pandora_pb.ShareStructMsgToQQGameFriendRequest,
|
|
869
|
-
metadata?: grpc.Metadata,
|
|
870
|
-
): Promise<{
|
|
871
|
-
err:ServiceError|null;
|
|
872
|
-
value:pandora_pb.Empty;
|
|
873
|
-
}>;
|
|
874
|
-
|
|
875
|
-
pandoraShareStructMessageToQQGameFriend(
|
|
876
|
-
requestMessage: pandora_pb.ShareStructMsgToQQGameFriendRequest,
|
|
877
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
878
|
-
): UnaryResponse;
|
|
879
|
-
pandoraShareUrlToWX(
|
|
880
|
-
requestMessage: pandora_pb.ShareUrlToWXRequest,
|
|
881
|
-
metadata: grpc.Metadata,
|
|
882
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
883
|
-
): UnaryResponse;
|
|
884
|
-
async pandoraShareUrlToWXAsync(
|
|
885
|
-
requestMessage: pandora_pb.ShareUrlToWXRequest,
|
|
886
|
-
metadata?: grpc.Metadata,
|
|
887
|
-
): Promise<{
|
|
888
|
-
err:ServiceError|null;
|
|
889
|
-
value:pandora_pb.Empty;
|
|
890
|
-
}>;
|
|
891
|
-
|
|
892
|
-
pandoraShareUrlToWX(
|
|
893
|
-
requestMessage: pandora_pb.ShareUrlToWXRequest,
|
|
894
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
895
|
-
): UnaryResponse;
|
|
896
|
-
pandoraShareMiniAppToWX(
|
|
897
|
-
requestMessage: pandora_pb.ShareMiniAppToWXRequest,
|
|
898
|
-
metadata: grpc.Metadata,
|
|
899
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
900
|
-
): UnaryResponse;
|
|
901
|
-
async pandoraShareMiniAppToWXAsync(
|
|
902
|
-
requestMessage: pandora_pb.ShareMiniAppToWXRequest,
|
|
903
|
-
metadata?: grpc.Metadata,
|
|
904
|
-
): Promise<{
|
|
905
|
-
err:ServiceError|null;
|
|
906
|
-
value:pandora_pb.Empty;
|
|
907
|
-
}>;
|
|
908
|
-
|
|
909
|
-
pandoraShareMiniAppToWX(
|
|
910
|
-
requestMessage: pandora_pb.ShareMiniAppToWXRequest,
|
|
911
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
912
|
-
): UnaryResponse;
|
|
913
|
-
pandoraShareMiniAppToQQ(
|
|
914
|
-
requestMessage: pandora_pb.ShareMiniAppToQQRequest,
|
|
915
|
-
metadata: grpc.Metadata,
|
|
916
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
917
|
-
): UnaryResponse;
|
|
918
|
-
async pandoraShareMiniAppToQQAsync(
|
|
919
|
-
requestMessage: pandora_pb.ShareMiniAppToQQRequest,
|
|
920
|
-
metadata?: grpc.Metadata,
|
|
921
|
-
): Promise<{
|
|
922
|
-
err:ServiceError|null;
|
|
923
|
-
value:pandora_pb.Empty;
|
|
924
|
-
}>;
|
|
925
|
-
|
|
926
|
-
pandoraShareMiniAppToQQ(
|
|
927
|
-
requestMessage: pandora_pb.ShareMiniAppToQQRequest,
|
|
928
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
929
|
-
): UnaryResponse;
|
|
930
|
-
callGame(
|
|
931
|
-
requestMessage: pandora_pb.JsonRequest,
|
|
932
|
-
metadata: grpc.Metadata,
|
|
933
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Response|null) => void
|
|
934
|
-
): UnaryResponse;
|
|
935
|
-
async callGameAsync(
|
|
936
|
-
requestMessage: pandora_pb.JsonRequest,
|
|
937
|
-
metadata?: grpc.Metadata,
|
|
938
|
-
): Promise<{
|
|
939
|
-
err:ServiceError|null;
|
|
940
|
-
value:pandora_pb.Response;
|
|
941
|
-
}>;
|
|
942
|
-
|
|
943
|
-
callGame(
|
|
944
|
-
requestMessage: pandora_pb.JsonRequest,
|
|
945
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Response|null) => void
|
|
946
|
-
): UnaryResponse;
|
|
947
|
-
gameSendClose(
|
|
948
|
-
requestMessage: pandora_pb.Empty,
|
|
949
|
-
metadata: grpc.Metadata,
|
|
950
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
951
|
-
): UnaryResponse;
|
|
952
|
-
async gameSendCloseAsync(
|
|
953
|
-
requestMessage: pandora_pb.Empty,
|
|
954
|
-
metadata?: grpc.Metadata,
|
|
955
|
-
): Promise<{
|
|
956
|
-
err:ServiceError|null;
|
|
957
|
-
value:pandora_pb.Empty;
|
|
958
|
-
}>;
|
|
959
|
-
|
|
960
|
-
gameSendClose(
|
|
961
|
-
requestMessage: pandora_pb.Empty,
|
|
962
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
963
|
-
): UnaryResponse;
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
export class BackendServiceClient {
|
|
967
|
-
readonly serviceHost: string;
|
|
968
|
-
|
|
969
|
-
constructor(serviceHost: string, options?: grpc.RpcOptions);
|
|
970
|
-
callAtm(
|
|
971
|
-
requestMessage: pandora_pb.JsonRequest,
|
|
972
|
-
metadata: grpc.Metadata,
|
|
973
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Response|null) => void
|
|
974
|
-
): UnaryResponse;
|
|
975
|
-
async callAtmAsync(
|
|
976
|
-
requestMessage: pandora_pb.JsonRequest,
|
|
977
|
-
metadata?: grpc.Metadata,
|
|
978
|
-
): Promise<{
|
|
979
|
-
err:ServiceError|null;
|
|
980
|
-
value:pandora_pb.Response;
|
|
981
|
-
}>;
|
|
982
|
-
|
|
983
|
-
callAtm(
|
|
984
|
-
requestMessage: pandora_pb.JsonRequest,
|
|
985
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Response|null) => void
|
|
986
|
-
): UnaryResponse;
|
|
987
|
-
callBroker(
|
|
988
|
-
requestMessage: pandora_pb.BrokerRequest,
|
|
989
|
-
metadata: grpc.Metadata,
|
|
990
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.BrokerResponse|null) => void
|
|
991
|
-
): UnaryResponse;
|
|
992
|
-
async callBrokerAsync(
|
|
993
|
-
requestMessage: pandora_pb.BrokerRequest,
|
|
994
|
-
metadata?: grpc.Metadata,
|
|
995
|
-
): Promise<{
|
|
996
|
-
err:ServiceError|null;
|
|
997
|
-
value:pandora_pb.BrokerResponse;
|
|
998
|
-
}>;
|
|
999
|
-
|
|
1000
|
-
callBroker(
|
|
1001
|
-
requestMessage: pandora_pb.BrokerRequest,
|
|
1002
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.BrokerResponse|null) => void
|
|
1003
|
-
): UnaryResponse;
|
|
1004
|
-
callBrokerJson(
|
|
1005
|
-
requestMessage: pandora_pb.JsonRequest,
|
|
1006
|
-
metadata: grpc.Metadata,
|
|
1007
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Response|null) => void
|
|
1008
|
-
): UnaryResponse;
|
|
1009
|
-
async callBrokerJsonAsync(
|
|
1010
|
-
requestMessage: pandora_pb.JsonRequest,
|
|
1011
|
-
metadata?: grpc.Metadata,
|
|
1012
|
-
): Promise<{
|
|
1013
|
-
err:ServiceError|null;
|
|
1014
|
-
value:pandora_pb.Response;
|
|
1015
|
-
}>;
|
|
1016
|
-
|
|
1017
|
-
callBrokerJson(
|
|
1018
|
-
requestMessage: pandora_pb.JsonRequest,
|
|
1019
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Response|null) => void
|
|
1020
|
-
): UnaryResponse;
|
|
1021
|
-
callApplicationBroker(
|
|
1022
|
-
requestMessage: pandora_pb.ApplicationBrokerRequest,
|
|
1023
|
-
metadata: grpc.Metadata,
|
|
1024
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Response|null) => void
|
|
1025
|
-
): UnaryResponse;
|
|
1026
|
-
async callApplicationBrokerAsync(
|
|
1027
|
-
requestMessage: pandora_pb.ApplicationBrokerRequest,
|
|
1028
|
-
metadata?: grpc.Metadata,
|
|
1029
|
-
): Promise<{
|
|
1030
|
-
err:ServiceError|null;
|
|
1031
|
-
value:pandora_pb.Response;
|
|
1032
|
-
}>;
|
|
1033
|
-
|
|
1034
|
-
callApplicationBroker(
|
|
1035
|
-
requestMessage: pandora_pb.ApplicationBrokerRequest,
|
|
1036
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Response|null) => void
|
|
1037
|
-
): UnaryResponse;
|
|
1038
|
-
reportActivityError(
|
|
1039
|
-
requestMessage: pandora_pb.ReportActivityErrorInfo,
|
|
1040
|
-
metadata: grpc.Metadata,
|
|
1041
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
1042
|
-
): UnaryResponse;
|
|
1043
|
-
async reportActivityErrorAsync(
|
|
1044
|
-
requestMessage: pandora_pb.ReportActivityErrorInfo,
|
|
1045
|
-
metadata?: grpc.Metadata,
|
|
1046
|
-
): Promise<{
|
|
1047
|
-
err:ServiceError|null;
|
|
1048
|
-
value:pandora_pb.Empty;
|
|
1049
|
-
}>;
|
|
1050
|
-
|
|
1051
|
-
reportActivityError(
|
|
1052
|
-
requestMessage: pandora_pb.ReportActivityErrorInfo,
|
|
1053
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.Empty|null) => void
|
|
1054
|
-
): UnaryResponse;
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
export class GVoiceServiceClient {
|
|
1058
|
-
readonly serviceHost: string;
|
|
1059
|
-
|
|
1060
|
-
constructor(serviceHost: string, options?: grpc.RpcOptions);
|
|
1061
|
-
setAppInfo(
|
|
1062
|
-
requestMessage: pandora_pb.GVoiceAppInfo,
|
|
1063
|
-
metadata: grpc.Metadata,
|
|
1064
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1065
|
-
): UnaryResponse;
|
|
1066
|
-
async setAppInfoAsync(
|
|
1067
|
-
requestMessage: pandora_pb.GVoiceAppInfo,
|
|
1068
|
-
metadata?: grpc.Metadata,
|
|
1069
|
-
): Promise<{
|
|
1070
|
-
err:ServiceError|null;
|
|
1071
|
-
value:pandora_pb.GVoiceResponse;
|
|
1072
|
-
}>;
|
|
1073
|
-
|
|
1074
|
-
setAppInfo(
|
|
1075
|
-
requestMessage: pandora_pb.GVoiceAppInfo,
|
|
1076
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1077
|
-
): UnaryResponse;
|
|
1078
|
-
setServerInfo(
|
|
1079
|
-
requestMessage: pandora_pb.GVoiceServerInfo,
|
|
1080
|
-
metadata: grpc.Metadata,
|
|
1081
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1082
|
-
): UnaryResponse;
|
|
1083
|
-
async setServerInfoAsync(
|
|
1084
|
-
requestMessage: pandora_pb.GVoiceServerInfo,
|
|
1085
|
-
metadata?: grpc.Metadata,
|
|
1086
|
-
): Promise<{
|
|
1087
|
-
err:ServiceError|null;
|
|
1088
|
-
value:pandora_pb.GVoiceResponse;
|
|
1089
|
-
}>;
|
|
1090
|
-
|
|
1091
|
-
setServerInfo(
|
|
1092
|
-
requestMessage: pandora_pb.GVoiceServerInfo,
|
|
1093
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1094
|
-
): UnaryResponse;
|
|
1095
|
-
init(
|
|
1096
|
-
requestMessage: pandora_pb.Empty,
|
|
1097
|
-
metadata: grpc.Metadata,
|
|
1098
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1099
|
-
): UnaryResponse;
|
|
1100
|
-
async initAsync(
|
|
1101
|
-
requestMessage: pandora_pb.Empty,
|
|
1102
|
-
metadata?: grpc.Metadata,
|
|
1103
|
-
): Promise<{
|
|
1104
|
-
err:ServiceError|null;
|
|
1105
|
-
value:pandora_pb.GVoiceResponse;
|
|
1106
|
-
}>;
|
|
1107
|
-
|
|
1108
|
-
init(
|
|
1109
|
-
requestMessage: pandora_pb.Empty,
|
|
1110
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1111
|
-
): UnaryResponse;
|
|
1112
|
-
setMode(
|
|
1113
|
-
requestMessage: pandora_pb.GVoiceMode,
|
|
1114
|
-
metadata: grpc.Metadata,
|
|
1115
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1116
|
-
): UnaryResponse;
|
|
1117
|
-
async setModeAsync(
|
|
1118
|
-
requestMessage: pandora_pb.GVoiceMode,
|
|
1119
|
-
metadata?: grpc.Metadata,
|
|
1120
|
-
): Promise<{
|
|
1121
|
-
err:ServiceError|null;
|
|
1122
|
-
value:pandora_pb.GVoiceResponse;
|
|
1123
|
-
}>;
|
|
1124
|
-
|
|
1125
|
-
setMode(
|
|
1126
|
-
requestMessage: pandora_pb.GVoiceMode,
|
|
1127
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1128
|
-
): UnaryResponse;
|
|
1129
|
-
poll(
|
|
1130
|
-
requestMessage: pandora_pb.Empty,
|
|
1131
|
-
metadata: grpc.Metadata,
|
|
1132
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1133
|
-
): UnaryResponse;
|
|
1134
|
-
async pollAsync(
|
|
1135
|
-
requestMessage: pandora_pb.Empty,
|
|
1136
|
-
metadata?: grpc.Metadata,
|
|
1137
|
-
): Promise<{
|
|
1138
|
-
err:ServiceError|null;
|
|
1139
|
-
value:pandora_pb.GVoiceResponse;
|
|
1140
|
-
}>;
|
|
1141
|
-
|
|
1142
|
-
poll(
|
|
1143
|
-
requestMessage: pandora_pb.Empty,
|
|
1144
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1145
|
-
): UnaryResponse;
|
|
1146
|
-
pause(
|
|
1147
|
-
requestMessage: pandora_pb.Empty,
|
|
1148
|
-
metadata: grpc.Metadata,
|
|
1149
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1150
|
-
): UnaryResponse;
|
|
1151
|
-
async pauseAsync(
|
|
1152
|
-
requestMessage: pandora_pb.Empty,
|
|
1153
|
-
metadata?: grpc.Metadata,
|
|
1154
|
-
): Promise<{
|
|
1155
|
-
err:ServiceError|null;
|
|
1156
|
-
value:pandora_pb.GVoiceResponse;
|
|
1157
|
-
}>;
|
|
1158
|
-
|
|
1159
|
-
pause(
|
|
1160
|
-
requestMessage: pandora_pb.Empty,
|
|
1161
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1162
|
-
): UnaryResponse;
|
|
1163
|
-
resume(
|
|
1164
|
-
requestMessage: pandora_pb.Empty,
|
|
1165
|
-
metadata: grpc.Metadata,
|
|
1166
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1167
|
-
): UnaryResponse;
|
|
1168
|
-
async resumeAsync(
|
|
1169
|
-
requestMessage: pandora_pb.Empty,
|
|
1170
|
-
metadata?: grpc.Metadata,
|
|
1171
|
-
): Promise<{
|
|
1172
|
-
err:ServiceError|null;
|
|
1173
|
-
value:pandora_pb.GVoiceResponse;
|
|
1174
|
-
}>;
|
|
1175
|
-
|
|
1176
|
-
resume(
|
|
1177
|
-
requestMessage: pandora_pb.Empty,
|
|
1178
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1179
|
-
): UnaryResponse;
|
|
1180
|
-
joinTeamRoom(
|
|
1181
|
-
requestMessage: pandora_pb.GVoiceTeamRoomInfo,
|
|
1182
|
-
metadata: grpc.Metadata,
|
|
1183
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1184
|
-
): UnaryResponse;
|
|
1185
|
-
async joinTeamRoomAsync(
|
|
1186
|
-
requestMessage: pandora_pb.GVoiceTeamRoomInfo,
|
|
1187
|
-
metadata?: grpc.Metadata,
|
|
1188
|
-
): Promise<{
|
|
1189
|
-
err:ServiceError|null;
|
|
1190
|
-
value:pandora_pb.GVoiceResponse;
|
|
1191
|
-
}>;
|
|
1192
|
-
|
|
1193
|
-
joinTeamRoom(
|
|
1194
|
-
requestMessage: pandora_pb.GVoiceTeamRoomInfo,
|
|
1195
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1196
|
-
): UnaryResponse;
|
|
1197
|
-
quitRoom(
|
|
1198
|
-
requestMessage: pandora_pb.GVoiceTeamRoomInfo,
|
|
1199
|
-
metadata: grpc.Metadata,
|
|
1200
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1201
|
-
): UnaryResponse;
|
|
1202
|
-
async quitRoomAsync(
|
|
1203
|
-
requestMessage: pandora_pb.GVoiceTeamRoomInfo,
|
|
1204
|
-
metadata?: grpc.Metadata,
|
|
1205
|
-
): Promise<{
|
|
1206
|
-
err:ServiceError|null;
|
|
1207
|
-
value:pandora_pb.GVoiceResponse;
|
|
1208
|
-
}>;
|
|
1209
|
-
|
|
1210
|
-
quitRoom(
|
|
1211
|
-
requestMessage: pandora_pb.GVoiceTeamRoomInfo,
|
|
1212
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1213
|
-
): UnaryResponse;
|
|
1214
|
-
openMic(
|
|
1215
|
-
requestMessage: pandora_pb.Empty,
|
|
1216
|
-
metadata: grpc.Metadata,
|
|
1217
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1218
|
-
): UnaryResponse;
|
|
1219
|
-
async openMicAsync(
|
|
1220
|
-
requestMessage: pandora_pb.Empty,
|
|
1221
|
-
metadata?: grpc.Metadata,
|
|
1222
|
-
): Promise<{
|
|
1223
|
-
err:ServiceError|null;
|
|
1224
|
-
value:pandora_pb.GVoiceResponse;
|
|
1225
|
-
}>;
|
|
1226
|
-
|
|
1227
|
-
openMic(
|
|
1228
|
-
requestMessage: pandora_pb.Empty,
|
|
1229
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1230
|
-
): UnaryResponse;
|
|
1231
|
-
closeMic(
|
|
1232
|
-
requestMessage: pandora_pb.Empty,
|
|
1233
|
-
metadata: grpc.Metadata,
|
|
1234
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1235
|
-
): UnaryResponse;
|
|
1236
|
-
async closeMicAsync(
|
|
1237
|
-
requestMessage: pandora_pb.Empty,
|
|
1238
|
-
metadata?: grpc.Metadata,
|
|
1239
|
-
): Promise<{
|
|
1240
|
-
err:ServiceError|null;
|
|
1241
|
-
value:pandora_pb.GVoiceResponse;
|
|
1242
|
-
}>;
|
|
1243
|
-
|
|
1244
|
-
closeMic(
|
|
1245
|
-
requestMessage: pandora_pb.Empty,
|
|
1246
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1247
|
-
): UnaryResponse;
|
|
1248
|
-
openSpeaker(
|
|
1249
|
-
requestMessage: pandora_pb.Empty,
|
|
1250
|
-
metadata: grpc.Metadata,
|
|
1251
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1252
|
-
): UnaryResponse;
|
|
1253
|
-
async openSpeakerAsync(
|
|
1254
|
-
requestMessage: pandora_pb.Empty,
|
|
1255
|
-
metadata?: grpc.Metadata,
|
|
1256
|
-
): Promise<{
|
|
1257
|
-
err:ServiceError|null;
|
|
1258
|
-
value:pandora_pb.GVoiceResponse;
|
|
1259
|
-
}>;
|
|
1260
|
-
|
|
1261
|
-
openSpeaker(
|
|
1262
|
-
requestMessage: pandora_pb.Empty,
|
|
1263
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1264
|
-
): UnaryResponse;
|
|
1265
|
-
closeSpeaker(
|
|
1266
|
-
requestMessage: pandora_pb.Empty,
|
|
1267
|
-
metadata: grpc.Metadata,
|
|
1268
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1269
|
-
): UnaryResponse;
|
|
1270
|
-
async closeSpeakerAsync(
|
|
1271
|
-
requestMessage: pandora_pb.Empty,
|
|
1272
|
-
metadata?: grpc.Metadata,
|
|
1273
|
-
): Promise<{
|
|
1274
|
-
err:ServiceError|null;
|
|
1275
|
-
value:pandora_pb.GVoiceResponse;
|
|
1276
|
-
}>;
|
|
1277
|
-
|
|
1278
|
-
closeSpeaker(
|
|
1279
|
-
requestMessage: pandora_pb.Empty,
|
|
1280
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1281
|
-
): UnaryResponse;
|
|
1282
|
-
enableRoomMicrophone(
|
|
1283
|
-
requestMessage: pandora_pb.GVoiceRoomSetting,
|
|
1284
|
-
metadata: grpc.Metadata,
|
|
1285
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1286
|
-
): UnaryResponse;
|
|
1287
|
-
async enableRoomMicrophoneAsync(
|
|
1288
|
-
requestMessage: pandora_pb.GVoiceRoomSetting,
|
|
1289
|
-
metadata?: grpc.Metadata,
|
|
1290
|
-
): Promise<{
|
|
1291
|
-
err:ServiceError|null;
|
|
1292
|
-
value:pandora_pb.GVoiceResponse;
|
|
1293
|
-
}>;
|
|
1294
|
-
|
|
1295
|
-
enableRoomMicrophone(
|
|
1296
|
-
requestMessage: pandora_pb.GVoiceRoomSetting,
|
|
1297
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1298
|
-
): UnaryResponse;
|
|
1299
|
-
enableRoomSpeaker(
|
|
1300
|
-
requestMessage: pandora_pb.GVoiceRoomSetting,
|
|
1301
|
-
metadata: grpc.Metadata,
|
|
1302
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1303
|
-
): UnaryResponse;
|
|
1304
|
-
async enableRoomSpeakerAsync(
|
|
1305
|
-
requestMessage: pandora_pb.GVoiceRoomSetting,
|
|
1306
|
-
metadata?: grpc.Metadata,
|
|
1307
|
-
): Promise<{
|
|
1308
|
-
err:ServiceError|null;
|
|
1309
|
-
value:pandora_pb.GVoiceResponse;
|
|
1310
|
-
}>;
|
|
1311
|
-
|
|
1312
|
-
enableRoomSpeaker(
|
|
1313
|
-
requestMessage: pandora_pb.GVoiceRoomSetting,
|
|
1314
|
-
callback: (error: ServiceError|null, responseMessage: pandora_pb.GVoiceResponse|null) => void
|
|
1315
|
-
): UnaryResponse;
|
|
1316
|
-
}
|
|
1317
|
-
|