@dcl/protocol 1.0.0-24197129021.commit-3a0cc03 → 1.0.0-24360051842.commit-5e66d77
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/out-js/decentraland/common/texture.gen.d.ts +18 -0
- package/out-js/decentraland/common/texture.gen.js +104 -4
- package/out-js/decentraland/common/texture.gen.js.map +1 -1
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.d.ts +109 -21
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js +388 -85
- package/out-js/decentraland/kernel/apis/restricted_actions.gen.js.map +1 -1
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.d.ts +0 -41
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js +9 -261
- package/out-js/decentraland/kernel/comms/rfc4/comms.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.d.ts +2 -0
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js +19 -2
- package/out-js/decentraland/sdk/components/avatar_equipped_data.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +45 -0
- package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.js +138 -0
- package/out-js/decentraland/sdk/components/avatar_locomotion_settings.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +41 -0
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +241 -3
- package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/avatar_movement.gen.d.ts +36 -0
- package/out-js/decentraland/sdk/components/avatar_movement.gen.js +113 -0
- package/out-js/decentraland/sdk/components/avatar_movement.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_movement_info.gen.d.ts +48 -0
- package/out-js/decentraland/sdk/components/avatar_movement_info.gen.js +207 -0
- package/out-js/decentraland/sdk/components/avatar_movement_info.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/avatar_shape.gen.d.ts +2 -8
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js +20 -36
- package/out-js/decentraland/sdk/components/avatar_shape.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +35 -1
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +172 -3
- package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/common/input_action.gen.d.ts +3 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js +18 -0
- package/out-js/decentraland/sdk/components/common/input_action.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.d.ts +19 -0
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js +90 -3
- package/out-js/decentraland/sdk/components/gltf_container_loading_state.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/gltf_node.gen.d.ts +66 -0
- package/out-js/decentraland/sdk/components/gltf_node.gen.js +69 -0
- package/out-js/decentraland/sdk/components/gltf_node.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.d.ts +43 -0
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.js +122 -0
- package/out-js/decentraland/sdk/components/gltf_node_state.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/input_modifier.gen.d.ts +52 -0
- package/out-js/decentraland/sdk/components/input_modifier.gen.js +233 -0
- package/out-js/decentraland/sdk/components/input_modifier.gen.js.map +1 -0
- package/out-js/decentraland/sdk/components/material.gen.d.ts +20 -0
- package/out-js/decentraland/sdk/components/material.gen.js +86 -2
- package/out-js/decentraland/sdk/components/material.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_collider.gen.d.ts +18 -0
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js +90 -4
- package/out-js/decentraland/sdk/components/mesh_collider.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.d.ts +19 -3
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js +90 -4
- package/out-js/decentraland/sdk/components/mesh_renderer.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/raycast.gen.d.ts +13 -0
- package/out-js/decentraland/sdk/components/raycast.gen.js +64 -2
- package/out-js/decentraland/sdk/components/raycast.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +4 -0
- package/out-js/decentraland/sdk/components/ui_text.gen.js +30 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +33 -0
- package/out-js/decentraland/sdk/components/ui_transform.gen.js +176 -3
- package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
- package/out-ts/decentraland/common/texture.gen.ts +119 -4
- package/out-ts/decentraland/kernel/apis/restricted_actions.gen.ts +411 -87
- package/out-ts/decentraland/kernel/comms/rfc4/comms.gen.ts +2 -316
- package/out-ts/decentraland/sdk/components/avatar_equipped_data.gen.ts +20 -1
- package/out-ts/decentraland/sdk/components/avatar_locomotion_settings.gen.ts +183 -0
- package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +292 -1
- package/out-ts/decentraland/sdk/components/avatar_movement.gen.ts +136 -0
- package/out-ts/decentraland/sdk/components/avatar_movement_info.gen.ts +249 -0
- package/out-ts/decentraland/sdk/components/avatar_shape.gen.ts +23 -35
- package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +218 -2
- package/out-ts/decentraland/sdk/components/common/input_action.gen.ts +18 -0
- package/out-ts/decentraland/sdk/components/gltf_container_loading_state.gen.ts +108 -2
- package/out-ts/decentraland/sdk/components/gltf_node.gen.ts +116 -0
- package/out-ts/decentraland/sdk/components/gltf_node_state.gen.ts +139 -0
- package/out-ts/decentraland/sdk/components/input_modifier.gen.ts +265 -0
- package/out-ts/decentraland/sdk/components/material.gen.ts +102 -1
- package/out-ts/decentraland/sdk/components/mesh_collider.gen.ts +99 -0
- package/out-ts/decentraland/sdk/components/mesh_renderer.gen.ts +100 -3
- package/out-ts/decentraland/sdk/components/raycast.gen.ts +73 -1
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +40 -1
- package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +193 -0
- package/package.json +7 -4
- package/proto/decentraland/common/texture.proto +8 -1
- package/proto/decentraland/kernel/apis/restricted_actions.proto +39 -8
- package/proto/decentraland/kernel/comms/rfc4/comms.proto +1 -25
- package/proto/decentraland/sdk/components/avatar_equipped_data.proto +2 -1
- package/proto/decentraland/sdk/components/avatar_locomotion_settings.proto +0 -3
- package/proto/decentraland/sdk/components/avatar_modifier_area.proto +21 -0
- package/proto/decentraland/sdk/components/avatar_movement.proto +46 -0
- package/proto/decentraland/sdk/components/avatar_movement_info.proto +22 -0
- package/proto/decentraland/sdk/components/avatar_shape.proto +1 -5
- package/proto/decentraland/sdk/components/camera_layer.proto +30 -0
- package/proto/decentraland/sdk/components/camera_layers.proto +11 -0
- package/proto/decentraland/sdk/components/camera_mode_area.proto +22 -3
- package/proto/decentraland/sdk/components/common/input_action.proto +3 -0
- package/proto/decentraland/sdk/components/global_light.proto +22 -0
- package/proto/decentraland/sdk/components/gltf_container_loading_state.proto +13 -0
- package/proto/decentraland/sdk/components/gltf_node.proto +42 -0
- package/proto/decentraland/sdk/components/gltf_node_state.proto +20 -0
- package/proto/decentraland/sdk/components/light_source.proto +1 -1
- package/proto/decentraland/sdk/components/material.proto +13 -1
- package/proto/decentraland/sdk/components/mesh_collider.proto +7 -0
- package/proto/decentraland/sdk/components/mesh_renderer.proto +8 -3
- package/proto/decentraland/sdk/components/primary_pointer_info.proto +5 -0
- package/proto/decentraland/sdk/components/raycast.proto +13 -0
- package/proto/decentraland/sdk/components/texture_camera.proto +46 -0
- package/proto/decentraland/sdk/components/ui_canvas.proto +16 -0
- package/proto/decentraland/sdk/components/ui_scroll_result.proto +12 -0
- package/proto/decentraland/sdk/components/ui_text.proto +3 -0
- package/proto/decentraland/sdk/components/ui_transform.proto +20 -0
- package/proto/decentraland/sdk/components/virtual_camera.proto +0 -2
- package/public/sdk-components.proto +4 -0
- package/proto/decentraland/sdk/components/audio_analysis.proto +0 -44
|
@@ -20,7 +20,6 @@ export interface TeleportToRequest {
|
|
|
20
20
|
|
|
21
21
|
export interface TriggerEmoteRequest {
|
|
22
22
|
predefinedEmote: string;
|
|
23
|
-
mask?: number | undefined;
|
|
24
23
|
}
|
|
25
24
|
|
|
26
25
|
export interface ChangeRealmRequest {
|
|
@@ -46,7 +45,6 @@ export interface CommsAdapterRequest {
|
|
|
46
45
|
export interface TriggerSceneEmoteRequest {
|
|
47
46
|
src: string;
|
|
48
47
|
loop?: boolean | undefined;
|
|
49
|
-
mask?: number | undefined;
|
|
50
48
|
}
|
|
51
49
|
|
|
52
50
|
export interface SuccessResponse {
|
|
@@ -60,9 +58,35 @@ export interface MovePlayerToResponse {
|
|
|
60
58
|
success: boolean;
|
|
61
59
|
}
|
|
62
60
|
|
|
61
|
+
export interface WalkPlayerToRequest {
|
|
62
|
+
newRelativePosition: Vector3 | undefined;
|
|
63
|
+
stopThreshold: number;
|
|
64
|
+
/** max seconds before the request is failed; not passed to the movement scene */
|
|
65
|
+
timeout?: number | undefined;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export interface WalkPlayerToResponse {
|
|
69
|
+
success: boolean;
|
|
70
|
+
}
|
|
71
|
+
|
|
63
72
|
export interface TeleportToResponse {
|
|
64
73
|
}
|
|
65
74
|
|
|
75
|
+
export interface SetUiFocusRequest {
|
|
76
|
+
elementId: string;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export interface ClearUiFocusRequest {
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface GetUiFocusRequest {
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export interface UiFocusResponse {
|
|
86
|
+
/** the element that is/was focussed */
|
|
87
|
+
elementId?: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
|
|
66
90
|
export interface CopyToClipboardRequest {
|
|
67
91
|
text: string;
|
|
68
92
|
}
|
|
@@ -70,9 +94,6 @@ export interface CopyToClipboardRequest {
|
|
|
70
94
|
export interface EmptyResponse {
|
|
71
95
|
}
|
|
72
96
|
|
|
73
|
-
export interface StopEmoteRequest {
|
|
74
|
-
}
|
|
75
|
-
|
|
76
97
|
function createBaseMovePlayerToRequest(): MovePlayerToRequest {
|
|
77
98
|
return { newRelativePosition: undefined, cameraTarget: undefined, avatarTarget: undefined, duration: undefined };
|
|
78
99
|
}
|
|
@@ -239,7 +260,7 @@ export namespace TeleportToRequest {
|
|
|
239
260
|
}
|
|
240
261
|
|
|
241
262
|
function createBaseTriggerEmoteRequest(): TriggerEmoteRequest {
|
|
242
|
-
return { predefinedEmote: ""
|
|
263
|
+
return { predefinedEmote: "" };
|
|
243
264
|
}
|
|
244
265
|
|
|
245
266
|
export namespace TriggerEmoteRequest {
|
|
@@ -247,9 +268,6 @@ export namespace TriggerEmoteRequest {
|
|
|
247
268
|
if (message.predefinedEmote !== "") {
|
|
248
269
|
writer.uint32(10).string(message.predefinedEmote);
|
|
249
270
|
}
|
|
250
|
-
if (message.mask !== undefined) {
|
|
251
|
-
writer.uint32(16).uint32(message.mask);
|
|
252
|
-
}
|
|
253
271
|
return writer;
|
|
254
272
|
}
|
|
255
273
|
|
|
@@ -267,13 +285,6 @@ export namespace TriggerEmoteRequest {
|
|
|
267
285
|
|
|
268
286
|
message.predefinedEmote = reader.string();
|
|
269
287
|
continue;
|
|
270
|
-
case 2:
|
|
271
|
-
if (tag !== 16) {
|
|
272
|
-
break;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
message.mask = reader.uint32();
|
|
276
|
-
continue;
|
|
277
288
|
}
|
|
278
289
|
if ((tag & 7) === 4 || tag === 0) {
|
|
279
290
|
break;
|
|
@@ -284,16 +295,12 @@ export namespace TriggerEmoteRequest {
|
|
|
284
295
|
}
|
|
285
296
|
|
|
286
297
|
export function fromJSON(object: any): TriggerEmoteRequest {
|
|
287
|
-
return {
|
|
288
|
-
predefinedEmote: isSet(object.predefinedEmote) ? String(object.predefinedEmote) : "",
|
|
289
|
-
mask: isSet(object.mask) ? Number(object.mask) : undefined,
|
|
290
|
-
};
|
|
298
|
+
return { predefinedEmote: isSet(object.predefinedEmote) ? String(object.predefinedEmote) : "" };
|
|
291
299
|
}
|
|
292
300
|
|
|
293
301
|
export function toJSON(message: TriggerEmoteRequest): unknown {
|
|
294
302
|
const obj: any = {};
|
|
295
303
|
message.predefinedEmote !== undefined && (obj.predefinedEmote = message.predefinedEmote);
|
|
296
|
-
message.mask !== undefined && (obj.mask = Math.round(message.mask));
|
|
297
304
|
return obj;
|
|
298
305
|
}
|
|
299
306
|
|
|
@@ -304,7 +311,6 @@ export namespace TriggerEmoteRequest {
|
|
|
304
311
|
export function fromPartial<I extends Exact<DeepPartial<TriggerEmoteRequest>, I>>(object: I): TriggerEmoteRequest {
|
|
305
312
|
const message = createBaseTriggerEmoteRequest();
|
|
306
313
|
message.predefinedEmote = object.predefinedEmote ?? "";
|
|
307
|
-
message.mask = object.mask ?? undefined;
|
|
308
314
|
return message;
|
|
309
315
|
}
|
|
310
316
|
}
|
|
@@ -595,7 +601,7 @@ export namespace CommsAdapterRequest {
|
|
|
595
601
|
}
|
|
596
602
|
|
|
597
603
|
function createBaseTriggerSceneEmoteRequest(): TriggerSceneEmoteRequest {
|
|
598
|
-
return { src: "", loop: undefined
|
|
604
|
+
return { src: "", loop: undefined };
|
|
599
605
|
}
|
|
600
606
|
|
|
601
607
|
export namespace TriggerSceneEmoteRequest {
|
|
@@ -606,9 +612,6 @@ export namespace TriggerSceneEmoteRequest {
|
|
|
606
612
|
if (message.loop !== undefined) {
|
|
607
613
|
writer.uint32(16).bool(message.loop);
|
|
608
614
|
}
|
|
609
|
-
if (message.mask !== undefined) {
|
|
610
|
-
writer.uint32(24).uint32(message.mask);
|
|
611
|
-
}
|
|
612
615
|
return writer;
|
|
613
616
|
}
|
|
614
617
|
|
|
@@ -633,13 +636,6 @@ export namespace TriggerSceneEmoteRequest {
|
|
|
633
636
|
|
|
634
637
|
message.loop = reader.bool();
|
|
635
638
|
continue;
|
|
636
|
-
case 3:
|
|
637
|
-
if (tag !== 24) {
|
|
638
|
-
break;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
message.mask = reader.uint32();
|
|
642
|
-
continue;
|
|
643
639
|
}
|
|
644
640
|
if ((tag & 7) === 4 || tag === 0) {
|
|
645
641
|
break;
|
|
@@ -653,7 +649,6 @@ export namespace TriggerSceneEmoteRequest {
|
|
|
653
649
|
return {
|
|
654
650
|
src: isSet(object.src) ? String(object.src) : "",
|
|
655
651
|
loop: isSet(object.loop) ? Boolean(object.loop) : undefined,
|
|
656
|
-
mask: isSet(object.mask) ? Number(object.mask) : undefined,
|
|
657
652
|
};
|
|
658
653
|
}
|
|
659
654
|
|
|
@@ -661,7 +656,6 @@ export namespace TriggerSceneEmoteRequest {
|
|
|
661
656
|
const obj: any = {};
|
|
662
657
|
message.src !== undefined && (obj.src = message.src);
|
|
663
658
|
message.loop !== undefined && (obj.loop = message.loop);
|
|
664
|
-
message.mask !== undefined && (obj.mask = Math.round(message.mask));
|
|
665
659
|
return obj;
|
|
666
660
|
}
|
|
667
661
|
|
|
@@ -677,7 +671,6 @@ export namespace TriggerSceneEmoteRequest {
|
|
|
677
671
|
const message = createBaseTriggerSceneEmoteRequest();
|
|
678
672
|
message.src = object.src ?? "";
|
|
679
673
|
message.loop = object.loop ?? undefined;
|
|
680
|
-
message.mask = object.mask ?? undefined;
|
|
681
674
|
return message;
|
|
682
675
|
}
|
|
683
676
|
}
|
|
@@ -838,6 +831,149 @@ export namespace MovePlayerToResponse {
|
|
|
838
831
|
}
|
|
839
832
|
}
|
|
840
833
|
|
|
834
|
+
function createBaseWalkPlayerToRequest(): WalkPlayerToRequest {
|
|
835
|
+
return { newRelativePosition: undefined, stopThreshold: 0, timeout: undefined };
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
export namespace WalkPlayerToRequest {
|
|
839
|
+
export function encode(message: WalkPlayerToRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
840
|
+
if (message.newRelativePosition !== undefined) {
|
|
841
|
+
Vector3.encode(message.newRelativePosition, writer.uint32(10).fork()).ldelim();
|
|
842
|
+
}
|
|
843
|
+
if (message.stopThreshold !== 0) {
|
|
844
|
+
writer.uint32(21).float(message.stopThreshold);
|
|
845
|
+
}
|
|
846
|
+
if (message.timeout !== undefined) {
|
|
847
|
+
writer.uint32(29).float(message.timeout);
|
|
848
|
+
}
|
|
849
|
+
return writer;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): WalkPlayerToRequest {
|
|
853
|
+
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
854
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
855
|
+
const message = createBaseWalkPlayerToRequest();
|
|
856
|
+
while (reader.pos < end) {
|
|
857
|
+
const tag = reader.uint32();
|
|
858
|
+
switch (tag >>> 3) {
|
|
859
|
+
case 1:
|
|
860
|
+
if (tag !== 10) {
|
|
861
|
+
break;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
message.newRelativePosition = Vector3.decode(reader, reader.uint32());
|
|
865
|
+
continue;
|
|
866
|
+
case 2:
|
|
867
|
+
if (tag !== 21) {
|
|
868
|
+
break;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
message.stopThreshold = reader.float();
|
|
872
|
+
continue;
|
|
873
|
+
case 3:
|
|
874
|
+
if (tag !== 29) {
|
|
875
|
+
break;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
message.timeout = reader.float();
|
|
879
|
+
continue;
|
|
880
|
+
}
|
|
881
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
882
|
+
break;
|
|
883
|
+
}
|
|
884
|
+
reader.skipType(tag & 7);
|
|
885
|
+
}
|
|
886
|
+
return message;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
export function fromJSON(object: any): WalkPlayerToRequest {
|
|
890
|
+
return {
|
|
891
|
+
newRelativePosition: isSet(object.newRelativePosition) ? Vector3.fromJSON(object.newRelativePosition) : undefined,
|
|
892
|
+
stopThreshold: isSet(object.stopThreshold) ? Number(object.stopThreshold) : 0,
|
|
893
|
+
timeout: isSet(object.timeout) ? Number(object.timeout) : undefined,
|
|
894
|
+
};
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
export function toJSON(message: WalkPlayerToRequest): unknown {
|
|
898
|
+
const obj: any = {};
|
|
899
|
+
message.newRelativePosition !== undefined &&
|
|
900
|
+
(obj.newRelativePosition = message.newRelativePosition ? Vector3.toJSON(message.newRelativePosition) : undefined);
|
|
901
|
+
message.stopThreshold !== undefined && (obj.stopThreshold = message.stopThreshold);
|
|
902
|
+
message.timeout !== undefined && (obj.timeout = message.timeout);
|
|
903
|
+
return obj;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
export function create<I extends Exact<DeepPartial<WalkPlayerToRequest>, I>>(base?: I): WalkPlayerToRequest {
|
|
907
|
+
return WalkPlayerToRequest.fromPartial(base ?? {});
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
export function fromPartial<I extends Exact<DeepPartial<WalkPlayerToRequest>, I>>(object: I): WalkPlayerToRequest {
|
|
911
|
+
const message = createBaseWalkPlayerToRequest();
|
|
912
|
+
message.newRelativePosition = (object.newRelativePosition !== undefined && object.newRelativePosition !== null)
|
|
913
|
+
? Vector3.fromPartial(object.newRelativePosition)
|
|
914
|
+
: undefined;
|
|
915
|
+
message.stopThreshold = object.stopThreshold ?? 0;
|
|
916
|
+
message.timeout = object.timeout ?? undefined;
|
|
917
|
+
return message;
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
function createBaseWalkPlayerToResponse(): WalkPlayerToResponse {
|
|
922
|
+
return { success: false };
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
export namespace WalkPlayerToResponse {
|
|
926
|
+
export function encode(message: WalkPlayerToResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
927
|
+
if (message.success === true) {
|
|
928
|
+
writer.uint32(8).bool(message.success);
|
|
929
|
+
}
|
|
930
|
+
return writer;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): WalkPlayerToResponse {
|
|
934
|
+
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
935
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
936
|
+
const message = createBaseWalkPlayerToResponse();
|
|
937
|
+
while (reader.pos < end) {
|
|
938
|
+
const tag = reader.uint32();
|
|
939
|
+
switch (tag >>> 3) {
|
|
940
|
+
case 1:
|
|
941
|
+
if (tag !== 8) {
|
|
942
|
+
break;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
message.success = reader.bool();
|
|
946
|
+
continue;
|
|
947
|
+
}
|
|
948
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
949
|
+
break;
|
|
950
|
+
}
|
|
951
|
+
reader.skipType(tag & 7);
|
|
952
|
+
}
|
|
953
|
+
return message;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
export function fromJSON(object: any): WalkPlayerToResponse {
|
|
957
|
+
return { success: isSet(object.success) ? Boolean(object.success) : false };
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
export function toJSON(message: WalkPlayerToResponse): unknown {
|
|
961
|
+
const obj: any = {};
|
|
962
|
+
message.success !== undefined && (obj.success = message.success);
|
|
963
|
+
return obj;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
export function create<I extends Exact<DeepPartial<WalkPlayerToResponse>, I>>(base?: I): WalkPlayerToResponse {
|
|
967
|
+
return WalkPlayerToResponse.fromPartial(base ?? {});
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
export function fromPartial<I extends Exact<DeepPartial<WalkPlayerToResponse>, I>>(object: I): WalkPlayerToResponse {
|
|
971
|
+
const message = createBaseWalkPlayerToResponse();
|
|
972
|
+
message.success = object.success ?? false;
|
|
973
|
+
return message;
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
|
|
841
977
|
function createBaseTeleportToResponse(): TeleportToResponse {
|
|
842
978
|
return {};
|
|
843
979
|
}
|
|
@@ -882,22 +1018,22 @@ export namespace TeleportToResponse {
|
|
|
882
1018
|
}
|
|
883
1019
|
}
|
|
884
1020
|
|
|
885
|
-
function
|
|
886
|
-
return {
|
|
1021
|
+
function createBaseSetUiFocusRequest(): SetUiFocusRequest {
|
|
1022
|
+
return { elementId: "" };
|
|
887
1023
|
}
|
|
888
1024
|
|
|
889
|
-
export namespace
|
|
890
|
-
export function encode(message:
|
|
891
|
-
if (message.
|
|
892
|
-
writer.uint32(10).string(message.
|
|
1025
|
+
export namespace SetUiFocusRequest {
|
|
1026
|
+
export function encode(message: SetUiFocusRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
1027
|
+
if (message.elementId !== "") {
|
|
1028
|
+
writer.uint32(10).string(message.elementId);
|
|
893
1029
|
}
|
|
894
1030
|
return writer;
|
|
895
1031
|
}
|
|
896
1032
|
|
|
897
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number):
|
|
1033
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): SetUiFocusRequest {
|
|
898
1034
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
899
1035
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
900
|
-
const message =
|
|
1036
|
+
const message = createBaseSetUiFocusRequest();
|
|
901
1037
|
while (reader.pos < end) {
|
|
902
1038
|
const tag = reader.uint32();
|
|
903
1039
|
switch (tag >>> 3) {
|
|
@@ -906,7 +1042,7 @@ export namespace CopyToClipboardRequest {
|
|
|
906
1042
|
break;
|
|
907
1043
|
}
|
|
908
1044
|
|
|
909
|
-
message.
|
|
1045
|
+
message.elementId = reader.string();
|
|
910
1046
|
continue;
|
|
911
1047
|
}
|
|
912
1048
|
if ((tag & 7) === 4 || tag === 0) {
|
|
@@ -917,42 +1053,40 @@ export namespace CopyToClipboardRequest {
|
|
|
917
1053
|
return message;
|
|
918
1054
|
}
|
|
919
1055
|
|
|
920
|
-
export function fromJSON(object: any):
|
|
921
|
-
return {
|
|
1056
|
+
export function fromJSON(object: any): SetUiFocusRequest {
|
|
1057
|
+
return { elementId: isSet(object.elementId) ? String(object.elementId) : "" };
|
|
922
1058
|
}
|
|
923
1059
|
|
|
924
|
-
export function toJSON(message:
|
|
1060
|
+
export function toJSON(message: SetUiFocusRequest): unknown {
|
|
925
1061
|
const obj: any = {};
|
|
926
|
-
message.
|
|
1062
|
+
message.elementId !== undefined && (obj.elementId = message.elementId);
|
|
927
1063
|
return obj;
|
|
928
1064
|
}
|
|
929
1065
|
|
|
930
|
-
export function create<I extends Exact<DeepPartial<
|
|
931
|
-
return
|
|
1066
|
+
export function create<I extends Exact<DeepPartial<SetUiFocusRequest>, I>>(base?: I): SetUiFocusRequest {
|
|
1067
|
+
return SetUiFocusRequest.fromPartial(base ?? {});
|
|
932
1068
|
}
|
|
933
1069
|
|
|
934
|
-
export function fromPartial<I extends Exact<DeepPartial<
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
const message = createBaseCopyToClipboardRequest();
|
|
938
|
-
message.text = object.text ?? "";
|
|
1070
|
+
export function fromPartial<I extends Exact<DeepPartial<SetUiFocusRequest>, I>>(object: I): SetUiFocusRequest {
|
|
1071
|
+
const message = createBaseSetUiFocusRequest();
|
|
1072
|
+
message.elementId = object.elementId ?? "";
|
|
939
1073
|
return message;
|
|
940
1074
|
}
|
|
941
1075
|
}
|
|
942
1076
|
|
|
943
|
-
function
|
|
1077
|
+
function createBaseClearUiFocusRequest(): ClearUiFocusRequest {
|
|
944
1078
|
return {};
|
|
945
1079
|
}
|
|
946
1080
|
|
|
947
|
-
export namespace
|
|
948
|
-
export function encode(_:
|
|
1081
|
+
export namespace ClearUiFocusRequest {
|
|
1082
|
+
export function encode(_: ClearUiFocusRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
949
1083
|
return writer;
|
|
950
1084
|
}
|
|
951
1085
|
|
|
952
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number):
|
|
1086
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): ClearUiFocusRequest {
|
|
953
1087
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
954
1088
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
955
|
-
const message =
|
|
1089
|
+
const message = createBaseClearUiFocusRequest();
|
|
956
1090
|
while (reader.pos < end) {
|
|
957
1091
|
const tag = reader.uint32();
|
|
958
1092
|
switch (tag >>> 3) {
|
|
@@ -965,38 +1099,38 @@ export namespace EmptyResponse {
|
|
|
965
1099
|
return message;
|
|
966
1100
|
}
|
|
967
1101
|
|
|
968
|
-
export function fromJSON(_: any):
|
|
1102
|
+
export function fromJSON(_: any): ClearUiFocusRequest {
|
|
969
1103
|
return {};
|
|
970
1104
|
}
|
|
971
1105
|
|
|
972
|
-
export function toJSON(_:
|
|
1106
|
+
export function toJSON(_: ClearUiFocusRequest): unknown {
|
|
973
1107
|
const obj: any = {};
|
|
974
1108
|
return obj;
|
|
975
1109
|
}
|
|
976
1110
|
|
|
977
|
-
export function create<I extends Exact<DeepPartial<
|
|
978
|
-
return
|
|
1111
|
+
export function create<I extends Exact<DeepPartial<ClearUiFocusRequest>, I>>(base?: I): ClearUiFocusRequest {
|
|
1112
|
+
return ClearUiFocusRequest.fromPartial(base ?? {});
|
|
979
1113
|
}
|
|
980
1114
|
|
|
981
|
-
export function fromPartial<I extends Exact<DeepPartial<
|
|
982
|
-
const message =
|
|
1115
|
+
export function fromPartial<I extends Exact<DeepPartial<ClearUiFocusRequest>, I>>(_: I): ClearUiFocusRequest {
|
|
1116
|
+
const message = createBaseClearUiFocusRequest();
|
|
983
1117
|
return message;
|
|
984
1118
|
}
|
|
985
1119
|
}
|
|
986
1120
|
|
|
987
|
-
function
|
|
1121
|
+
function createBaseGetUiFocusRequest(): GetUiFocusRequest {
|
|
988
1122
|
return {};
|
|
989
1123
|
}
|
|
990
1124
|
|
|
991
|
-
export namespace
|
|
992
|
-
export function encode(_:
|
|
1125
|
+
export namespace GetUiFocusRequest {
|
|
1126
|
+
export function encode(_: GetUiFocusRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
993
1127
|
return writer;
|
|
994
1128
|
}
|
|
995
1129
|
|
|
996
|
-
export function decode(input: _m0.Reader | Uint8Array, length?: number):
|
|
1130
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): GetUiFocusRequest {
|
|
997
1131
|
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
998
1132
|
let end = length === undefined ? reader.len : reader.pos + length;
|
|
999
|
-
const message =
|
|
1133
|
+
const message = createBaseGetUiFocusRequest();
|
|
1000
1134
|
while (reader.pos < end) {
|
|
1001
1135
|
const tag = reader.uint32();
|
|
1002
1136
|
switch (tag >>> 3) {
|
|
@@ -1009,21 +1143,179 @@ export namespace StopEmoteRequest {
|
|
|
1009
1143
|
return message;
|
|
1010
1144
|
}
|
|
1011
1145
|
|
|
1012
|
-
export function fromJSON(_: any):
|
|
1146
|
+
export function fromJSON(_: any): GetUiFocusRequest {
|
|
1013
1147
|
return {};
|
|
1014
1148
|
}
|
|
1015
1149
|
|
|
1016
|
-
export function toJSON(_:
|
|
1150
|
+
export function toJSON(_: GetUiFocusRequest): unknown {
|
|
1151
|
+
const obj: any = {};
|
|
1152
|
+
return obj;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
export function create<I extends Exact<DeepPartial<GetUiFocusRequest>, I>>(base?: I): GetUiFocusRequest {
|
|
1156
|
+
return GetUiFocusRequest.fromPartial(base ?? {});
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
export function fromPartial<I extends Exact<DeepPartial<GetUiFocusRequest>, I>>(_: I): GetUiFocusRequest {
|
|
1160
|
+
const message = createBaseGetUiFocusRequest();
|
|
1161
|
+
return message;
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
function createBaseUiFocusResponse(): UiFocusResponse {
|
|
1166
|
+
return { elementId: undefined };
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
export namespace UiFocusResponse {
|
|
1170
|
+
export function encode(message: UiFocusResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
1171
|
+
if (message.elementId !== undefined) {
|
|
1172
|
+
writer.uint32(10).string(message.elementId);
|
|
1173
|
+
}
|
|
1174
|
+
return writer;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): UiFocusResponse {
|
|
1178
|
+
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
1179
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1180
|
+
const message = createBaseUiFocusResponse();
|
|
1181
|
+
while (reader.pos < end) {
|
|
1182
|
+
const tag = reader.uint32();
|
|
1183
|
+
switch (tag >>> 3) {
|
|
1184
|
+
case 1:
|
|
1185
|
+
if (tag !== 10) {
|
|
1186
|
+
break;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
message.elementId = reader.string();
|
|
1190
|
+
continue;
|
|
1191
|
+
}
|
|
1192
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1193
|
+
break;
|
|
1194
|
+
}
|
|
1195
|
+
reader.skipType(tag & 7);
|
|
1196
|
+
}
|
|
1197
|
+
return message;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
export function fromJSON(object: any): UiFocusResponse {
|
|
1201
|
+
return { elementId: isSet(object.elementId) ? String(object.elementId) : undefined };
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
export function toJSON(message: UiFocusResponse): unknown {
|
|
1017
1205
|
const obj: any = {};
|
|
1206
|
+
message.elementId !== undefined && (obj.elementId = message.elementId);
|
|
1018
1207
|
return obj;
|
|
1019
1208
|
}
|
|
1020
1209
|
|
|
1021
|
-
export function create<I extends Exact<DeepPartial<
|
|
1022
|
-
return
|
|
1210
|
+
export function create<I extends Exact<DeepPartial<UiFocusResponse>, I>>(base?: I): UiFocusResponse {
|
|
1211
|
+
return UiFocusResponse.fromPartial(base ?? {});
|
|
1023
1212
|
}
|
|
1024
1213
|
|
|
1025
|
-
export function fromPartial<I extends Exact<DeepPartial<
|
|
1026
|
-
const message =
|
|
1214
|
+
export function fromPartial<I extends Exact<DeepPartial<UiFocusResponse>, I>>(object: I): UiFocusResponse {
|
|
1215
|
+
const message = createBaseUiFocusResponse();
|
|
1216
|
+
message.elementId = object.elementId ?? undefined;
|
|
1217
|
+
return message;
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
function createBaseCopyToClipboardRequest(): CopyToClipboardRequest {
|
|
1222
|
+
return { text: "" };
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
export namespace CopyToClipboardRequest {
|
|
1226
|
+
export function encode(message: CopyToClipboardRequest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
1227
|
+
if (message.text !== "") {
|
|
1228
|
+
writer.uint32(10).string(message.text);
|
|
1229
|
+
}
|
|
1230
|
+
return writer;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): CopyToClipboardRequest {
|
|
1234
|
+
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
1235
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1236
|
+
const message = createBaseCopyToClipboardRequest();
|
|
1237
|
+
while (reader.pos < end) {
|
|
1238
|
+
const tag = reader.uint32();
|
|
1239
|
+
switch (tag >>> 3) {
|
|
1240
|
+
case 1:
|
|
1241
|
+
if (tag !== 10) {
|
|
1242
|
+
break;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
message.text = reader.string();
|
|
1246
|
+
continue;
|
|
1247
|
+
}
|
|
1248
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1249
|
+
break;
|
|
1250
|
+
}
|
|
1251
|
+
reader.skipType(tag & 7);
|
|
1252
|
+
}
|
|
1253
|
+
return message;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
export function fromJSON(object: any): CopyToClipboardRequest {
|
|
1257
|
+
return { text: isSet(object.text) ? String(object.text) : "" };
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
export function toJSON(message: CopyToClipboardRequest): unknown {
|
|
1261
|
+
const obj: any = {};
|
|
1262
|
+
message.text !== undefined && (obj.text = message.text);
|
|
1263
|
+
return obj;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
export function create<I extends Exact<DeepPartial<CopyToClipboardRequest>, I>>(base?: I): CopyToClipboardRequest {
|
|
1267
|
+
return CopyToClipboardRequest.fromPartial(base ?? {});
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
export function fromPartial<I extends Exact<DeepPartial<CopyToClipboardRequest>, I>>(
|
|
1271
|
+
object: I,
|
|
1272
|
+
): CopyToClipboardRequest {
|
|
1273
|
+
const message = createBaseCopyToClipboardRequest();
|
|
1274
|
+
message.text = object.text ?? "";
|
|
1275
|
+
return message;
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
function createBaseEmptyResponse(): EmptyResponse {
|
|
1280
|
+
return {};
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
export namespace EmptyResponse {
|
|
1284
|
+
export function encode(_: EmptyResponse, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
|
|
1285
|
+
return writer;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
export function decode(input: _m0.Reader | Uint8Array, length?: number): EmptyResponse {
|
|
1289
|
+
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
1290
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1291
|
+
const message = createBaseEmptyResponse();
|
|
1292
|
+
while (reader.pos < end) {
|
|
1293
|
+
const tag = reader.uint32();
|
|
1294
|
+
switch (tag >>> 3) {
|
|
1295
|
+
}
|
|
1296
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1297
|
+
break;
|
|
1298
|
+
}
|
|
1299
|
+
reader.skipType(tag & 7);
|
|
1300
|
+
}
|
|
1301
|
+
return message;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
export function fromJSON(_: any): EmptyResponse {
|
|
1305
|
+
return {};
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
export function toJSON(_: EmptyResponse): unknown {
|
|
1309
|
+
const obj: any = {};
|
|
1310
|
+
return obj;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
export function create<I extends Exact<DeepPartial<EmptyResponse>, I>>(base?: I): EmptyResponse {
|
|
1314
|
+
return EmptyResponse.fromPartial(base ?? {});
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
export function fromPartial<I extends Exact<DeepPartial<EmptyResponse>, I>>(_: I): EmptyResponse {
|
|
1318
|
+
const message = createBaseEmptyResponse();
|
|
1027
1319
|
return message;
|
|
1028
1320
|
}
|
|
1029
1321
|
}
|
|
@@ -1046,6 +1338,20 @@ export const RestrictedActionsServiceDefinition = {
|
|
|
1046
1338
|
responseStream: false,
|
|
1047
1339
|
options: {},
|
|
1048
1340
|
},
|
|
1341
|
+
/**
|
|
1342
|
+
* WalkPlayerTo will walk the player to a position relative to the current scene,
|
|
1343
|
+
* managed by the movement controller scene. Returns success when the player reaches
|
|
1344
|
+
* within stop_threshold distance, or false if the path is blocked, the player gets
|
|
1345
|
+
* stuck, the player interrupts the walk with manual input, or the optional timeout expires.
|
|
1346
|
+
*/
|
|
1347
|
+
walkPlayerTo: {
|
|
1348
|
+
name: "WalkPlayerTo",
|
|
1349
|
+
requestType: WalkPlayerToRequest,
|
|
1350
|
+
requestStream: false,
|
|
1351
|
+
responseType: WalkPlayerToResponse,
|
|
1352
|
+
responseStream: false,
|
|
1353
|
+
options: {},
|
|
1354
|
+
},
|
|
1049
1355
|
/** TeleportTo will move the user to the specified world LAND parcel coordinates */
|
|
1050
1356
|
teleportTo: {
|
|
1051
1357
|
name: "TeleportTo",
|
|
@@ -1112,6 +1418,33 @@ export const RestrictedActionsServiceDefinition = {
|
|
|
1112
1418
|
responseStream: false,
|
|
1113
1419
|
options: {},
|
|
1114
1420
|
},
|
|
1421
|
+
/** Sets the focus to a specific UI element */
|
|
1422
|
+
setUiFocus: {
|
|
1423
|
+
name: "SetUiFocus",
|
|
1424
|
+
requestType: SetUiFocusRequest,
|
|
1425
|
+
requestStream: false,
|
|
1426
|
+
responseType: UiFocusResponse,
|
|
1427
|
+
responseStream: false,
|
|
1428
|
+
options: {},
|
|
1429
|
+
},
|
|
1430
|
+
/** Clears the focus from any currently focused textentry or dropdown */
|
|
1431
|
+
clearUiFocus: {
|
|
1432
|
+
name: "ClearUiFocus",
|
|
1433
|
+
requestType: SetUiFocusRequest,
|
|
1434
|
+
requestStream: false,
|
|
1435
|
+
responseType: UiFocusResponse,
|
|
1436
|
+
responseStream: false,
|
|
1437
|
+
options: {},
|
|
1438
|
+
},
|
|
1439
|
+
/** Returns the element_id of any currently focused textentry or dropdown */
|
|
1440
|
+
getUiFocus: {
|
|
1441
|
+
name: "GetUiFocus",
|
|
1442
|
+
requestType: GetUiFocusRequest,
|
|
1443
|
+
requestStream: false,
|
|
1444
|
+
responseType: UiFocusResponse,
|
|
1445
|
+
responseStream: false,
|
|
1446
|
+
options: {},
|
|
1447
|
+
},
|
|
1115
1448
|
/** CopyToClipboard copies the provided text into the clipboard */
|
|
1116
1449
|
copyToClipboard: {
|
|
1117
1450
|
name: "CopyToClipboard",
|
|
@@ -1121,15 +1454,6 @@ export const RestrictedActionsServiceDefinition = {
|
|
|
1121
1454
|
responseStream: false,
|
|
1122
1455
|
options: {},
|
|
1123
1456
|
},
|
|
1124
|
-
/** StopEmote will stop the current emote */
|
|
1125
|
-
stopEmote: {
|
|
1126
|
-
name: "StopEmote",
|
|
1127
|
-
requestType: StopEmoteRequest,
|
|
1128
|
-
requestStream: false,
|
|
1129
|
-
responseType: SuccessResponse,
|
|
1130
|
-
responseStream: false,
|
|
1131
|
-
options: {},
|
|
1132
|
-
},
|
|
1133
1457
|
},
|
|
1134
1458
|
} as const;
|
|
1135
1459
|
|