@fatehan/tsrp 1.0.40 → 1.0.42
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 +27 -27
- package/dist/fatehan/models/models.d.ts.map +1 -1
- package/dist/fatehan/models/models.js +316 -310
- 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/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.test.js +12 -9
- package/dist/system.io.d.ts +2 -2
- package/dist/system.io.d.ts.map +1 -1
- package/dist/system.io.js +38 -38
- 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: packets/dataModel.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -2370,7 +2370,7 @@ exports.IoElement = {
|
|
|
2370
2370
|
},
|
|
2371
2371
|
decode(input, length) {
|
|
2372
2372
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2373
|
-
|
|
2373
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2374
2374
|
const message = createBaseIoElement();
|
|
2375
2375
|
while (reader.pos < end) {
|
|
2376
2376
|
const tag = reader.uint32();
|
|
@@ -3736,7 +3736,7 @@ exports.IoElement_DallasTemperature = {
|
|
|
3736
3736
|
},
|
|
3737
3737
|
decode(input, length) {
|
|
3738
3738
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3739
|
-
|
|
3739
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3740
3740
|
const message = createBaseIoElement_DallasTemperature();
|
|
3741
3741
|
while (reader.pos < end) {
|
|
3742
3742
|
const tag = reader.uint32();
|
|
@@ -3996,7 +3996,7 @@ exports.IoElement_LLS = {
|
|
|
3996
3996
|
},
|
|
3997
3997
|
decode(input, length) {
|
|
3998
3998
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3999
|
-
|
|
3999
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4000
4000
|
const message = createBaseIoElement_LLS();
|
|
4001
4001
|
while (reader.pos < end) {
|
|
4002
4002
|
const tag = reader.uint32();
|
|
@@ -4316,7 +4316,7 @@ exports.IoElement_Eye = {
|
|
|
4316
4316
|
},
|
|
4317
4317
|
decode(input, length) {
|
|
4318
4318
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4319
|
-
|
|
4319
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4320
4320
|
const message = createBaseIoElement_Eye();
|
|
4321
4321
|
while (reader.pos < end) {
|
|
4322
4322
|
const tag = reader.uint32();
|
|
@@ -4900,7 +4900,7 @@ exports.IoElement_Ble = {
|
|
|
4900
4900
|
},
|
|
4901
4901
|
decode(input, length) {
|
|
4902
4902
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4903
|
-
|
|
4903
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
4904
4904
|
const message = createBaseIoElement_Ble();
|
|
4905
4905
|
while (reader.pos < end) {
|
|
4906
4906
|
const tag = reader.uint32();
|
|
@@ -5132,7 +5132,7 @@ exports.IoElement_Driver = {
|
|
|
5132
5132
|
},
|
|
5133
5133
|
decode(input, length) {
|
|
5134
5134
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5135
|
-
|
|
5135
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5136
5136
|
const message = createBaseIoElement_Driver();
|
|
5137
5137
|
while (reader.pos < end) {
|
|
5138
5138
|
const tag = reader.uint32();
|
|
@@ -5284,7 +5284,7 @@ exports.IoElement_MSP500 = {
|
|
|
5284
5284
|
},
|
|
5285
5285
|
decode(input, length) {
|
|
5286
5286
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5287
|
-
|
|
5287
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5288
5288
|
const message = createBaseIoElement_MSP500();
|
|
5289
5289
|
while (reader.pos < end) {
|
|
5290
5290
|
const tag = reader.uint32();
|
|
@@ -5854,7 +5854,7 @@ exports.EventualIoElements = {
|
|
|
5854
5854
|
},
|
|
5855
5855
|
decode(input, length) {
|
|
5856
5856
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5857
|
-
|
|
5857
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
5858
5858
|
const message = createBaseEventualIoElements();
|
|
5859
5859
|
while (reader.pos < end) {
|
|
5860
5860
|
const tag = reader.uint32();
|
|
@@ -7756,7 +7756,7 @@ exports.ObdElements = {
|
|
|
7756
7756
|
},
|
|
7757
7757
|
decode(input, length) {
|
|
7758
7758
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
7759
|
-
|
|
7759
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
7760
7760
|
const message = createBaseObdElements();
|
|
7761
7761
|
while (reader.pos < end) {
|
|
7762
7762
|
const tag = reader.uint32();
|
|
@@ -8566,7 +8566,7 @@ exports.FmsElement = {
|
|
|
8566
8566
|
},
|
|
8567
8567
|
decode(input, length) {
|
|
8568
8568
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
8569
|
-
|
|
8569
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
8570
8570
|
const message = createBaseFmsElement();
|
|
8571
8571
|
while (reader.pos < end) {
|
|
8572
8572
|
const tag = reader.uint32();
|
|
@@ -9338,7 +9338,7 @@ exports.ObdOemElements = {
|
|
|
9338
9338
|
},
|
|
9339
9339
|
decode(input, length) {
|
|
9340
9340
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9341
|
-
|
|
9341
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9342
9342
|
const message = createBaseObdOemElements();
|
|
9343
9343
|
while (reader.pos < end) {
|
|
9344
9344
|
const tag = reader.uint32();
|
|
@@ -9724,7 +9724,7 @@ exports.BleSensorsIoElements = {
|
|
|
9724
9724
|
},
|
|
9725
9725
|
decode(input, length) {
|
|
9726
9726
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
9727
|
-
|
|
9727
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
9728
9728
|
const message = createBaseBleSensorsIoElements();
|
|
9729
9729
|
while (reader.pos < end) {
|
|
9730
9730
|
const tag = reader.uint32();
|
|
@@ -10914,7 +10914,7 @@ exports.CanAdaptersElements = {
|
|
|
10914
10914
|
},
|
|
10915
10915
|
decode(input, length) {
|
|
10916
10916
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
10917
|
-
|
|
10917
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
10918
10918
|
const message = createBaseCanAdaptersElements();
|
|
10919
10919
|
while (reader.pos < end) {
|
|
10920
10920
|
const tag = reader.uint32();
|
|
@@ -12754,7 +12754,7 @@ exports.CanAdaptersElements_Ssf = {
|
|
|
12754
12754
|
},
|
|
12755
12755
|
decode(input, length) {
|
|
12756
12756
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
12757
|
-
|
|
12757
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
12758
12758
|
const message = createBaseCanAdaptersElements_Ssf();
|
|
12759
12759
|
while (reader.pos < end) {
|
|
12760
12760
|
const tag = reader.uint32();
|
|
@@ -13468,7 +13468,7 @@ exports.CanAdaptersElements_Csf = {
|
|
|
13468
13468
|
},
|
|
13469
13469
|
decode(input, length) {
|
|
13470
13470
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
13471
|
-
|
|
13471
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
13472
13472
|
const message = createBaseCanAdaptersElements_Csf();
|
|
13473
13473
|
while (reader.pos < end) {
|
|
13474
13474
|
const tag = reader.uint32();
|
|
@@ -14024,7 +14024,7 @@ exports.CanAdaptersElements_Isf = {
|
|
|
14024
14024
|
},
|
|
14025
14025
|
decode(input, length) {
|
|
14026
14026
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
14027
|
-
|
|
14027
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
14028
14028
|
const message = createBaseCanAdaptersElements_Isf();
|
|
14029
14029
|
while (reader.pos < end) {
|
|
14030
14030
|
const tag = reader.uint32();
|
|
@@ -14824,7 +14824,7 @@ exports.CanAdaptersElements_Asf = {
|
|
|
14824
14824
|
},
|
|
14825
14825
|
decode(input, length) {
|
|
14826
14826
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
14827
|
-
|
|
14827
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
14828
14828
|
const message = createBaseCanAdaptersElements_Asf();
|
|
14829
14829
|
while (reader.pos < end) {
|
|
14830
14830
|
const tag = reader.uint32();
|
|
@@ -15680,7 +15680,7 @@ exports.CanAdaptersElements_Usf = {
|
|
|
15680
15680
|
},
|
|
15681
15681
|
decode(input, length) {
|
|
15682
15682
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
15683
|
-
|
|
15683
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
15684
15684
|
const message = createBaseCanAdaptersElements_Usf();
|
|
15685
15685
|
while (reader.pos < end) {
|
|
15686
15686
|
const tag = reader.uint32();
|
|
@@ -16036,7 +16036,7 @@ exports.CanAdaptersElements_Cisf = {
|
|
|
16036
16036
|
},
|
|
16037
16037
|
decode(input, length) {
|
|
16038
16038
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
16039
|
-
|
|
16039
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
16040
16040
|
const message = createBaseCanAdaptersElements_Cisf();
|
|
16041
16041
|
while (reader.pos < end) {
|
|
16042
16042
|
const tag = reader.uint32();
|
|
@@ -16432,7 +16432,7 @@ exports.CanAdaptersElements_LcCan = {
|
|
|
16432
16432
|
},
|
|
16433
16433
|
decode(input, length) {
|
|
16434
16434
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
16435
|
-
|
|
16435
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
16436
16436
|
const message = createBaseCanAdaptersElements_LcCan();
|
|
16437
16437
|
while (reader.pos < end) {
|
|
16438
16438
|
const tag = reader.uint32();
|
|
@@ -16593,7 +16593,7 @@ exports.CanAdaptersElements_TireStatusEntry = {
|
|
|
16593
16593
|
},
|
|
16594
16594
|
decode(input, length) {
|
|
16595
16595
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
16596
|
-
|
|
16596
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
16597
16597
|
const message = createBaseCanAdaptersElements_TireStatusEntry();
|
|
16598
16598
|
while (reader.pos < end) {
|
|
16599
16599
|
const tag = reader.uint32();
|
|
@@ -16670,7 +16670,7 @@ exports.TireStatus = {
|
|
|
16670
16670
|
},
|
|
16671
16671
|
decode(input, length) {
|
|
16672
16672
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
16673
|
-
|
|
16673
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
16674
16674
|
const message = createBaseTireStatus();
|
|
16675
16675
|
while (reader.pos < end) {
|
|
16676
16676
|
const tag = reader.uint32();
|
|
@@ -16778,7 +16778,7 @@ exports.ADAS = {
|
|
|
16778
16778
|
},
|
|
16779
16779
|
decode(input, length) {
|
|
16780
16780
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
16781
|
-
|
|
16781
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
16782
16782
|
const message = createBaseADAS();
|
|
16783
16783
|
while (reader.pos < end) {
|
|
16784
16784
|
const tag = reader.uint32();
|
|
@@ -16930,7 +16930,7 @@ exports.Compact = {
|
|
|
16930
16930
|
},
|
|
16931
16931
|
decode(input, length) {
|
|
16932
16932
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
16933
|
-
|
|
16933
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
16934
16934
|
const message = createBaseCompact();
|
|
16935
16935
|
while (reader.pos < end) {
|
|
16936
16936
|
const tag = reader.uint32();
|
|
@@ -17171,7 +17171,7 @@ exports.Compact_AlertValuesEntry = {
|
|
|
17171
17171
|
},
|
|
17172
17172
|
decode(input, length) {
|
|
17173
17173
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17174
|
-
|
|
17174
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
17175
17175
|
const message = createBaseCompact_AlertValuesEntry();
|
|
17176
17176
|
while (reader.pos < end) {
|
|
17177
17177
|
const tag = reader.uint32();
|
|
@@ -17240,7 +17240,7 @@ exports.Compact_UnknownIosEntry = {
|
|
|
17240
17240
|
},
|
|
17241
17241
|
decode(input, length) {
|
|
17242
17242
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17243
|
-
|
|
17243
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
17244
17244
|
const message = createBaseCompact_UnknownIosEntry();
|
|
17245
17245
|
while (reader.pos < end) {
|
|
17246
17246
|
const tag = reader.uint32();
|
|
@@ -17332,7 +17332,7 @@ exports.Log = {
|
|
|
17332
17332
|
},
|
|
17333
17333
|
decode(input, length) {
|
|
17334
17334
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17335
|
-
|
|
17335
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
17336
17336
|
const message = createBaseLog();
|
|
17337
17337
|
while (reader.pos < end) {
|
|
17338
17338
|
const tag = reader.uint32();
|
|
@@ -17502,7 +17502,7 @@ exports.Data = {
|
|
|
17502
17502
|
},
|
|
17503
17503
|
decode(input, length) {
|
|
17504
17504
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17505
|
-
|
|
17505
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
17506
17506
|
const message = createBaseData();
|
|
17507
17507
|
while (reader.pos < end) {
|
|
17508
17508
|
const tag = reader.uint32();
|
|
@@ -17682,7 +17682,7 @@ exports.Authorize = {
|
|
|
17682
17682
|
},
|
|
17683
17683
|
decode(input, length) {
|
|
17684
17684
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17685
|
-
|
|
17685
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
17686
17686
|
const message = createBaseAuthorize();
|
|
17687
17687
|
while (reader.pos < end) {
|
|
17688
17688
|
const tag = reader.uint32();
|
|
@@ -17781,7 +17781,7 @@ exports.Packet = {
|
|
|
17781
17781
|
},
|
|
17782
17782
|
decode(input, length) {
|
|
17783
17783
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17784
|
-
|
|
17784
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
17785
17785
|
const message = createBasePacket();
|
|
17786
17786
|
while (reader.pos < end) {
|
|
17787
17787
|
const tag = reader.uint32();
|
|
@@ -17981,7 +17981,7 @@ exports.Stream = {
|
|
|
17981
17981
|
},
|
|
17982
17982
|
decode(input, length) {
|
|
17983
17983
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
17984
|
-
|
|
17984
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
17985
17985
|
const message = createBaseStream();
|
|
17986
17986
|
while (reader.pos < end) {
|
|
17987
17987
|
const tag = reader.uint32();
|
|
@@ -18047,7 +18047,7 @@ exports.ReplyConcox = {
|
|
|
18047
18047
|
},
|
|
18048
18048
|
decode(input, length) {
|
|
18049
18049
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18050
|
-
|
|
18050
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
18051
18051
|
const message = createBaseReplyConcox();
|
|
18052
18052
|
while (reader.pos < end) {
|
|
18053
18053
|
const tag = reader.uint32();
|
|
@@ -18105,7 +18105,7 @@ exports.ReplyConcox_Item = {
|
|
|
18105
18105
|
},
|
|
18106
18106
|
decode(input, length) {
|
|
18107
18107
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18108
|
-
|
|
18108
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
18109
18109
|
const message = createBaseReplyConcox_Item();
|
|
18110
18110
|
while (reader.pos < end) {
|
|
18111
18111
|
const tag = reader.uint32();
|
|
@@ -18183,7 +18183,7 @@ exports.ReplyTeltonika = {
|
|
|
18183
18183
|
},
|
|
18184
18184
|
decode(input, length) {
|
|
18185
18185
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18186
|
-
|
|
18186
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
18187
18187
|
const message = createBaseReplyTeltonika();
|
|
18188
18188
|
while (reader.pos < end) {
|
|
18189
18189
|
const tag = reader.uint32();
|
|
@@ -18294,7 +18294,7 @@ exports.AdditionalInformation = {
|
|
|
18294
18294
|
},
|
|
18295
18295
|
decode(input, length) {
|
|
18296
18296
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18297
|
-
|
|
18297
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
18298
18298
|
const message = createBaseAdditionalInformation();
|
|
18299
18299
|
while (reader.pos < end) {
|
|
18300
18300
|
const tag = reader.uint32();
|
|
@@ -18390,7 +18390,7 @@ exports.Jtt808SignalingDataMessage1211 = {
|
|
|
18390
18390
|
},
|
|
18391
18391
|
decode(input, length) {
|
|
18392
18392
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18393
|
-
|
|
18393
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
18394
18394
|
const message = createBaseJtt808SignalingDataMessage1211();
|
|
18395
18395
|
while (reader.pos < end) {
|
|
18396
18396
|
const tag = reader.uint32();
|
|
@@ -18490,7 +18490,7 @@ exports.Jtt808SignalingDataMessage1210 = {
|
|
|
18490
18490
|
},
|
|
18491
18491
|
decode(input, length) {
|
|
18492
18492
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18493
|
-
|
|
18493
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
18494
18494
|
const message = createBaseJtt808SignalingDataMessage1210();
|
|
18495
18495
|
while (reader.pos < end) {
|
|
18496
18496
|
const tag = reader.uint32();
|
|
@@ -18613,7 +18613,7 @@ exports.Jtt808SignalingDataMessage1210_Attachment = {
|
|
|
18613
18613
|
},
|
|
18614
18614
|
decode(input, length) {
|
|
18615
18615
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18616
|
-
|
|
18616
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
18617
18617
|
const message = createBaseJtt808SignalingDataMessage1210_Attachment();
|
|
18618
18618
|
while (reader.pos < end) {
|
|
18619
18619
|
const tag = reader.uint32();
|
|
@@ -18685,7 +18685,7 @@ exports.Jtt10780x0001Answer = {
|
|
|
18685
18685
|
},
|
|
18686
18686
|
decode(input, length) {
|
|
18687
18687
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18688
|
-
|
|
18688
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
18689
18689
|
const message = createBaseJtt10780x0001Answer();
|
|
18690
18690
|
while (reader.pos < end) {
|
|
18691
18691
|
const tag = reader.uint32();
|
|
@@ -18775,7 +18775,7 @@ exports.Jtt1078EventMediaInfoUpload = {
|
|
|
18775
18775
|
},
|
|
18776
18776
|
decode(input, length) {
|
|
18777
18777
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18778
|
-
|
|
18778
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
18779
18779
|
const message = createBaseJtt1078EventMediaInfoUpload();
|
|
18780
18780
|
while (reader.pos < end) {
|
|
18781
18781
|
const tag = reader.uint32();
|
|
@@ -18892,7 +18892,7 @@ exports.Jtt1078EventMediaDataUpload = {
|
|
|
18892
18892
|
},
|
|
18893
18893
|
decode(input, length) {
|
|
18894
18894
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
18895
|
-
|
|
18895
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
18896
18896
|
const message = createBaseJtt1078EventMediaDataUpload();
|
|
18897
18897
|
while (reader.pos < end) {
|
|
18898
18898
|
const tag = reader.uint32();
|
|
@@ -19012,7 +19012,7 @@ exports.Jtt808SignalingDataMessage1212 = {
|
|
|
19012
19012
|
},
|
|
19013
19013
|
decode(input, length) {
|
|
19014
19014
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19015
|
-
|
|
19015
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
19016
19016
|
const message = createBaseJtt808SignalingDataMessage1212();
|
|
19017
19017
|
while (reader.pos < end) {
|
|
19018
19018
|
const tag = reader.uint32();
|
|
@@ -19093,7 +19093,7 @@ exports.ConcoxLikeR31 = {
|
|
|
19093
19093
|
},
|
|
19094
19094
|
decode(input, length) {
|
|
19095
19095
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19096
|
-
|
|
19096
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
19097
19097
|
const message = createBaseConcoxLikeR31();
|
|
19098
19098
|
while (reader.pos < end) {
|
|
19099
19099
|
const tag = reader.uint32();
|
|
@@ -19174,7 +19174,7 @@ exports.ConcoxRecording0x8d = {
|
|
|
19174
19174
|
},
|
|
19175
19175
|
decode(input, length) {
|
|
19176
19176
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19177
|
-
|
|
19177
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
19178
19178
|
const message = createBaseConcoxRecording0x8d();
|
|
19179
19179
|
while (reader.pos < end) {
|
|
19180
19180
|
const tag = reader.uint32();
|
|
@@ -19297,7 +19297,7 @@ exports.Client = {
|
|
|
19297
19297
|
},
|
|
19298
19298
|
decode(input, length) {
|
|
19299
19299
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19300
|
-
|
|
19300
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
19301
19301
|
const message = createBaseClient();
|
|
19302
19302
|
while (reader.pos < end) {
|
|
19303
19303
|
const tag = reader.uint32();
|
|
@@ -19429,7 +19429,7 @@ exports.OdysseyDevice = {
|
|
|
19429
19429
|
},
|
|
19430
19430
|
decode(input, length) {
|
|
19431
19431
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19432
|
-
|
|
19432
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
19433
19433
|
const message = createBaseOdysseyDevice();
|
|
19434
19434
|
while (reader.pos < end) {
|
|
19435
19435
|
const tag = reader.uint32();
|
|
@@ -19659,7 +19659,7 @@ exports.FusionDevice = {
|
|
|
19659
19659
|
},
|
|
19660
19660
|
decode(input, length) {
|
|
19661
19661
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19662
|
-
|
|
19662
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
19663
19663
|
const message = createBaseFusionDevice();
|
|
19664
19664
|
while (reader.pos < end) {
|
|
19665
19665
|
const tag = reader.uint32();
|
|
@@ -19885,7 +19885,7 @@ exports.DeviceData = {
|
|
|
19885
19885
|
},
|
|
19886
19886
|
decode(input, length) {
|
|
19887
19887
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19888
|
-
|
|
19888
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
19889
19889
|
const message = createBaseDeviceData();
|
|
19890
19890
|
while (reader.pos < end) {
|
|
19891
19891
|
const tag = reader.uint32();
|
|
@@ -19990,7 +19990,7 @@ exports.Task = {
|
|
|
19990
19990
|
},
|
|
19991
19991
|
decode(input, length) {
|
|
19992
19992
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
19993
|
-
|
|
19993
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
19994
19994
|
const message = createBaseTask();
|
|
19995
19995
|
while (reader.pos < end) {
|
|
19996
19996
|
const tag = reader.uint32();
|
|
@@ -20133,7 +20133,7 @@ exports.Task_AlertIdNumberEntry = {
|
|
|
20133
20133
|
},
|
|
20134
20134
|
decode(input, length) {
|
|
20135
20135
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
20136
|
-
|
|
20136
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
20137
20137
|
const message = createBaseTask_AlertIdNumberEntry();
|
|
20138
20138
|
while (reader.pos < end) {
|
|
20139
20139
|
const tag = reader.uint32();
|
|
@@ -20225,7 +20225,7 @@ exports.DeviceStatus = {
|
|
|
20225
20225
|
},
|
|
20226
20226
|
decode(input, length) {
|
|
20227
20227
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
20228
|
-
|
|
20228
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
20229
20229
|
const message = createBaseDeviceStatus();
|
|
20230
20230
|
while (reader.pos < end) {
|
|
20231
20231
|
const tag = reader.uint32();
|
|
@@ -20362,7 +20362,7 @@ exports.JTT808MediaRetrieval0802 = {
|
|
|
20362
20362
|
},
|
|
20363
20363
|
decode(input, length) {
|
|
20364
20364
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
20365
|
-
|
|
20365
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
20366
20366
|
const message = createBaseJTT808MediaRetrieval0802();
|
|
20367
20367
|
while (reader.pos < end) {
|
|
20368
20368
|
const tag = reader.uint32();
|
|
@@ -20455,7 +20455,7 @@ exports.JTT808MediaRetrieval0802_Item = {
|
|
|
20455
20455
|
},
|
|
20456
20456
|
decode(input, length) {
|
|
20457
20457
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
20458
|
-
|
|
20458
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
20459
20459
|
const message = createBaseJTT808MediaRetrieval0802_Item();
|
|
20460
20460
|
while (reader.pos < end) {
|
|
20461
20461
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.7.
|
|
4
|
+
// protoc-gen-ts_proto v2.7.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: 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
|
+
const 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
|
+
const 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
|
+
const 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
|
+
const 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
|
+
const 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
|
+
const 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
|
+
const 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
|
+
const 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();
|