@dcl/ecs 7.24.1-27386133361.commit-558451f → 7.24.1-27387182535.commit-de44c20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +6 -0
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.js +30 -0
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -0
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.js +9 -0
- package/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts +3 -0
- package/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.js +10 -1
- package/dist/components/generated/pb/google/protobuf/descriptor.gen.d.ts +640 -1
- package/dist/components/generated/pb/google/protobuf/descriptor.gen.js +260 -4
- package/dist/systems/triggerArea.js +1 -2
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +6 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.js +30 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.js +10 -1
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts +3 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.js +10 -1
- package/dist-cjs/components/generated/pb/google/protobuf/descriptor.gen.d.ts +640 -1
- package/dist-cjs/components/generated/pb/google/protobuf/descriptor.gen.js +261 -5
- package/dist-cjs/systems/triggerArea.js +1 -2
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto = exports.OneofDescriptorProto = exports.FieldDescriptorProto = exports.DescriptorProto_ReservedRange = exports.DescriptorProto_ExtensionRange = exports.DescriptorProto = exports.FileDescriptorProto = exports.FileDescriptorSet = exports.FieldOptions_JSType = exports.FieldOptions_CType = exports.FileOptions_OptimizeMode = exports.FieldDescriptorProto_Label = exports.FieldDescriptorProto_Type = void 0;
|
|
6
|
+
exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto_EnumReservedRange = exports.EnumDescriptorProto = exports.OneofDescriptorProto = exports.FieldDescriptorProto = exports.ExtensionRangeOptions = exports.DescriptorProto_ReservedRange = exports.DescriptorProto_ExtensionRange = exports.DescriptorProto = exports.FileDescriptorProto = exports.FileDescriptorSet = exports.MethodOptions_IdempotencyLevel = exports.FieldOptions_JSType = exports.FieldOptions_CType = exports.FileOptions_OptimizeMode = exports.FieldDescriptorProto_Label = exports.FieldDescriptorProto_Type = void 0;
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
const long_1 = __importDefault(require("long"));
|
|
9
9
|
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
@@ -13,23 +13,45 @@ const protobufPackageSarasa = "google.protobuf";
|
|
|
13
13
|
*/
|
|
14
14
|
var FieldDescriptorProto_Type;
|
|
15
15
|
(function (FieldDescriptorProto_Type) {
|
|
16
|
+
/**
|
|
17
|
+
* TYPE_DOUBLE - 0 is reserved for errors.
|
|
18
|
+
* Order is weird for historical reasons.
|
|
19
|
+
*/
|
|
16
20
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_DOUBLE"] = 1] = "TYPE_DOUBLE";
|
|
17
21
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_FLOAT"] = 2] = "TYPE_FLOAT";
|
|
22
|
+
/**
|
|
23
|
+
* TYPE_INT64 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
|
|
24
|
+
* negative values are likely.
|
|
25
|
+
*/
|
|
18
26
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_INT64"] = 3] = "TYPE_INT64";
|
|
19
27
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_UINT64"] = 4] = "TYPE_UINT64";
|
|
28
|
+
/**
|
|
29
|
+
* TYPE_INT32 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
|
|
30
|
+
* negative values are likely.
|
|
31
|
+
*/
|
|
20
32
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_INT32"] = 5] = "TYPE_INT32";
|
|
21
33
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_FIXED64"] = 6] = "TYPE_FIXED64";
|
|
22
34
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_FIXED32"] = 7] = "TYPE_FIXED32";
|
|
23
35
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_BOOL"] = 8] = "TYPE_BOOL";
|
|
24
36
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_STRING"] = 9] = "TYPE_STRING";
|
|
37
|
+
/**
|
|
38
|
+
* TYPE_GROUP - Tag-delimited aggregate.
|
|
39
|
+
* Group type is deprecated and not supported in proto3. However, Proto3
|
|
40
|
+
* implementations should still be able to parse the group wire format and
|
|
41
|
+
* treat group fields as unknown fields.
|
|
42
|
+
*/
|
|
25
43
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_GROUP"] = 10] = "TYPE_GROUP";
|
|
44
|
+
/** TYPE_MESSAGE - Length-delimited aggregate. */
|
|
26
45
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_MESSAGE"] = 11] = "TYPE_MESSAGE";
|
|
46
|
+
/** TYPE_BYTES - New in version 2. */
|
|
27
47
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_BYTES"] = 12] = "TYPE_BYTES";
|
|
28
48
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_UINT32"] = 13] = "TYPE_UINT32";
|
|
29
49
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_ENUM"] = 14] = "TYPE_ENUM";
|
|
30
50
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SFIXED32"] = 15] = "TYPE_SFIXED32";
|
|
31
51
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SFIXED64"] = 16] = "TYPE_SFIXED64";
|
|
52
|
+
/** TYPE_SINT32 - Uses ZigZag encoding. */
|
|
32
53
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SINT32"] = 17] = "TYPE_SINT32";
|
|
54
|
+
/** TYPE_SINT64 - Uses ZigZag encoding. */
|
|
33
55
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SINT64"] = 18] = "TYPE_SINT64";
|
|
34
56
|
})(FieldDescriptorProto_Type = exports.FieldDescriptorProto_Type || (exports.FieldDescriptorProto_Type = {}));
|
|
35
57
|
/**
|
|
@@ -37,17 +59,22 @@ var FieldDescriptorProto_Type;
|
|
|
37
59
|
*/
|
|
38
60
|
var FieldDescriptorProto_Label;
|
|
39
61
|
(function (FieldDescriptorProto_Label) {
|
|
62
|
+
/** LABEL_OPTIONAL - 0 is reserved for errors */
|
|
40
63
|
FieldDescriptorProto_Label[FieldDescriptorProto_Label["LABEL_OPTIONAL"] = 1] = "LABEL_OPTIONAL";
|
|
41
64
|
FieldDescriptorProto_Label[FieldDescriptorProto_Label["LABEL_REQUIRED"] = 2] = "LABEL_REQUIRED";
|
|
42
65
|
FieldDescriptorProto_Label[FieldDescriptorProto_Label["LABEL_REPEATED"] = 3] = "LABEL_REPEATED";
|
|
43
66
|
})(FieldDescriptorProto_Label = exports.FieldDescriptorProto_Label || (exports.FieldDescriptorProto_Label = {}));
|
|
67
|
+
/** Generated classes can be optimized for speed or code size. */
|
|
44
68
|
/**
|
|
45
69
|
* @public
|
|
46
70
|
*/
|
|
47
71
|
var FileOptions_OptimizeMode;
|
|
48
72
|
(function (FileOptions_OptimizeMode) {
|
|
73
|
+
/** SPEED - Generate complete code for parsing, serialization, */
|
|
49
74
|
FileOptions_OptimizeMode[FileOptions_OptimizeMode["SPEED"] = 1] = "SPEED";
|
|
75
|
+
/** CODE_SIZE - etc. */
|
|
50
76
|
FileOptions_OptimizeMode[FileOptions_OptimizeMode["CODE_SIZE"] = 2] = "CODE_SIZE";
|
|
77
|
+
/** LITE_RUNTIME - Generate code using MessageLite and the lite runtime. */
|
|
51
78
|
FileOptions_OptimizeMode[FileOptions_OptimizeMode["LITE_RUNTIME"] = 3] = "LITE_RUNTIME";
|
|
52
79
|
})(FileOptions_OptimizeMode = exports.FileOptions_OptimizeMode || (exports.FileOptions_OptimizeMode = {}));
|
|
53
80
|
/**
|
|
@@ -55,6 +82,7 @@ var FileOptions_OptimizeMode;
|
|
|
55
82
|
*/
|
|
56
83
|
var FieldOptions_CType;
|
|
57
84
|
(function (FieldOptions_CType) {
|
|
85
|
+
/** STRING - Default mode. */
|
|
58
86
|
FieldOptions_CType[FieldOptions_CType["STRING"] = 0] = "STRING";
|
|
59
87
|
FieldOptions_CType[FieldOptions_CType["CORD"] = 1] = "CORD";
|
|
60
88
|
FieldOptions_CType[FieldOptions_CType["STRING_PIECE"] = 2] = "STRING_PIECE";
|
|
@@ -64,10 +92,29 @@ var FieldOptions_CType;
|
|
|
64
92
|
*/
|
|
65
93
|
var FieldOptions_JSType;
|
|
66
94
|
(function (FieldOptions_JSType) {
|
|
95
|
+
/** JS_NORMAL - Use the default type. */
|
|
67
96
|
FieldOptions_JSType[FieldOptions_JSType["JS_NORMAL"] = 0] = "JS_NORMAL";
|
|
97
|
+
/** JS_STRING - Use JavaScript strings. */
|
|
68
98
|
FieldOptions_JSType[FieldOptions_JSType["JS_STRING"] = 1] = "JS_STRING";
|
|
99
|
+
/** JS_NUMBER - Use JavaScript numbers. */
|
|
69
100
|
FieldOptions_JSType[FieldOptions_JSType["JS_NUMBER"] = 2] = "JS_NUMBER";
|
|
70
101
|
})(FieldOptions_JSType = exports.FieldOptions_JSType || (exports.FieldOptions_JSType = {}));
|
|
102
|
+
/**
|
|
103
|
+
* Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
|
|
104
|
+
* or neither? HTTP based RPC implementation may choose GET verb for safe
|
|
105
|
+
* methods, and PUT verb for idempotent methods instead of the default POST.
|
|
106
|
+
*/
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
var MethodOptions_IdempotencyLevel;
|
|
111
|
+
(function (MethodOptions_IdempotencyLevel) {
|
|
112
|
+
MethodOptions_IdempotencyLevel[MethodOptions_IdempotencyLevel["IDEMPOTENCY_UNKNOWN"] = 0] = "IDEMPOTENCY_UNKNOWN";
|
|
113
|
+
/** NO_SIDE_EFFECTS - implies idempotent */
|
|
114
|
+
MethodOptions_IdempotencyLevel[MethodOptions_IdempotencyLevel["NO_SIDE_EFFECTS"] = 1] = "NO_SIDE_EFFECTS";
|
|
115
|
+
/** IDEMPOTENT - idempotent, but may have side effects */
|
|
116
|
+
MethodOptions_IdempotencyLevel[MethodOptions_IdempotencyLevel["IDEMPOTENT"] = 2] = "IDEMPOTENT";
|
|
117
|
+
})(MethodOptions_IdempotencyLevel = exports.MethodOptions_IdempotencyLevel || (exports.MethodOptions_IdempotencyLevel = {}));
|
|
71
118
|
function createBaseFileDescriptorSet() {
|
|
72
119
|
return { file: [] };
|
|
73
120
|
}
|
|
@@ -405,7 +452,7 @@ var DescriptorProto;
|
|
|
405
452
|
DescriptorProto.decode = decode;
|
|
406
453
|
})(DescriptorProto = exports.DescriptorProto || (exports.DescriptorProto = {}));
|
|
407
454
|
function createBaseDescriptorProto_ExtensionRange() {
|
|
408
|
-
return { start: 0, end: 0 };
|
|
455
|
+
return { start: 0, end: 0, options: undefined };
|
|
409
456
|
}
|
|
410
457
|
/**
|
|
411
458
|
* @public
|
|
@@ -419,6 +466,9 @@ var DescriptorProto_ExtensionRange;
|
|
|
419
466
|
if (message.end !== 0) {
|
|
420
467
|
writer.uint32(16).int32(message.end);
|
|
421
468
|
}
|
|
469
|
+
if (message.options !== undefined) {
|
|
470
|
+
ExtensionRangeOptions.encode(message.options, writer.uint32(26).fork()).ldelim();
|
|
471
|
+
}
|
|
422
472
|
return writer;
|
|
423
473
|
}
|
|
424
474
|
DescriptorProto_ExtensionRange.encode = encode;
|
|
@@ -441,6 +491,12 @@ var DescriptorProto_ExtensionRange;
|
|
|
441
491
|
}
|
|
442
492
|
message.end = reader.int32();
|
|
443
493
|
continue;
|
|
494
|
+
case 3:
|
|
495
|
+
if (tag !== 26) {
|
|
496
|
+
break;
|
|
497
|
+
}
|
|
498
|
+
message.options = ExtensionRangeOptions.decode(reader, reader.uint32());
|
|
499
|
+
continue;
|
|
444
500
|
}
|
|
445
501
|
if ((tag & 7) === 4 || tag === 0) {
|
|
446
502
|
break;
|
|
@@ -498,6 +554,44 @@ var DescriptorProto_ReservedRange;
|
|
|
498
554
|
}
|
|
499
555
|
DescriptorProto_ReservedRange.decode = decode;
|
|
500
556
|
})(DescriptorProto_ReservedRange = exports.DescriptorProto_ReservedRange || (exports.DescriptorProto_ReservedRange = {}));
|
|
557
|
+
function createBaseExtensionRangeOptions() {
|
|
558
|
+
return { uninterpretedOption: [] };
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
563
|
+
var ExtensionRangeOptions;
|
|
564
|
+
(function (ExtensionRangeOptions) {
|
|
565
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
566
|
+
for (const v of message.uninterpretedOption) {
|
|
567
|
+
UninterpretedOption.encode(v, writer.uint32(7994).fork()).ldelim();
|
|
568
|
+
}
|
|
569
|
+
return writer;
|
|
570
|
+
}
|
|
571
|
+
ExtensionRangeOptions.encode = encode;
|
|
572
|
+
function decode(input, length) {
|
|
573
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
574
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
575
|
+
const message = createBaseExtensionRangeOptions();
|
|
576
|
+
while (reader.pos < end) {
|
|
577
|
+
const tag = reader.uint32();
|
|
578
|
+
switch (tag >>> 3) {
|
|
579
|
+
case 999:
|
|
580
|
+
if (tag !== 7994) {
|
|
581
|
+
break;
|
|
582
|
+
}
|
|
583
|
+
message.uninterpretedOption.push(UninterpretedOption.decode(reader, reader.uint32()));
|
|
584
|
+
continue;
|
|
585
|
+
}
|
|
586
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
587
|
+
break;
|
|
588
|
+
}
|
|
589
|
+
reader.skipType(tag & 7);
|
|
590
|
+
}
|
|
591
|
+
return message;
|
|
592
|
+
}
|
|
593
|
+
ExtensionRangeOptions.decode = decode;
|
|
594
|
+
})(ExtensionRangeOptions = exports.ExtensionRangeOptions || (exports.ExtensionRangeOptions = {}));
|
|
501
595
|
function createBaseFieldDescriptorProto() {
|
|
502
596
|
return {
|
|
503
597
|
name: "",
|
|
@@ -510,6 +604,7 @@ function createBaseFieldDescriptorProto() {
|
|
|
510
604
|
oneofIndex: 0,
|
|
511
605
|
jsonName: "",
|
|
512
606
|
options: undefined,
|
|
607
|
+
proto3Optional: false,
|
|
513
608
|
};
|
|
514
609
|
}
|
|
515
610
|
/**
|
|
@@ -548,6 +643,9 @@ var FieldDescriptorProto;
|
|
|
548
643
|
if (message.options !== undefined) {
|
|
549
644
|
FieldOptions.encode(message.options, writer.uint32(66).fork()).ldelim();
|
|
550
645
|
}
|
|
646
|
+
if (message.proto3Optional === true) {
|
|
647
|
+
writer.uint32(136).bool(message.proto3Optional);
|
|
648
|
+
}
|
|
551
649
|
return writer;
|
|
552
650
|
}
|
|
553
651
|
FieldDescriptorProto.encode = encode;
|
|
@@ -618,6 +716,12 @@ var FieldDescriptorProto;
|
|
|
618
716
|
}
|
|
619
717
|
message.options = FieldOptions.decode(reader, reader.uint32());
|
|
620
718
|
continue;
|
|
719
|
+
case 17:
|
|
720
|
+
if (tag !== 136) {
|
|
721
|
+
break;
|
|
722
|
+
}
|
|
723
|
+
message.proto3Optional = reader.bool();
|
|
724
|
+
continue;
|
|
621
725
|
}
|
|
622
726
|
if ((tag & 7) === 4 || tag === 0) {
|
|
623
727
|
break;
|
|
@@ -676,7 +780,7 @@ var OneofDescriptorProto;
|
|
|
676
780
|
OneofDescriptorProto.decode = decode;
|
|
677
781
|
})(OneofDescriptorProto = exports.OneofDescriptorProto || (exports.OneofDescriptorProto = {}));
|
|
678
782
|
function createBaseEnumDescriptorProto() {
|
|
679
|
-
return { name: "", value: [], options: undefined };
|
|
783
|
+
return { name: "", value: [], options: undefined, reservedRange: [], reservedName: [] };
|
|
680
784
|
}
|
|
681
785
|
/**
|
|
682
786
|
* @public
|
|
@@ -693,6 +797,12 @@ var EnumDescriptorProto;
|
|
|
693
797
|
if (message.options !== undefined) {
|
|
694
798
|
EnumOptions.encode(message.options, writer.uint32(26).fork()).ldelim();
|
|
695
799
|
}
|
|
800
|
+
for (const v of message.reservedRange) {
|
|
801
|
+
EnumDescriptorProto_EnumReservedRange.encode(v, writer.uint32(34).fork()).ldelim();
|
|
802
|
+
}
|
|
803
|
+
for (const v of message.reservedName) {
|
|
804
|
+
writer.uint32(42).string(v);
|
|
805
|
+
}
|
|
696
806
|
return writer;
|
|
697
807
|
}
|
|
698
808
|
EnumDescriptorProto.encode = encode;
|
|
@@ -721,6 +831,18 @@ var EnumDescriptorProto;
|
|
|
721
831
|
}
|
|
722
832
|
message.options = EnumOptions.decode(reader, reader.uint32());
|
|
723
833
|
continue;
|
|
834
|
+
case 4:
|
|
835
|
+
if (tag !== 34) {
|
|
836
|
+
break;
|
|
837
|
+
}
|
|
838
|
+
message.reservedRange.push(EnumDescriptorProto_EnumReservedRange.decode(reader, reader.uint32()));
|
|
839
|
+
continue;
|
|
840
|
+
case 5:
|
|
841
|
+
if (tag !== 42) {
|
|
842
|
+
break;
|
|
843
|
+
}
|
|
844
|
+
message.reservedName.push(reader.string());
|
|
845
|
+
continue;
|
|
724
846
|
}
|
|
725
847
|
if ((tag & 7) === 4 || tag === 0) {
|
|
726
848
|
break;
|
|
@@ -731,6 +853,53 @@ var EnumDescriptorProto;
|
|
|
731
853
|
}
|
|
732
854
|
EnumDescriptorProto.decode = decode;
|
|
733
855
|
})(EnumDescriptorProto = exports.EnumDescriptorProto || (exports.EnumDescriptorProto = {}));
|
|
856
|
+
function createBaseEnumDescriptorProto_EnumReservedRange() {
|
|
857
|
+
return { start: 0, end: 0 };
|
|
858
|
+
}
|
|
859
|
+
/**
|
|
860
|
+
* @public
|
|
861
|
+
*/
|
|
862
|
+
var EnumDescriptorProto_EnumReservedRange;
|
|
863
|
+
(function (EnumDescriptorProto_EnumReservedRange) {
|
|
864
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
865
|
+
if (message.start !== 0) {
|
|
866
|
+
writer.uint32(8).int32(message.start);
|
|
867
|
+
}
|
|
868
|
+
if (message.end !== 0) {
|
|
869
|
+
writer.uint32(16).int32(message.end);
|
|
870
|
+
}
|
|
871
|
+
return writer;
|
|
872
|
+
}
|
|
873
|
+
EnumDescriptorProto_EnumReservedRange.encode = encode;
|
|
874
|
+
function decode(input, length) {
|
|
875
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
876
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
877
|
+
const message = createBaseEnumDescriptorProto_EnumReservedRange();
|
|
878
|
+
while (reader.pos < end) {
|
|
879
|
+
const tag = reader.uint32();
|
|
880
|
+
switch (tag >>> 3) {
|
|
881
|
+
case 1:
|
|
882
|
+
if (tag !== 8) {
|
|
883
|
+
break;
|
|
884
|
+
}
|
|
885
|
+
message.start = reader.int32();
|
|
886
|
+
continue;
|
|
887
|
+
case 2:
|
|
888
|
+
if (tag !== 16) {
|
|
889
|
+
break;
|
|
890
|
+
}
|
|
891
|
+
message.end = reader.int32();
|
|
892
|
+
continue;
|
|
893
|
+
}
|
|
894
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
895
|
+
break;
|
|
896
|
+
}
|
|
897
|
+
reader.skipType(tag & 7);
|
|
898
|
+
}
|
|
899
|
+
return message;
|
|
900
|
+
}
|
|
901
|
+
EnumDescriptorProto_EnumReservedRange.decode = decode;
|
|
902
|
+
})(EnumDescriptorProto_EnumReservedRange = exports.EnumDescriptorProto_EnumReservedRange || (exports.EnumDescriptorProto_EnumReservedRange = {}));
|
|
734
903
|
function createBaseEnumValueDescriptorProto() {
|
|
735
904
|
return { name: "", number: 0, options: undefined };
|
|
736
905
|
}
|
|
@@ -945,10 +1114,16 @@ function createBaseFileOptions() {
|
|
|
945
1114
|
ccGenericServices: false,
|
|
946
1115
|
javaGenericServices: false,
|
|
947
1116
|
pyGenericServices: false,
|
|
1117
|
+
phpGenericServices: false,
|
|
948
1118
|
deprecated: false,
|
|
949
1119
|
ccEnableArenas: false,
|
|
950
1120
|
objcClassPrefix: "",
|
|
951
1121
|
csharpNamespace: "",
|
|
1122
|
+
swiftPrefix: "",
|
|
1123
|
+
phpClassPrefix: "",
|
|
1124
|
+
phpNamespace: "",
|
|
1125
|
+
phpMetadataNamespace: "",
|
|
1126
|
+
rubyPackage: "",
|
|
952
1127
|
uninterpretedOption: [],
|
|
953
1128
|
};
|
|
954
1129
|
}
|
|
@@ -988,6 +1163,9 @@ var FileOptions;
|
|
|
988
1163
|
if (message.pyGenericServices === true) {
|
|
989
1164
|
writer.uint32(144).bool(message.pyGenericServices);
|
|
990
1165
|
}
|
|
1166
|
+
if (message.phpGenericServices === true) {
|
|
1167
|
+
writer.uint32(336).bool(message.phpGenericServices);
|
|
1168
|
+
}
|
|
991
1169
|
if (message.deprecated === true) {
|
|
992
1170
|
writer.uint32(184).bool(message.deprecated);
|
|
993
1171
|
}
|
|
@@ -1000,6 +1178,21 @@ var FileOptions;
|
|
|
1000
1178
|
if (message.csharpNamespace !== "") {
|
|
1001
1179
|
writer.uint32(298).string(message.csharpNamespace);
|
|
1002
1180
|
}
|
|
1181
|
+
if (message.swiftPrefix !== "") {
|
|
1182
|
+
writer.uint32(314).string(message.swiftPrefix);
|
|
1183
|
+
}
|
|
1184
|
+
if (message.phpClassPrefix !== "") {
|
|
1185
|
+
writer.uint32(322).string(message.phpClassPrefix);
|
|
1186
|
+
}
|
|
1187
|
+
if (message.phpNamespace !== "") {
|
|
1188
|
+
writer.uint32(330).string(message.phpNamespace);
|
|
1189
|
+
}
|
|
1190
|
+
if (message.phpMetadataNamespace !== "") {
|
|
1191
|
+
writer.uint32(354).string(message.phpMetadataNamespace);
|
|
1192
|
+
}
|
|
1193
|
+
if (message.rubyPackage !== "") {
|
|
1194
|
+
writer.uint32(362).string(message.rubyPackage);
|
|
1195
|
+
}
|
|
1003
1196
|
for (const v of message.uninterpretedOption) {
|
|
1004
1197
|
UninterpretedOption.encode(v, writer.uint32(7994).fork()).ldelim();
|
|
1005
1198
|
}
|
|
@@ -1073,6 +1266,12 @@ var FileOptions;
|
|
|
1073
1266
|
}
|
|
1074
1267
|
message.pyGenericServices = reader.bool();
|
|
1075
1268
|
continue;
|
|
1269
|
+
case 42:
|
|
1270
|
+
if (tag !== 336) {
|
|
1271
|
+
break;
|
|
1272
|
+
}
|
|
1273
|
+
message.phpGenericServices = reader.bool();
|
|
1274
|
+
continue;
|
|
1076
1275
|
case 23:
|
|
1077
1276
|
if (tag !== 184) {
|
|
1078
1277
|
break;
|
|
@@ -1097,6 +1296,36 @@ var FileOptions;
|
|
|
1097
1296
|
}
|
|
1098
1297
|
message.csharpNamespace = reader.string();
|
|
1099
1298
|
continue;
|
|
1299
|
+
case 39:
|
|
1300
|
+
if (tag !== 314) {
|
|
1301
|
+
break;
|
|
1302
|
+
}
|
|
1303
|
+
message.swiftPrefix = reader.string();
|
|
1304
|
+
continue;
|
|
1305
|
+
case 40:
|
|
1306
|
+
if (tag !== 322) {
|
|
1307
|
+
break;
|
|
1308
|
+
}
|
|
1309
|
+
message.phpClassPrefix = reader.string();
|
|
1310
|
+
continue;
|
|
1311
|
+
case 41:
|
|
1312
|
+
if (tag !== 330) {
|
|
1313
|
+
break;
|
|
1314
|
+
}
|
|
1315
|
+
message.phpNamespace = reader.string();
|
|
1316
|
+
continue;
|
|
1317
|
+
case 44:
|
|
1318
|
+
if (tag !== 354) {
|
|
1319
|
+
break;
|
|
1320
|
+
}
|
|
1321
|
+
message.phpMetadataNamespace = reader.string();
|
|
1322
|
+
continue;
|
|
1323
|
+
case 45:
|
|
1324
|
+
if (tag !== 362) {
|
|
1325
|
+
break;
|
|
1326
|
+
}
|
|
1327
|
+
message.rubyPackage = reader.string();
|
|
1328
|
+
continue;
|
|
1100
1329
|
case 999:
|
|
1101
1330
|
if (tag !== 7994) {
|
|
1102
1331
|
break;
|
|
@@ -1194,7 +1423,16 @@ var MessageOptions;
|
|
|
1194
1423
|
MessageOptions.decode = decode;
|
|
1195
1424
|
})(MessageOptions = exports.MessageOptions || (exports.MessageOptions = {}));
|
|
1196
1425
|
function createBaseFieldOptions() {
|
|
1197
|
-
return {
|
|
1426
|
+
return {
|
|
1427
|
+
ctype: 0,
|
|
1428
|
+
packed: false,
|
|
1429
|
+
jstype: 0,
|
|
1430
|
+
lazy: false,
|
|
1431
|
+
unverifiedLazy: false,
|
|
1432
|
+
deprecated: false,
|
|
1433
|
+
weak: false,
|
|
1434
|
+
uninterpretedOption: [],
|
|
1435
|
+
};
|
|
1198
1436
|
}
|
|
1199
1437
|
/**
|
|
1200
1438
|
* @public
|
|
@@ -1214,6 +1452,9 @@ var FieldOptions;
|
|
|
1214
1452
|
if (message.lazy === true) {
|
|
1215
1453
|
writer.uint32(40).bool(message.lazy);
|
|
1216
1454
|
}
|
|
1455
|
+
if (message.unverifiedLazy === true) {
|
|
1456
|
+
writer.uint32(120).bool(message.unverifiedLazy);
|
|
1457
|
+
}
|
|
1217
1458
|
if (message.deprecated === true) {
|
|
1218
1459
|
writer.uint32(24).bool(message.deprecated);
|
|
1219
1460
|
}
|
|
@@ -1257,6 +1498,12 @@ var FieldOptions;
|
|
|
1257
1498
|
}
|
|
1258
1499
|
message.lazy = reader.bool();
|
|
1259
1500
|
continue;
|
|
1501
|
+
case 15:
|
|
1502
|
+
if (tag !== 120) {
|
|
1503
|
+
break;
|
|
1504
|
+
}
|
|
1505
|
+
message.unverifiedLazy = reader.bool();
|
|
1506
|
+
continue;
|
|
1260
1507
|
case 3:
|
|
1261
1508
|
if (tag !== 24) {
|
|
1262
1509
|
break;
|
|
@@ -1474,7 +1721,7 @@ var ServiceOptions;
|
|
|
1474
1721
|
ServiceOptions.decode = decode;
|
|
1475
1722
|
})(ServiceOptions = exports.ServiceOptions || (exports.ServiceOptions = {}));
|
|
1476
1723
|
function createBaseMethodOptions() {
|
|
1477
|
-
return { deprecated: false, uninterpretedOption: [] };
|
|
1724
|
+
return { deprecated: false, idempotencyLevel: 0, uninterpretedOption: [] };
|
|
1478
1725
|
}
|
|
1479
1726
|
/**
|
|
1480
1727
|
* @public
|
|
@@ -1485,6 +1732,9 @@ var MethodOptions;
|
|
|
1485
1732
|
if (message.deprecated === true) {
|
|
1486
1733
|
writer.uint32(264).bool(message.deprecated);
|
|
1487
1734
|
}
|
|
1735
|
+
if (message.idempotencyLevel !== 0) {
|
|
1736
|
+
writer.uint32(272).int32(message.idempotencyLevel);
|
|
1737
|
+
}
|
|
1488
1738
|
for (const v of message.uninterpretedOption) {
|
|
1489
1739
|
UninterpretedOption.encode(v, writer.uint32(7994).fork()).ldelim();
|
|
1490
1740
|
}
|
|
@@ -1504,6 +1754,12 @@ var MethodOptions;
|
|
|
1504
1754
|
}
|
|
1505
1755
|
message.deprecated = reader.bool();
|
|
1506
1756
|
continue;
|
|
1757
|
+
case 34:
|
|
1758
|
+
if (tag !== 272) {
|
|
1759
|
+
break;
|
|
1760
|
+
}
|
|
1761
|
+
message.idempotencyLevel = reader.int32();
|
|
1762
|
+
continue;
|
|
1507
1763
|
case 999:
|
|
1508
1764
|
if (tag !== 7994) {
|
|
1509
1765
|
break;
|
|
@@ -203,8 +203,7 @@ function createTriggerAreaEventsSystem(engine) {
|
|
|
203
203
|
// Pass 2: synthesize per-tick onStay callbacks
|
|
204
204
|
// -----------------------------------------------------------------------
|
|
205
205
|
// Only run if an onStay callback is registered and there are tracked triggerers.
|
|
206
|
-
if (data.triggerCallbackMap.has(1 /* TriggerAreaEventType.TAET_STAY */) &&
|
|
207
|
-
data.insideTriggerers.size > 0) {
|
|
206
|
+
if (data.triggerCallbackMap.has(1 /* TriggerAreaEventType.TAET_STAY */) && data.insideTriggerers.size > 0) {
|
|
208
207
|
const onStay = data.triggerCallbackMap.get(1 /* TriggerAreaEventType.TAET_STAY */);
|
|
209
208
|
const currentTimestamp = Date.now();
|
|
210
209
|
for (const [triggererEntity, cachedResult] of data.insideTriggerers) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/ecs",
|
|
3
3
|
"description": "Decentraland ECS",
|
|
4
|
-
"version": "7.24.1-
|
|
4
|
+
"version": "7.24.1-27387182535.commit-de44c20",
|
|
5
5
|
"author": "DCL",
|
|
6
6
|
"bugs": "https://github.com/decentraland/ecs/issues",
|
|
7
7
|
"files": [
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"dependencies": {},
|
|
35
35
|
"types": "./dist/index.d.ts",
|
|
36
36
|
"typings": "./dist/index.d.ts",
|
|
37
|
-
"commit": "
|
|
37
|
+
"commit": "de44c20c55cfc87fac9189391abc209324e53505"
|
|
38
38
|
}
|