@fatehan/tsrp 1.4.30 → 1.4.35
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/api.d.ts +4 -0
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +16 -0
- package/dist/fatehan/activities/camera.js +11 -11
- package/dist/fatehan/activities/workflow.js +18 -18
- package/dist/fatehan/apis/client.d.ts +1 -67
- package/dist/fatehan/apis/client.d.ts.map +1 -1
- package/dist/fatehan/apis/client.js +24 -1075
- package/dist/fatehan/areas/area.js +7 -7
- package/dist/fatehan/devices/devices.d.ts +15 -0
- package/dist/fatehan/devices/devices.d.ts.map +1 -1
- package/dist/fatehan/devices/devices.js +270 -32
- package/dist/fatehan/devices/maintenance.js +3 -3
- package/dist/fatehan/financial/financial.js +11 -11
- package/dist/fatehan/google/error_details.d.ts +421 -0
- package/dist/fatehan/google/error_details.d.ts.map +1 -0
- package/dist/fatehan/google/error_details.js +1296 -0
- package/dist/fatehan/google/protobuf/any.d.ts +146 -0
- package/dist/fatehan/google/protobuf/any.d.ts.map +1 -0
- package/dist/fatehan/google/protobuf/any.js +108 -0
- package/dist/fatehan/google/protobuf/descriptor.js +35 -35
- package/dist/fatehan/google/protobuf/duration.js +2 -2
- package/dist/fatehan/google/protobuf/field_mask.js +2 -2
- package/dist/fatehan/google/protobuf/timestamp.js +2 -2
- package/dist/fatehan/google/status.d.ts +53 -0
- package/dist/fatehan/google/status.d.ts.map +1 -0
- package/dist/fatehan/google/status.js +100 -0
- package/dist/fatehan/identities/authentication.js +10 -10
- package/dist/fatehan/identities/identities.d.ts +6 -0
- package/dist/fatehan/identities/identities.d.ts.map +1 -1
- package/dist/fatehan/identities/identities.js +44 -13
- package/dist/fatehan/models/fusion.js +9 -9
- package/dist/fatehan/models/models.js +14 -14
- package/dist/fatehan/notifies/notify.js +33 -33
- package/dist/fatehan/packets/dataModel.js +55 -55
- package/dist/fatehan/packets/dataModule.js +6 -6
- package/dist/fatehan/packets/messages.js +9 -9
- package/dist/fatehan/reports/report.d.ts +3 -0
- package/dist/fatehan/reports/report.d.ts.map +1 -1
- package/dist/fatehan/reports/report.js +203 -155
- package/dist/fatehan/services/api.d.ts +41 -1
- package/dist/fatehan/services/api.d.ts.map +1 -1
- package/dist/fatehan/services/api.js +613 -48
- package/dist/fatehan/services/repositories.js +9 -9
- package/dist/fatehan/trips/trip.js +19 -19
- package/dist/fatehan/utils/buf/validate/validate.js +33 -33
- package/package.json +1 -1
|
@@ -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.0
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: models/models.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -132,7 +132,7 @@ exports.Gallery = {
|
|
|
132
132
|
},
|
|
133
133
|
decode(input, length) {
|
|
134
134
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
135
|
-
|
|
135
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
136
136
|
const message = createBaseGallery();
|
|
137
137
|
while (reader.pos < end) {
|
|
138
138
|
const tag = reader.uint32();
|
|
@@ -310,7 +310,7 @@ exports.IoList = {
|
|
|
310
310
|
},
|
|
311
311
|
decode(input, length) {
|
|
312
312
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
313
|
-
|
|
313
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
314
314
|
const message = createBaseIoList();
|
|
315
315
|
while (reader.pos < end) {
|
|
316
316
|
const tag = reader.uint32();
|
|
@@ -386,7 +386,7 @@ exports.IoList_ItemsEntry = {
|
|
|
386
386
|
},
|
|
387
387
|
decode(input, length) {
|
|
388
388
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
389
|
-
|
|
389
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
390
390
|
const message = createBaseIoList_ItemsEntry();
|
|
391
391
|
while (reader.pos < end) {
|
|
392
392
|
const tag = reader.uint32();
|
|
@@ -464,7 +464,7 @@ exports.ArioCache = {
|
|
|
464
464
|
},
|
|
465
465
|
decode(input, length) {
|
|
466
466
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
467
|
-
|
|
467
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
468
468
|
const message = createBaseArioCache();
|
|
469
469
|
while (reader.pos < end) {
|
|
470
470
|
const tag = reader.uint32();
|
|
@@ -612,7 +612,7 @@ exports.HeartbeatCache = {
|
|
|
612
612
|
},
|
|
613
613
|
decode(input, length) {
|
|
614
614
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
615
|
-
|
|
615
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
616
616
|
const message = createBaseHeartbeatCache();
|
|
617
617
|
while (reader.pos < end) {
|
|
618
618
|
const tag = reader.uint32();
|
|
@@ -816,7 +816,7 @@ exports.SinotrackCache = {
|
|
|
816
816
|
},
|
|
817
817
|
decode(input, length) {
|
|
818
818
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
819
|
-
|
|
819
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
820
820
|
const message = createBaseSinotrackCache();
|
|
821
821
|
while (reader.pos < end) {
|
|
822
822
|
const tag = reader.uint32();
|
|
@@ -925,7 +925,7 @@ exports.GitinamaCache = {
|
|
|
925
925
|
},
|
|
926
926
|
decode(input, length) {
|
|
927
927
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
928
|
-
|
|
928
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
929
929
|
const message = createBaseGitinamaCache();
|
|
930
930
|
while (reader.pos < end) {
|
|
931
931
|
const tag = reader.uint32();
|
|
@@ -997,7 +997,7 @@ exports.DeviceStatusList = {
|
|
|
997
997
|
},
|
|
998
998
|
decode(input, length) {
|
|
999
999
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1000
|
-
|
|
1000
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1001
1001
|
const message = createBaseDeviceStatusList();
|
|
1002
1002
|
while (reader.pos < end) {
|
|
1003
1003
|
const tag = reader.uint32();
|
|
@@ -1138,7 +1138,7 @@ exports.ChargeLog = {
|
|
|
1138
1138
|
},
|
|
1139
1139
|
decode(input, length) {
|
|
1140
1140
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1141
|
-
|
|
1141
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1142
1142
|
const message = createBaseChargeLog();
|
|
1143
1143
|
while (reader.pos < end) {
|
|
1144
1144
|
const tag = reader.uint32();
|
|
@@ -1384,7 +1384,7 @@ exports.TrialLog = {
|
|
|
1384
1384
|
},
|
|
1385
1385
|
decode(input, length) {
|
|
1386
1386
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1387
|
-
|
|
1387
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1388
1388
|
const message = createBaseTrialLog();
|
|
1389
1389
|
while (reader.pos < end) {
|
|
1390
1390
|
const tag = reader.uint32();
|
|
@@ -1500,7 +1500,7 @@ exports.LiveLocation = {
|
|
|
1500
1500
|
},
|
|
1501
1501
|
decode(input, length) {
|
|
1502
1502
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1503
|
-
|
|
1503
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1504
1504
|
const message = createBaseLiveLocation();
|
|
1505
1505
|
while (reader.pos < end) {
|
|
1506
1506
|
const tag = reader.uint32();
|
|
@@ -1693,7 +1693,7 @@ exports.LiveLocationRelated = {
|
|
|
1693
1693
|
},
|
|
1694
1694
|
decode(input, length) {
|
|
1695
1695
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1696
|
-
|
|
1696
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1697
1697
|
const message = createBaseLiveLocationRelated();
|
|
1698
1698
|
while (reader.pos < end) {
|
|
1699
1699
|
const tag = reader.uint32();
|
|
@@ -1849,7 +1849,7 @@ exports.Config = {
|
|
|
1849
1849
|
},
|
|
1850
1850
|
decode(input, length) {
|
|
1851
1851
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1852
|
-
|
|
1852
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1853
1853
|
const message = createBaseConfig();
|
|
1854
1854
|
while (reader.pos < end) {
|
|
1855
1855
|
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.0
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: notifies/notify.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -286,7 +286,7 @@ exports.TestMessage = {
|
|
|
286
286
|
},
|
|
287
287
|
decode(input, length) {
|
|
288
288
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
289
|
-
|
|
289
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
290
290
|
const message = createBaseTestMessage();
|
|
291
291
|
while (reader.pos < end) {
|
|
292
292
|
const tag = reader.uint32();
|
|
@@ -355,7 +355,7 @@ exports.NotifyJob = {
|
|
|
355
355
|
},
|
|
356
356
|
decode(input, length) {
|
|
357
357
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
358
|
-
|
|
358
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
359
359
|
const message = createBaseNotifyJob();
|
|
360
360
|
while (reader.pos < end) {
|
|
361
361
|
const tag = reader.uint32();
|
|
@@ -531,7 +531,7 @@ exports.UserDeviceAlert = {
|
|
|
531
531
|
},
|
|
532
532
|
decode(input, length) {
|
|
533
533
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
534
|
-
|
|
534
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
535
535
|
const message = createBaseUserDeviceAlert();
|
|
536
536
|
while (reader.pos < end) {
|
|
537
537
|
const tag = reader.uint32();
|
|
@@ -794,7 +794,7 @@ exports.UserDeviceAlert_Condition = {
|
|
|
794
794
|
},
|
|
795
795
|
decode(input, length) {
|
|
796
796
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
797
|
-
|
|
797
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
798
798
|
const message = createBaseUserDeviceAlert_Condition();
|
|
799
799
|
while (reader.pos < end) {
|
|
800
800
|
const tag = reader.uint32();
|
|
@@ -918,7 +918,7 @@ exports.UserDeviceAlert_ConditionList = {
|
|
|
918
918
|
},
|
|
919
919
|
decode(input, length) {
|
|
920
920
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
921
|
-
|
|
921
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
922
922
|
const message = createBaseUserDeviceAlert_ConditionList();
|
|
923
923
|
while (reader.pos < end) {
|
|
924
924
|
const tag = reader.uint32();
|
|
@@ -978,7 +978,7 @@ exports.UserDeviceAlert_ConditionEntry = {
|
|
|
978
978
|
},
|
|
979
979
|
decode(input, length) {
|
|
980
980
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
981
|
-
|
|
981
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
982
982
|
const message = createBaseUserDeviceAlert_ConditionEntry();
|
|
983
983
|
while (reader.pos < end) {
|
|
984
984
|
const tag = reader.uint32();
|
|
@@ -1049,7 +1049,7 @@ exports.UserDeviceAlert_TimingEntry = {
|
|
|
1049
1049
|
},
|
|
1050
1050
|
decode(input, length) {
|
|
1051
1051
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1052
|
-
|
|
1052
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1053
1053
|
const message = createBaseUserDeviceAlert_TimingEntry();
|
|
1054
1054
|
while (reader.pos < end) {
|
|
1055
1055
|
const tag = reader.uint32();
|
|
@@ -1117,7 +1117,7 @@ exports.UserDeviceAlertList = {
|
|
|
1117
1117
|
},
|
|
1118
1118
|
decode(input, length) {
|
|
1119
1119
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1120
|
-
|
|
1120
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1121
1121
|
const message = createBaseUserDeviceAlertList();
|
|
1122
1122
|
while (reader.pos < end) {
|
|
1123
1123
|
const tag = reader.uint32();
|
|
@@ -1210,7 +1210,7 @@ exports.Notify = {
|
|
|
1210
1210
|
},
|
|
1211
1211
|
decode(input, length) {
|
|
1212
1212
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1213
|
-
|
|
1213
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1214
1214
|
const message = createBaseNotify();
|
|
1215
1215
|
while (reader.pos < end) {
|
|
1216
1216
|
const tag = reader.uint32();
|
|
@@ -1398,7 +1398,7 @@ exports.Notify_DataEntry = {
|
|
|
1398
1398
|
},
|
|
1399
1399
|
decode(input, length) {
|
|
1400
1400
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1401
|
-
|
|
1401
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1402
1402
|
const message = createBaseNotify_DataEntry();
|
|
1403
1403
|
while (reader.pos < end) {
|
|
1404
1404
|
const tag = reader.uint32();
|
|
@@ -1524,7 +1524,7 @@ exports.Notification = {
|
|
|
1524
1524
|
},
|
|
1525
1525
|
decode(input, length) {
|
|
1526
1526
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1527
|
-
|
|
1527
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1528
1528
|
const message = createBaseNotification();
|
|
1529
1529
|
while (reader.pos < end) {
|
|
1530
1530
|
const tag = reader.uint32();
|
|
@@ -1784,7 +1784,7 @@ exports.Notification_DataEntry = {
|
|
|
1784
1784
|
},
|
|
1785
1785
|
decode(input, length) {
|
|
1786
1786
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1787
|
-
|
|
1787
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1788
1788
|
const message = createBaseNotification_DataEntry();
|
|
1789
1789
|
while (reader.pos < end) {
|
|
1790
1790
|
const tag = reader.uint32();
|
|
@@ -1912,7 +1912,7 @@ exports.AlertModel = {
|
|
|
1912
1912
|
},
|
|
1913
1913
|
decode(input, length) {
|
|
1914
1914
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1915
|
-
|
|
1915
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1916
1916
|
const message = createBaseAlertModel();
|
|
1917
1917
|
while (reader.pos < end) {
|
|
1918
1918
|
const tag = reader.uint32();
|
|
@@ -2194,7 +2194,7 @@ exports.Event = {
|
|
|
2194
2194
|
},
|
|
2195
2195
|
decode(input, length) {
|
|
2196
2196
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2197
|
-
|
|
2197
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2198
2198
|
const message = createBaseEvent();
|
|
2199
2199
|
while (reader.pos < end) {
|
|
2200
2200
|
const tag = reader.uint32();
|
|
@@ -2378,7 +2378,7 @@ exports.EventList = {
|
|
|
2378
2378
|
},
|
|
2379
2379
|
decode(input, length) {
|
|
2380
2380
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2381
|
-
|
|
2381
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2382
2382
|
const message = createBaseEventList();
|
|
2383
2383
|
while (reader.pos < end) {
|
|
2384
2384
|
const tag = reader.uint32();
|
|
@@ -2507,7 +2507,7 @@ exports.EventTemplate = {
|
|
|
2507
2507
|
},
|
|
2508
2508
|
decode(input, length) {
|
|
2509
2509
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2510
|
-
|
|
2510
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2511
2511
|
const message = createBaseEventTemplate();
|
|
2512
2512
|
while (reader.pos < end) {
|
|
2513
2513
|
const tag = reader.uint32();
|
|
@@ -2671,7 +2671,7 @@ exports.EventData = {
|
|
|
2671
2671
|
},
|
|
2672
2672
|
decode(input, length) {
|
|
2673
2673
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2674
|
-
|
|
2674
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2675
2675
|
const message = createBaseEventData();
|
|
2676
2676
|
while (reader.pos < end) {
|
|
2677
2677
|
const tag = reader.uint32();
|
|
@@ -2834,7 +2834,7 @@ exports.MuteMask = {
|
|
|
2834
2834
|
},
|
|
2835
2835
|
decode(input, length) {
|
|
2836
2836
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2837
|
-
|
|
2837
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2838
2838
|
const message = createBaseMuteMask();
|
|
2839
2839
|
while (reader.pos < end) {
|
|
2840
2840
|
const tag = reader.uint32();
|
|
@@ -2936,7 +2936,7 @@ exports.AlertNotify = {
|
|
|
2936
2936
|
},
|
|
2937
2937
|
decode(input, length) {
|
|
2938
2938
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2939
|
-
|
|
2939
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2940
2940
|
const message = createBaseAlertNotify();
|
|
2941
2941
|
while (reader.pos < end) {
|
|
2942
2942
|
const tag = reader.uint32();
|
|
@@ -3041,7 +3041,7 @@ exports.AreaEvent = {
|
|
|
3041
3041
|
},
|
|
3042
3042
|
decode(input, length) {
|
|
3043
3043
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3044
|
-
|
|
3044
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3045
3045
|
const message = createBaseAreaEvent();
|
|
3046
3046
|
while (reader.pos < end) {
|
|
3047
3047
|
const tag = reader.uint32();
|
|
@@ -3112,7 +3112,7 @@ exports.DigitalEvent = {
|
|
|
3112
3112
|
},
|
|
3113
3113
|
decode(input, length) {
|
|
3114
3114
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3115
|
-
|
|
3115
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3116
3116
|
const message = createBaseDigitalEvent();
|
|
3117
3117
|
while (reader.pos < end) {
|
|
3118
3118
|
const tag = reader.uint32();
|
|
@@ -3187,7 +3187,7 @@ exports.AnalogEvent = {
|
|
|
3187
3187
|
},
|
|
3188
3188
|
decode(input, length) {
|
|
3189
3189
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3190
|
-
|
|
3190
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3191
3191
|
const message = createBaseAnalogEvent();
|
|
3192
3192
|
while (reader.pos < end) {
|
|
3193
3193
|
const tag = reader.uint32();
|
|
@@ -3277,7 +3277,7 @@ exports.FormulaEvent = {
|
|
|
3277
3277
|
},
|
|
3278
3278
|
decode(input, length) {
|
|
3279
3279
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3280
|
-
|
|
3280
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3281
3281
|
const message = createBaseFormulaEvent();
|
|
3282
3282
|
while (reader.pos < end) {
|
|
3283
3283
|
const tag = reader.uint32();
|
|
@@ -3329,7 +3329,7 @@ exports.ProtocolEvent = {
|
|
|
3329
3329
|
},
|
|
3330
3330
|
decode(input, length) {
|
|
3331
3331
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3332
|
-
|
|
3332
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3333
3333
|
const message = createBaseProtocolEvent();
|
|
3334
3334
|
while (reader.pos < end) {
|
|
3335
3335
|
const tag = reader.uint32();
|
|
@@ -3381,7 +3381,7 @@ exports.SpeedEvent = {
|
|
|
3381
3381
|
},
|
|
3382
3382
|
decode(input, length) {
|
|
3383
3383
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3384
|
-
|
|
3384
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3385
3385
|
const message = createBaseSpeedEvent();
|
|
3386
3386
|
while (reader.pos < end) {
|
|
3387
3387
|
const tag = reader.uint32();
|
|
@@ -3436,7 +3436,7 @@ exports.IgnitionEvent = {
|
|
|
3436
3436
|
},
|
|
3437
3437
|
decode(input, length) {
|
|
3438
3438
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3439
|
-
|
|
3439
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3440
3440
|
const message = createBaseIgnitionEvent();
|
|
3441
3441
|
while (reader.pos < end) {
|
|
3442
3442
|
const tag = reader.uint32();
|
|
@@ -3502,7 +3502,7 @@ exports.BatteryEvent = {
|
|
|
3502
3502
|
},
|
|
3503
3503
|
decode(input, length) {
|
|
3504
3504
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3505
|
-
|
|
3505
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3506
3506
|
const message = createBaseBatteryEvent();
|
|
3507
3507
|
while (reader.pos < end) {
|
|
3508
3508
|
const tag = reader.uint32();
|
|
@@ -3554,7 +3554,7 @@ exports.OfflineEvent = {
|
|
|
3554
3554
|
},
|
|
3555
3555
|
decode(input, length) {
|
|
3556
3556
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3557
|
-
|
|
3557
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3558
3558
|
const message = createBaseOfflineEvent();
|
|
3559
3559
|
while (reader.pos < end) {
|
|
3560
3560
|
const tag = reader.uint32();
|
|
@@ -3607,7 +3607,7 @@ exports.GpsEvent = {
|
|
|
3607
3607
|
},
|
|
3608
3608
|
decode(input, length) {
|
|
3609
3609
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3610
|
-
|
|
3610
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3611
3611
|
const message = createBaseGpsEvent();
|
|
3612
3612
|
while (reader.pos < end) {
|
|
3613
3613
|
const tag = reader.uint32();
|
|
@@ -3659,7 +3659,7 @@ exports.GsmEvent = {
|
|
|
3659
3659
|
},
|
|
3660
3660
|
decode(input, length) {
|
|
3661
3661
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3662
|
-
|
|
3662
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3663
3663
|
const message = createBaseGsmEvent();
|
|
3664
3664
|
while (reader.pos < end) {
|
|
3665
3665
|
const tag = reader.uint32();
|
|
@@ -3757,7 +3757,7 @@ exports.EventModule = {
|
|
|
3757
3757
|
},
|
|
3758
3758
|
decode(input, length) {
|
|
3759
3759
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3760
|
-
|
|
3760
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3761
3761
|
const message = createBaseEventModule();
|
|
3762
3762
|
while (reader.pos < end) {
|
|
3763
3763
|
const tag = reader.uint32();
|
|
@@ -3968,7 +3968,7 @@ exports.IsRunningCache = {
|
|
|
3968
3968
|
},
|
|
3969
3969
|
decode(input, length) {
|
|
3970
3970
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3971
|
-
|
|
3971
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3972
3972
|
const message = createBaseIsRunningCache();
|
|
3973
3973
|
while (reader.pos < end) {
|
|
3974
3974
|
const tag = reader.uint32();
|