@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: packets/dataModel.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -2509,7 +2509,7 @@ exports.IoElement = {
|
|
|
2509
2509
|
},
|
|
2510
2510
|
decode(input, length) {
|
|
2511
2511
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2512
|
-
|
|
2512
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2513
2513
|
const message = createBaseIoElement();
|
|
2514
2514
|
while (reader.pos < end) {
|
|
2515
2515
|
const tag = reader.uint32();
|
|
@@ -3899,7 +3899,7 @@ exports.IoElement_DallasTemperature = {
|
|
|
3899
3899
|
},
|
|
3900
3900
|
decode(input, length) {
|
|
3901
3901
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3902
|
-
|
|
3902
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3903
3903
|
const message = createBaseIoElement_DallasTemperature();
|
|
3904
3904
|
while (reader.pos < end) {
|
|
3905
3905
|
const tag = reader.uint32();
|
|
@@ -4159,7 +4159,7 @@ exports.IoElement_LLS = {
|
|
|
4159
4159
|
},
|
|
4160
4160
|
decode(input, length) {
|
|
4161
4161
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4162
|
-
|
|
4162
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4163
4163
|
const message = createBaseIoElement_LLS();
|
|
4164
4164
|
while (reader.pos < end) {
|
|
4165
4165
|
const tag = reader.uint32();
|
|
@@ -4479,7 +4479,7 @@ exports.IoElement_Eye = {
|
|
|
4479
4479
|
},
|
|
4480
4480
|
decode(input, length) {
|
|
4481
4481
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4482
|
-
|
|
4482
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4483
4483
|
const message = createBaseIoElement_Eye();
|
|
4484
4484
|
while (reader.pos < end) {
|
|
4485
4485
|
const tag = reader.uint32();
|
|
@@ -5063,7 +5063,7 @@ exports.IoElement_Ble = {
|
|
|
5063
5063
|
},
|
|
5064
5064
|
decode(input, length) {
|
|
5065
5065
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5066
|
-
|
|
5066
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
5067
5067
|
const message = createBaseIoElement_Ble();
|
|
5068
5068
|
while (reader.pos < end) {
|
|
5069
5069
|
const tag = reader.uint32();
|
|
@@ -5295,7 +5295,7 @@ exports.IoElement_Driver = {
|
|
|
5295
5295
|
},
|
|
5296
5296
|
decode(input, length) {
|
|
5297
5297
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5298
|
-
|
|
5298
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
5299
5299
|
const message = createBaseIoElement_Driver();
|
|
5300
5300
|
while (reader.pos < end) {
|
|
5301
5301
|
const tag = reader.uint32();
|
|
@@ -5447,7 +5447,7 @@ exports.IoElement_MSP500 = {
|
|
|
5447
5447
|
},
|
|
5448
5448
|
decode(input, length) {
|
|
5449
5449
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5450
|
-
|
|
5450
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
5451
5451
|
const message = createBaseIoElement_MSP500();
|
|
5452
5452
|
while (reader.pos < end) {
|
|
5453
5453
|
const tag = reader.uint32();
|
|
@@ -6017,7 +6017,7 @@ exports.EventualIoElements = {
|
|
|
6017
6017
|
},
|
|
6018
6018
|
decode(input, length) {
|
|
6019
6019
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
6020
|
-
|
|
6020
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
6021
6021
|
const message = createBaseEventualIoElements();
|
|
6022
6022
|
while (reader.pos < end) {
|
|
6023
6023
|
const tag = reader.uint32();
|
|
@@ -7919,7 +7919,7 @@ exports.ObdElements = {
|
|
|
7919
7919
|
},
|
|
7920
7920
|
decode(input, length) {
|
|
7921
7921
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
7922
|
-
|
|
7922
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
7923
7923
|
const message = createBaseObdElements();
|
|
7924
7924
|
while (reader.pos < end) {
|
|
7925
7925
|
const tag = reader.uint32();
|
|
@@ -8729,7 +8729,7 @@ exports.FmsElement = {
|
|
|
8729
8729
|
},
|
|
8730
8730
|
decode(input, length) {
|
|
8731
8731
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
8732
|
-
|
|
8732
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
8733
8733
|
const message = createBaseFmsElement();
|
|
8734
8734
|
while (reader.pos < end) {
|
|
8735
8735
|
const tag = reader.uint32();
|
|
@@ -9501,7 +9501,7 @@ exports.ObdOemElements = {
|
|
|
9501
9501
|
},
|
|
9502
9502
|
decode(input, length) {
|
|
9503
9503
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9504
|
-
|
|
9504
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
9505
9505
|
const message = createBaseObdOemElements();
|
|
9506
9506
|
while (reader.pos < end) {
|
|
9507
9507
|
const tag = reader.uint32();
|
|
@@ -9887,7 +9887,7 @@ exports.BleSensorsIoElements = {
|
|
|
9887
9887
|
},
|
|
9888
9888
|
decode(input, length) {
|
|
9889
9889
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9890
|
-
|
|
9890
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
9891
9891
|
const message = createBaseBleSensorsIoElements();
|
|
9892
9892
|
while (reader.pos < end) {
|
|
9893
9893
|
const tag = reader.uint32();
|
|
@@ -11077,7 +11077,7 @@ exports.CanAdaptersElements = {
|
|
|
11077
11077
|
},
|
|
11078
11078
|
decode(input, length) {
|
|
11079
11079
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
11080
|
-
|
|
11080
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
11081
11081
|
const message = createBaseCanAdaptersElements();
|
|
11082
11082
|
while (reader.pos < end) {
|
|
11083
11083
|
const tag = reader.uint32();
|
|
@@ -12898,7 +12898,7 @@ exports.CanAdaptersElements_Ssf = {
|
|
|
12898
12898
|
},
|
|
12899
12899
|
decode(input, length) {
|
|
12900
12900
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
12901
|
-
|
|
12901
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
12902
12902
|
const message = createBaseCanAdaptersElements_Ssf();
|
|
12903
12903
|
while (reader.pos < end) {
|
|
12904
12904
|
const tag = reader.uint32();
|
|
@@ -13612,7 +13612,7 @@ exports.CanAdaptersElements_Csf = {
|
|
|
13612
13612
|
},
|
|
13613
13613
|
decode(input, length) {
|
|
13614
13614
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
13615
|
-
|
|
13615
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
13616
13616
|
const message = createBaseCanAdaptersElements_Csf();
|
|
13617
13617
|
while (reader.pos < end) {
|
|
13618
13618
|
const tag = reader.uint32();
|
|
@@ -14168,7 +14168,7 @@ exports.CanAdaptersElements_Isf = {
|
|
|
14168
14168
|
},
|
|
14169
14169
|
decode(input, length) {
|
|
14170
14170
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
14171
|
-
|
|
14171
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
14172
14172
|
const message = createBaseCanAdaptersElements_Isf();
|
|
14173
14173
|
while (reader.pos < end) {
|
|
14174
14174
|
const tag = reader.uint32();
|
|
@@ -14968,7 +14968,7 @@ exports.CanAdaptersElements_Asf = {
|
|
|
14968
14968
|
},
|
|
14969
14969
|
decode(input, length) {
|
|
14970
14970
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
14971
|
-
|
|
14971
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
14972
14972
|
const message = createBaseCanAdaptersElements_Asf();
|
|
14973
14973
|
while (reader.pos < end) {
|
|
14974
14974
|
const tag = reader.uint32();
|
|
@@ -15824,7 +15824,7 @@ exports.CanAdaptersElements_Usf = {
|
|
|
15824
15824
|
},
|
|
15825
15825
|
decode(input, length) {
|
|
15826
15826
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
15827
|
-
|
|
15827
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
15828
15828
|
const message = createBaseCanAdaptersElements_Usf();
|
|
15829
15829
|
while (reader.pos < end) {
|
|
15830
15830
|
const tag = reader.uint32();
|
|
@@ -16180,7 +16180,7 @@ exports.CanAdaptersElements_Cisf = {
|
|
|
16180
16180
|
},
|
|
16181
16181
|
decode(input, length) {
|
|
16182
16182
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
16183
|
-
|
|
16183
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
16184
16184
|
const message = createBaseCanAdaptersElements_Cisf();
|
|
16185
16185
|
while (reader.pos < end) {
|
|
16186
16186
|
const tag = reader.uint32();
|
|
@@ -16576,7 +16576,7 @@ exports.CanAdaptersElements_LcCan = {
|
|
|
16576
16576
|
},
|
|
16577
16577
|
decode(input, length) {
|
|
16578
16578
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
16579
|
-
|
|
16579
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
16580
16580
|
const message = createBaseCanAdaptersElements_LcCan();
|
|
16581
16581
|
while (reader.pos < end) {
|
|
16582
16582
|
const tag = reader.uint32();
|
|
@@ -16752,7 +16752,7 @@ exports.ADAS = {
|
|
|
16752
16752
|
},
|
|
16753
16753
|
decode(input, length) {
|
|
16754
16754
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
16755
|
-
|
|
16755
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
16756
16756
|
const message = createBaseADAS();
|
|
16757
16757
|
while (reader.pos < end) {
|
|
16758
16758
|
const tag = reader.uint32();
|
|
@@ -16910,7 +16910,7 @@ exports.AdditionalInfo = {
|
|
|
16910
16910
|
},
|
|
16911
16911
|
decode(input, length) {
|
|
16912
16912
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
16913
|
-
|
|
16913
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
16914
16914
|
const message = createBaseAdditionalInfo();
|
|
16915
16915
|
while (reader.pos < end) {
|
|
16916
16916
|
const tag = reader.uint32();
|
|
@@ -17166,7 +17166,7 @@ exports.Compact = {
|
|
|
17166
17166
|
},
|
|
17167
17167
|
decode(input, length) {
|
|
17168
17168
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17169
|
-
|
|
17169
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
17170
17170
|
const message = createBaseCompact();
|
|
17171
17171
|
while (reader.pos < end) {
|
|
17172
17172
|
const tag = reader.uint32();
|
|
@@ -17466,7 +17466,7 @@ exports.Compact_AlertValuesEntry = {
|
|
|
17466
17466
|
},
|
|
17467
17467
|
decode(input, length) {
|
|
17468
17468
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17469
|
-
|
|
17469
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
17470
17470
|
const message = createBaseCompact_AlertValuesEntry();
|
|
17471
17471
|
while (reader.pos < end) {
|
|
17472
17472
|
const tag = reader.uint32();
|
|
@@ -17535,7 +17535,7 @@ exports.Compact_UnknownIosEntry = {
|
|
|
17535
17535
|
},
|
|
17536
17536
|
decode(input, length) {
|
|
17537
17537
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17538
|
-
|
|
17538
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
17539
17539
|
const message = createBaseCompact_UnknownIosEntry();
|
|
17540
17540
|
while (reader.pos < end) {
|
|
17541
17541
|
const tag = reader.uint32();
|
|
@@ -17604,7 +17604,7 @@ exports.Compact_CustomIosEntry = {
|
|
|
17604
17604
|
},
|
|
17605
17605
|
decode(input, length) {
|
|
17606
17606
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17607
|
-
|
|
17607
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
17608
17608
|
const message = createBaseCompact_CustomIosEntry();
|
|
17609
17609
|
while (reader.pos < end) {
|
|
17610
17610
|
const tag = reader.uint32();
|
|
@@ -17696,7 +17696,7 @@ exports.Log = {
|
|
|
17696
17696
|
},
|
|
17697
17697
|
decode(input, length) {
|
|
17698
17698
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17699
|
-
|
|
17699
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
17700
17700
|
const message = createBaseLog();
|
|
17701
17701
|
while (reader.pos < end) {
|
|
17702
17702
|
const tag = reader.uint32();
|
|
@@ -17866,7 +17866,7 @@ exports.Data = {
|
|
|
17866
17866
|
},
|
|
17867
17867
|
decode(input, length) {
|
|
17868
17868
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17869
|
-
|
|
17869
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
17870
17870
|
const message = createBaseData();
|
|
17871
17871
|
while (reader.pos < end) {
|
|
17872
17872
|
const tag = reader.uint32();
|
|
@@ -18046,7 +18046,7 @@ exports.Authorize = {
|
|
|
18046
18046
|
},
|
|
18047
18047
|
decode(input, length) {
|
|
18048
18048
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18049
|
-
|
|
18049
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
18050
18050
|
const message = createBaseAuthorize();
|
|
18051
18051
|
while (reader.pos < end) {
|
|
18052
18052
|
const tag = reader.uint32();
|
|
@@ -18149,7 +18149,7 @@ exports.Packet = {
|
|
|
18149
18149
|
},
|
|
18150
18150
|
decode(input, length) {
|
|
18151
18151
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18152
|
-
|
|
18152
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
18153
18153
|
const message = createBasePacket();
|
|
18154
18154
|
while (reader.pos < end) {
|
|
18155
18155
|
const tag = reader.uint32();
|
|
@@ -18361,7 +18361,7 @@ exports.Stream = {
|
|
|
18361
18361
|
},
|
|
18362
18362
|
decode(input, length) {
|
|
18363
18363
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18364
|
-
|
|
18364
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
18365
18365
|
const message = createBaseStream();
|
|
18366
18366
|
while (reader.pos < end) {
|
|
18367
18367
|
const tag = reader.uint32();
|
|
@@ -18427,7 +18427,7 @@ exports.ReplyConcox = {
|
|
|
18427
18427
|
},
|
|
18428
18428
|
decode(input, length) {
|
|
18429
18429
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18430
|
-
|
|
18430
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
18431
18431
|
const message = createBaseReplyConcox();
|
|
18432
18432
|
while (reader.pos < end) {
|
|
18433
18433
|
const tag = reader.uint32();
|
|
@@ -18485,7 +18485,7 @@ exports.ReplyConcox_Item = {
|
|
|
18485
18485
|
},
|
|
18486
18486
|
decode(input, length) {
|
|
18487
18487
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18488
|
-
|
|
18488
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
18489
18489
|
const message = createBaseReplyConcox_Item();
|
|
18490
18490
|
while (reader.pos < end) {
|
|
18491
18491
|
const tag = reader.uint32();
|
|
@@ -18563,7 +18563,7 @@ exports.ReplyTeltonika = {
|
|
|
18563
18563
|
},
|
|
18564
18564
|
decode(input, length) {
|
|
18565
18565
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18566
|
-
|
|
18566
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
18567
18567
|
const message = createBaseReplyTeltonika();
|
|
18568
18568
|
while (reader.pos < end) {
|
|
18569
18569
|
const tag = reader.uint32();
|
|
@@ -18674,7 +18674,7 @@ exports.AdditionalInformation = {
|
|
|
18674
18674
|
},
|
|
18675
18675
|
decode(input, length) {
|
|
18676
18676
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18677
|
-
|
|
18677
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
18678
18678
|
const message = createBaseAdditionalInformation();
|
|
18679
18679
|
while (reader.pos < end) {
|
|
18680
18680
|
const tag = reader.uint32();
|
|
@@ -18770,7 +18770,7 @@ exports.Jtt808SignalingDataMessage1211 = {
|
|
|
18770
18770
|
},
|
|
18771
18771
|
decode(input, length) {
|
|
18772
18772
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18773
|
-
|
|
18773
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
18774
18774
|
const message = createBaseJtt808SignalingDataMessage1211();
|
|
18775
18775
|
while (reader.pos < end) {
|
|
18776
18776
|
const tag = reader.uint32();
|
|
@@ -18870,7 +18870,7 @@ exports.Jtt808SignalingDataMessage1210 = {
|
|
|
18870
18870
|
},
|
|
18871
18871
|
decode(input, length) {
|
|
18872
18872
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18873
|
-
|
|
18873
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
18874
18874
|
const message = createBaseJtt808SignalingDataMessage1210();
|
|
18875
18875
|
while (reader.pos < end) {
|
|
18876
18876
|
const tag = reader.uint32();
|
|
@@ -18993,7 +18993,7 @@ exports.Jtt808SignalingDataMessage1210_Attachment = {
|
|
|
18993
18993
|
},
|
|
18994
18994
|
decode(input, length) {
|
|
18995
18995
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18996
|
-
|
|
18996
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
18997
18997
|
const message = createBaseJtt808SignalingDataMessage1210_Attachment();
|
|
18998
18998
|
while (reader.pos < end) {
|
|
18999
18999
|
const tag = reader.uint32();
|
|
@@ -19065,7 +19065,7 @@ exports.Jtt10780x0001Answer = {
|
|
|
19065
19065
|
},
|
|
19066
19066
|
decode(input, length) {
|
|
19067
19067
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19068
|
-
|
|
19068
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
19069
19069
|
const message = createBaseJtt10780x0001Answer();
|
|
19070
19070
|
while (reader.pos < end) {
|
|
19071
19071
|
const tag = reader.uint32();
|
|
@@ -19155,7 +19155,7 @@ exports.Jtt1078EventMediaInfoUpload = {
|
|
|
19155
19155
|
},
|
|
19156
19156
|
decode(input, length) {
|
|
19157
19157
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19158
|
-
|
|
19158
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
19159
19159
|
const message = createBaseJtt1078EventMediaInfoUpload();
|
|
19160
19160
|
while (reader.pos < end) {
|
|
19161
19161
|
const tag = reader.uint32();
|
|
@@ -19272,7 +19272,7 @@ exports.Jtt1078EventMediaDataUpload = {
|
|
|
19272
19272
|
},
|
|
19273
19273
|
decode(input, length) {
|
|
19274
19274
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19275
|
-
|
|
19275
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
19276
19276
|
const message = createBaseJtt1078EventMediaDataUpload();
|
|
19277
19277
|
while (reader.pos < end) {
|
|
19278
19278
|
const tag = reader.uint32();
|
|
@@ -19392,7 +19392,7 @@ exports.Jtt808SignalingDataMessage1212 = {
|
|
|
19392
19392
|
},
|
|
19393
19393
|
decode(input, length) {
|
|
19394
19394
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19395
|
-
|
|
19395
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
19396
19396
|
const message = createBaseJtt808SignalingDataMessage1212();
|
|
19397
19397
|
while (reader.pos < end) {
|
|
19398
19398
|
const tag = reader.uint32();
|
|
@@ -19473,7 +19473,7 @@ exports.ConcoxLikeR31 = {
|
|
|
19473
19473
|
},
|
|
19474
19474
|
decode(input, length) {
|
|
19475
19475
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19476
|
-
|
|
19476
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
19477
19477
|
const message = createBaseConcoxLikeR31();
|
|
19478
19478
|
while (reader.pos < end) {
|
|
19479
19479
|
const tag = reader.uint32();
|
|
@@ -19554,7 +19554,7 @@ exports.ConcoxRecording0x8d = {
|
|
|
19554
19554
|
},
|
|
19555
19555
|
decode(input, length) {
|
|
19556
19556
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19557
|
-
|
|
19557
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
19558
19558
|
const message = createBaseConcoxRecording0x8d();
|
|
19559
19559
|
while (reader.pos < end) {
|
|
19560
19560
|
const tag = reader.uint32();
|
|
@@ -19677,7 +19677,7 @@ exports.Client = {
|
|
|
19677
19677
|
},
|
|
19678
19678
|
decode(input, length) {
|
|
19679
19679
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19680
|
-
|
|
19680
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
19681
19681
|
const message = createBaseClient();
|
|
19682
19682
|
while (reader.pos < end) {
|
|
19683
19683
|
const tag = reader.uint32();
|
|
@@ -19827,7 +19827,7 @@ exports.OdysseyDevice = {
|
|
|
19827
19827
|
},
|
|
19828
19828
|
decode(input, length) {
|
|
19829
19829
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19830
|
-
|
|
19830
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
19831
19831
|
const message = createBaseOdysseyDevice();
|
|
19832
19832
|
while (reader.pos < end) {
|
|
19833
19833
|
const tag = reader.uint32();
|
|
@@ -20127,7 +20127,7 @@ exports.FusionDevice = {
|
|
|
20127
20127
|
},
|
|
20128
20128
|
decode(input, length) {
|
|
20129
20129
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
20130
|
-
|
|
20130
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
20131
20131
|
const message = createBaseFusionDevice();
|
|
20132
20132
|
while (reader.pos < end) {
|
|
20133
20133
|
const tag = reader.uint32();
|
|
@@ -20377,7 +20377,7 @@ exports.DeviceData = {
|
|
|
20377
20377
|
},
|
|
20378
20378
|
decode(input, length) {
|
|
20379
20379
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
20380
|
-
|
|
20380
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
20381
20381
|
const message = createBaseDeviceData();
|
|
20382
20382
|
while (reader.pos < end) {
|
|
20383
20383
|
const tag = reader.uint32();
|
|
@@ -20482,7 +20482,7 @@ exports.Task = {
|
|
|
20482
20482
|
},
|
|
20483
20483
|
decode(input, length) {
|
|
20484
20484
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
20485
|
-
|
|
20485
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
20486
20486
|
const message = createBaseTask();
|
|
20487
20487
|
while (reader.pos < end) {
|
|
20488
20488
|
const tag = reader.uint32();
|
|
@@ -20622,7 +20622,7 @@ exports.Task_AlertIdNumberEntry = {
|
|
|
20622
20622
|
},
|
|
20623
20623
|
decode(input, length) {
|
|
20624
20624
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
20625
|
-
|
|
20625
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
20626
20626
|
const message = createBaseTask_AlertIdNumberEntry();
|
|
20627
20627
|
while (reader.pos < end) {
|
|
20628
20628
|
const tag = reader.uint32();
|
|
@@ -20730,7 +20730,7 @@ exports.DeviceStatus = {
|
|
|
20730
20730
|
},
|
|
20731
20731
|
decode(input, length) {
|
|
20732
20732
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
20733
|
-
|
|
20733
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
20734
20734
|
const message = createBaseDeviceStatus();
|
|
20735
20735
|
while (reader.pos < end) {
|
|
20736
20736
|
const tag = reader.uint32();
|
|
@@ -20919,7 +20919,7 @@ exports.JTT808MediaRetrieval0802 = {
|
|
|
20919
20919
|
},
|
|
20920
20920
|
decode(input, length) {
|
|
20921
20921
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
20922
|
-
|
|
20922
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
20923
20923
|
const message = createBaseJTT808MediaRetrieval0802();
|
|
20924
20924
|
while (reader.pos < end) {
|
|
20925
20925
|
const tag = reader.uint32();
|
|
@@ -21012,7 +21012,7 @@ exports.JTT808MediaRetrieval0802_Item = {
|
|
|
21012
21012
|
},
|
|
21013
21013
|
decode(input, length) {
|
|
21014
21014
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
21015
|
-
|
|
21015
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
21016
21016
|
const message = createBaseJTT808MediaRetrieval0802_Item();
|
|
21017
21017
|
while (reader.pos < end) {
|
|
21018
21018
|
const tag = reader.uint32();
|
|
@@ -21122,7 +21122,7 @@ exports.DeviceConnectionStatus = {
|
|
|
21122
21122
|
},
|
|
21123
21123
|
decode(input, length) {
|
|
21124
21124
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
21125
|
-
|
|
21125
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
21126
21126
|
const message = createBaseDeviceConnectionStatus();
|
|
21127
21127
|
while (reader.pos < end) {
|
|
21128
21128
|
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: packets/dataModule.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -71,7 +71,7 @@ exports.DataModule = {
|
|
|
71
71
|
},
|
|
72
72
|
decode(input, length) {
|
|
73
73
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
74
|
-
|
|
74
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
75
75
|
const message = createBaseDataModule();
|
|
76
76
|
while (reader.pos < end) {
|
|
77
77
|
const tag = reader.uint32();
|
|
@@ -128,7 +128,7 @@ exports.DataModule_ModuleList = {
|
|
|
128
128
|
},
|
|
129
129
|
decode(input, length) {
|
|
130
130
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
131
|
-
|
|
131
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
132
132
|
const message = createBaseDataModule_ModuleList();
|
|
133
133
|
while (reader.pos < end) {
|
|
134
134
|
const tag = reader.uint32();
|
|
@@ -200,7 +200,7 @@ exports.TirePressureMonitoringSystemModule = {
|
|
|
200
200
|
},
|
|
201
201
|
decode(input, length) {
|
|
202
202
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
203
|
-
|
|
203
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
204
204
|
const message = createBaseTirePressureMonitoringSystemModule();
|
|
205
205
|
while (reader.pos < end) {
|
|
206
206
|
const tag = reader.uint32();
|
|
@@ -347,7 +347,7 @@ exports.TirePressureMonitoringSystemModule_TirePosition = {
|
|
|
347
347
|
},
|
|
348
348
|
decode(input, length) {
|
|
349
349
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
350
|
-
|
|
350
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
351
351
|
const message = createBaseTirePressureMonitoringSystemModule_TirePosition();
|
|
352
352
|
while (reader.pos < end) {
|
|
353
353
|
const tag = reader.uint32();
|
|
@@ -476,7 +476,7 @@ exports.TirePressureMonitoringSystemModule_TireDataEntry = {
|
|
|
476
476
|
},
|
|
477
477
|
decode(input, length) {
|
|
478
478
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
479
|
-
|
|
479
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
480
480
|
const message = createBaseTirePressureMonitoringSystemModule_TireDataEntry();
|
|
481
481
|
while (reader.pos < end) {
|
|
482
482
|
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: packets/messages.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -83,7 +83,7 @@ exports.CommandContent = {
|
|
|
83
83
|
},
|
|
84
84
|
decode(input, length) {
|
|
85
85
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
86
|
-
|
|
86
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
87
87
|
const message = createBaseCommandContent();
|
|
88
88
|
while (reader.pos < end) {
|
|
89
89
|
const tag = reader.uint32();
|
|
@@ -193,7 +193,7 @@ exports.CommandAkn = {
|
|
|
193
193
|
},
|
|
194
194
|
decode(input, length) {
|
|
195
195
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
196
|
-
|
|
196
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
197
197
|
const message = createBaseCommandAkn();
|
|
198
198
|
while (reader.pos < end) {
|
|
199
199
|
const tag = reader.uint32();
|
|
@@ -297,7 +297,7 @@ exports.Command = {
|
|
|
297
297
|
},
|
|
298
298
|
decode(input, length) {
|
|
299
299
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
300
|
-
|
|
300
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
301
301
|
const message = createBaseCommand();
|
|
302
302
|
while (reader.pos < end) {
|
|
303
303
|
const tag = reader.uint32();
|
|
@@ -484,7 +484,7 @@ exports.CommandValidation = {
|
|
|
484
484
|
},
|
|
485
485
|
decode(input, length) {
|
|
486
486
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
487
|
-
|
|
487
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
488
488
|
const message = createBaseCommandValidation();
|
|
489
489
|
while (reader.pos < end) {
|
|
490
490
|
const tag = reader.uint32();
|
|
@@ -601,7 +601,7 @@ exports.CommandFormat = {
|
|
|
601
601
|
},
|
|
602
602
|
decode(input, length) {
|
|
603
603
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
604
|
-
|
|
604
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
605
605
|
const message = createBaseCommandFormat();
|
|
606
606
|
while (reader.pos < end) {
|
|
607
607
|
const tag = reader.uint32();
|
|
@@ -720,7 +720,7 @@ exports.CommandStruct = {
|
|
|
720
720
|
},
|
|
721
721
|
decode(input, length) {
|
|
722
722
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
723
|
-
|
|
723
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
724
724
|
const message = createBaseCommandStruct();
|
|
725
725
|
while (reader.pos < end) {
|
|
726
726
|
const tag = reader.uint32();
|
|
@@ -929,7 +929,7 @@ exports.DevicePoolRequestRefetch = {
|
|
|
929
929
|
},
|
|
930
930
|
decode(input, length) {
|
|
931
931
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
932
|
-
|
|
932
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
933
933
|
const message = createBaseDevicePoolRequestRefetch();
|
|
934
934
|
while (reader.pos < end) {
|
|
935
935
|
const tag = reader.uint32();
|
|
@@ -975,7 +975,7 @@ exports.DevicePoolRequest = {
|
|
|
975
975
|
},
|
|
976
976
|
decode(input, length) {
|
|
977
977
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
978
|
-
|
|
978
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
979
979
|
const message = createBaseDevicePoolRequest();
|
|
980
980
|
while (reader.pos < end) {
|
|
981
981
|
const tag = reader.uint32();
|
|
@@ -37,6 +37,9 @@ export interface DriverBehaviorReportResponse {
|
|
|
37
37
|
}
|
|
38
38
|
export interface DriverBehaviorReportResponse_Chunk {
|
|
39
39
|
deviceId: Long;
|
|
40
|
+
organizationName: string;
|
|
41
|
+
carName?: string | undefined;
|
|
42
|
+
driverName?: string | undefined;
|
|
40
43
|
mileage: Long;
|
|
41
44
|
idling: Long;
|
|
42
45
|
parking: Long;
|