@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: services/repositories.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -63,7 +63,7 @@ exports.DeviceRepo = {
|
|
|
63
63
|
},
|
|
64
64
|
decode(input, length) {
|
|
65
65
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
66
|
-
|
|
66
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
67
67
|
const message = createBaseDeviceRepo();
|
|
68
68
|
while (reader.pos < end) {
|
|
69
69
|
const tag = reader.uint32();
|
|
@@ -236,7 +236,7 @@ exports.CarRepo = {
|
|
|
236
236
|
},
|
|
237
237
|
decode(input, length) {
|
|
238
238
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
239
|
-
|
|
239
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
240
240
|
const message = createBaseCarRepo();
|
|
241
241
|
while (reader.pos < end) {
|
|
242
242
|
const tag = reader.uint32();
|
|
@@ -323,7 +323,7 @@ exports.PersonRepo = {
|
|
|
323
323
|
},
|
|
324
324
|
decode(input, length) {
|
|
325
325
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
326
|
-
|
|
326
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
327
327
|
const message = createBasePersonRepo();
|
|
328
328
|
while (reader.pos < end) {
|
|
329
329
|
const tag = reader.uint32();
|
|
@@ -409,7 +409,7 @@ exports.UserRepo = {
|
|
|
409
409
|
},
|
|
410
410
|
decode(input, length) {
|
|
411
411
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
412
|
-
|
|
412
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
413
413
|
const message = createBaseUserRepo();
|
|
414
414
|
while (reader.pos < end) {
|
|
415
415
|
const tag = reader.uint32();
|
|
@@ -479,7 +479,7 @@ exports.DriverRepo = {
|
|
|
479
479
|
},
|
|
480
480
|
decode(input, length) {
|
|
481
481
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
482
|
-
|
|
482
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
483
483
|
const message = createBaseDriverRepo();
|
|
484
484
|
while (reader.pos < end) {
|
|
485
485
|
const tag = reader.uint32();
|
|
@@ -551,7 +551,7 @@ exports.CarModelRepo = {
|
|
|
551
551
|
},
|
|
552
552
|
decode(input, length) {
|
|
553
553
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
554
|
-
|
|
554
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
555
555
|
const message = createBaseCarModelRepo();
|
|
556
556
|
while (reader.pos < end) {
|
|
557
557
|
const tag = reader.uint32();
|
|
@@ -629,7 +629,7 @@ exports.SubscriptionRepo = {
|
|
|
629
629
|
},
|
|
630
630
|
decode(input, length) {
|
|
631
631
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
632
|
-
|
|
632
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
633
633
|
const message = createBaseSubscriptionRepo();
|
|
634
634
|
while (reader.pos < end) {
|
|
635
635
|
const tag = reader.uint32();
|
|
@@ -735,7 +735,7 @@ exports.ProductRepo = {
|
|
|
735
735
|
},
|
|
736
736
|
decode(input, length) {
|
|
737
737
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
738
|
-
|
|
738
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
739
739
|
const message = createBaseProductRepo();
|
|
740
740
|
while (reader.pos < end) {
|
|
741
741
|
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: trips/trip.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -1135,7 +1135,7 @@ exports.Monthly = {
|
|
|
1135
1135
|
},
|
|
1136
1136
|
decode(input, length) {
|
|
1137
1137
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1138
|
-
|
|
1138
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1139
1139
|
const message = createBaseMonthly();
|
|
1140
1140
|
while (reader.pos < end) {
|
|
1141
1141
|
const tag = reader.uint32();
|
|
@@ -1425,7 +1425,7 @@ exports.MonthlyCompact = {
|
|
|
1425
1425
|
},
|
|
1426
1426
|
decode(input, length) {
|
|
1427
1427
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1428
|
-
|
|
1428
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1429
1429
|
const message = createBaseMonthlyCompact();
|
|
1430
1430
|
while (reader.pos < end) {
|
|
1431
1431
|
const tag = reader.uint32();
|
|
@@ -1721,7 +1721,7 @@ exports.MonthlyCompact_GreenDrivingEntry = {
|
|
|
1721
1721
|
},
|
|
1722
1722
|
decode(input, length) {
|
|
1723
1723
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1724
|
-
|
|
1724
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1725
1725
|
const message = createBaseMonthlyCompact_GreenDrivingEntry();
|
|
1726
1726
|
while (reader.pos < end) {
|
|
1727
1727
|
const tag = reader.uint32();
|
|
@@ -1790,7 +1790,7 @@ exports.MonthlyCompact_TemperatureEntry = {
|
|
|
1790
1790
|
},
|
|
1791
1791
|
decode(input, length) {
|
|
1792
1792
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1793
|
-
|
|
1793
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1794
1794
|
const message = createBaseMonthlyCompact_TemperatureEntry();
|
|
1795
1795
|
while (reader.pos < end) {
|
|
1796
1796
|
const tag = reader.uint32();
|
|
@@ -1859,7 +1859,7 @@ exports.MonthlyCompact_HumidityEntry = {
|
|
|
1859
1859
|
},
|
|
1860
1860
|
decode(input, length) {
|
|
1861
1861
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1862
|
-
|
|
1862
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1863
1863
|
const message = createBaseMonthlyCompact_HumidityEntry();
|
|
1864
1864
|
while (reader.pos < end) {
|
|
1865
1865
|
const tag = reader.uint32();
|
|
@@ -1928,7 +1928,7 @@ exports.MonthlyCompact_CrashesEntry = {
|
|
|
1928
1928
|
},
|
|
1929
1929
|
decode(input, length) {
|
|
1930
1930
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1931
|
-
|
|
1931
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1932
1932
|
const message = createBaseMonthlyCompact_CrashesEntry();
|
|
1933
1933
|
while (reader.pos < end) {
|
|
1934
1934
|
const tag = reader.uint32();
|
|
@@ -1997,7 +1997,7 @@ exports.MonthlyCompact_SpeedsEntry = {
|
|
|
1997
1997
|
},
|
|
1998
1998
|
decode(input, length) {
|
|
1999
1999
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2000
|
-
|
|
2000
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2001
2001
|
const message = createBaseMonthlyCompact_SpeedsEntry();
|
|
2002
2002
|
while (reader.pos < end) {
|
|
2003
2003
|
const tag = reader.uint32();
|
|
@@ -2127,7 +2127,7 @@ exports.Trip = {
|
|
|
2127
2127
|
},
|
|
2128
2128
|
decode(input, length) {
|
|
2129
2129
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2130
|
-
|
|
2130
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2131
2131
|
const message = createBaseTrip();
|
|
2132
2132
|
while (reader.pos < end) {
|
|
2133
2133
|
const tag = reader.uint32();
|
|
@@ -2434,7 +2434,7 @@ exports.TripCompact = {
|
|
|
2434
2434
|
},
|
|
2435
2435
|
decode(input, length) {
|
|
2436
2436
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2437
|
-
|
|
2437
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2438
2438
|
const message = createBaseTripCompact();
|
|
2439
2439
|
while (reader.pos < end) {
|
|
2440
2440
|
const tag = reader.uint32();
|
|
@@ -2794,7 +2794,7 @@ exports.TripCompact_GreenDrivingEntry = {
|
|
|
2794
2794
|
},
|
|
2795
2795
|
decode(input, length) {
|
|
2796
2796
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2797
|
-
|
|
2797
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2798
2798
|
const message = createBaseTripCompact_GreenDrivingEntry();
|
|
2799
2799
|
while (reader.pos < end) {
|
|
2800
2800
|
const tag = reader.uint32();
|
|
@@ -2863,7 +2863,7 @@ exports.TripCompact_TemperatureEntry = {
|
|
|
2863
2863
|
},
|
|
2864
2864
|
decode(input, length) {
|
|
2865
2865
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2866
|
-
|
|
2866
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2867
2867
|
const message = createBaseTripCompact_TemperatureEntry();
|
|
2868
2868
|
while (reader.pos < end) {
|
|
2869
2869
|
const tag = reader.uint32();
|
|
@@ -2932,7 +2932,7 @@ exports.TripCompact_HumidityEntry = {
|
|
|
2932
2932
|
},
|
|
2933
2933
|
decode(input, length) {
|
|
2934
2934
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2935
|
-
|
|
2935
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2936
2936
|
const message = createBaseTripCompact_HumidityEntry();
|
|
2937
2937
|
while (reader.pos < end) {
|
|
2938
2938
|
const tag = reader.uint32();
|
|
@@ -3001,7 +3001,7 @@ exports.TripCompact_CrashesEntry = {
|
|
|
3001
3001
|
},
|
|
3002
3002
|
decode(input, length) {
|
|
3003
3003
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3004
|
-
|
|
3004
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3005
3005
|
const message = createBaseTripCompact_CrashesEntry();
|
|
3006
3006
|
while (reader.pos < end) {
|
|
3007
3007
|
const tag = reader.uint32();
|
|
@@ -3070,7 +3070,7 @@ exports.TripCompact_SpeedsEntry = {
|
|
|
3070
3070
|
},
|
|
3071
3071
|
decode(input, length) {
|
|
3072
3072
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3073
|
-
|
|
3073
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3074
3074
|
const message = createBaseTripCompact_SpeedsEntry();
|
|
3075
3075
|
while (reader.pos < end) {
|
|
3076
3076
|
const tag = reader.uint32();
|
|
@@ -3144,7 +3144,7 @@ exports.TripPoint = {
|
|
|
3144
3144
|
},
|
|
3145
3145
|
decode(input, length) {
|
|
3146
3146
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3147
|
-
|
|
3147
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3148
3148
|
const message = createBaseTripPoint();
|
|
3149
3149
|
while (reader.pos < end) {
|
|
3150
3150
|
const tag = reader.uint32();
|
|
@@ -3225,7 +3225,7 @@ exports.TripDurationStat = {
|
|
|
3225
3225
|
},
|
|
3226
3226
|
decode(input, length) {
|
|
3227
3227
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3228
|
-
|
|
3228
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3229
3229
|
const message = createBaseTripDurationStat();
|
|
3230
3230
|
while (reader.pos < end) {
|
|
3231
3231
|
const tag = reader.uint32();
|
|
@@ -3425,7 +3425,7 @@ exports.FusionTrip = {
|
|
|
3425
3425
|
},
|
|
3426
3426
|
decode(input, length) {
|
|
3427
3427
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3428
|
-
|
|
3428
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3429
3429
|
const message = createBaseFusionTrip();
|
|
3430
3430
|
while (reader.pos < end) {
|
|
3431
3431
|
const tag = reader.uint32();
|
|
@@ -3889,7 +3889,7 @@ exports.TripTask = {
|
|
|
3889
3889
|
},
|
|
3890
3890
|
decode(input, length) {
|
|
3891
3891
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3892
|
-
|
|
3892
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3893
3893
|
const message = createBaseTripTask();
|
|
3894
3894
|
while (reader.pos < end) {
|
|
3895
3895
|
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: utils/buf/validate/validate.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -205,7 +205,7 @@ exports.Rule = {
|
|
|
205
205
|
},
|
|
206
206
|
decode(input, length) {
|
|
207
207
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
208
|
-
|
|
208
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
209
209
|
const message = createBaseRule();
|
|
210
210
|
while (reader.pos < end) {
|
|
211
211
|
const tag = reader.uint32();
|
|
@@ -289,7 +289,7 @@ exports.MessageRules = {
|
|
|
289
289
|
},
|
|
290
290
|
decode(input, length) {
|
|
291
291
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
292
|
-
|
|
292
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
293
293
|
const message = createBaseMessageRules();
|
|
294
294
|
while (reader.pos < end) {
|
|
295
295
|
const tag = reader.uint32();
|
|
@@ -373,7 +373,7 @@ exports.MessageOneofRule = {
|
|
|
373
373
|
},
|
|
374
374
|
decode(input, length) {
|
|
375
375
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
376
|
-
|
|
376
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
377
377
|
const message = createBaseMessageOneofRule();
|
|
378
378
|
while (reader.pos < end) {
|
|
379
379
|
const tag = reader.uint32();
|
|
@@ -440,7 +440,7 @@ exports.OneofRules = {
|
|
|
440
440
|
},
|
|
441
441
|
decode(input, length) {
|
|
442
442
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
443
|
-
|
|
443
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
444
444
|
const message = createBaseOneofRules();
|
|
445
445
|
while (reader.pos < end) {
|
|
446
446
|
const tag = reader.uint32();
|
|
@@ -594,7 +594,7 @@ exports.FieldRules = {
|
|
|
594
594
|
},
|
|
595
595
|
decode(input, length) {
|
|
596
596
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
597
|
-
|
|
597
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
598
598
|
const message = createBaseFieldRules();
|
|
599
599
|
while (reader.pos < end) {
|
|
600
600
|
const tag = reader.uint32();
|
|
@@ -987,7 +987,7 @@ exports.PredefinedRules = {
|
|
|
987
987
|
},
|
|
988
988
|
decode(input, length) {
|
|
989
989
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
990
|
-
|
|
990
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
991
991
|
const message = createBasePredefinedRules();
|
|
992
992
|
while (reader.pos < end) {
|
|
993
993
|
const tag = reader.uint32();
|
|
@@ -1080,7 +1080,7 @@ exports.FloatRules = {
|
|
|
1080
1080
|
},
|
|
1081
1081
|
decode(input, length) {
|
|
1082
1082
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1083
|
-
|
|
1083
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1084
1084
|
const message = createBaseFloatRules();
|
|
1085
1085
|
while (reader.pos < end) {
|
|
1086
1086
|
const tag = reader.uint32();
|
|
@@ -1292,7 +1292,7 @@ exports.DoubleRules = {
|
|
|
1292
1292
|
},
|
|
1293
1293
|
decode(input, length) {
|
|
1294
1294
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1295
|
-
|
|
1295
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1296
1296
|
const message = createBaseDoubleRules();
|
|
1297
1297
|
while (reader.pos < end) {
|
|
1298
1298
|
const tag = reader.uint32();
|
|
@@ -1491,7 +1491,7 @@ exports.Int32Rules = {
|
|
|
1491
1491
|
},
|
|
1492
1492
|
decode(input, length) {
|
|
1493
1493
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1494
|
-
|
|
1494
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1495
1495
|
const message = createBaseInt32Rules();
|
|
1496
1496
|
while (reader.pos < end) {
|
|
1497
1497
|
const tag = reader.uint32();
|
|
@@ -1687,7 +1687,7 @@ exports.Int64Rules = {
|
|
|
1687
1687
|
},
|
|
1688
1688
|
decode(input, length) {
|
|
1689
1689
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1690
|
-
|
|
1690
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1691
1691
|
const message = createBaseInt64Rules();
|
|
1692
1692
|
while (reader.pos < end) {
|
|
1693
1693
|
const tag = reader.uint32();
|
|
@@ -1874,7 +1874,7 @@ exports.UInt32Rules = {
|
|
|
1874
1874
|
},
|
|
1875
1875
|
decode(input, length) {
|
|
1876
1876
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1877
|
-
|
|
1877
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1878
1878
|
const message = createBaseUInt32Rules();
|
|
1879
1879
|
while (reader.pos < end) {
|
|
1880
1880
|
const tag = reader.uint32();
|
|
@@ -2070,7 +2070,7 @@ exports.UInt64Rules = {
|
|
|
2070
2070
|
},
|
|
2071
2071
|
decode(input, length) {
|
|
2072
2072
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2073
|
-
|
|
2073
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2074
2074
|
const message = createBaseUInt64Rules();
|
|
2075
2075
|
while (reader.pos < end) {
|
|
2076
2076
|
const tag = reader.uint32();
|
|
@@ -2257,7 +2257,7 @@ exports.SInt32Rules = {
|
|
|
2257
2257
|
},
|
|
2258
2258
|
decode(input, length) {
|
|
2259
2259
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2260
|
-
|
|
2260
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2261
2261
|
const message = createBaseSInt32Rules();
|
|
2262
2262
|
while (reader.pos < end) {
|
|
2263
2263
|
const tag = reader.uint32();
|
|
@@ -2453,7 +2453,7 @@ exports.SInt64Rules = {
|
|
|
2453
2453
|
},
|
|
2454
2454
|
decode(input, length) {
|
|
2455
2455
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2456
|
-
|
|
2456
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2457
2457
|
const message = createBaseSInt64Rules();
|
|
2458
2458
|
while (reader.pos < end) {
|
|
2459
2459
|
const tag = reader.uint32();
|
|
@@ -2640,7 +2640,7 @@ exports.Fixed32Rules = {
|
|
|
2640
2640
|
},
|
|
2641
2641
|
decode(input, length) {
|
|
2642
2642
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2643
|
-
|
|
2643
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2644
2644
|
const message = createBaseFixed32Rules();
|
|
2645
2645
|
while (reader.pos < end) {
|
|
2646
2646
|
const tag = reader.uint32();
|
|
@@ -2836,7 +2836,7 @@ exports.Fixed64Rules = {
|
|
|
2836
2836
|
},
|
|
2837
2837
|
decode(input, length) {
|
|
2838
2838
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2839
|
-
|
|
2839
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2840
2840
|
const message = createBaseFixed64Rules();
|
|
2841
2841
|
while (reader.pos < end) {
|
|
2842
2842
|
const tag = reader.uint32();
|
|
@@ -3023,7 +3023,7 @@ exports.SFixed32Rules = {
|
|
|
3023
3023
|
},
|
|
3024
3024
|
decode(input, length) {
|
|
3025
3025
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3026
|
-
|
|
3026
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3027
3027
|
const message = createBaseSFixed32Rules();
|
|
3028
3028
|
while (reader.pos < end) {
|
|
3029
3029
|
const tag = reader.uint32();
|
|
@@ -3219,7 +3219,7 @@ exports.SFixed64Rules = {
|
|
|
3219
3219
|
},
|
|
3220
3220
|
decode(input, length) {
|
|
3221
3221
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3222
|
-
|
|
3222
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3223
3223
|
const message = createBaseSFixed64Rules();
|
|
3224
3224
|
while (reader.pos < end) {
|
|
3225
3225
|
const tag = reader.uint32();
|
|
@@ -3384,7 +3384,7 @@ exports.BoolRules = {
|
|
|
3384
3384
|
},
|
|
3385
3385
|
decode(input, length) {
|
|
3386
3386
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3387
|
-
|
|
3387
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3388
3388
|
const message = createBaseBoolRules();
|
|
3389
3389
|
while (reader.pos < end) {
|
|
3390
3390
|
const tag = reader.uint32();
|
|
@@ -3596,7 +3596,7 @@ exports.StringRules = {
|
|
|
3596
3596
|
},
|
|
3597
3597
|
decode(input, length) {
|
|
3598
3598
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3599
|
-
|
|
3599
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
3600
3600
|
const message = createBaseStringRules();
|
|
3601
3601
|
while (reader.pos < end) {
|
|
3602
3602
|
const tag = reader.uint32();
|
|
@@ -4127,7 +4127,7 @@ exports.BytesRules = {
|
|
|
4127
4127
|
},
|
|
4128
4128
|
decode(input, length) {
|
|
4129
4129
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4130
|
-
|
|
4130
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4131
4131
|
const message = createBaseBytesRules();
|
|
4132
4132
|
while (reader.pos < end) {
|
|
4133
4133
|
const tag = reader.uint32();
|
|
@@ -4372,7 +4372,7 @@ exports.EnumRules = {
|
|
|
4372
4372
|
},
|
|
4373
4373
|
decode(input, length) {
|
|
4374
4374
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4375
|
-
|
|
4375
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4376
4376
|
const message = createBaseEnumRules();
|
|
4377
4377
|
while (reader.pos < end) {
|
|
4378
4378
|
const tag = reader.uint32();
|
|
@@ -4505,7 +4505,7 @@ exports.RepeatedRules = {
|
|
|
4505
4505
|
},
|
|
4506
4506
|
decode(input, length) {
|
|
4507
4507
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4508
|
-
|
|
4508
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4509
4509
|
const message = createBaseRepeatedRules();
|
|
4510
4510
|
while (reader.pos < end) {
|
|
4511
4511
|
const tag = reader.uint32();
|
|
@@ -4610,7 +4610,7 @@ exports.MapRules = {
|
|
|
4610
4610
|
},
|
|
4611
4611
|
decode(input, length) {
|
|
4612
4612
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4613
|
-
|
|
4613
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4614
4614
|
const message = createBaseMapRules();
|
|
4615
4615
|
while (reader.pos < end) {
|
|
4616
4616
|
const tag = reader.uint32();
|
|
@@ -4710,7 +4710,7 @@ exports.AnyRules = {
|
|
|
4710
4710
|
},
|
|
4711
4711
|
decode(input, length) {
|
|
4712
4712
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4713
|
-
|
|
4713
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4714
4714
|
const message = createBaseAnyRules();
|
|
4715
4715
|
while (reader.pos < end) {
|
|
4716
4716
|
const tag = reader.uint32();
|
|
@@ -4807,7 +4807,7 @@ exports.DurationRules = {
|
|
|
4807
4807
|
},
|
|
4808
4808
|
decode(input, length) {
|
|
4809
4809
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4810
|
-
|
|
4810
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4811
4811
|
const message = createBaseDurationRules();
|
|
4812
4812
|
while (reader.pos < end) {
|
|
4813
4813
|
const tag = reader.uint32();
|
|
@@ -4957,7 +4957,7 @@ exports.FieldMaskRules = {
|
|
|
4957
4957
|
},
|
|
4958
4958
|
decode(input, length) {
|
|
4959
4959
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
4960
|
-
|
|
4960
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4961
4961
|
const message = createBaseFieldMaskRules();
|
|
4962
4962
|
while (reader.pos < end) {
|
|
4963
4963
|
const tag = reader.uint32();
|
|
@@ -5084,7 +5084,7 @@ exports.TimestampRules = {
|
|
|
5084
5084
|
},
|
|
5085
5085
|
decode(input, length) {
|
|
5086
5086
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5087
|
-
|
|
5087
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
5088
5088
|
const message = createBaseTimestampRules();
|
|
5089
5089
|
while (reader.pos < end) {
|
|
5090
5090
|
const tag = reader.uint32();
|
|
@@ -5237,7 +5237,7 @@ exports.Violations = {
|
|
|
5237
5237
|
},
|
|
5238
5238
|
decode(input, length) {
|
|
5239
5239
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5240
|
-
|
|
5240
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
5241
5241
|
const message = createBaseViolations();
|
|
5242
5242
|
while (reader.pos < end) {
|
|
5243
5243
|
const tag = reader.uint32();
|
|
@@ -5306,7 +5306,7 @@ exports.Violation = {
|
|
|
5306
5306
|
},
|
|
5307
5307
|
decode(input, length) {
|
|
5308
5308
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5309
|
-
|
|
5309
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
5310
5310
|
const message = createBaseViolation();
|
|
5311
5311
|
while (reader.pos < end) {
|
|
5312
5312
|
const tag = reader.uint32();
|
|
@@ -5410,7 +5410,7 @@ exports.FieldPath = {
|
|
|
5410
5410
|
},
|
|
5411
5411
|
decode(input, length) {
|
|
5412
5412
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5413
|
-
|
|
5413
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
5414
5414
|
const message = createBaseFieldPath();
|
|
5415
5415
|
while (reader.pos < end) {
|
|
5416
5416
|
const tag = reader.uint32();
|
|
@@ -5505,7 +5505,7 @@ exports.FieldPathElement = {
|
|
|
5505
5505
|
},
|
|
5506
5506
|
decode(input, length) {
|
|
5507
5507
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
5508
|
-
|
|
5508
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
5509
5509
|
const message = createBaseFieldPathElement();
|
|
5510
5510
|
while (reader.pos < end) {
|
|
5511
5511
|
const tag = reader.uint32();
|