@fatehan/tsrp 1.0.20 → 1.0.22
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/areas/area.d.ts +21 -20
- package/dist/fatehan/areas/area.d.ts.map +1 -1
- package/dist/fatehan/areas/area.js +95 -86
- package/dist/fatehan/google/protobuf/timestamp.d.ts +3 -2
- package/dist/fatehan/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/fatehan/google/protobuf/timestamp.js +16 -20
- package/dist/fatehan/models/fusion.d.ts +15 -14
- package/dist/fatehan/models/fusion.d.ts.map +1 -1
- package/dist/fatehan/models/fusion.js +150 -135
- package/dist/fatehan/models/models.d.ts +25 -24
- package/dist/fatehan/models/models.d.ts.map +1 -1
- package/dist/fatehan/models/models.js +182 -159
- package/dist/fatehan/models/operation.d.ts +26 -25
- package/dist/fatehan/models/operation.d.ts.map +1 -1
- package/dist/fatehan/models/operation.js +111 -96
- package/dist/fatehan/notifies/notify.d.ts +23 -22
- package/dist/fatehan/notifies/notify.d.ts.map +1 -1
- package/dist/fatehan/notifies/notify.js +172 -146
- package/dist/fatehan/packets/dataModel.d.ts +63 -62
- package/dist/fatehan/packets/dataModel.d.ts.map +1 -1
- package/dist/fatehan/packets/dataModel.js +617 -541
- package/dist/fatehan/packets/messages.d.ts +22 -21
- package/dist/fatehan/packets/messages.d.ts.map +1 -1
- package/dist/fatehan/packets/messages.js +157 -136
- package/dist/fatehan/reports/report.d.ts +219 -222
- package/dist/fatehan/reports/report.d.ts.map +1 -1
- package/dist/fatehan/reports/report.js +1335 -1161
- package/dist/fatehan/trips/trip.d.ts +29 -28
- package/dist/fatehan/trips/trip.d.ts.map +1 -1
- package/dist/fatehan/trips/trip.js +153 -146
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -0
- package/dist/index.test.js +12 -8
- package/package.json +4 -2
- package/readme.md +1 -1
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
// protoc-gen-ts_proto v2.7.0
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: trips/trip.proto
|
|
7
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9
|
+
};
|
|
7
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
11
|
exports.TripTask = exports.FusionTrip = exports.TripDurationStat = exports.TripPoint = exports.TripCompact_SpeedsEntry = exports.TripCompact_CrashesEntry = exports.TripCompact_HumidityEntry = exports.TripCompact_TemperatureEntry = exports.TripCompact_GreenDrivingEntry = exports.TripCompact = exports.Trip = exports.MonthlyCompact_SpeedsEntry = exports.MonthlyCompact_CrashesEntry = exports.MonthlyCompact_HumidityEntry = exports.MonthlyCompact_TemperatureEntry = exports.MonthlyCompact_GreenDrivingEntry = exports.MonthlyCompact = exports.Monthly = exports.TripTask_EventType = exports.TemperatureEnum = exports.HumidityEnum = exports.GreenDrivingTypeEnum = exports.CrashEnum = exports.protobufPackage = void 0;
|
|
9
12
|
exports.crashEnumFromJSON = crashEnumFromJSON;
|
|
@@ -18,6 +21,7 @@ exports.tripTask_EventTypeFromJSON = tripTask_EventTypeFromJSON;
|
|
|
18
21
|
exports.tripTask_EventTypeToJSON = tripTask_EventTypeToJSON;
|
|
19
22
|
/* eslint-disable */
|
|
20
23
|
const wire_1 = require("@bufbuild/protobuf/wire");
|
|
24
|
+
const long_1 = __importDefault(require("long"));
|
|
21
25
|
const timestamp_1 = require("../google/protobuf/timestamp");
|
|
22
26
|
exports.protobufPackage = "com.fatehan.trips";
|
|
23
27
|
var CrashEnum;
|
|
@@ -795,15 +799,15 @@ function tripTask_EventTypeToJSON(object) {
|
|
|
795
799
|
}
|
|
796
800
|
function createBaseMonthly() {
|
|
797
801
|
return {
|
|
798
|
-
id:
|
|
799
|
-
deviceId:
|
|
802
|
+
id: long_1.default.UZERO,
|
|
803
|
+
deviceId: long_1.default.UZERO,
|
|
800
804
|
mileage: 0,
|
|
801
805
|
idling: 0,
|
|
802
806
|
parking: 0,
|
|
803
807
|
moving: 0,
|
|
804
808
|
towing: 0,
|
|
805
809
|
totalSpeed: 0,
|
|
806
|
-
sumSpeed:
|
|
810
|
+
sumSpeed: long_1.default.UZERO,
|
|
807
811
|
maxSpeed: 0,
|
|
808
812
|
trips: 0,
|
|
809
813
|
compact: undefined,
|
|
@@ -815,11 +819,11 @@ function createBaseMonthly() {
|
|
|
815
819
|
}
|
|
816
820
|
exports.Monthly = {
|
|
817
821
|
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
818
|
-
if (message.id
|
|
819
|
-
writer.uint32(8).uint64(message.id);
|
|
822
|
+
if (!message.id.equals(long_1.default.UZERO)) {
|
|
823
|
+
writer.uint32(8).uint64(message.id.toString());
|
|
820
824
|
}
|
|
821
|
-
if (message.deviceId
|
|
822
|
-
writer.uint32(16).uint64(message.deviceId);
|
|
825
|
+
if (!message.deviceId.equals(long_1.default.UZERO)) {
|
|
826
|
+
writer.uint32(16).uint64(message.deviceId.toString());
|
|
823
827
|
}
|
|
824
828
|
if (message.mileage !== 0) {
|
|
825
829
|
writer.uint32(24).uint32(message.mileage);
|
|
@@ -839,8 +843,8 @@ exports.Monthly = {
|
|
|
839
843
|
if (message.totalSpeed !== 0) {
|
|
840
844
|
writer.uint32(64).uint32(message.totalSpeed);
|
|
841
845
|
}
|
|
842
|
-
if (message.sumSpeed
|
|
843
|
-
writer.uint32(72).uint64(message.sumSpeed);
|
|
846
|
+
if (!message.sumSpeed.equals(long_1.default.UZERO)) {
|
|
847
|
+
writer.uint32(72).uint64(message.sumSpeed.toString());
|
|
844
848
|
}
|
|
845
849
|
if (message.maxSpeed !== 0) {
|
|
846
850
|
writer.uint32(80).uint32(message.maxSpeed);
|
|
@@ -876,14 +880,14 @@ exports.Monthly = {
|
|
|
876
880
|
if (tag !== 8) {
|
|
877
881
|
break;
|
|
878
882
|
}
|
|
879
|
-
message.id =
|
|
883
|
+
message.id = long_1.default.fromString(reader.uint64().toString(), true);
|
|
880
884
|
continue;
|
|
881
885
|
}
|
|
882
886
|
case 2: {
|
|
883
887
|
if (tag !== 16) {
|
|
884
888
|
break;
|
|
885
889
|
}
|
|
886
|
-
message.deviceId =
|
|
890
|
+
message.deviceId = long_1.default.fromString(reader.uint64().toString(), true);
|
|
887
891
|
continue;
|
|
888
892
|
}
|
|
889
893
|
case 3: {
|
|
@@ -932,7 +936,7 @@ exports.Monthly = {
|
|
|
932
936
|
if (tag !== 72) {
|
|
933
937
|
break;
|
|
934
938
|
}
|
|
935
|
-
message.sumSpeed =
|
|
939
|
+
message.sumSpeed = long_1.default.fromString(reader.uint64().toString(), true);
|
|
936
940
|
continue;
|
|
937
941
|
}
|
|
938
942
|
case 10: {
|
|
@@ -994,15 +998,15 @@ exports.Monthly = {
|
|
|
994
998
|
},
|
|
995
999
|
fromJSON(object) {
|
|
996
1000
|
return {
|
|
997
|
-
id: isSet(object.id) ?
|
|
998
|
-
deviceId: isSet(object.deviceId) ?
|
|
1001
|
+
id: isSet(object.id) ? long_1.default.fromValue(object.id) : long_1.default.UZERO,
|
|
1002
|
+
deviceId: isSet(object.deviceId) ? long_1.default.fromValue(object.deviceId) : long_1.default.UZERO,
|
|
999
1003
|
mileage: isSet(object.mileage) ? globalThis.Number(object.mileage) : 0,
|
|
1000
1004
|
idling: isSet(object.idling) ? globalThis.Number(object.idling) : 0,
|
|
1001
1005
|
parking: isSet(object.parking) ? globalThis.Number(object.parking) : 0,
|
|
1002
1006
|
moving: isSet(object.moving) ? globalThis.Number(object.moving) : 0,
|
|
1003
1007
|
towing: isSet(object.towing) ? globalThis.Number(object.towing) : 0,
|
|
1004
1008
|
totalSpeed: isSet(object.totalSpeed) ? globalThis.Number(object.totalSpeed) : 0,
|
|
1005
|
-
sumSpeed: isSet(object.sumSpeed) ?
|
|
1009
|
+
sumSpeed: isSet(object.sumSpeed) ? long_1.default.fromValue(object.sumSpeed) : long_1.default.UZERO,
|
|
1006
1010
|
maxSpeed: isSet(object.maxSpeed) ? globalThis.Number(object.maxSpeed) : 0,
|
|
1007
1011
|
trips: isSet(object.trips) ? globalThis.Number(object.trips) : 0,
|
|
1008
1012
|
compact: isSet(object.compact) ? exports.MonthlyCompact.fromJSON(object.compact) : undefined,
|
|
@@ -1014,11 +1018,11 @@ exports.Monthly = {
|
|
|
1014
1018
|
},
|
|
1015
1019
|
toJSON(message) {
|
|
1016
1020
|
const obj = {};
|
|
1017
|
-
if (message.id
|
|
1018
|
-
obj.id =
|
|
1021
|
+
if (!message.id.equals(long_1.default.UZERO)) {
|
|
1022
|
+
obj.id = (message.id || long_1.default.UZERO).toString();
|
|
1019
1023
|
}
|
|
1020
|
-
if (message.deviceId
|
|
1021
|
-
obj.deviceId =
|
|
1024
|
+
if (!message.deviceId.equals(long_1.default.UZERO)) {
|
|
1025
|
+
obj.deviceId = (message.deviceId || long_1.default.UZERO).toString();
|
|
1022
1026
|
}
|
|
1023
1027
|
if (message.mileage !== 0) {
|
|
1024
1028
|
obj.mileage = Math.round(message.mileage);
|
|
@@ -1038,8 +1042,8 @@ exports.Monthly = {
|
|
|
1038
1042
|
if (message.totalSpeed !== 0) {
|
|
1039
1043
|
obj.totalSpeed = Math.round(message.totalSpeed);
|
|
1040
1044
|
}
|
|
1041
|
-
if (message.sumSpeed
|
|
1042
|
-
obj.sumSpeed =
|
|
1045
|
+
if (!message.sumSpeed.equals(long_1.default.UZERO)) {
|
|
1046
|
+
obj.sumSpeed = (message.sumSpeed || long_1.default.UZERO).toString();
|
|
1043
1047
|
}
|
|
1044
1048
|
if (message.maxSpeed !== 0) {
|
|
1045
1049
|
obj.maxSpeed = Math.round(message.maxSpeed);
|
|
@@ -1068,26 +1072,30 @@ exports.Monthly = {
|
|
|
1068
1072
|
return exports.Monthly.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1069
1073
|
},
|
|
1070
1074
|
fromPartial(object) {
|
|
1071
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m
|
|
1075
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
1072
1076
|
const message = createBaseMonthly();
|
|
1073
|
-
message.id = (
|
|
1074
|
-
message.deviceId = (
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
message.
|
|
1078
|
-
message.
|
|
1079
|
-
message.
|
|
1080
|
-
message.
|
|
1081
|
-
message.
|
|
1082
|
-
message.
|
|
1083
|
-
message.
|
|
1077
|
+
message.id = (object.id !== undefined && object.id !== null) ? long_1.default.fromValue(object.id) : long_1.default.UZERO;
|
|
1078
|
+
message.deviceId = (object.deviceId !== undefined && object.deviceId !== null)
|
|
1079
|
+
? long_1.default.fromValue(object.deviceId)
|
|
1080
|
+
: long_1.default.UZERO;
|
|
1081
|
+
message.mileage = (_a = object.mileage) !== null && _a !== void 0 ? _a : 0;
|
|
1082
|
+
message.idling = (_b = object.idling) !== null && _b !== void 0 ? _b : 0;
|
|
1083
|
+
message.parking = (_c = object.parking) !== null && _c !== void 0 ? _c : 0;
|
|
1084
|
+
message.moving = (_d = object.moving) !== null && _d !== void 0 ? _d : 0;
|
|
1085
|
+
message.towing = (_e = object.towing) !== null && _e !== void 0 ? _e : 0;
|
|
1086
|
+
message.totalSpeed = (_f = object.totalSpeed) !== null && _f !== void 0 ? _f : 0;
|
|
1087
|
+
message.sumSpeed = (object.sumSpeed !== undefined && object.sumSpeed !== null)
|
|
1088
|
+
? long_1.default.fromValue(object.sumSpeed)
|
|
1089
|
+
: long_1.default.UZERO;
|
|
1090
|
+
message.maxSpeed = (_g = object.maxSpeed) !== null && _g !== void 0 ? _g : 0;
|
|
1091
|
+
message.trips = (_h = object.trips) !== null && _h !== void 0 ? _h : 0;
|
|
1084
1092
|
message.compact = (object.compact !== undefined && object.compact !== null)
|
|
1085
1093
|
? exports.MonthlyCompact.fromPartial(object.compact)
|
|
1086
1094
|
: undefined;
|
|
1087
|
-
message.startedAt = (
|
|
1088
|
-
message.finishedAt = (
|
|
1089
|
-
message.createdAt = (
|
|
1090
|
-
message.updatedAt = (
|
|
1095
|
+
message.startedAt = (_j = object.startedAt) !== null && _j !== void 0 ? _j : undefined;
|
|
1096
|
+
message.finishedAt = (_k = object.finishedAt) !== null && _k !== void 0 ? _k : undefined;
|
|
1097
|
+
message.createdAt = (_l = object.createdAt) !== null && _l !== void 0 ? _l : undefined;
|
|
1098
|
+
message.updatedAt = (_m = object.updatedAt) !== null && _m !== void 0 ? _m : undefined;
|
|
1091
1099
|
return message;
|
|
1092
1100
|
},
|
|
1093
1101
|
};
|
|
@@ -1783,8 +1791,8 @@ exports.MonthlyCompact_SpeedsEntry = {
|
|
|
1783
1791
|
};
|
|
1784
1792
|
function createBaseTrip() {
|
|
1785
1793
|
return {
|
|
1786
|
-
id:
|
|
1787
|
-
deviceId:
|
|
1794
|
+
id: long_1.default.UZERO,
|
|
1795
|
+
deviceId: long_1.default.UZERO,
|
|
1788
1796
|
mileage: 0,
|
|
1789
1797
|
idling: 0,
|
|
1790
1798
|
parking: 0,
|
|
@@ -1802,11 +1810,11 @@ function createBaseTrip() {
|
|
|
1802
1810
|
}
|
|
1803
1811
|
exports.Trip = {
|
|
1804
1812
|
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
1805
|
-
if (message.id
|
|
1806
|
-
writer.uint32(8).uint64(message.id);
|
|
1813
|
+
if (!message.id.equals(long_1.default.UZERO)) {
|
|
1814
|
+
writer.uint32(8).uint64(message.id.toString());
|
|
1807
1815
|
}
|
|
1808
|
-
if (message.deviceId
|
|
1809
|
-
writer.uint32(16).uint64(message.deviceId);
|
|
1816
|
+
if (!message.deviceId.equals(long_1.default.UZERO)) {
|
|
1817
|
+
writer.uint32(16).uint64(message.deviceId.toString());
|
|
1810
1818
|
}
|
|
1811
1819
|
if (message.mileage !== 0) {
|
|
1812
1820
|
writer.uint32(24).uint32(message.mileage);
|
|
@@ -1860,14 +1868,14 @@ exports.Trip = {
|
|
|
1860
1868
|
if (tag !== 8) {
|
|
1861
1869
|
break;
|
|
1862
1870
|
}
|
|
1863
|
-
message.id =
|
|
1871
|
+
message.id = long_1.default.fromString(reader.uint64().toString(), true);
|
|
1864
1872
|
continue;
|
|
1865
1873
|
}
|
|
1866
1874
|
case 2: {
|
|
1867
1875
|
if (tag !== 16) {
|
|
1868
1876
|
break;
|
|
1869
1877
|
}
|
|
1870
|
-
message.deviceId =
|
|
1878
|
+
message.deviceId = long_1.default.fromString(reader.uint64().toString(), true);
|
|
1871
1879
|
continue;
|
|
1872
1880
|
}
|
|
1873
1881
|
case 3: {
|
|
@@ -1971,8 +1979,8 @@ exports.Trip = {
|
|
|
1971
1979
|
},
|
|
1972
1980
|
fromJSON(object) {
|
|
1973
1981
|
return {
|
|
1974
|
-
id: isSet(object.id) ?
|
|
1975
|
-
deviceId: isSet(object.device_id) ?
|
|
1982
|
+
id: isSet(object.id) ? long_1.default.fromValue(object.id) : long_1.default.UZERO,
|
|
1983
|
+
deviceId: isSet(object.device_id) ? long_1.default.fromValue(object.device_id) : long_1.default.UZERO,
|
|
1976
1984
|
mileage: isSet(object.mileage) ? globalThis.Number(object.mileage) : 0,
|
|
1977
1985
|
idling: isSet(object.idling) ? globalThis.Number(object.idling) : 0,
|
|
1978
1986
|
parking: isSet(object.parking) ? globalThis.Number(object.parking) : 0,
|
|
@@ -1990,11 +1998,11 @@ exports.Trip = {
|
|
|
1990
1998
|
},
|
|
1991
1999
|
toJSON(message) {
|
|
1992
2000
|
const obj = {};
|
|
1993
|
-
if (message.id
|
|
1994
|
-
obj.id =
|
|
2001
|
+
if (!message.id.equals(long_1.default.UZERO)) {
|
|
2002
|
+
obj.id = (message.id || long_1.default.UZERO).toString();
|
|
1995
2003
|
}
|
|
1996
|
-
if (message.deviceId
|
|
1997
|
-
obj.device_id =
|
|
2004
|
+
if (!message.deviceId.equals(long_1.default.UZERO)) {
|
|
2005
|
+
obj.device_id = (message.deviceId || long_1.default.UZERO).toString();
|
|
1998
2006
|
}
|
|
1999
2007
|
if (message.mileage !== 0) {
|
|
2000
2008
|
obj.mileage = Math.round(message.mileage);
|
|
@@ -2041,25 +2049,27 @@ exports.Trip = {
|
|
|
2041
2049
|
return exports.Trip.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
2042
2050
|
},
|
|
2043
2051
|
fromPartial(object) {
|
|
2044
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m
|
|
2052
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
2045
2053
|
const message = createBaseTrip();
|
|
2046
|
-
message.id = (
|
|
2047
|
-
message.deviceId = (
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
message.
|
|
2051
|
-
message.
|
|
2052
|
-
message.
|
|
2053
|
-
message.
|
|
2054
|
-
message.
|
|
2055
|
-
message.
|
|
2054
|
+
message.id = (object.id !== undefined && object.id !== null) ? long_1.default.fromValue(object.id) : long_1.default.UZERO;
|
|
2055
|
+
message.deviceId = (object.deviceId !== undefined && object.deviceId !== null)
|
|
2056
|
+
? long_1.default.fromValue(object.deviceId)
|
|
2057
|
+
: long_1.default.UZERO;
|
|
2058
|
+
message.mileage = (_a = object.mileage) !== null && _a !== void 0 ? _a : 0;
|
|
2059
|
+
message.idling = (_b = object.idling) !== null && _b !== void 0 ? _b : 0;
|
|
2060
|
+
message.parking = (_c = object.parking) !== null && _c !== void 0 ? _c : 0;
|
|
2061
|
+
message.moving = (_d = object.moving) !== null && _d !== void 0 ? _d : 0;
|
|
2062
|
+
message.towing = (_e = object.towing) !== null && _e !== void 0 ? _e : 0;
|
|
2063
|
+
message.totalSpeed = (_f = object.totalSpeed) !== null && _f !== void 0 ? _f : 0;
|
|
2064
|
+
message.sumSpeed = (_g = object.sumSpeed) !== null && _g !== void 0 ? _g : 0;
|
|
2065
|
+
message.maxSpeed = (_h = object.maxSpeed) !== null && _h !== void 0 ? _h : 0;
|
|
2056
2066
|
message.compact = (object.compact !== undefined && object.compact !== null)
|
|
2057
2067
|
? exports.TripCompact.fromPartial(object.compact)
|
|
2058
2068
|
: undefined;
|
|
2059
|
-
message.startedAt = (
|
|
2060
|
-
message.finishedAt = (
|
|
2061
|
-
message.createdAt = (
|
|
2062
|
-
message.updatedAt = (
|
|
2069
|
+
message.startedAt = (_j = object.startedAt) !== null && _j !== void 0 ? _j : undefined;
|
|
2070
|
+
message.finishedAt = (_k = object.finishedAt) !== null && _k !== void 0 ? _k : undefined;
|
|
2071
|
+
message.createdAt = (_l = object.createdAt) !== null && _l !== void 0 ? _l : undefined;
|
|
2072
|
+
message.updatedAt = (_m = object.updatedAt) !== null && _m !== void 0 ? _m : undefined;
|
|
2063
2073
|
return message;
|
|
2064
2074
|
},
|
|
2065
2075
|
};
|
|
@@ -2108,7 +2118,7 @@ exports.TripCompact = {
|
|
|
2108
2118
|
exports.TripCompact_HumidityEntry.encode({ key: key, value }, writer.uint32(58).fork()).join();
|
|
2109
2119
|
});
|
|
2110
2120
|
if (message.iButton !== undefined) {
|
|
2111
|
-
writer.uint32(64).uint64(message.iButton);
|
|
2121
|
+
writer.uint32(64).uint64(message.iButton.toString());
|
|
2112
2122
|
}
|
|
2113
2123
|
if (message.ignition !== undefined) {
|
|
2114
2124
|
writer.uint32(72).uint32(message.ignition);
|
|
@@ -2136,7 +2146,7 @@ exports.TripCompact = {
|
|
|
2136
2146
|
});
|
|
2137
2147
|
writer.uint32(138).fork();
|
|
2138
2148
|
for (const v of message.points) {
|
|
2139
|
-
writer.uint64(v);
|
|
2149
|
+
writer.uint64(v.toString());
|
|
2140
2150
|
}
|
|
2141
2151
|
writer.join();
|
|
2142
2152
|
return writer;
|
|
@@ -2210,7 +2220,7 @@ exports.TripCompact = {
|
|
|
2210
2220
|
if (tag !== 64) {
|
|
2211
2221
|
break;
|
|
2212
2222
|
}
|
|
2213
|
-
message.iButton =
|
|
2223
|
+
message.iButton = long_1.default.fromString(reader.uint64().toString(), true);
|
|
2214
2224
|
continue;
|
|
2215
2225
|
}
|
|
2216
2226
|
case 9: {
|
|
@@ -2277,13 +2287,13 @@ exports.TripCompact = {
|
|
|
2277
2287
|
}
|
|
2278
2288
|
case 17: {
|
|
2279
2289
|
if (tag === 136) {
|
|
2280
|
-
message.points.push(
|
|
2290
|
+
message.points.push(long_1.default.fromString(reader.uint64().toString(), true));
|
|
2281
2291
|
continue;
|
|
2282
2292
|
}
|
|
2283
2293
|
if (tag === 138) {
|
|
2284
2294
|
const end2 = reader.uint32() + reader.pos;
|
|
2285
2295
|
while (reader.pos < end2) {
|
|
2286
|
-
message.points.push(
|
|
2296
|
+
message.points.push(long_1.default.fromString(reader.uint64().toString(), true));
|
|
2287
2297
|
}
|
|
2288
2298
|
continue;
|
|
2289
2299
|
}
|
|
@@ -2321,7 +2331,7 @@ exports.TripCompact = {
|
|
|
2321
2331
|
return acc;
|
|
2322
2332
|
}, {})
|
|
2323
2333
|
: {},
|
|
2324
|
-
iButton: isSet(object.i_button) ?
|
|
2334
|
+
iButton: isSet(object.i_button) ? long_1.default.fromValue(object.i_button) : undefined,
|
|
2325
2335
|
ignition: isSet(object.ignition) ? globalThis.Number(object.ignition) : undefined,
|
|
2326
2336
|
doorOpened: isSet(object.door_opened) ? globalThis.Number(object.door_opened) : undefined,
|
|
2327
2337
|
fuelUsed: isSet(object.fuel_used) ? globalThis.Number(object.fuel_used) : undefined,
|
|
@@ -2341,7 +2351,7 @@ exports.TripCompact = {
|
|
|
2341
2351
|
}, {})
|
|
2342
2352
|
: {},
|
|
2343
2353
|
points: globalThis.Array.isArray(object === null || object === void 0 ? void 0 : object.points)
|
|
2344
|
-
? object.points.map((e) =>
|
|
2354
|
+
? object.points.map((e) => long_1.default.fromValue(e))
|
|
2345
2355
|
: [],
|
|
2346
2356
|
};
|
|
2347
2357
|
},
|
|
@@ -2388,7 +2398,7 @@ exports.TripCompact = {
|
|
|
2388
2398
|
}
|
|
2389
2399
|
}
|
|
2390
2400
|
if (message.iButton !== undefined) {
|
|
2391
|
-
obj.i_button =
|
|
2401
|
+
obj.i_button = (message.iButton || long_1.default.UZERO).toString();
|
|
2392
2402
|
}
|
|
2393
2403
|
if (message.ignition !== undefined) {
|
|
2394
2404
|
obj.ignition = Math.round(message.ignition);
|
|
@@ -2427,7 +2437,7 @@ exports.TripCompact = {
|
|
|
2427
2437
|
}
|
|
2428
2438
|
}
|
|
2429
2439
|
if ((_a = message.points) === null || _a === void 0 ? void 0 : _a.length) {
|
|
2430
|
-
obj.points = message.points.map((e) =>
|
|
2440
|
+
obj.points = message.points.map((e) => (e || long_1.default.UZERO).toString());
|
|
2431
2441
|
}
|
|
2432
2442
|
return obj;
|
|
2433
2443
|
},
|
|
@@ -2435,7 +2445,7 @@ exports.TripCompact = {
|
|
|
2435
2445
|
return exports.TripCompact.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
2436
2446
|
},
|
|
2437
2447
|
fromPartial(object) {
|
|
2438
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p
|
|
2448
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
2439
2449
|
const message = createBaseTripCompact();
|
|
2440
2450
|
message.cost = (_a = object.cost) !== null && _a !== void 0 ? _a : 0;
|
|
2441
2451
|
message.records = (_b = object.records) !== null && _b !== void 0 ? _b : 0;
|
|
@@ -2463,26 +2473,28 @@ exports.TripCompact = {
|
|
|
2463
2473
|
}
|
|
2464
2474
|
return acc;
|
|
2465
2475
|
}, {});
|
|
2466
|
-
message.iButton = (
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
message.
|
|
2470
|
-
message.
|
|
2471
|
-
message.
|
|
2472
|
-
message.
|
|
2473
|
-
message.
|
|
2476
|
+
message.iButton = (object.iButton !== undefined && object.iButton !== null)
|
|
2477
|
+
? long_1.default.fromValue(object.iButton)
|
|
2478
|
+
: undefined;
|
|
2479
|
+
message.ignition = (_f = object.ignition) !== null && _f !== void 0 ? _f : undefined;
|
|
2480
|
+
message.doorOpened = (_g = object.doorOpened) !== null && _g !== void 0 ? _g : undefined;
|
|
2481
|
+
message.fuelUsed = (_h = object.fuelUsed) !== null && _h !== void 0 ? _h : undefined;
|
|
2482
|
+
message.fuelRate = (_j = object.fuelRate) !== null && _j !== void 0 ? _j : undefined;
|
|
2483
|
+
message.engineRpm = (_k = object.engineRpm) !== null && _k !== void 0 ? _k : undefined;
|
|
2484
|
+
message.engineLoad = (_l = object.engineLoad) !== null && _l !== void 0 ? _l : undefined;
|
|
2485
|
+
message.crashes = Object.entries((_m = object.crashes) !== null && _m !== void 0 ? _m : {}).reduce((acc, [key, value]) => {
|
|
2474
2486
|
if (value !== undefined) {
|
|
2475
2487
|
acc[globalThis.Number(key)] = globalThis.Number(value);
|
|
2476
2488
|
}
|
|
2477
2489
|
return acc;
|
|
2478
2490
|
}, {});
|
|
2479
|
-
message.speeds = Object.entries((
|
|
2491
|
+
message.speeds = Object.entries((_o = object.speeds) !== null && _o !== void 0 ? _o : {}).reduce((acc, [key, value]) => {
|
|
2480
2492
|
if (value !== undefined) {
|
|
2481
2493
|
acc[globalThis.Number(key)] = exports.TripDurationStat.fromPartial(value);
|
|
2482
2494
|
}
|
|
2483
2495
|
return acc;
|
|
2484
2496
|
}, {});
|
|
2485
|
-
message.points = ((
|
|
2497
|
+
message.points = ((_p = object.points) === null || _p === void 0 ? void 0 : _p.map((e) => long_1.default.fromValue(e))) || [];
|
|
2486
2498
|
return message;
|
|
2487
2499
|
},
|
|
2488
2500
|
};
|
|
@@ -2988,8 +3000,8 @@ exports.TripDurationStat = {
|
|
|
2988
3000
|
};
|
|
2989
3001
|
function createBaseFusionTrip() {
|
|
2990
3002
|
return {
|
|
2991
|
-
id:
|
|
2992
|
-
deviceId:
|
|
3003
|
+
id: long_1.default.UZERO,
|
|
3004
|
+
deviceId: long_1.default.UZERO,
|
|
2993
3005
|
mileage: 0,
|
|
2994
3006
|
idling: 0,
|
|
2995
3007
|
parking: 0,
|
|
@@ -3026,11 +3038,11 @@ function createBaseFusionTrip() {
|
|
|
3026
3038
|
}
|
|
3027
3039
|
exports.FusionTrip = {
|
|
3028
3040
|
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
3029
|
-
if (message.id
|
|
3030
|
-
writer.uint32(8).uint64(message.id);
|
|
3041
|
+
if (!message.id.equals(long_1.default.UZERO)) {
|
|
3042
|
+
writer.uint32(8).uint64(message.id.toString());
|
|
3031
3043
|
}
|
|
3032
|
-
if (message.deviceId
|
|
3033
|
-
writer.uint32(16).uint64(message.deviceId);
|
|
3044
|
+
if (!message.deviceId.equals(long_1.default.UZERO)) {
|
|
3045
|
+
writer.uint32(16).uint64(message.deviceId.toString());
|
|
3034
3046
|
}
|
|
3035
3047
|
if (message.mileage !== 0) {
|
|
3036
3048
|
writer.uint32(24).uint32(message.mileage);
|
|
@@ -3141,14 +3153,14 @@ exports.FusionTrip = {
|
|
|
3141
3153
|
if (tag !== 8) {
|
|
3142
3154
|
break;
|
|
3143
3155
|
}
|
|
3144
|
-
message.id =
|
|
3156
|
+
message.id = long_1.default.fromString(reader.uint64().toString(), true);
|
|
3145
3157
|
continue;
|
|
3146
3158
|
}
|
|
3147
3159
|
case 2: {
|
|
3148
3160
|
if (tag !== 16) {
|
|
3149
3161
|
break;
|
|
3150
3162
|
}
|
|
3151
|
-
message.deviceId =
|
|
3163
|
+
message.deviceId = long_1.default.fromString(reader.uint64().toString(), true);
|
|
3152
3164
|
continue;
|
|
3153
3165
|
}
|
|
3154
3166
|
case 3: {
|
|
@@ -3385,8 +3397,8 @@ exports.FusionTrip = {
|
|
|
3385
3397
|
},
|
|
3386
3398
|
fromJSON(object) {
|
|
3387
3399
|
return {
|
|
3388
|
-
id: isSet(object.id) ?
|
|
3389
|
-
deviceId: isSet(object.device_id) ?
|
|
3400
|
+
id: isSet(object.id) ? long_1.default.fromValue(object.id) : long_1.default.UZERO,
|
|
3401
|
+
deviceId: isSet(object.device_id) ? long_1.default.fromValue(object.device_id) : long_1.default.UZERO,
|
|
3390
3402
|
mileage: isSet(object.mileage) ? globalThis.Number(object.mileage) : 0,
|
|
3391
3403
|
idling: isSet(object.idling) ? globalThis.Number(object.idling) : 0,
|
|
3392
3404
|
parking: isSet(object.parking) ? globalThis.Number(object.parking) : 0,
|
|
@@ -3423,11 +3435,11 @@ exports.FusionTrip = {
|
|
|
3423
3435
|
},
|
|
3424
3436
|
toJSON(message) {
|
|
3425
3437
|
const obj = {};
|
|
3426
|
-
if (message.id
|
|
3427
|
-
obj.id =
|
|
3438
|
+
if (!message.id.equals(long_1.default.UZERO)) {
|
|
3439
|
+
obj.id = (message.id || long_1.default.UZERO).toString();
|
|
3428
3440
|
}
|
|
3429
|
-
if (message.deviceId
|
|
3430
|
-
obj.device_id =
|
|
3441
|
+
if (!message.deviceId.equals(long_1.default.UZERO)) {
|
|
3442
|
+
obj.device_id = (message.deviceId || long_1.default.UZERO).toString();
|
|
3431
3443
|
}
|
|
3432
3444
|
if (message.mileage !== 0) {
|
|
3433
3445
|
obj.mileage = Math.round(message.mileage);
|
|
@@ -3531,42 +3543,44 @@ exports.FusionTrip = {
|
|
|
3531
3543
|
return exports.FusionTrip.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
3532
3544
|
},
|
|
3533
3545
|
fromPartial(object) {
|
|
3534
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7
|
|
3546
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7;
|
|
3535
3547
|
const message = createBaseFusionTrip();
|
|
3536
|
-
message.id = (
|
|
3537
|
-
message.deviceId = (
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
message.
|
|
3541
|
-
message.
|
|
3542
|
-
message.
|
|
3543
|
-
message.
|
|
3544
|
-
message.
|
|
3545
|
-
message.
|
|
3546
|
-
message.
|
|
3547
|
-
message.
|
|
3548
|
-
message.
|
|
3549
|
-
message.
|
|
3550
|
-
message.
|
|
3551
|
-
message.
|
|
3552
|
-
message.
|
|
3553
|
-
message.
|
|
3554
|
-
message.
|
|
3555
|
-
message.
|
|
3556
|
-
message.
|
|
3557
|
-
message.
|
|
3558
|
-
message.
|
|
3559
|
-
message.
|
|
3560
|
-
message.
|
|
3561
|
-
message.
|
|
3562
|
-
message.
|
|
3563
|
-
message.
|
|
3564
|
-
message.
|
|
3565
|
-
message.
|
|
3566
|
-
message.
|
|
3567
|
-
message.
|
|
3568
|
-
message.
|
|
3569
|
-
message.
|
|
3548
|
+
message.id = (object.id !== undefined && object.id !== null) ? long_1.default.fromValue(object.id) : long_1.default.UZERO;
|
|
3549
|
+
message.deviceId = (object.deviceId !== undefined && object.deviceId !== null)
|
|
3550
|
+
? long_1.default.fromValue(object.deviceId)
|
|
3551
|
+
: long_1.default.UZERO;
|
|
3552
|
+
message.mileage = (_a = object.mileage) !== null && _a !== void 0 ? _a : 0;
|
|
3553
|
+
message.idling = (_b = object.idling) !== null && _b !== void 0 ? _b : 0;
|
|
3554
|
+
message.parking = (_c = object.parking) !== null && _c !== void 0 ? _c : 0;
|
|
3555
|
+
message.moving = (_d = object.moving) !== null && _d !== void 0 ? _d : 0;
|
|
3556
|
+
message.towing = (_e = object.towing) !== null && _e !== void 0 ? _e : 0;
|
|
3557
|
+
message.speedTotal = (_f = object.speedTotal) !== null && _f !== void 0 ? _f : 0;
|
|
3558
|
+
message.speedSum = (_g = object.speedSum) !== null && _g !== void 0 ? _g : 0;
|
|
3559
|
+
message.speedMax = (_h = object.speedMax) !== null && _h !== void 0 ? _h : 0;
|
|
3560
|
+
message.records = (_j = object.records) !== null && _j !== void 0 ? _j : 0;
|
|
3561
|
+
message.harshAcceleration = (_k = object.harshAcceleration) !== null && _k !== void 0 ? _k : 0;
|
|
3562
|
+
message.harshBreak = (_l = object.harshBreak) !== null && _l !== void 0 ? _l : 0;
|
|
3563
|
+
message.harshCorner = (_m = object.harshCorner) !== null && _m !== void 0 ? _m : 0;
|
|
3564
|
+
message.minTemp01 = (_o = object.minTemp01) !== null && _o !== void 0 ? _o : undefined;
|
|
3565
|
+
message.maxTemp01 = (_p = object.maxTemp01) !== null && _p !== void 0 ? _p : undefined;
|
|
3566
|
+
message.minTemp02 = (_q = object.minTemp02) !== null && _q !== void 0 ? _q : undefined;
|
|
3567
|
+
message.maxTemp02 = (_r = object.maxTemp02) !== null && _r !== void 0 ? _r : undefined;
|
|
3568
|
+
message.minTemp03 = (_s = object.minTemp03) !== null && _s !== void 0 ? _s : undefined;
|
|
3569
|
+
message.maxTemp03 = (_t = object.maxTemp03) !== null && _t !== void 0 ? _t : undefined;
|
|
3570
|
+
message.minTemp04 = (_u = object.minTemp04) !== null && _u !== void 0 ? _u : undefined;
|
|
3571
|
+
message.maxTemp04 = (_v = object.maxTemp04) !== null && _v !== void 0 ? _v : undefined;
|
|
3572
|
+
message.minHumidity = (_w = object.minHumidity) !== null && _w !== void 0 ? _w : undefined;
|
|
3573
|
+
message.maxHumidity = (_x = object.maxHumidity) !== null && _x !== void 0 ? _x : undefined;
|
|
3574
|
+
message.startLat = (_y = object.startLat) !== null && _y !== void 0 ? _y : undefined;
|
|
3575
|
+
message.startLng = (_z = object.startLng) !== null && _z !== void 0 ? _z : undefined;
|
|
3576
|
+
message.finishLat = (_0 = object.finishLat) !== null && _0 !== void 0 ? _0 : undefined;
|
|
3577
|
+
message.finishLng = (_1 = object.finishLng) !== null && _1 !== void 0 ? _1 : undefined;
|
|
3578
|
+
message.startedAt = (_2 = object.startedAt) !== null && _2 !== void 0 ? _2 : undefined;
|
|
3579
|
+
message.finishedAt = (_3 = object.finishedAt) !== null && _3 !== void 0 ? _3 : undefined;
|
|
3580
|
+
message.createdAt = (_4 = object.createdAt) !== null && _4 !== void 0 ? _4 : undefined;
|
|
3581
|
+
message.updatedAt = (_5 = object.updatedAt) !== null && _5 !== void 0 ? _5 : undefined;
|
|
3582
|
+
message.Logs = (_6 = object.Logs) !== null && _6 !== void 0 ? _6 : "";
|
|
3583
|
+
message.Fug = (_7 = object.Fug) !== null && _7 !== void 0 ? _7 : undefined;
|
|
3570
3584
|
return message;
|
|
3571
3585
|
},
|
|
3572
3586
|
};
|
|
@@ -3714,12 +3728,12 @@ function base64FromBytes(arr) {
|
|
|
3714
3728
|
}
|
|
3715
3729
|
}
|
|
3716
3730
|
function toTimestamp(date) {
|
|
3717
|
-
const seconds = Math.trunc(date.getTime() / 1000);
|
|
3731
|
+
const seconds = numberToLong(Math.trunc(date.getTime() / 1000));
|
|
3718
3732
|
const nanos = (date.getTime() % 1000) * 1000000;
|
|
3719
3733
|
return { seconds, nanos };
|
|
3720
3734
|
}
|
|
3721
3735
|
function fromTimestamp(t) {
|
|
3722
|
-
let millis = (t.seconds || 0) * 1000;
|
|
3736
|
+
let millis = (t.seconds.toNumber() || 0) * 1000;
|
|
3723
3737
|
millis += (t.nanos || 0) / 1000000;
|
|
3724
3738
|
return new globalThis.Date(millis);
|
|
3725
3739
|
}
|
|
@@ -3734,15 +3748,8 @@ function fromJsonTimestamp(o) {
|
|
|
3734
3748
|
return fromTimestamp(timestamp_1.Timestamp.fromJSON(o));
|
|
3735
3749
|
}
|
|
3736
3750
|
}
|
|
3737
|
-
function
|
|
3738
|
-
|
|
3739
|
-
if (num > globalThis.Number.MAX_SAFE_INTEGER) {
|
|
3740
|
-
throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
|
|
3741
|
-
}
|
|
3742
|
-
if (num < globalThis.Number.MIN_SAFE_INTEGER) {
|
|
3743
|
-
throw new globalThis.Error("Value is smaller than Number.MIN_SAFE_INTEGER");
|
|
3744
|
-
}
|
|
3745
|
-
return num;
|
|
3751
|
+
function numberToLong(number) {
|
|
3752
|
+
return long_1.default.fromNumber(number);
|
|
3746
3753
|
}
|
|
3747
3754
|
function isObject(value) {
|
|
3748
3755
|
return typeof value === "object" && value !== null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DashboardIndividualRequest, DashboardIndividualResponse, LogRequest, LogResponse, RouteReviewRequest, RouteReviewResponse, RouteStopRequest, RouteStopResponse, TripPerformanceRequest, TripPerformanceResponse, TripReportRequest, TripReportResponse } from "./fatehan/reports/report";
|
|
1
|
+
import { DashboardIndividualRequest, DashboardIndividualResponse, DeviceDataRequest, DeviceDataResponse, LogRequest, LogResponse, RouteReviewRequest, RouteReviewResponse, RouteStopRequest, RouteStopResponse, TripPerformanceRequest, TripPerformanceResponse, TripReportRequest, TripReportResponse } from "./fatehan/reports/report";
|
|
2
2
|
export declare class ReportService {
|
|
3
3
|
private readonly url;
|
|
4
4
|
private readonly namespace;
|
|
@@ -10,5 +10,6 @@ export declare class ReportService {
|
|
|
10
10
|
RouteReviewReport(request: RouteReviewRequest): Promise<RouteReviewResponse>;
|
|
11
11
|
DashboardIndividual(request: DashboardIndividualRequest): Promise<DashboardIndividualResponse>;
|
|
12
12
|
LogReport(request: LogRequest): Promise<LogResponse>;
|
|
13
|
+
DataReport(request: DeviceDataRequest): Promise<DeviceDataResponse>;
|
|
13
14
|
}
|
|
14
15
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,0BAA0B,EAC1B,2BAA2B,EAC3B,UAAU,EACV,WAAW,EACX,kBAAkB,EAAE,mBAAmB,EACvC,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,kBAAkB,EACrB,MAAM,0BAA0B,CAAC;AAElC,qBAAa,aAAa;IACtB,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAS;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA8C;IACxE,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAc;gBAE1B,GAAG,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM;IAcjE,eAAe,CAAC,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAgBtE,qBAAqB,CAAC,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAgBxF,UAAU,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAgBnE,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAgB5E,mBAAmB,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAgB9F,SAAS,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,0BAA0B,EAC1B,2BAA2B,EAC3B,iBAAiB,EACjB,kBAAkB,EAClB,UAAU,EACV,WAAW,EACX,kBAAkB,EAAE,mBAAmB,EACvC,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,kBAAkB,EACrB,MAAM,0BAA0B,CAAC;AAElC,qBAAa,aAAa;IACtB,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAS;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA8C;IACxE,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAc;gBAE1B,GAAG,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM;IAcjE,eAAe,CAAC,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAgBtE,qBAAqB,CAAC,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAgBxF,UAAU,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAgBnE,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAgB5E,mBAAmB,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAgB9F,SAAS,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,WAAW,CAAC;IAgBpD,UAAU,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,CAAC;CAe7E"}
|