@fatehan/tsrp 1.0.21 → 1.0.23
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/fatehan/areas/area.js +6 -6
- package/dist/fatehan/google/protobuf/timestamp.js +2 -2
- package/dist/fatehan/models/fusion.js +8 -8
- package/dist/fatehan/models/models.js +10 -10
- package/dist/fatehan/models/operation.js +6 -6
- package/dist/fatehan/notifies/notify.js +12 -12
- package/dist/fatehan/packets/dataModel.js +51 -51
- package/dist/fatehan/packets/messages.js +7 -7
- package/dist/fatehan/reports/report.d.ts +2 -2
- package/dist/fatehan/reports/report.d.ts.map +1 -1
- package/dist/fatehan/reports/report.js +115 -111
- package/dist/fatehan/trips/trip.js +19 -19
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +46 -1
- package/dist/index.test.js +37 -14
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.7.
|
|
4
|
+
// protoc-gen-ts_proto v2.7.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: areas/area.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -74,7 +74,7 @@ exports.Point = {
|
|
|
74
74
|
},
|
|
75
75
|
decode(input, length) {
|
|
76
76
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
77
|
-
|
|
77
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
78
78
|
const message = createBasePoint();
|
|
79
79
|
while (reader.pos < end) {
|
|
80
80
|
const tag = reader.uint32();
|
|
@@ -186,7 +186,7 @@ exports.Area = {
|
|
|
186
186
|
},
|
|
187
187
|
decode(input, length) {
|
|
188
188
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
189
|
-
|
|
189
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
190
190
|
const message = createBaseArea();
|
|
191
191
|
while (reader.pos < end) {
|
|
192
192
|
const tag = reader.uint32();
|
|
@@ -413,7 +413,7 @@ exports.WorkCycle = {
|
|
|
413
413
|
},
|
|
414
414
|
decode(input, length) {
|
|
415
415
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
416
|
-
|
|
416
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
417
417
|
const message = createBaseWorkCycle();
|
|
418
418
|
while (reader.pos < end) {
|
|
419
419
|
const tag = reader.uint32();
|
|
@@ -589,7 +589,7 @@ exports.WorkCycle_Event = {
|
|
|
589
589
|
},
|
|
590
590
|
decode(input, length) {
|
|
591
591
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
592
|
-
|
|
592
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
593
593
|
const message = createBaseWorkCycle_Event();
|
|
594
594
|
while (reader.pos < end) {
|
|
595
595
|
const tag = reader.uint32();
|
|
@@ -734,7 +734,7 @@ exports.AreaAlertIsRunning = {
|
|
|
734
734
|
},
|
|
735
735
|
decode(input, length) {
|
|
736
736
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
737
|
-
|
|
737
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
738
738
|
const message = createBaseAreaAlertIsRunning();
|
|
739
739
|
while (reader.pos < end) {
|
|
740
740
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.7.
|
|
4
|
+
// protoc-gen-ts_proto v2.7.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: google/protobuf/timestamp.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -28,7 +28,7 @@ exports.Timestamp = {
|
|
|
28
28
|
},
|
|
29
29
|
decode(input, length) {
|
|
30
30
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
31
|
-
|
|
31
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
32
32
|
const message = createBaseTimestamp();
|
|
33
33
|
while (reader.pos < end) {
|
|
34
34
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.7.
|
|
4
|
+
// protoc-gen-ts_proto v2.7.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: models/fusion.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -41,7 +41,7 @@ exports.WorkCycleDevice = {
|
|
|
41
41
|
},
|
|
42
42
|
decode(input, length) {
|
|
43
43
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
44
|
-
|
|
44
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
45
45
|
const message = createBaseWorkCycleDevice();
|
|
46
46
|
while (reader.pos < end) {
|
|
47
47
|
const tag = reader.uint32();
|
|
@@ -159,7 +159,7 @@ exports.WorkCycleDeviceList = {
|
|
|
159
159
|
},
|
|
160
160
|
decode(input, length) {
|
|
161
161
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
162
|
-
|
|
162
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
163
163
|
const message = createBaseWorkCycleDeviceList();
|
|
164
164
|
while (reader.pos < end) {
|
|
165
165
|
const tag = reader.uint32();
|
|
@@ -300,7 +300,7 @@ exports.AlertsListDevice = {
|
|
|
300
300
|
},
|
|
301
301
|
decode(input, length) {
|
|
302
302
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
303
|
-
|
|
303
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
304
304
|
const message = createBaseAlertsListDevice();
|
|
305
305
|
while (reader.pos < end) {
|
|
306
306
|
const tag = reader.uint32();
|
|
@@ -664,7 +664,7 @@ exports.CommandDevice = {
|
|
|
664
664
|
},
|
|
665
665
|
decode(input, length) {
|
|
666
666
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
667
|
-
|
|
667
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
668
668
|
const message = createBaseCommandDevice();
|
|
669
669
|
while (reader.pos < end) {
|
|
670
670
|
const tag = reader.uint32();
|
|
@@ -894,7 +894,7 @@ exports.FusionCar = {
|
|
|
894
894
|
},
|
|
895
895
|
decode(input, length) {
|
|
896
896
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
897
|
-
|
|
897
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
898
898
|
const message = createBaseFusionCar();
|
|
899
899
|
while (reader.pos < end) {
|
|
900
900
|
const tag = reader.uint32();
|
|
@@ -998,7 +998,7 @@ exports.FusionNotify = {
|
|
|
998
998
|
},
|
|
999
999
|
decode(input, length) {
|
|
1000
1000
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1001
|
-
|
|
1001
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1002
1002
|
const message = createBaseFusionNotify();
|
|
1003
1003
|
while (reader.pos < end) {
|
|
1004
1004
|
const tag = reader.uint32();
|
|
@@ -1186,7 +1186,7 @@ exports.FusionNotify_Body = {
|
|
|
1186
1186
|
},
|
|
1187
1187
|
decode(input, length) {
|
|
1188
1188
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1189
|
-
|
|
1189
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1190
1190
|
const message = createBaseFusionNotify_Body();
|
|
1191
1191
|
while (reader.pos < end) {
|
|
1192
1192
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.7.
|
|
4
|
+
// protoc-gen-ts_proto v2.7.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: models/models.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -69,7 +69,7 @@ exports.Gallery = {
|
|
|
69
69
|
},
|
|
70
70
|
decode(input, length) {
|
|
71
71
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
72
|
-
|
|
72
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
73
73
|
const message = createBaseGallery();
|
|
74
74
|
while (reader.pos < end) {
|
|
75
75
|
const tag = reader.uint32();
|
|
@@ -247,7 +247,7 @@ exports.IoList = {
|
|
|
247
247
|
},
|
|
248
248
|
decode(input, length) {
|
|
249
249
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
250
|
-
|
|
250
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
251
251
|
const message = createBaseIoList();
|
|
252
252
|
while (reader.pos < end) {
|
|
253
253
|
const tag = reader.uint32();
|
|
@@ -323,7 +323,7 @@ exports.IoList_ItemsEntry = {
|
|
|
323
323
|
},
|
|
324
324
|
decode(input, length) {
|
|
325
325
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
326
|
-
|
|
326
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
327
327
|
const message = createBaseIoList_ItemsEntry();
|
|
328
328
|
while (reader.pos < end) {
|
|
329
329
|
const tag = reader.uint32();
|
|
@@ -427,7 +427,7 @@ exports.HeartbeatCache = {
|
|
|
427
427
|
},
|
|
428
428
|
decode(input, length) {
|
|
429
429
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
430
|
-
|
|
430
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
431
431
|
const message = createBaseHeartbeatCache();
|
|
432
432
|
while (reader.pos < end) {
|
|
433
433
|
const tag = reader.uint32();
|
|
@@ -596,7 +596,7 @@ exports.HeartbeatSR03Cache = {
|
|
|
596
596
|
},
|
|
597
597
|
decode(input, length) {
|
|
598
598
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
599
|
-
|
|
599
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
600
600
|
const message = createBaseHeartbeatSR03Cache();
|
|
601
601
|
while (reader.pos < end) {
|
|
602
602
|
const tag = reader.uint32();
|
|
@@ -675,7 +675,7 @@ exports.SinotrackCache = {
|
|
|
675
675
|
},
|
|
676
676
|
decode(input, length) {
|
|
677
677
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
678
|
-
|
|
678
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
679
679
|
const message = createBaseSinotrackCache();
|
|
680
680
|
while (reader.pos < end) {
|
|
681
681
|
const tag = reader.uint32();
|
|
@@ -863,7 +863,7 @@ exports.Person = {
|
|
|
863
863
|
},
|
|
864
864
|
decode(input, length) {
|
|
865
865
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
866
|
-
|
|
866
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
867
867
|
const message = createBasePerson();
|
|
868
868
|
while (reader.pos < end) {
|
|
869
869
|
const tag = reader.uint32();
|
|
@@ -1233,7 +1233,7 @@ exports.PersonalAccessToken = {
|
|
|
1233
1233
|
},
|
|
1234
1234
|
decode(input, length) {
|
|
1235
1235
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1236
|
-
|
|
1236
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1237
1237
|
const message = createBasePersonalAccessToken();
|
|
1238
1238
|
while (reader.pos < end) {
|
|
1239
1239
|
const tag = reader.uint32();
|
|
@@ -1477,7 +1477,7 @@ exports.DeviceStatusList = {
|
|
|
1477
1477
|
},
|
|
1478
1478
|
decode(input, length) {
|
|
1479
1479
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1480
|
-
|
|
1480
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1481
1481
|
const message = createBaseDeviceStatusList();
|
|
1482
1482
|
while (reader.pos < end) {
|
|
1483
1483
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.7.
|
|
4
|
+
// protoc-gen-ts_proto v2.7.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: models/operation.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -204,7 +204,7 @@ exports.Operation = {
|
|
|
204
204
|
},
|
|
205
205
|
decode(input, length) {
|
|
206
206
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
207
|
-
|
|
207
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
208
208
|
const message = createBaseOperation();
|
|
209
209
|
while (reader.pos < end) {
|
|
210
210
|
const tag = reader.uint32();
|
|
@@ -648,7 +648,7 @@ exports.DestinationList = {
|
|
|
648
648
|
},
|
|
649
649
|
decode(input, length) {
|
|
650
650
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
651
|
-
|
|
651
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
652
652
|
const message = createBaseDestinationList();
|
|
653
653
|
while (reader.pos < end) {
|
|
654
654
|
const tag = reader.uint32();
|
|
@@ -717,7 +717,7 @@ exports.Destination = {
|
|
|
717
717
|
},
|
|
718
718
|
decode(input, length) {
|
|
719
719
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
720
|
-
|
|
720
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
721
721
|
const message = createBaseDestination();
|
|
722
722
|
while (reader.pos < end) {
|
|
723
723
|
const tag = reader.uint32();
|
|
@@ -834,7 +834,7 @@ exports.Destination_Event = {
|
|
|
834
834
|
},
|
|
835
835
|
decode(input, length) {
|
|
836
836
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
837
|
-
|
|
837
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
838
838
|
const message = createBaseDestination_Event();
|
|
839
839
|
while (reader.pos < end) {
|
|
840
840
|
const tag = reader.uint32();
|
|
@@ -932,7 +932,7 @@ exports.OperationMileageMemory = {
|
|
|
932
932
|
},
|
|
933
933
|
decode(input, length) {
|
|
934
934
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
935
|
-
|
|
935
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
936
936
|
const message = createBaseOperationMileageMemory();
|
|
937
937
|
while (reader.pos < end) {
|
|
938
938
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.7.
|
|
4
|
+
// protoc-gen-ts_proto v2.7.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: notifies/notify.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -200,7 +200,7 @@ exports.NotifyJob = {
|
|
|
200
200
|
},
|
|
201
201
|
decode(input, length) {
|
|
202
202
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
203
|
-
|
|
203
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
204
204
|
const message = createBaseNotifyJob();
|
|
205
205
|
while (reader.pos < end) {
|
|
206
206
|
const tag = reader.uint32();
|
|
@@ -386,7 +386,7 @@ exports.UserDeviceAlert = {
|
|
|
386
386
|
},
|
|
387
387
|
decode(input, length) {
|
|
388
388
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
389
|
-
|
|
389
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
390
390
|
const message = createBaseUserDeviceAlert();
|
|
391
391
|
while (reader.pos < end) {
|
|
392
392
|
const tag = reader.uint32();
|
|
@@ -578,7 +578,7 @@ exports.UserDeviceAlert_Condition = {
|
|
|
578
578
|
},
|
|
579
579
|
decode(input, length) {
|
|
580
580
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
581
|
-
|
|
581
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
582
582
|
const message = createBaseUserDeviceAlert_Condition();
|
|
583
583
|
while (reader.pos < end) {
|
|
584
584
|
const tag = reader.uint32();
|
|
@@ -702,7 +702,7 @@ exports.UserDeviceAlert_ConditionList = {
|
|
|
702
702
|
},
|
|
703
703
|
decode(input, length) {
|
|
704
704
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
705
|
-
|
|
705
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
706
706
|
const message = createBaseUserDeviceAlert_ConditionList();
|
|
707
707
|
while (reader.pos < end) {
|
|
708
708
|
const tag = reader.uint32();
|
|
@@ -762,7 +762,7 @@ exports.UserDeviceAlert_ConditionEntry = {
|
|
|
762
762
|
},
|
|
763
763
|
decode(input, length) {
|
|
764
764
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
765
|
-
|
|
765
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
766
766
|
const message = createBaseUserDeviceAlert_ConditionEntry();
|
|
767
767
|
while (reader.pos < end) {
|
|
768
768
|
const tag = reader.uint32();
|
|
@@ -830,7 +830,7 @@ exports.UserDeviceAlertList = {
|
|
|
830
830
|
},
|
|
831
831
|
decode(input, length) {
|
|
832
832
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
833
|
-
|
|
833
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
834
834
|
const message = createBaseUserDeviceAlertList();
|
|
835
835
|
while (reader.pos < end) {
|
|
836
836
|
const tag = reader.uint32();
|
|
@@ -891,7 +891,7 @@ exports.Receiver = {
|
|
|
891
891
|
},
|
|
892
892
|
decode(input, length) {
|
|
893
893
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
894
|
-
|
|
894
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
895
895
|
const message = createBaseReceiver();
|
|
896
896
|
while (reader.pos < end) {
|
|
897
897
|
const tag = reader.uint32();
|
|
@@ -1008,7 +1008,7 @@ exports.Notify = {
|
|
|
1008
1008
|
},
|
|
1009
1009
|
decode(input, length) {
|
|
1010
1010
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1011
|
-
|
|
1011
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1012
1012
|
const message = createBaseNotify();
|
|
1013
1013
|
while (reader.pos < end) {
|
|
1014
1014
|
const tag = reader.uint32();
|
|
@@ -1196,7 +1196,7 @@ exports.Notify_DataEntry = {
|
|
|
1196
1196
|
},
|
|
1197
1197
|
decode(input, length) {
|
|
1198
1198
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1199
|
-
|
|
1199
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1200
1200
|
const message = createBaseNotify_DataEntry();
|
|
1201
1201
|
while (reader.pos < end) {
|
|
1202
1202
|
const tag = reader.uint32();
|
|
@@ -1322,7 +1322,7 @@ exports.Notification = {
|
|
|
1322
1322
|
},
|
|
1323
1323
|
decode(input, length) {
|
|
1324
1324
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1325
|
-
|
|
1325
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1326
1326
|
const message = createBaseNotification();
|
|
1327
1327
|
while (reader.pos < end) {
|
|
1328
1328
|
const tag = reader.uint32();
|
|
@@ -1580,7 +1580,7 @@ exports.Notification_DataEntry = {
|
|
|
1580
1580
|
},
|
|
1581
1581
|
decode(input, length) {
|
|
1582
1582
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1583
|
-
|
|
1583
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1584
1584
|
const message = createBaseNotification_DataEntry();
|
|
1585
1585
|
while (reader.pos < end) {
|
|
1586
1586
|
const tag = reader.uint32();
|