@fatehan/tsrp 1.0.40 → 1.0.41
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/apis/client.d.ts +358 -0
- package/dist/fatehan/apis/client.d.ts.map +1 -0
- package/dist/fatehan/apis/client.js +5360 -0
- package/dist/fatehan/areas/area.js +6 -6
- package/dist/fatehan/google/protobuf/timestamp.js +2 -2
- package/dist/fatehan/models/fusion.js +9 -9
- package/dist/fatehan/models/models.d.ts +11 -0
- package/dist/fatehan/models/models.d.ts.map +1 -1
- package/dist/fatehan/models/models.js +191 -17
- package/dist/fatehan/models/operation.d.ts +13 -0
- package/dist/fatehan/models/operation.d.ts.map +1 -1
- package/dist/fatehan/models/operation.js +232 -7
- package/dist/fatehan/notifies/notify.d.ts +1 -0
- package/dist/fatehan/notifies/notify.d.ts.map +1 -1
- package/dist/fatehan/notifies/notify.js +30 -12
- package/dist/fatehan/packets/dataModel.js +54 -54
- package/dist/fatehan/packets/messages.js +9 -9
- package/dist/fatehan/reports/report.js +88 -88
- package/dist/fatehan/trips/trip.js +19 -19
- package/package.json +2 -2
- package/readme.md +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.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: reports/report.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -543,7 +543,7 @@ exports.SystemIoRequest = {
|
|
|
543
543
|
},
|
|
544
544
|
decode(input, length) {
|
|
545
545
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
546
|
-
|
|
546
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
547
547
|
const message = createBaseSystemIoRequest();
|
|
548
548
|
while (reader.pos < end) {
|
|
549
549
|
const tag = reader.uint32();
|
|
@@ -589,7 +589,7 @@ exports.SystemIoResponse = {
|
|
|
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 = createBaseSystemIoResponse();
|
|
594
594
|
while (reader.pos < end) {
|
|
595
595
|
const tag = reader.uint32();
|
|
@@ -679,7 +679,7 @@ exports.ChartRequest = {
|
|
|
679
679
|
},
|
|
680
680
|
decode(input, length) {
|
|
681
681
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
682
|
-
|
|
682
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
683
683
|
const message = createBaseChartRequest();
|
|
684
684
|
while (reader.pos < end) {
|
|
685
685
|
const tag = reader.uint32();
|
|
@@ -788,7 +788,7 @@ exports.ChartResponse = {
|
|
|
788
788
|
},
|
|
789
789
|
decode(input, length) {
|
|
790
790
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
791
|
-
|
|
791
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
792
792
|
const message = createBaseChartResponse();
|
|
793
793
|
while (reader.pos < end) {
|
|
794
794
|
const tag = reader.uint32();
|
|
@@ -899,7 +899,7 @@ exports.ChartResponse_Series = {
|
|
|
899
899
|
},
|
|
900
900
|
decode(input, length) {
|
|
901
901
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
902
|
-
|
|
902
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
903
903
|
const message = createBaseChartResponse_Series();
|
|
904
904
|
while (reader.pos < end) {
|
|
905
905
|
const tag = reader.uint32();
|
|
@@ -957,7 +957,7 @@ exports.ChartResponse_Chart = {
|
|
|
957
957
|
},
|
|
958
958
|
decode(input, length) {
|
|
959
959
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
960
|
-
|
|
960
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
961
961
|
const message = createBaseChartResponse_Chart();
|
|
962
962
|
while (reader.pos < end) {
|
|
963
963
|
const tag = reader.uint32();
|
|
@@ -1046,7 +1046,7 @@ exports.ChartResponse_Chart_IosEntry = {
|
|
|
1046
1046
|
},
|
|
1047
1047
|
decode(input, length) {
|
|
1048
1048
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1049
|
-
|
|
1049
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1050
1050
|
const message = createBaseChartResponse_Chart_IosEntry();
|
|
1051
1051
|
while (reader.pos < end) {
|
|
1052
1052
|
const tag = reader.uint32();
|
|
@@ -1117,7 +1117,7 @@ exports.ChartResponse_ChartEntry = {
|
|
|
1117
1117
|
},
|
|
1118
1118
|
decode(input, length) {
|
|
1119
1119
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1120
|
-
|
|
1120
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1121
1121
|
const message = createBaseChartResponse_ChartEntry();
|
|
1122
1122
|
while (reader.pos < end) {
|
|
1123
1123
|
const tag = reader.uint32();
|
|
@@ -1190,7 +1190,7 @@ exports.CommandHistoryRequest = {
|
|
|
1190
1190
|
},
|
|
1191
1191
|
decode(input, length) {
|
|
1192
1192
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1193
|
-
|
|
1193
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1194
1194
|
const message = createBaseCommandHistoryRequest();
|
|
1195
1195
|
while (reader.pos < end) {
|
|
1196
1196
|
const tag = reader.uint32();
|
|
@@ -1279,7 +1279,7 @@ exports.CommandHistoryResponse = {
|
|
|
1279
1279
|
},
|
|
1280
1280
|
decode(input, length) {
|
|
1281
1281
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1282
|
-
|
|
1282
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1283
1283
|
const message = createBaseCommandHistoryResponse();
|
|
1284
1284
|
while (reader.pos < end) {
|
|
1285
1285
|
const tag = reader.uint32();
|
|
@@ -1384,7 +1384,7 @@ exports.WorkCycleRequest = {
|
|
|
1384
1384
|
},
|
|
1385
1385
|
decode(input, length) {
|
|
1386
1386
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1387
|
-
|
|
1387
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1388
1388
|
const message = createBaseWorkCycleRequest();
|
|
1389
1389
|
while (reader.pos < end) {
|
|
1390
1390
|
const tag = reader.uint32();
|
|
@@ -1505,7 +1505,7 @@ exports.WorkCycleResponse = {
|
|
|
1505
1505
|
},
|
|
1506
1506
|
decode(input, length) {
|
|
1507
1507
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1508
|
-
|
|
1508
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1509
1509
|
const message = createBaseWorkCycleResponse();
|
|
1510
1510
|
while (reader.pos < end) {
|
|
1511
1511
|
const tag = reader.uint32();
|
|
@@ -1606,7 +1606,7 @@ exports.TripReportRequest = {
|
|
|
1606
1606
|
},
|
|
1607
1607
|
decode(input, length) {
|
|
1608
1608
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1609
|
-
|
|
1609
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1610
1610
|
const message = createBaseTripReportRequest();
|
|
1611
1611
|
while (reader.pos < end) {
|
|
1612
1612
|
const tag = reader.uint32();
|
|
@@ -1705,7 +1705,7 @@ exports.AreaSplitterRequest = {
|
|
|
1705
1705
|
},
|
|
1706
1706
|
decode(input, length) {
|
|
1707
1707
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1708
|
-
|
|
1708
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1709
1709
|
const message = createBaseAreaSplitterRequest();
|
|
1710
1710
|
while (reader.pos < end) {
|
|
1711
1711
|
const tag = reader.uint32();
|
|
@@ -1818,7 +1818,7 @@ exports.AreaSplitterResponse = {
|
|
|
1818
1818
|
},
|
|
1819
1819
|
decode(input, length) {
|
|
1820
1820
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1821
|
-
|
|
1821
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1822
1822
|
const message = createBaseAreaSplitterResponse();
|
|
1823
1823
|
while (reader.pos < end) {
|
|
1824
1824
|
const tag = reader.uint32();
|
|
@@ -1902,7 +1902,7 @@ exports.AreaSplitterResponse_Area = {
|
|
|
1902
1902
|
},
|
|
1903
1903
|
decode(input, length) {
|
|
1904
1904
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1905
|
-
|
|
1905
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1906
1906
|
const message = createBaseAreaSplitterResponse_Area();
|
|
1907
1907
|
while (reader.pos < end) {
|
|
1908
1908
|
const tag = reader.uint32();
|
|
@@ -2010,7 +2010,7 @@ exports.AreaSplitterResponse_Record = {
|
|
|
2010
2010
|
},
|
|
2011
2011
|
decode(input, length) {
|
|
2012
2012
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2013
|
-
|
|
2013
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2014
2014
|
const message = createBaseAreaSplitterResponse_Record();
|
|
2015
2015
|
while (reader.pos < end) {
|
|
2016
2016
|
const tag = reader.uint32();
|
|
@@ -2201,7 +2201,7 @@ exports.MaintenanceRequest = {
|
|
|
2201
2201
|
},
|
|
2202
2202
|
decode(input, length) {
|
|
2203
2203
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2204
|
-
|
|
2204
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2205
2205
|
const message = createBaseMaintenanceRequest();
|
|
2206
2206
|
while (reader.pos < end) {
|
|
2207
2207
|
const tag = reader.uint32();
|
|
@@ -2329,7 +2329,7 @@ exports.MaintenanceResponse = {
|
|
|
2329
2329
|
},
|
|
2330
2330
|
decode(input, length) {
|
|
2331
2331
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2332
|
-
|
|
2332
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2333
2333
|
const message = createBaseMaintenanceResponse();
|
|
2334
2334
|
while (reader.pos < end) {
|
|
2335
2335
|
const tag = reader.uint32();
|
|
@@ -2484,7 +2484,7 @@ exports.MaintenanceResponse_Cost = {
|
|
|
2484
2484
|
},
|
|
2485
2485
|
decode(input, length) {
|
|
2486
2486
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2487
|
-
|
|
2487
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2488
2488
|
const message = createBaseMaintenanceResponse_Cost();
|
|
2489
2489
|
while (reader.pos < end) {
|
|
2490
2490
|
const tag = reader.uint32();
|
|
@@ -2628,7 +2628,7 @@ exports.MaintenanceResponse_List = {
|
|
|
2628
2628
|
},
|
|
2629
2629
|
decode(input, length) {
|
|
2630
2630
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2631
|
-
|
|
2631
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2632
2632
|
const message = createBaseMaintenanceResponse_List();
|
|
2633
2633
|
while (reader.pos < end) {
|
|
2634
2634
|
const tag = reader.uint32();
|
|
@@ -2905,7 +2905,7 @@ exports.MaintenanceResponse_Group = {
|
|
|
2905
2905
|
},
|
|
2906
2906
|
decode(input, length) {
|
|
2907
2907
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2908
|
-
|
|
2908
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2909
2909
|
const message = createBaseMaintenanceResponse_Group();
|
|
2910
2910
|
while (reader.pos < end) {
|
|
2911
2911
|
const tag = reader.uint32();
|
|
@@ -3049,7 +3049,7 @@ exports.MaintenanceResponse_Service = {
|
|
|
3049
3049
|
},
|
|
3050
3050
|
decode(input, length) {
|
|
3051
3051
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3052
|
-
|
|
3052
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3053
3053
|
const message = createBaseMaintenanceResponse_Service();
|
|
3054
3054
|
while (reader.pos < end) {
|
|
3055
3055
|
const tag = reader.uint32();
|
|
@@ -3167,7 +3167,7 @@ exports.MaintenanceResponse_Device = {
|
|
|
3167
3167
|
},
|
|
3168
3168
|
decode(input, length) {
|
|
3169
3169
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3170
|
-
|
|
3170
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3171
3171
|
const message = createBaseMaintenanceResponse_Device();
|
|
3172
3172
|
while (reader.pos < end) {
|
|
3173
3173
|
const tag = reader.uint32();
|
|
@@ -3330,7 +3330,7 @@ exports.TripPerformanceRequest = {
|
|
|
3330
3330
|
},
|
|
3331
3331
|
decode(input, length) {
|
|
3332
3332
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3333
|
-
|
|
3333
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3334
3334
|
const message = createBaseTripPerformanceRequest();
|
|
3335
3335
|
while (reader.pos < end) {
|
|
3336
3336
|
const tag = reader.uint32();
|
|
@@ -3463,7 +3463,7 @@ exports.TripPerformanceResponse = {
|
|
|
3463
3463
|
},
|
|
3464
3464
|
decode(input, length) {
|
|
3465
3465
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3466
|
-
|
|
3466
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3467
3467
|
const message = createBaseTripPerformanceResponse();
|
|
3468
3468
|
while (reader.pos < end) {
|
|
3469
3469
|
const tag = reader.uint32();
|
|
@@ -3658,7 +3658,7 @@ exports.TripPerformance = {
|
|
|
3658
3658
|
},
|
|
3659
3659
|
decode(input, length) {
|
|
3660
3660
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3661
|
-
|
|
3661
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3662
3662
|
const message = createBaseTripPerformance();
|
|
3663
3663
|
while (reader.pos < end) {
|
|
3664
3664
|
const tag = reader.uint32();
|
|
@@ -4131,7 +4131,7 @@ exports.TripPerformance_Average = {
|
|
|
4131
4131
|
},
|
|
4132
4132
|
decode(input, length) {
|
|
4133
4133
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4134
|
-
|
|
4134
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4135
4135
|
const message = createBaseTripPerformance_Average();
|
|
4136
4136
|
while (reader.pos < end) {
|
|
4137
4137
|
const tag = reader.uint32();
|
|
@@ -4238,7 +4238,7 @@ exports.TripPerformance_DrivingEntry = {
|
|
|
4238
4238
|
},
|
|
4239
4239
|
decode(input, length) {
|
|
4240
4240
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4241
|
-
|
|
4241
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4242
4242
|
const message = createBaseTripPerformance_DrivingEntry();
|
|
4243
4243
|
while (reader.pos < end) {
|
|
4244
4244
|
const tag = reader.uint32();
|
|
@@ -4307,7 +4307,7 @@ exports.TripPerformance_TemperatureEntry = {
|
|
|
4307
4307
|
},
|
|
4308
4308
|
decode(input, length) {
|
|
4309
4309
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4310
|
-
|
|
4310
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4311
4311
|
const message = createBaseTripPerformance_TemperatureEntry();
|
|
4312
4312
|
while (reader.pos < end) {
|
|
4313
4313
|
const tag = reader.uint32();
|
|
@@ -4376,7 +4376,7 @@ exports.TripPerformance_HumidityEntry = {
|
|
|
4376
4376
|
},
|
|
4377
4377
|
decode(input, length) {
|
|
4378
4378
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4379
|
-
|
|
4379
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4380
4380
|
const message = createBaseTripPerformance_HumidityEntry();
|
|
4381
4381
|
while (reader.pos < end) {
|
|
4382
4382
|
const tag = reader.uint32();
|
|
@@ -4445,7 +4445,7 @@ exports.TripPerformance_CrashesEntry = {
|
|
|
4445
4445
|
},
|
|
4446
4446
|
decode(input, length) {
|
|
4447
4447
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4448
|
-
|
|
4448
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4449
4449
|
const message = createBaseTripPerformance_CrashesEntry();
|
|
4450
4450
|
while (reader.pos < end) {
|
|
4451
4451
|
const tag = reader.uint32();
|
|
@@ -4514,7 +4514,7 @@ exports.TripPerformance_SpeedsEntry = {
|
|
|
4514
4514
|
},
|
|
4515
4515
|
decode(input, length) {
|
|
4516
4516
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4517
|
-
|
|
4517
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4518
4518
|
const message = createBaseTripPerformance_SpeedsEntry();
|
|
4519
4519
|
while (reader.pos < end) {
|
|
4520
4520
|
const tag = reader.uint32();
|
|
@@ -4582,7 +4582,7 @@ exports.LatestDataModelRequest = {
|
|
|
4582
4582
|
},
|
|
4583
4583
|
decode(input, length) {
|
|
4584
4584
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4585
|
-
|
|
4585
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4586
4586
|
const message = createBaseLatestDataModelRequest();
|
|
4587
4587
|
while (reader.pos < end) {
|
|
4588
4588
|
const tag = reader.uint32();
|
|
@@ -4746,7 +4746,7 @@ exports.DashboardIndividualResponse = {
|
|
|
4746
4746
|
},
|
|
4747
4747
|
decode(input, length) {
|
|
4748
4748
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4749
|
-
|
|
4749
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4750
4750
|
const message = createBaseDashboardIndividualResponse();
|
|
4751
4751
|
while (reader.pos < end) {
|
|
4752
4752
|
const tag = reader.uint32();
|
|
@@ -5183,7 +5183,7 @@ exports.DashboardIndividualResponse_Environmental = {
|
|
|
5183
5183
|
},
|
|
5184
5184
|
decode(input, length) {
|
|
5185
5185
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5186
|
-
|
|
5186
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5187
5187
|
const message = createBaseDashboardIndividualResponse_Environmental();
|
|
5188
5188
|
while (reader.pos < end) {
|
|
5189
5189
|
const tag = reader.uint32();
|
|
@@ -5290,7 +5290,7 @@ exports.DashboardIndividualResponse_Environmental_TemperatureEntry = {
|
|
|
5290
5290
|
},
|
|
5291
5291
|
decode(input, length) {
|
|
5292
5292
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5293
|
-
|
|
5293
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5294
5294
|
const message = createBaseDashboardIndividualResponse_Environmental_TemperatureEntry();
|
|
5295
5295
|
while (reader.pos < end) {
|
|
5296
5296
|
const tag = reader.uint32();
|
|
@@ -5359,7 +5359,7 @@ exports.DashboardIndividualResponse_Environmental_HumidityEntry = {
|
|
|
5359
5359
|
},
|
|
5360
5360
|
decode(input, length) {
|
|
5361
5361
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5362
|
-
|
|
5362
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5363
5363
|
const message = createBaseDashboardIndividualResponse_Environmental_HumidityEntry();
|
|
5364
5364
|
while (reader.pos < end) {
|
|
5365
5365
|
const tag = reader.uint32();
|
|
@@ -5428,7 +5428,7 @@ exports.DashboardIndividualResponse_GreenDrivingEntry = {
|
|
|
5428
5428
|
},
|
|
5429
5429
|
decode(input, length) {
|
|
5430
5430
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5431
|
-
|
|
5431
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5432
5432
|
const message = createBaseDashboardIndividualResponse_GreenDrivingEntry();
|
|
5433
5433
|
while (reader.pos < end) {
|
|
5434
5434
|
const tag = reader.uint32();
|
|
@@ -5497,7 +5497,7 @@ exports.DashboardIndividualResponse_SpeedsEntry = {
|
|
|
5497
5497
|
},
|
|
5498
5498
|
decode(input, length) {
|
|
5499
5499
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5500
|
-
|
|
5500
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5501
5501
|
const message = createBaseDashboardIndividualResponse_SpeedsEntry();
|
|
5502
5502
|
while (reader.pos < end) {
|
|
5503
5503
|
const tag = reader.uint32();
|
|
@@ -5571,7 +5571,7 @@ exports.DashboardIndividualRequest = {
|
|
|
5571
5571
|
},
|
|
5572
5572
|
decode(input, length) {
|
|
5573
5573
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5574
|
-
|
|
5574
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5575
5575
|
const message = createBaseDashboardIndividualRequest();
|
|
5576
5576
|
while (reader.pos < end) {
|
|
5577
5577
|
const tag = reader.uint32();
|
|
@@ -5651,7 +5651,7 @@ exports.TraffixResponse = {
|
|
|
5651
5651
|
},
|
|
5652
5652
|
decode(input, length) {
|
|
5653
5653
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5654
|
-
|
|
5654
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5655
5655
|
const message = createBaseTraffixResponse();
|
|
5656
5656
|
while (reader.pos < end) {
|
|
5657
5657
|
const tag = reader.uint32();
|
|
@@ -5758,7 +5758,7 @@ exports.Traffix = {
|
|
|
5758
5758
|
},
|
|
5759
5759
|
decode(input, length) {
|
|
5760
5760
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5761
|
-
|
|
5761
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5762
5762
|
const message = createBaseTraffix();
|
|
5763
5763
|
while (reader.pos < end) {
|
|
5764
5764
|
const tag = reader.uint32();
|
|
@@ -6017,7 +6017,7 @@ exports.Traffix_Event = {
|
|
|
6017
6017
|
},
|
|
6018
6018
|
decode(input, length) {
|
|
6019
6019
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
6020
|
-
|
|
6020
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
6021
6021
|
const message = createBaseTraffix_Event();
|
|
6022
6022
|
while (reader.pos < end) {
|
|
6023
6023
|
const tag = reader.uint32();
|
|
@@ -6167,7 +6167,7 @@ exports.Traffix_STOP = {
|
|
|
6167
6167
|
},
|
|
6168
6168
|
decode(input, length) {
|
|
6169
6169
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
6170
|
-
|
|
6170
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
6171
6171
|
const message = createBaseTraffix_STOP();
|
|
6172
6172
|
while (reader.pos < end) {
|
|
6173
6173
|
const tag = reader.uint32();
|
|
@@ -6259,7 +6259,7 @@ exports.TraffixRequest = {
|
|
|
6259
6259
|
},
|
|
6260
6260
|
decode(input, length) {
|
|
6261
6261
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
6262
|
-
|
|
6262
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
6263
6263
|
const message = createBaseTraffixRequest();
|
|
6264
6264
|
while (reader.pos < end) {
|
|
6265
6265
|
const tag = reader.uint32();
|
|
@@ -6378,7 +6378,7 @@ exports.TripReportResponse = {
|
|
|
6378
6378
|
},
|
|
6379
6379
|
decode(input, length) {
|
|
6380
6380
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
6381
|
-
|
|
6381
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
6382
6382
|
const message = createBaseTripReportResponse();
|
|
6383
6383
|
while (reader.pos < end) {
|
|
6384
6384
|
const tag = reader.uint32();
|
|
@@ -6499,7 +6499,7 @@ exports.AreaSummaryReviewRequest = {
|
|
|
6499
6499
|
},
|
|
6500
6500
|
decode(input, length) {
|
|
6501
6501
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
6502
|
-
|
|
6502
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
6503
6503
|
const message = createBaseAreaSummaryReviewRequest();
|
|
6504
6504
|
while (reader.pos < end) {
|
|
6505
6505
|
const tag = reader.uint32();
|
|
@@ -6676,7 +6676,7 @@ exports.AreaSummaryReviewResponse = {
|
|
|
6676
6676
|
},
|
|
6677
6677
|
decode(input, length) {
|
|
6678
6678
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
6679
|
-
|
|
6679
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
6680
6680
|
const message = createBaseAreaSummaryReviewResponse();
|
|
6681
6681
|
while (reader.pos < end) {
|
|
6682
6682
|
const tag = reader.uint32();
|
|
@@ -6885,7 +6885,7 @@ exports.AreaSummaryReviewResponse_Review = {
|
|
|
6885
6885
|
},
|
|
6886
6886
|
decode(input, length) {
|
|
6887
6887
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
6888
|
-
|
|
6888
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
6889
6889
|
const message = createBaseAreaSummaryReviewResponse_Review();
|
|
6890
6890
|
while (reader.pos < end) {
|
|
6891
6891
|
const tag = reader.uint32();
|
|
@@ -7085,7 +7085,7 @@ exports.ShiftSummaryResponse = {
|
|
|
7085
7085
|
},
|
|
7086
7086
|
decode(input, length) {
|
|
7087
7087
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
7088
|
-
|
|
7088
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
7089
7089
|
const message = createBaseShiftSummaryResponse();
|
|
7090
7090
|
while (reader.pos < end) {
|
|
7091
7091
|
const tag = reader.uint32();
|
|
@@ -7304,7 +7304,7 @@ exports.ShiftSummaryResponse_Summary = {
|
|
|
7304
7304
|
},
|
|
7305
7305
|
decode(input, length) {
|
|
7306
7306
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
7307
|
-
|
|
7307
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
7308
7308
|
const message = createBaseShiftSummaryResponse_Summary();
|
|
7309
7309
|
while (reader.pos < end) {
|
|
7310
7310
|
const tag = reader.uint32();
|
|
@@ -7700,7 +7700,7 @@ exports.ShiftRequest = {
|
|
|
7700
7700
|
},
|
|
7701
7701
|
decode(input, length) {
|
|
7702
7702
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
7703
|
-
|
|
7703
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
7704
7704
|
const message = createBaseShiftRequest();
|
|
7705
7705
|
while (reader.pos < end) {
|
|
7706
7706
|
const tag = reader.uint32();
|
|
@@ -7786,7 +7786,7 @@ exports.ShiftResponse = {
|
|
|
7786
7786
|
},
|
|
7787
7787
|
decode(input, length) {
|
|
7788
7788
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
7789
|
-
|
|
7789
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
7790
7790
|
const message = createBaseShiftResponse();
|
|
7791
7791
|
while (reader.pos < end) {
|
|
7792
7792
|
const tag = reader.uint32();
|
|
@@ -7973,7 +7973,7 @@ exports.ShiftResponse_Shift = {
|
|
|
7973
7973
|
},
|
|
7974
7974
|
decode(input, length) {
|
|
7975
7975
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
7976
|
-
|
|
7976
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
7977
7977
|
const message = createBaseShiftResponse_Shift();
|
|
7978
7978
|
while (reader.pos < end) {
|
|
7979
7979
|
const tag = reader.uint32();
|
|
@@ -8425,7 +8425,7 @@ exports.ShiftSummaryRequest = {
|
|
|
8425
8425
|
},
|
|
8426
8426
|
decode(input, length) {
|
|
8427
8427
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
8428
|
-
|
|
8428
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
8429
8429
|
const message = createBaseShiftSummaryRequest();
|
|
8430
8430
|
while (reader.pos < end) {
|
|
8431
8431
|
const tag = reader.uint32();
|
|
@@ -8519,7 +8519,7 @@ exports.DeviceDataCountRequest = {
|
|
|
8519
8519
|
},
|
|
8520
8520
|
decode(input, length) {
|
|
8521
8521
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
8522
|
-
|
|
8522
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
8523
8523
|
const message = createBaseDeviceDataCountRequest();
|
|
8524
8524
|
while (reader.pos < end) {
|
|
8525
8525
|
const tag = reader.uint32();
|
|
@@ -8605,7 +8605,7 @@ exports.DeviceDataCountResponse = {
|
|
|
8605
8605
|
},
|
|
8606
8606
|
decode(input, length) {
|
|
8607
8607
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
8608
|
-
|
|
8608
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
8609
8609
|
const message = createBaseDeviceDataCountResponse();
|
|
8610
8610
|
while (reader.pos < end) {
|
|
8611
8611
|
const tag = reader.uint32();
|
|
@@ -8665,7 +8665,7 @@ exports.DeviceDataCountResponse_DeviceDataCount = {
|
|
|
8665
8665
|
},
|
|
8666
8666
|
decode(input, length) {
|
|
8667
8667
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
8668
|
-
|
|
8668
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
8669
8669
|
const message = createBaseDeviceDataCountResponse_DeviceDataCount();
|
|
8670
8670
|
while (reader.pos < end) {
|
|
8671
8671
|
const tag = reader.uint32();
|
|
@@ -8732,7 +8732,7 @@ exports.DailyTrafficResponse = {
|
|
|
8732
8732
|
},
|
|
8733
8733
|
decode(input, length) {
|
|
8734
8734
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
8735
|
-
|
|
8735
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
8736
8736
|
const message = createBaseDailyTrafficResponse();
|
|
8737
8737
|
while (reader.pos < end) {
|
|
8738
8738
|
const tag = reader.uint32();
|
|
@@ -8801,7 +8801,7 @@ exports.DailyTrafficResponse_Traffic = {
|
|
|
8801
8801
|
},
|
|
8802
8802
|
decode(input, length) {
|
|
8803
8803
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
8804
|
-
|
|
8804
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
8805
8805
|
const message = createBaseDailyTrafficResponse_Traffic();
|
|
8806
8806
|
while (reader.pos < end) {
|
|
8807
8807
|
const tag = reader.uint32();
|
|
@@ -8909,7 +8909,7 @@ exports.DailyTrafficResponse_DailyTraffic = {
|
|
|
8909
8909
|
},
|
|
8910
8910
|
decode(input, length) {
|
|
8911
8911
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
8912
|
-
|
|
8912
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
8913
8913
|
const message = createBaseDailyTrafficResponse_DailyTraffic();
|
|
8914
8914
|
while (reader.pos < end) {
|
|
8915
8915
|
const tag = reader.uint32();
|
|
@@ -9003,7 +9003,7 @@ exports.DailyTrafficRequest = {
|
|
|
9003
9003
|
},
|
|
9004
9004
|
decode(input, length) {
|
|
9005
9005
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9006
|
-
|
|
9006
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9007
9007
|
const message = createBaseDailyTrafficRequest();
|
|
9008
9008
|
while (reader.pos < end) {
|
|
9009
9009
|
const tag = reader.uint32();
|
|
@@ -9115,7 +9115,7 @@ exports.RouteStopPoint = {
|
|
|
9115
9115
|
},
|
|
9116
9116
|
decode(input, length) {
|
|
9117
9117
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9118
|
-
|
|
9118
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9119
9119
|
const message = createBaseRouteStopPoint();
|
|
9120
9120
|
while (reader.pos < end) {
|
|
9121
9121
|
const tag = reader.uint32();
|
|
@@ -9228,7 +9228,7 @@ exports.RouteStopResponse = {
|
|
|
9228
9228
|
},
|
|
9229
9229
|
decode(input, length) {
|
|
9230
9230
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9231
|
-
|
|
9231
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9232
9232
|
const message = createBaseRouteStopResponse();
|
|
9233
9233
|
while (reader.pos < end) {
|
|
9234
9234
|
const tag = reader.uint32();
|
|
@@ -9331,7 +9331,7 @@ exports.RouteStopRequest = {
|
|
|
9331
9331
|
},
|
|
9332
9332
|
decode(input, length) {
|
|
9333
9333
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9334
|
-
|
|
9334
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9335
9335
|
const message = createBaseRouteStopRequest();
|
|
9336
9336
|
while (reader.pos < end) {
|
|
9337
9337
|
const tag = reader.uint32();
|
|
@@ -9457,7 +9457,7 @@ exports.RouteReviewRequest = {
|
|
|
9457
9457
|
},
|
|
9458
9458
|
decode(input, length) {
|
|
9459
9459
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9460
|
-
|
|
9460
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9461
9461
|
const message = createBaseRouteReviewRequest();
|
|
9462
9462
|
while (reader.pos < end) {
|
|
9463
9463
|
const tag = reader.uint32();
|
|
@@ -9588,7 +9588,7 @@ exports.RouteReviewResponse = {
|
|
|
9588
9588
|
},
|
|
9589
9589
|
decode(input, length) {
|
|
9590
9590
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9591
|
-
|
|
9591
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9592
9592
|
const message = createBaseRouteReviewResponse();
|
|
9593
9593
|
while (reader.pos < end) {
|
|
9594
9594
|
const tag = reader.uint32();
|
|
@@ -9723,7 +9723,7 @@ exports.AreaReviewRequest = {
|
|
|
9723
9723
|
},
|
|
9724
9724
|
decode(input, length) {
|
|
9725
9725
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9726
|
-
|
|
9726
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9727
9727
|
const message = createBaseAreaReviewRequest();
|
|
9728
9728
|
while (reader.pos < end) {
|
|
9729
9729
|
const tag = reader.uint32();
|
|
@@ -9840,7 +9840,7 @@ exports.AreaReviewResponse = {
|
|
|
9840
9840
|
},
|
|
9841
9841
|
decode(input, length) {
|
|
9842
9842
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9843
|
-
|
|
9843
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9844
9844
|
const message = createBaseAreaReviewResponse();
|
|
9845
9845
|
while (reader.pos < end) {
|
|
9846
9846
|
const tag = reader.uint32();
|
|
@@ -9923,7 +9923,7 @@ exports.AreaReviewResponse_AreaReview = {
|
|
|
9923
9923
|
},
|
|
9924
9924
|
decode(input, length) {
|
|
9925
9925
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9926
|
-
|
|
9926
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9927
9927
|
const message = createBaseAreaReviewResponse_AreaReview();
|
|
9928
9928
|
while (reader.pos < end) {
|
|
9929
9929
|
const tag = reader.uint32();
|
|
@@ -10064,7 +10064,7 @@ exports.DeviceDataRequest = {
|
|
|
10064
10064
|
},
|
|
10065
10065
|
decode(input, length) {
|
|
10066
10066
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
10067
|
-
|
|
10067
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
10068
10068
|
const message = createBaseDeviceDataRequest();
|
|
10069
10069
|
while (reader.pos < end) {
|
|
10070
10070
|
const tag = reader.uint32();
|
|
@@ -10156,7 +10156,7 @@ exports.DeviceDataResponse = {
|
|
|
10156
10156
|
},
|
|
10157
10157
|
decode(input, length) {
|
|
10158
10158
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
10159
|
-
|
|
10159
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
10160
10160
|
const message = createBaseDeviceDataResponse();
|
|
10161
10161
|
while (reader.pos < end) {
|
|
10162
10162
|
const tag = reader.uint32();
|
|
@@ -10226,7 +10226,7 @@ exports.LogResponse = {
|
|
|
10226
10226
|
},
|
|
10227
10227
|
decode(input, length) {
|
|
10228
10228
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
10229
|
-
|
|
10229
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
10230
10230
|
const message = createBaseLogResponse();
|
|
10231
10231
|
while (reader.pos < end) {
|
|
10232
10232
|
const tag = reader.uint32();
|
|
@@ -10371,7 +10371,7 @@ exports.LogRequest = {
|
|
|
10371
10371
|
},
|
|
10372
10372
|
decode(input, length) {
|
|
10373
10373
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
10374
|
-
|
|
10374
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
10375
10375
|
const message = createBaseLogRequest();
|
|
10376
10376
|
while (reader.pos < end) {
|
|
10377
10377
|
const tag = reader.uint32();
|
|
@@ -10510,7 +10510,7 @@ exports.TrafficRequest = {
|
|
|
10510
10510
|
},
|
|
10511
10511
|
decode(input, length) {
|
|
10512
10512
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
10513
|
-
|
|
10513
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
10514
10514
|
const message = createBaseTrafficRequest();
|
|
10515
10515
|
while (reader.pos < end) {
|
|
10516
10516
|
const tag = reader.uint32();
|
|
@@ -10608,7 +10608,7 @@ exports.TrafficResponse = {
|
|
|
10608
10608
|
},
|
|
10609
10609
|
decode(input, length) {
|
|
10610
10610
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
10611
|
-
|
|
10611
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
10612
10612
|
const message = createBaseTrafficResponse();
|
|
10613
10613
|
while (reader.pos < end) {
|
|
10614
10614
|
const tag = reader.uint32();
|
|
@@ -10687,7 +10687,7 @@ exports.TrafficResponse_Traffic = {
|
|
|
10687
10687
|
},
|
|
10688
10688
|
decode(input, length) {
|
|
10689
10689
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
10690
|
-
|
|
10690
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
10691
10691
|
const message = createBaseTrafficResponse_Traffic();
|
|
10692
10692
|
while (reader.pos < end) {
|
|
10693
10693
|
const tag = reader.uint32();
|
|
@@ -10813,7 +10813,7 @@ exports.AttendanceRequest = {
|
|
|
10813
10813
|
},
|
|
10814
10814
|
decode(input, length) {
|
|
10815
10815
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
10816
|
-
|
|
10816
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
10817
10817
|
const message = createBaseAttendanceRequest();
|
|
10818
10818
|
while (reader.pos < end) {
|
|
10819
10819
|
const tag = reader.uint32();
|
|
@@ -10913,7 +10913,7 @@ exports.AttendanceXRequest = {
|
|
|
10913
10913
|
},
|
|
10914
10914
|
decode(input, length) {
|
|
10915
10915
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
10916
|
-
|
|
10916
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
10917
10917
|
const message = createBaseAttendanceXRequest();
|
|
10918
10918
|
while (reader.pos < end) {
|
|
10919
10919
|
const tag = reader.uint32();
|
|
@@ -11025,7 +11025,7 @@ exports.AttendanceResponse = {
|
|
|
11025
11025
|
},
|
|
11026
11026
|
decode(input, length) {
|
|
11027
11027
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
11028
|
-
|
|
11028
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
11029
11029
|
const message = createBaseAttendanceResponse();
|
|
11030
11030
|
while (reader.pos < end) {
|
|
11031
11031
|
const tag = reader.uint32();
|
|
@@ -11091,7 +11091,7 @@ exports.AttendanceResponse_Event = {
|
|
|
11091
11091
|
},
|
|
11092
11092
|
decode(input, length) {
|
|
11093
11093
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
11094
|
-
|
|
11094
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
11095
11095
|
const message = createBaseAttendanceResponse_Event();
|
|
11096
11096
|
while (reader.pos < end) {
|
|
11097
11097
|
const tag = reader.uint32();
|
|
@@ -11255,7 +11255,7 @@ exports.AttendanceResponse_Attendance = {
|
|
|
11255
11255
|
},
|
|
11256
11256
|
decode(input, length) {
|
|
11257
11257
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
11258
|
-
|
|
11258
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
11259
11259
|
const message = createBaseAttendanceResponse_Attendance();
|
|
11260
11260
|
while (reader.pos < end) {
|
|
11261
11261
|
const tag = reader.uint32();
|
|
@@ -11550,7 +11550,7 @@ exports.TripsRequest = {
|
|
|
11550
11550
|
},
|
|
11551
11551
|
decode(input, length) {
|
|
11552
11552
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
11553
|
-
|
|
11553
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
11554
11554
|
const message = createBaseTripsRequest();
|
|
11555
11555
|
while (reader.pos < end) {
|
|
11556
11556
|
const tag = reader.uint32();
|
|
@@ -11636,7 +11636,7 @@ exports.TripsResponse = {
|
|
|
11636
11636
|
},
|
|
11637
11637
|
decode(input, length) {
|
|
11638
11638
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
11639
|
-
|
|
11639
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
11640
11640
|
const message = createBaseTripsResponse();
|
|
11641
11641
|
while (reader.pos < end) {
|
|
11642
11642
|
const tag = reader.uint32();
|
|
@@ -11702,7 +11702,7 @@ exports.TripsSummaryRequest = {
|
|
|
11702
11702
|
},
|
|
11703
11703
|
decode(input, length) {
|
|
11704
11704
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
11705
|
-
|
|
11705
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
11706
11706
|
const message = createBaseTripsSummaryRequest();
|
|
11707
11707
|
while (reader.pos < end) {
|
|
11708
11708
|
const tag = reader.uint32();
|
|
@@ -11814,7 +11814,7 @@ exports.TripsSummaryResponse = {
|
|
|
11814
11814
|
},
|
|
11815
11815
|
decode(input, length) {
|
|
11816
11816
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
11817
|
-
|
|
11817
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
11818
11818
|
const message = createBaseTripsSummaryResponse();
|
|
11819
11819
|
while (reader.pos < end) {
|
|
11820
11820
|
const tag = reader.uint32();
|