@fatehan/tsrp 1.5.3 → 1.5.5
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/activities/workflow.d.ts +8 -0
- package/dist/fatehan/activities/workflow.d.ts.map +1 -1
- package/dist/fatehan/activities/workflow.js +66 -3
- package/dist/fatehan/apis/client.d.ts +1 -1
- package/dist/fatehan/apis/client.js +3 -3
- package/dist/fatehan/areas/area.js +2 -2
- package/dist/fatehan/devices/devices.js +2 -2
- package/dist/fatehan/devices/maintenance.js +2 -2
- package/dist/fatehan/financial/financial.js +2 -2
- package/dist/fatehan/google/protobuf/descriptor.d.ts +470 -39
- package/dist/fatehan/google/protobuf/descriptor.d.ts.map +1 -1
- package/dist/fatehan/google/protobuf/descriptor.js +1070 -57
- package/dist/fatehan/google/protobuf/duration.js +2 -2
- package/dist/fatehan/google/protobuf/field_mask.d.ts +16 -18
- package/dist/fatehan/google/protobuf/field_mask.d.ts.map +1 -1
- package/dist/fatehan/google/protobuf/field_mask.js +2 -2
- package/dist/fatehan/google/protobuf/timestamp.d.ts +10 -9
- package/dist/fatehan/google/protobuf/timestamp.d.ts.map +1 -1
- package/dist/fatehan/google/protobuf/timestamp.js +2 -2
- package/dist/fatehan/identities/authentication.d.ts +82 -6
- package/dist/fatehan/identities/authentication.d.ts.map +1 -1
- package/dist/fatehan/identities/authentication.js +575 -47
- package/dist/fatehan/identities/identities.d.ts +13 -1
- package/dist/fatehan/identities/identities.d.ts.map +1 -1
- package/dist/fatehan/identities/identities.js +15 -3
- package/dist/fatehan/models/fusion.js +2 -2
- package/dist/fatehan/models/models.js +2 -2
- package/dist/fatehan/notifies/notify.js +2 -2
- package/dist/fatehan/packets/{messages.d.ts → commands.d.ts} +58 -1
- package/dist/fatehan/packets/commands.d.ts.map +1 -0
- package/dist/fatehan/packets/{messages.js → commands.js} +588 -3
- package/dist/fatehan/packets/dataModel.d.ts +189 -127
- package/dist/fatehan/packets/dataModel.d.ts.map +1 -1
- package/dist/fatehan/packets/dataModel.js +1642 -1005
- package/dist/fatehan/packets/dataModule.js +2 -2
- package/dist/fatehan/packets/forge.d.ts +117 -0
- package/dist/fatehan/packets/forge.d.ts.map +1 -0
- package/dist/fatehan/packets/forge.js +1079 -0
- package/dist/fatehan/services/api.d.ts +813 -26
- package/dist/fatehan/services/api.d.ts.map +1 -1
- package/dist/fatehan/services/api.js +8452 -244
- package/dist/fatehan/services/repositories.js +2 -2
- package/dist/fatehan/stream/stream.d.ts +224 -0
- package/dist/fatehan/stream/stream.d.ts.map +1 -0
- package/dist/fatehan/stream/stream.js +1416 -0
- package/dist/fatehan/trips/trip.d.ts +159 -159
- package/dist/fatehan/trips/trip.d.ts.map +1 -1
- package/dist/fatehan/trips/trip.js +169 -169
- package/dist/fatehan/utils/buf/validate/validate.js +2 -2
- package/dist/services.d.ts +65 -0
- package/dist/services.d.ts.map +1 -0
- package/dist/services.js +205 -0
- package/package.json +12 -12
- package/dist/api.d.ts +0 -36
- package/dist/api.d.ts.map +0 -1
- package/dist/api.js +0 -146
- package/dist/fatehan/activities/camera.d.ts +0 -95
- package/dist/fatehan/activities/camera.d.ts.map +0 -1
- package/dist/fatehan/activities/camera.js +0 -811
- package/dist/fatehan/google/protobuf/any.d.ts +0 -146
- package/dist/fatehan/google/protobuf/any.d.ts.map +0 -1
- package/dist/fatehan/google/protobuf/any.js +0 -104
- package/dist/fatehan/google/status.d.ts +0 -53
- package/dist/fatehan/google/status.d.ts.map +0 -1
- package/dist/fatehan/google/status.js +0 -95
- package/dist/fatehan/packets/messages.d.ts.map +0 -1
- package/dist/fatehan/reports/report.d.ts +0 -830
- package/dist/fatehan/reports/report.d.ts.map +0 -1
- package/dist/fatehan/reports/report.js +0 -8380
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -1
- package/dist/report.d.ts +0 -29
- package/dist/report.d.ts.map +0 -1
- package/dist/report.js +0 -139
- package/readme.md +0 -26
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
|
|
2
2
|
import Long from "long";
|
|
3
3
|
import { DataModule } from "./dataModule";
|
|
4
|
+
import { ForgeException, JTTLiveRequest, JTTLiveStatusUpdate, JTTLiveUpdate, JTTPlaybackRequest, JTTPlaybackUpdate, JTTQueryFileRequest, JTTQueryFileResponse, RawStingWithProps, RequestAlertMediaUpload } from "./forge";
|
|
4
5
|
export declare const protobufPackage = "com.fatehan.packets";
|
|
5
6
|
export declare enum Alert {
|
|
6
7
|
UNSPECIFIED = 0,
|
|
@@ -177,57 +178,76 @@ export declare enum Alert {
|
|
|
177
178
|
INVALID_ALERT = 404,
|
|
178
179
|
/** COBAN_DOOR_OPEN - todo :: must be remove after shutdown of the fusion */
|
|
179
180
|
COBAN_DOOR_OPEN = 405,
|
|
181
|
+
LOCK_ROPE_CUT = 406,
|
|
182
|
+
REQUIRES_ACK = 407,
|
|
183
|
+
LOCK_ROPE_INSERTED = 408,
|
|
184
|
+
MOTOR_LOCKED = 409,
|
|
185
|
+
LONG_TIME_UNLOCK = 410,
|
|
186
|
+
WRONG_PASSWORD = 411,
|
|
187
|
+
ILLEGAL_RFID = 412,
|
|
188
|
+
COVER_CLOSED = 413,
|
|
189
|
+
MOTOR_STUCK = 414,
|
|
190
|
+
RFID_UNLOCK = 415,
|
|
191
|
+
RFID_BINDING = 416,
|
|
192
|
+
PASSWORD_STATIC_UNLOCK = 417,
|
|
193
|
+
DEVICE_LOCKED = 418,
|
|
194
|
+
PASSWORD_DYNAMIC_UNLOCK = 419,
|
|
195
|
+
BLUETOOTH_UNLOCK = 420,
|
|
196
|
+
LOCK_ROPE_PULL_OUT = 421,
|
|
180
197
|
UNRECOGNIZED = -1
|
|
181
198
|
}
|
|
182
199
|
export declare enum Protocol {
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
200
|
+
UNKNOWN = 0,
|
|
201
|
+
COBAN = 1,
|
|
202
|
+
COBAN_WR = 2,
|
|
203
|
+
ACCURATE = 3,
|
|
204
|
+
A9 = 4,
|
|
205
|
+
CONCOX = 5,
|
|
206
|
+
DOLPHIN = 6,
|
|
207
|
+
GT07 = 7,
|
|
208
|
+
JTT808 = 8,
|
|
209
|
+
R16 = 9,
|
|
210
|
+
R31 = 10,
|
|
211
|
+
R56 = 11,
|
|
212
|
+
S11 = 12,
|
|
213
|
+
S15 = 13,
|
|
214
|
+
SAYEH = 14,
|
|
215
|
+
SINOTRACK = 15,
|
|
216
|
+
TELTONIKA = 16,
|
|
217
|
+
TOPIN = 17,
|
|
218
|
+
WEFINDER = 18,
|
|
219
|
+
RUBTELLA = 19,
|
|
220
|
+
LANDER = 20,
|
|
221
|
+
RAMMA = 21,
|
|
222
|
+
SINERE = 22,
|
|
223
|
+
GALLO_SKY = 23,
|
|
224
|
+
GITINAMA = 24,
|
|
225
|
+
BCE = 25,
|
|
226
|
+
TOP_FLY_TECH = 26,
|
|
227
|
+
QUICK = 27,
|
|
228
|
+
RADSHID = 28,
|
|
229
|
+
MEITRACK = 29,
|
|
230
|
+
GT30X = 30,
|
|
231
|
+
WP = 31,
|
|
232
|
+
SR03 = 32,
|
|
233
|
+
TELTONIKA650 = 33,
|
|
234
|
+
SR04B = 34,
|
|
235
|
+
NAV_TELECOM = 35,
|
|
236
|
+
VTRACK2 = 36,
|
|
237
|
+
ET06L = 37,
|
|
238
|
+
ATN = 38,
|
|
239
|
+
ARIO_AVL = 39,
|
|
240
|
+
HAMIGPS = 40,
|
|
241
|
+
RUPTELLA = 41,
|
|
242
|
+
ZINGJONG = 42,
|
|
243
|
+
RADSHID_OLD = 43,
|
|
244
|
+
COBAN_2025 = 44,
|
|
245
|
+
S200 = 45,
|
|
246
|
+
S250 = 46,
|
|
247
|
+
SR17 = 47,
|
|
248
|
+
ARIO_4G_AVL = 48,
|
|
249
|
+
JT701 = 49,
|
|
250
|
+
ET804 = 50,
|
|
231
251
|
UNRECOGNIZED = -1
|
|
232
252
|
}
|
|
233
253
|
export declare enum FileType {
|
|
@@ -363,6 +383,8 @@ export interface IoElement {
|
|
|
363
383
|
connectivityQuality?: number | undefined;
|
|
364
384
|
totalDrivingTime?: number | undefined;
|
|
365
385
|
maxSpeedGps?: number | undefined;
|
|
386
|
+
deviceLocked?: boolean | undefined;
|
|
387
|
+
dynamicPassword?: string | undefined;
|
|
366
388
|
}
|
|
367
389
|
export interface IoElement_DallasTemperature {
|
|
368
390
|
dallasTemperature1?: number | undefined;
|
|
@@ -1215,14 +1237,29 @@ export interface Packet {
|
|
|
1215
1237
|
data: Data[];
|
|
1216
1238
|
authorize?: Authorize | undefined;
|
|
1217
1239
|
response?: Uint8Array | undefined;
|
|
1218
|
-
|
|
1240
|
+
/** Deprecated: Use custom oneof instead */
|
|
1219
1241
|
customType: Packet_CustomPacketType;
|
|
1242
|
+
/** Deprecated: Use custom oneof instead */
|
|
1220
1243
|
customPayload?: Uint8Array | undefined;
|
|
1221
|
-
|
|
1244
|
+
/** Deprecated: Use reply oneof instead */
|
|
1245
|
+
answer?: Uint8Array | undefined;
|
|
1246
|
+
/** Deprecated: Use custom oneof instead */
|
|
1222
1247
|
additional: AdditionalInformation[];
|
|
1223
1248
|
concox?: ReplyConcox | undefined;
|
|
1224
1249
|
teltonika?: ReplyTeltonika | undefined;
|
|
1250
|
+
jtt808Reply?: JTT808Reply | undefined;
|
|
1251
|
+
joinTechReply?: ReplyJoinTech | undefined;
|
|
1252
|
+
rawString?: string | undefined;
|
|
1253
|
+
rawBinary?: Uint8Array | undefined;
|
|
1225
1254
|
stream?: Stream | undefined;
|
|
1255
|
+
forge?: ForgeDecoder | undefined;
|
|
1256
|
+
jttSignaling1210?: JTT808SignalingDataMessage1210 | undefined;
|
|
1257
|
+
jttSignaling1211?: JTT808SignalingDataMessage1211 | undefined;
|
|
1258
|
+
jttSignaling1212?: JTT808SignalingDataMessage1212 | undefined;
|
|
1259
|
+
jttEventMediaInfo?: JTT808EventMediaInfoUpload | undefined;
|
|
1260
|
+
jttEventMediaData?: JTT808EventMediaDataUpload | undefined;
|
|
1261
|
+
jttAlarmData?: JTT808AlarmData | undefined;
|
|
1262
|
+
jttMedia?: JTT808MediaRetrieval0802 | undefined;
|
|
1226
1263
|
errorMessage?: string | undefined;
|
|
1227
1264
|
}
|
|
1228
1265
|
export declare enum Packet_Type {
|
|
@@ -1235,30 +1272,26 @@ export declare enum Packet_Type {
|
|
|
1235
1272
|
EXCEPTION = 6,
|
|
1236
1273
|
UNRECOGNIZED = -1
|
|
1237
1274
|
}
|
|
1275
|
+
/** Deprecated: Use custom oneof instead */
|
|
1238
1276
|
export declare enum Packet_CustomPacketType {
|
|
1277
|
+
/** CUSTOM_PACKET_TYPE_UNSPECIFIED - Deprecated: Use custom oneof instead */
|
|
1239
1278
|
CUSTOM_PACKET_TYPE_UNSPECIFIED = 0,
|
|
1279
|
+
/** MULTIMEDIA_EVENT_INFORMATION_UPLOADING - Deprecated: Use custom oneof instead */
|
|
1240
1280
|
MULTIMEDIA_EVENT_INFORMATION_UPLOADING = 1,
|
|
1241
|
-
|
|
1242
|
-
JTT808_SIGNALING_DATA_MESSAGE1210 = 4,
|
|
1243
|
-
JTT808_SIGNALING_DATA_MESSAGE1211 = 5,
|
|
1244
|
-
JTT808_SIGNALING_DATA_MESSAGE1212 = 6,
|
|
1245
|
-
JTT808_MEDIA_RETRIEVAL0802 = 11,
|
|
1281
|
+
/** CONCOX_LBS_INFORMATION - Deprecated: Use custom oneof instead */
|
|
1246
1282
|
CONCOX_LBS_INFORMATION = 7,
|
|
1283
|
+
/** CONCOX_IMSI_NUMBER - Deprecated: Use custom oneof instead */
|
|
1247
1284
|
CONCOX_IMSI_NUMBER = 8,
|
|
1285
|
+
/** CONCOX_ICCID_NUMBER - Deprecated: Use custom oneof instead */
|
|
1248
1286
|
CONCOX_ICCID_NUMBER = 9,
|
|
1287
|
+
/** CONCOX_RECORDING_PROTOCOL_PACKAGE0X8D - Deprecated: Use custom oneof instead */
|
|
1249
1288
|
CONCOX_RECORDING_PROTOCOL_PACKAGE0X8D = 10,
|
|
1289
|
+
/** DOLPHIN_BUFFER_PAYLOAD - Deprecated: Use custom oneof instead */
|
|
1250
1290
|
DOLPHIN_BUFFER_PAYLOAD = 12,
|
|
1291
|
+
/** DOLPHIN_NEW_BUFFER - Deprecated: Use custom oneof instead */
|
|
1251
1292
|
DOLPHIN_NEW_BUFFER = 13,
|
|
1252
1293
|
UNRECOGNIZED = -1
|
|
1253
1294
|
}
|
|
1254
|
-
export declare enum Packet_AnswerType {
|
|
1255
|
-
BYTE = 0,
|
|
1256
|
-
STRING = 1,
|
|
1257
|
-
INT = 2,
|
|
1258
|
-
TT10780X0001 = 3,
|
|
1259
|
-
CONCOX_LIKE_R31 = 4,
|
|
1260
|
-
UNRECOGNIZED = -1
|
|
1261
|
-
}
|
|
1262
1295
|
export interface Stream {
|
|
1263
1296
|
dataLength: number;
|
|
1264
1297
|
payload: Uint8Array;
|
|
@@ -1270,6 +1303,10 @@ export interface ReplyConcox_Item {
|
|
|
1270
1303
|
serverFlagBit: number;
|
|
1271
1304
|
content: string;
|
|
1272
1305
|
}
|
|
1306
|
+
export interface ReplyJoinTech {
|
|
1307
|
+
commandWord: string;
|
|
1308
|
+
parameters: string[];
|
|
1309
|
+
}
|
|
1273
1310
|
export interface ReplyTeltonika {
|
|
1274
1311
|
quantity1: number;
|
|
1275
1312
|
type: number;
|
|
@@ -1277,6 +1314,11 @@ export interface ReplyTeltonika {
|
|
|
1277
1314
|
response: Uint8Array;
|
|
1278
1315
|
quantity2: number;
|
|
1279
1316
|
}
|
|
1317
|
+
export interface JTT808Reply {
|
|
1318
|
+
responseSerialNumber: number;
|
|
1319
|
+
responseId: number;
|
|
1320
|
+
result: number;
|
|
1321
|
+
}
|
|
1280
1322
|
export interface AdditionalInformation {
|
|
1281
1323
|
key: AdditionalInformation_Key;
|
|
1282
1324
|
val: Uint8Array;
|
|
@@ -1285,66 +1327,10 @@ export interface AdditionalInformation {
|
|
|
1285
1327
|
}
|
|
1286
1328
|
export declare enum AdditionalInformation_Key {
|
|
1287
1329
|
KEY_UNSPECIFIED = 0,
|
|
1288
|
-
JTT808_ALARM_ID = 1,
|
|
1289
|
-
JTT808_SPEED = 2,
|
|
1290
|
-
JTT808_LATITUDE = 3,
|
|
1291
|
-
JTT808_LONGITUDE = 4,
|
|
1292
|
-
JTT808_ALTITUDE = 5,
|
|
1293
|
-
JTT808_GPS_TIME = 6,
|
|
1294
|
-
JTT808_ALARM_TERMINAL_ID = 7,
|
|
1295
|
-
JTT808_ALARM_TIME = 8,
|
|
1296
|
-
JTT808_SERIAL_NUMBER = 9,
|
|
1297
|
-
JTT808_ATTACHMENT = 10,
|
|
1298
1330
|
JTT808_ALARM_TYPE = 13,
|
|
1299
1331
|
DOLPHIN_TERMINAL_ID = 14,
|
|
1300
1332
|
UNRECOGNIZED = -1
|
|
1301
1333
|
}
|
|
1302
|
-
export interface Jtt808SignalingDataMessage1211 {
|
|
1303
|
-
name: string;
|
|
1304
|
-
type: FileType;
|
|
1305
|
-
size: number;
|
|
1306
|
-
}
|
|
1307
|
-
export interface Jtt808SignalingDataMessage1210 {
|
|
1308
|
-
terminalId: Uint8Array;
|
|
1309
|
-
alarmIdentification: Uint8Array;
|
|
1310
|
-
alarmNo: Uint8Array;
|
|
1311
|
-
infoType: number;
|
|
1312
|
-
attachmentCount: number;
|
|
1313
|
-
attachments: Jtt808SignalingDataMessage1210_Attachment[];
|
|
1314
|
-
}
|
|
1315
|
-
export interface Jtt808SignalingDataMessage1210_Attachment {
|
|
1316
|
-
name: string;
|
|
1317
|
-
size: number;
|
|
1318
|
-
}
|
|
1319
|
-
export interface Jtt10780x0001Answer {
|
|
1320
|
-
responseSerialNumber: number;
|
|
1321
|
-
responseId: number;
|
|
1322
|
-
result: number;
|
|
1323
|
-
}
|
|
1324
|
-
export interface Jtt1078EventMediaInfoUpload {
|
|
1325
|
-
mediaId: number;
|
|
1326
|
-
mediaType: number;
|
|
1327
|
-
mediaFormat: number;
|
|
1328
|
-
eventItemCode: number;
|
|
1329
|
-
channelId: number;
|
|
1330
|
-
}
|
|
1331
|
-
export interface Jtt1078EventMediaDataUpload {
|
|
1332
|
-
mediaId: number;
|
|
1333
|
-
mediaType: number;
|
|
1334
|
-
mediaFormat: number;
|
|
1335
|
-
eventItemCode: number;
|
|
1336
|
-
channelId: number;
|
|
1337
|
-
payload: Uint8Array;
|
|
1338
|
-
}
|
|
1339
|
-
export interface Jtt808SignalingDataMessage1212 {
|
|
1340
|
-
name: string;
|
|
1341
|
-
type: FileType;
|
|
1342
|
-
size: number;
|
|
1343
|
-
}
|
|
1344
|
-
export interface ConcoxLikeR31 {
|
|
1345
|
-
id: number;
|
|
1346
|
-
command: string;
|
|
1347
|
-
}
|
|
1348
1334
|
export interface ConcoxRecording0x8d {
|
|
1349
1335
|
fileType: number;
|
|
1350
1336
|
fileSize: number;
|
|
@@ -1443,6 +1429,18 @@ export declare enum DeviceStatus_Stat {
|
|
|
1443
1429
|
PARKING = 4,
|
|
1444
1430
|
UNRECOGNIZED = -1
|
|
1445
1431
|
}
|
|
1432
|
+
export interface JTT808AlarmData {
|
|
1433
|
+
alarmId: Uint8Array;
|
|
1434
|
+
terminalId: Long;
|
|
1435
|
+
datetime: Date | undefined;
|
|
1436
|
+
serialNo: number;
|
|
1437
|
+
attachments: number;
|
|
1438
|
+
speed: number;
|
|
1439
|
+
latitude: number;
|
|
1440
|
+
longitude: number;
|
|
1441
|
+
gpsTime: Date | undefined;
|
|
1442
|
+
alarmType: Alert;
|
|
1443
|
+
}
|
|
1446
1444
|
export interface JTT808MediaRetrieval0802 {
|
|
1447
1445
|
serialNo: number;
|
|
1448
1446
|
mediaCounter: number;
|
|
@@ -1460,6 +1458,67 @@ export interface DeviceConnectionStatus {
|
|
|
1460
1458
|
online: boolean;
|
|
1461
1459
|
timestamp: Date | undefined;
|
|
1462
1460
|
}
|
|
1461
|
+
export interface ForgeDecoder {
|
|
1462
|
+
deviceId: Long;
|
|
1463
|
+
serialNo: number;
|
|
1464
|
+
protocol: Protocol;
|
|
1465
|
+
rawString?: string | undefined;
|
|
1466
|
+
exception?: ForgeException | undefined;
|
|
1467
|
+
/** jtt device communication commands */
|
|
1468
|
+
jttLiveStatusUpdate?: JTTLiveStatusUpdate | undefined;
|
|
1469
|
+
jttQueryFileResponse?: JTTQueryFileResponse | undefined;
|
|
1470
|
+
}
|
|
1471
|
+
export interface ForgeEncoder {
|
|
1472
|
+
deviceId: Long;
|
|
1473
|
+
serialNo: number;
|
|
1474
|
+
protocol: Protocol;
|
|
1475
|
+
rawString?: string | undefined;
|
|
1476
|
+
rawStingWithProps?: RawStingWithProps | undefined;
|
|
1477
|
+
/** jtt device video communication commands */
|
|
1478
|
+
jttLiveVideoRequest?: JTTLiveRequest | undefined;
|
|
1479
|
+
jttLiveVideoUpdate?: JTTLiveUpdate | undefined;
|
|
1480
|
+
jttQueryFileRequest?: JTTQueryFileRequest | undefined;
|
|
1481
|
+
jttPlaybackRequest?: JTTPlaybackRequest | undefined;
|
|
1482
|
+
jttPlaybackUpdate?: JTTPlaybackUpdate | undefined;
|
|
1483
|
+
jttMediaUploadRequest?: RequestAlertMediaUpload | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface JTT808SignalingDataMessage1211 {
|
|
1486
|
+
name: string;
|
|
1487
|
+
type: FileType;
|
|
1488
|
+
size: number;
|
|
1489
|
+
}
|
|
1490
|
+
export interface JTT808SignalingDataMessage1210 {
|
|
1491
|
+
terminalId: Uint8Array;
|
|
1492
|
+
alarmIdentification: Uint8Array;
|
|
1493
|
+
alarmNo: Uint8Array;
|
|
1494
|
+
infoType: number;
|
|
1495
|
+
attachmentCount: number;
|
|
1496
|
+
attachments: JTT808SignalingDataMessage1210_Attachment[];
|
|
1497
|
+
}
|
|
1498
|
+
export interface JTT808SignalingDataMessage1210_Attachment {
|
|
1499
|
+
name: string;
|
|
1500
|
+
size: number;
|
|
1501
|
+
}
|
|
1502
|
+
export interface JTT808EventMediaInfoUpload {
|
|
1503
|
+
mediaId: number;
|
|
1504
|
+
mediaType: number;
|
|
1505
|
+
mediaFormat: number;
|
|
1506
|
+
eventItemCode: number;
|
|
1507
|
+
channelId: number;
|
|
1508
|
+
}
|
|
1509
|
+
export interface JTT808EventMediaDataUpload {
|
|
1510
|
+
mediaId: number;
|
|
1511
|
+
mediaType: number;
|
|
1512
|
+
mediaFormat: number;
|
|
1513
|
+
eventItemCode: number;
|
|
1514
|
+
channelId: number;
|
|
1515
|
+
payload: Uint8Array;
|
|
1516
|
+
}
|
|
1517
|
+
export interface JTT808SignalingDataMessage1212 {
|
|
1518
|
+
name: string;
|
|
1519
|
+
type: FileType;
|
|
1520
|
+
size: number;
|
|
1521
|
+
}
|
|
1463
1522
|
export declare const IoElement: MessageFns<IoElement>;
|
|
1464
1523
|
export declare const IoElement_DallasTemperature: MessageFns<IoElement_DallasTemperature>;
|
|
1465
1524
|
export declare const IoElement_LLS: MessageFns<IoElement_LLS>;
|
|
@@ -1493,16 +1552,10 @@ export declare const Packet: MessageFns<Packet>;
|
|
|
1493
1552
|
export declare const Stream: MessageFns<Stream>;
|
|
1494
1553
|
export declare const ReplyConcox: MessageFns<ReplyConcox>;
|
|
1495
1554
|
export declare const ReplyConcox_Item: MessageFns<ReplyConcox_Item>;
|
|
1555
|
+
export declare const ReplyJoinTech: MessageFns<ReplyJoinTech>;
|
|
1496
1556
|
export declare const ReplyTeltonika: MessageFns<ReplyTeltonika>;
|
|
1557
|
+
export declare const JTT808Reply: MessageFns<JTT808Reply>;
|
|
1497
1558
|
export declare const AdditionalInformation: MessageFns<AdditionalInformation>;
|
|
1498
|
-
export declare const Jtt808SignalingDataMessage1211: MessageFns<Jtt808SignalingDataMessage1211>;
|
|
1499
|
-
export declare const Jtt808SignalingDataMessage1210: MessageFns<Jtt808SignalingDataMessage1210>;
|
|
1500
|
-
export declare const Jtt808SignalingDataMessage1210_Attachment: MessageFns<Jtt808SignalingDataMessage1210_Attachment>;
|
|
1501
|
-
export declare const Jtt10780x0001Answer: MessageFns<Jtt10780x0001Answer>;
|
|
1502
|
-
export declare const Jtt1078EventMediaInfoUpload: MessageFns<Jtt1078EventMediaInfoUpload>;
|
|
1503
|
-
export declare const Jtt1078EventMediaDataUpload: MessageFns<Jtt1078EventMediaDataUpload>;
|
|
1504
|
-
export declare const Jtt808SignalingDataMessage1212: MessageFns<Jtt808SignalingDataMessage1212>;
|
|
1505
|
-
export declare const ConcoxLikeR31: MessageFns<ConcoxLikeR31>;
|
|
1506
1559
|
export declare const ConcoxRecording0x8d: MessageFns<ConcoxRecording0x8d>;
|
|
1507
1560
|
export declare const Client: MessageFns<Client>;
|
|
1508
1561
|
export declare const OdysseyDevice: MessageFns<OdysseyDevice>;
|
|
@@ -1511,9 +1564,18 @@ export declare const DeviceData: MessageFns<DeviceData>;
|
|
|
1511
1564
|
export declare const Task: MessageFns<Task>;
|
|
1512
1565
|
export declare const Task_AlertIdNumberEntry: MessageFns<Task_AlertIdNumberEntry>;
|
|
1513
1566
|
export declare const DeviceStatus: MessageFns<DeviceStatus>;
|
|
1567
|
+
export declare const JTT808AlarmData: MessageFns<JTT808AlarmData>;
|
|
1514
1568
|
export declare const JTT808MediaRetrieval0802: MessageFns<JTT808MediaRetrieval0802>;
|
|
1515
1569
|
export declare const JTT808MediaRetrieval0802_Item: MessageFns<JTT808MediaRetrieval0802_Item>;
|
|
1516
1570
|
export declare const DeviceConnectionStatus: MessageFns<DeviceConnectionStatus>;
|
|
1571
|
+
export declare const ForgeDecoder: MessageFns<ForgeDecoder>;
|
|
1572
|
+
export declare const ForgeEncoder: MessageFns<ForgeEncoder>;
|
|
1573
|
+
export declare const JTT808SignalingDataMessage1211: MessageFns<JTT808SignalingDataMessage1211>;
|
|
1574
|
+
export declare const JTT808SignalingDataMessage1210: MessageFns<JTT808SignalingDataMessage1210>;
|
|
1575
|
+
export declare const JTT808SignalingDataMessage1210_Attachment: MessageFns<JTT808SignalingDataMessage1210_Attachment>;
|
|
1576
|
+
export declare const JTT808EventMediaInfoUpload: MessageFns<JTT808EventMediaInfoUpload>;
|
|
1577
|
+
export declare const JTT808EventMediaDataUpload: MessageFns<JTT808EventMediaDataUpload>;
|
|
1578
|
+
export declare const JTT808SignalingDataMessage1212: MessageFns<JTT808SignalingDataMessage1212>;
|
|
1517
1579
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
1518
1580
|
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
1519
1581
|
[K in keyof T]?: DeepPartial<T[K]>;
|