szpt-driver-api 1.0.21 → 1.0.23

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.
@@ -0,0 +1,1059 @@
1
+ export declare class AccidentDTO {
2
+ /** 作废原因 */
3
+ abortReason: string;
4
+ /** 作废原因类型 */
5
+ abortReasonKey: string;
6
+ /**
7
+ * 是否作废
8
+ * @example false
9
+ */
10
+ aborted: boolean;
11
+ /** 报告 */
12
+ accidentReport: AccidentReportDTO;
13
+ /** 事故地址 */
14
+ address: string;
15
+ /** 到达现场部门 */
16
+ arriveDepartment: string;
17
+ /**
18
+ * 到达现场时间
19
+ * @format int64
20
+ */
21
+ arriveTime: number;
22
+ /** 到达现场用户 */
23
+ arriveUser: string;
24
+ /**
25
+ * 报警时间
26
+ * @format int64
27
+ */
28
+ bjsj: number;
29
+ /**
30
+ * 事故撤销时间
31
+ * @format int64
32
+ */
33
+ cancelTime: number;
34
+ /** 事故发生地(市) */
35
+ city: string;
36
+ /** 保险理赔人员 */
37
+ claimPersonList: InsuranceClaimPersonDTO[];
38
+ /** 保险理赔信息 */
39
+ claimSettlementList: InsuranceClaimSettlementDTO[];
40
+ /** 车辆间事故 */
41
+ cljsg: string;
42
+ /** 赔偿结果 */
43
+ compensateResult: string;
44
+ /**
45
+ * 事故完成时间
46
+ * @format int64
47
+ */
48
+ completedTime: number;
49
+ /**
50
+ * 事故耗时(单位秒)
51
+ * @format int64
52
+ */
53
+ consumeTime: number;
54
+ /**
55
+ * 创建时间
56
+ * @format int64
57
+ */
58
+ createTime: number;
59
+ /** 创建人用户名 */
60
+ createUser: string;
61
+ /** 档案编号 */
62
+ dah: string;
63
+ /** 单车事故 */
64
+ dcsg: string;
65
+ /** 地点米数 */
66
+ ddms: string;
67
+ /**
68
+ * 是否已删除
69
+ * @example false
70
+ */
71
+ deleted: boolean;
72
+ /** 部门代码 */
73
+ department: string;
74
+ /** 部门全称 */
75
+ departmentFullname: string;
76
+ /** 部门简称 */
77
+ departmentShortname: string;
78
+ /** 数据签名 */
79
+ digest: EntityDigest;
80
+ /** 派警部门 */
81
+ dispatchDepartment: string;
82
+ /**
83
+ * 派警时间
84
+ * @format int64
85
+ */
86
+ dispatchTime: number;
87
+ /** 派警用户 */
88
+ dispatchUser: string;
89
+ /** 事故发生地(区) */
90
+ district: string;
91
+ /** 道路代码 */
92
+ dldm: string;
93
+ /**
94
+ * 修改时间
95
+ * @format int64
96
+ */
97
+ editTime: number;
98
+ /** 修改人用户名 */
99
+ editUser: string;
100
+ /** 证据列表 */
101
+ evidenceList: Evidence[];
102
+ /**
103
+ * 是否仅取证
104
+ * @example false
105
+ */
106
+ evidencedOnly: boolean;
107
+ /** 事故认定部门 */
108
+ handleDepartment: string;
109
+ /**
110
+ * 事故认定时间
111
+ * @format int64
112
+ */
113
+ handleTime: number;
114
+ /** 事故认定用户 */
115
+ handleUser: string;
116
+ /**
117
+ * 主键
118
+ * @format int64
119
+ */
120
+ id: number;
121
+ /** 保险评分情况 */
122
+ insuranceScoreList: ScoreDTO[];
123
+ /** 结案方式 */
124
+ jafs: string;
125
+ /** 结案人1 */
126
+ "jar1": string;
127
+ /** 结案人2 */
128
+ "jar2": string;
129
+ /** 结案人1用户名 */
130
+ "jarUsername1": string;
131
+ /** 结案人2用户名 */
132
+ "jarUsername2": string;
133
+ /** 经办人 */
134
+ jbr: string;
135
+ /** 经办人用户名 */
136
+ jbrUsername: string;
137
+ /** 接警单编号 */
138
+ jjdbh: string;
139
+ /** 警情小类 */
140
+ jqxl: string;
141
+ /** 打标列表 */
142
+ labelList: AccidentLabelDTO[];
143
+ /** 经纬度 */
144
+ latlng: Point;
145
+ /** 路段代码 */
146
+ lddm: string;
147
+ /** 道路名称 */
148
+ ldmc: string;
149
+ /** 事故来源 */
150
+ origin: string;
151
+ /** 关联警情 */
152
+ policeEventList: PoliceEvent[];
153
+ /** 业务编号(系统自动生成) */
154
+ processBusinessKey: string;
155
+ /** 流程编号(系统自动生成) */
156
+ processId: string;
157
+ /** 事故发生地(省) */
158
+ province: string;
159
+ /** 推送 保险报案 信息 */
160
+ pushInsuranceStatusList: AccidentPushInsuranceStatusDTO[];
161
+ /** 推送六合一相关 */
162
+ pushTrffStatus: AccidentPushTrffStatusDTO;
163
+ /** 接收派警部门 */
164
+ receiveDepartment: string;
165
+ /**
166
+ * 接收派警时间
167
+ * @format int64
168
+ */
169
+ receiveTime: number;
170
+ /** 接收派警用户 */
171
+ receiveUser: string;
172
+ /** 备注 */
173
+ remark: string;
174
+ /** 报警人电话 */
175
+ reportPhone: string;
176
+ /** 模版类型 */
177
+ reportTemplateType: "ADJUST" | "IDENTIFICATION" | "NEGOTIATION" | "PROVE";
178
+ /**
179
+ * 上报时间
180
+ * @format int64
181
+ */
182
+ reportTime: number;
183
+ /** 报警人姓名 */
184
+ reportUser: string;
185
+ /** 报警人身份证号 */
186
+ reportZjhm: string;
187
+ /** 业务场景 */
188
+ scene: "ByFj" | "ByMj" | "BySgzdMj";
189
+ /** 评分情况 */
190
+ scoreList: ScoreDTO[];
191
+ /** 事故编号 */
192
+ sgbh: string;
193
+ /** 六合一事故编号 */
194
+ sgbhTrff: string;
195
+ /** 事故地点 */
196
+ sgdd: string;
197
+ /** 事故地点行驶方向 */
198
+ sgddDirection: string;
199
+ /** 事故地点类型 */
200
+ sgddType: string;
201
+ /** 事故结案备注 */
202
+ sgjabz: string;
203
+ /** 事故结案渠道 */
204
+ sgjaqd: string;
205
+ /** 事故描述 */
206
+ sgms: string;
207
+ /** 事故情形 */
208
+ sgqx: string;
209
+ /** 事故情形其他 */
210
+ sgqxOther: string;
211
+ /** 事故认定原因 */
212
+ sgrdyy: string;
213
+ /** 事故形态 */
214
+ sgxt: string;
215
+ /** 事故形态其他 */
216
+ sgxtOther: string;
217
+ /**
218
+ * 受伤人数
219
+ * @format int32
220
+ */
221
+ ssrs: number;
222
+ /** 事故状态 */
223
+ state: "CANCELED" | "COMPLETED" | "RUNNING";
224
+ /** 事故发生地(路名+门牌号) */
225
+ street: string;
226
+ /**
227
+ * 测试数据标记
228
+ * @example false
229
+ */
230
+ testData: boolean;
231
+ /**
232
+ * 事故时间
233
+ * @format int64
234
+ */
235
+ time: number;
236
+ /** 调解方式 */
237
+ tjfs: string;
238
+ /** 调解人 */
239
+ tjr: string;
240
+ /** 调解人用户名 */
241
+ tjrUsername: string;
242
+ /** 辖区 */
243
+ townCode: string;
244
+ /** 事故发生地(街道) */
245
+ township: string;
246
+ /** 事故类型 */
247
+ type: string;
248
+ /** 当事人列表 */
249
+ userList: AccidentUserDTO[];
250
+ /**
251
+ * 是否进行过远程视频
252
+ * @example false
253
+ */
254
+ videoRecord: boolean;
255
+ /** 天气 */
256
+ weather: string;
257
+ /** 文书编号 */
258
+ wsbh: string;
259
+ /** 现场 */
260
+ xc: string;
261
+ /** 行政区划 */
262
+ xzqh: string;
263
+ /**
264
+ * 直接财产损失
265
+ * @format double
266
+ */
267
+ zjccss: number;
268
+ /** 责任调解结果 */
269
+ zrtjjg: string;
270
+ }
271
+ export declare class AccidentLabelDTO {
272
+ /** @format int64 */
273
+ id: number;
274
+ /** 标签说明(中文) */
275
+ labelDescription: string;
276
+ /** 标签名称(英文key) */
277
+ labelName: string;
278
+ /** 标签值 */
279
+ labelValue: string;
280
+ /** 事故编号 */
281
+ sgbh: string;
282
+ }
283
+ export declare class AccidentPushInsuranceStatusDTO {
284
+ /** 保险公司编码 */
285
+ bxgsCode: string;
286
+ /** 保险报案号 */
287
+ bxlpNo: string;
288
+ /** @format int64 */
289
+ id: number;
290
+ /** 提交返回状态码 */
291
+ pushCode: string;
292
+ /** 错误信息 */
293
+ pushMessage: string;
294
+ /** 提交状态 */
295
+ pushState: "Cancel" | "Done" | "Error" | "Init" | "Suspend" | "Wait";
296
+ /**
297
+ * 推送时间
298
+ * @format int64
299
+ */
300
+ pushTime: number;
301
+ /** 事故编号 */
302
+ sgbh: string;
303
+ /** 保险报案人证件号码 */
304
+ zjhm: string;
305
+ }
306
+ export declare class AccidentPushTrffStatusDTO {
307
+ /** @format int64 */
308
+ id: number;
309
+ /** 提交返回状态码 */
310
+ pushCode: string;
311
+ /** 错误信息 */
312
+ pushMessage: string;
313
+ /** 提交状态 */
314
+ pushState: "Cancel" | "Done" | "Error" | "Init" | "Suspend" | "Wait";
315
+ /** 事故编号 */
316
+ sgbh: string;
317
+ /** 六合一事故编号 */
318
+ trffSgbh: string;
319
+ }
320
+ export declare class AccidentReportDTO {
321
+ /** 摘要签名 */
322
+ digest: string;
323
+ /** @format int64 */
324
+ id: number;
325
+ /** 备注 */
326
+ remark: string;
327
+ /** 资源id */
328
+ resourceId: string;
329
+ /** 事故编号 */
330
+ sgbh: string;
331
+ /** 模版 */
332
+ template: string;
333
+ }
334
+ export declare class AccidentUserDTO {
335
+ /**
336
+ * 年龄
337
+ * @format int32
338
+ */
339
+ age: number;
340
+ /** 保险公司 */
341
+ bxgs: string;
342
+ /**
343
+ * 初次领证日期
344
+ * @format int64
345
+ */
346
+ cclzrq: number;
347
+ /** 车架号 */
348
+ cjh: string;
349
+ /** 车架号2 */
350
+ "cjh2": string;
351
+ /** 车辆方位 */
352
+ clfw: string;
353
+ /** 车辆发证机关 */
354
+ clfzjg: string;
355
+ /** 车辆管辖地 */
356
+ clgxd: string;
357
+ /** 车辆类型 */
358
+ cllx: string;
359
+ /** 车辆类型2 */
360
+ "cllx2": string;
361
+ /** 车辆品牌 */
362
+ clpp: string;
363
+ /** 车辆型号 */
364
+ clxh: string;
365
+ /** 车辆颜色 */
366
+ clys: string;
367
+ /** 车辆装载物品 */
368
+ clzzwp: string;
369
+ /** 档案编号 */
370
+ dabh: string;
371
+ /** 当事人相关证据列表 */
372
+ evidenceList: Evidence[];
373
+ /** 发动机号 */
374
+ fdjh: string;
375
+ /** 发证机关 */
376
+ fzjg: string;
377
+ /** 管理行政区划 */
378
+ glxzqh: string;
379
+ /** 号牌号码 */
380
+ hphm: string;
381
+ /** 号牌号码2 */
382
+ "hphm2": string;
383
+ /** 号牌种类 */
384
+ hpzl: string;
385
+ /** 号牌种类2 */
386
+ "hpzl2": string;
387
+ /** @format int64 */
388
+ id: number;
389
+ /** 机动车所有人 */
390
+ jdcsyr: string;
391
+ /** 机动车序号 */
392
+ jdcxh: string;
393
+ /** 机动车状态 */
394
+ jdczt: string;
395
+ /** 关联决定书编号 */
396
+ jdsbh: string;
397
+ /**
398
+ * 驾龄
399
+ * @format int32
400
+ */
401
+ jl: number;
402
+ /** 交强险号 */
403
+ jqxh: string;
404
+ /**
405
+ * 交强险保单有效截至日期
406
+ * @format int64
407
+ */
408
+ jqxjzrq: number;
409
+ /** 驾驶人管辖地 */
410
+ jsrgxd: string;
411
+ /** 驾驶证种类 */
412
+ jszzl: string;
413
+ /** 交通方式 */
414
+ jtfs: string;
415
+ /** 交通方式2 */
416
+ "jtfs2": string;
417
+ /** 居住地 */
418
+ jzd: string;
419
+ /** 重点车辆类型 */
420
+ keyVehicleType: string;
421
+ /** 法律条文 */
422
+ laws: string[];
423
+ /** 姓名 */
424
+ name: string;
425
+ /** 手机号码 */
426
+ phone: string;
427
+ /** 签字照片(兼容老字段) */
428
+ pictureSign: string;
429
+ /** 备注 */
430
+ remark: string;
431
+ /** 人员类型 */
432
+ rylx: string;
433
+ /**
434
+ * 是否保险
435
+ * @example false
436
+ */
437
+ sfbx: boolean;
438
+ /**
439
+ * 是否出险
440
+ * @example false
441
+ */
442
+ sfcx: boolean;
443
+ /**
444
+ * 是否同意保险直赔
445
+ * @example false
446
+ */
447
+ sftybxzp: boolean;
448
+ /**
449
+ * 是否同意互碰自赔
450
+ * @example false
451
+ */
452
+ sftyhpzp: boolean;
453
+ /** 事故编号 */
454
+ sgbh: string;
455
+ /** 事故情形 */
456
+ sgqx: string;
457
+ /** 事故责任 */
458
+ sgzr: string;
459
+ /** 伤害程度 */
460
+ shcd: string;
461
+ /** 签字照片 */
462
+ signPicture: string;
463
+ /**
464
+ * 签字时间
465
+ * @format int64
466
+ */
467
+ signTime: number;
468
+ /** 受损部位 */
469
+ ssbw: string;
470
+ /** 所有权 */
471
+ syq: string;
472
+ /** 商业险公司 */
473
+ syxgs: string;
474
+ /** 商业险保单号 */
475
+ syxh: string;
476
+ /**
477
+ * 商业险保单有效截至日期
478
+ * @format int64
479
+ */
480
+ syxjzrq: number;
481
+ /** 使用性质 */
482
+ syxz: string;
483
+ /** 违法行为 */
484
+ wfxws: string[];
485
+ /** 性别 */
486
+ xb: string;
487
+ /** 行驶方向 */
488
+ xsfx: string;
489
+ /** 人员行政区划 */
490
+ xzqh: string;
491
+ /** 准驾车型 */
492
+ zjcx: string;
493
+ /** 证件号码 */
494
+ zjhm: string;
495
+ /** 专业运输单位 */
496
+ zyysdw: string;
497
+ /** 住址 */
498
+ zz: string;
499
+ }
500
+ export declare class DesensitizePageResultAccidentDTO {
501
+ list: AccidentDTO[];
502
+ /** @format int64 */
503
+ total: number;
504
+ }
505
+ export declare class EntityDigest {
506
+ digest: string;
507
+ valid: boolean;
508
+ }
509
+ export declare class Evidence {
510
+ /** 内容 */
511
+ content: string;
512
+ /** 描述 */
513
+ desc: string;
514
+ /** 样例 */
515
+ example: string;
516
+ /**
517
+ * ID
518
+ * @format int64
519
+ */
520
+ id: number;
521
+ /** 标识相同key的证据将被覆盖更新 */
522
+ key: string;
523
+ /**
524
+ * 上传时间
525
+ * @format int64
526
+ */
527
+ time: number;
528
+ /** 类型 */
529
+ type: string;
530
+ /** 上传人 */
531
+ user: string;
532
+ }
533
+ export declare class InsuranceClaimPersonDTO {
534
+ /** 理赔员名称 */
535
+ bxlpName: string;
536
+ /** 保险理赔编号 */
537
+ bxlpNo: string;
538
+ /** 理赔员联系电话 */
539
+ bxlpPhone: string;
540
+ /**
541
+ * 创建时间
542
+ * @format int64
543
+ */
544
+ createTime: number;
545
+ /** @format int64 */
546
+ id: number;
547
+ /** 理赔员工号 */
548
+ jobNum: string;
549
+ /** 事故编号 */
550
+ sgbh: string;
551
+ }
552
+ export declare class InsuranceClaimSettlementDTO {
553
+ /** 理赔金额 */
554
+ bxlpMoney: string;
555
+ /** 保险理赔编号 */
556
+ bxlpNo: string;
557
+ /** 理赔结果描述 */
558
+ bxlpResult: string;
559
+ /**
560
+ * 创建时间
561
+ * @format int64
562
+ */
563
+ createTime: number;
564
+ /** @format int64 */
565
+ id: number;
566
+ /** 事故编号 */
567
+ sgbh: string;
568
+ }
569
+ export declare class Point {
570
+ /** @format double */
571
+ latitude: number;
572
+ /** @format double */
573
+ longitude: number;
574
+ /** @format double */
575
+ radius: number;
576
+ }
577
+ export declare class PoliceEvent {
578
+ /** 案发地点 */
579
+ afdd: string;
580
+ /**
581
+ * 案发时间
582
+ * @format int64
583
+ */
584
+ afsj: number;
585
+ /** 到达现场部门 */
586
+ arriveDepartment: string;
587
+ /**
588
+ * 到达现场时间
589
+ * @format int64
590
+ */
591
+ arriveTime: number;
592
+ /** 到达现场用户 */
593
+ arriveUser: string;
594
+ /** 报警内容 */
595
+ bjnr: string;
596
+ /** 报警人姓名 */
597
+ bjrxm: string;
598
+ /**
599
+ * 报警时间
600
+ * @format int64
601
+ */
602
+ bjsj: number;
603
+ /**
604
+ * 处理时间
605
+ * @format int64
606
+ */
607
+ clsj: number;
608
+ /**
609
+ * 创建时间
610
+ * @format int64
611
+ */
612
+ createTime: number;
613
+ /** 创建人用户名 */
614
+ createUser: string;
615
+ /**
616
+ * 是否已删除
617
+ * @example false
618
+ */
619
+ deleted: boolean;
620
+ /** 数据签名 */
621
+ digest: EntityDigest;
622
+ /** 派警部门 */
623
+ dispatchDepartment: string;
624
+ /**
625
+ * 派警时间
626
+ * @format int64
627
+ */
628
+ dispatchTime: number;
629
+ /** 派警用户 */
630
+ dispatchUser: string;
631
+ /**
632
+ * 修改时间
633
+ * @format int64
634
+ */
635
+ editTime: number;
636
+ /** 修改人用户名 */
637
+ editUser: string;
638
+ /** 证据列表 */
639
+ evidenceList: Evidence[];
640
+ /** 发现机关 */
641
+ fxjg: string;
642
+ /** 管辖单位代码 */
643
+ gxdwdm: string;
644
+ /** 事故处置部门 */
645
+ handleDepartment: string;
646
+ /**
647
+ * 事故处置时间
648
+ * @format int64
649
+ */
650
+ handleTime: number;
651
+ /** 事故处置用户 */
652
+ handleUser: string;
653
+ /**
654
+ * 主键
655
+ * @format int64
656
+ */
657
+ id: number;
658
+ /** 接警单编号 */
659
+ jjdbh: string;
660
+ /** 接警单位代码 */
661
+ jjdwdm: string;
662
+ /** 打标列表 */
663
+ labelList: PoliceEventLabelDTO[];
664
+ /** 经纬度 */
665
+ latlng: Point;
666
+ /** 报警人联系电话 */
667
+ lxdh: string;
668
+ /** 业务编号(系统自动生成) */
669
+ processBusinessKey: string;
670
+ /** 流程编号(系统自动生成) */
671
+ processId: string;
672
+ /** 接收派警部门 */
673
+ receiveDepartment: string;
674
+ /**
675
+ * 接收派警时间
676
+ * @format int64
677
+ */
678
+ receiveTime: number;
679
+ /** 接收派警用户 */
680
+ receiveUser: string;
681
+ /** 备注 */
682
+ remark: string;
683
+ /** 根接警单编号 */
684
+ rootJjdbh: string;
685
+ /** 状态 */
686
+ state: "Completed" | "Processing";
687
+ /** 关联业务类型 */
688
+ taskType: "Accident" | "PoliceEvent";
689
+ /** 关联业务序号 */
690
+ taskXh: string;
691
+ /** 警情类型 */
692
+ type: string;
693
+ /** 警情类型其他 */
694
+ typeOther: string;
695
+ /** 天气 */
696
+ weather: string;
697
+ /** 行政区划 */
698
+ xzqh: string;
699
+ }
700
+ export declare class PoliceEventLabelDTO {
701
+ /** @format int64 */
702
+ id: number;
703
+ /** 标签说明(中文) */
704
+ labelDescription: string;
705
+ /** 标签名称(英文key) */
706
+ labelName: string;
707
+ /** 标签值 */
708
+ labelValue: string;
709
+ }
710
+ export declare class ScoreDTO {
711
+ /** 协警编号 */
712
+ auxiliaryPolice: string;
713
+ /** 辅警用户姓名 */
714
+ auxiliaryPoliceName: string;
715
+ /** 业务编号 */
716
+ code: string;
717
+ /** 业务类型, ACCIDENT 事故, SURVEIL 违停, VIOLATION 简易处罚 */
718
+ codeType: "ACCIDENT" | "FORCE" | "IMMEDIATE" | "INSURANCE" | "POLICE_JJD" | "PROCESS" | "SERIAL" | "SURVEIL" | "VIOLATION" | "VIO_NOTIFY";
719
+ /** 内容 */
720
+ content: string;
721
+ /**
722
+ * 创建时间
723
+ * @format int64
724
+ */
725
+ createTime: number;
726
+ /** 创建人用户名 */
727
+ createUser: string;
728
+ /**
729
+ * 是否已删除
730
+ * @example false
731
+ */
732
+ deleted: boolean;
733
+ /** 所属部门 */
734
+ department: string;
735
+ /** 部门全称 */
736
+ departmentFullname: string;
737
+ /** 部门简称 */
738
+ departmentShortname: string;
739
+ /** 数据签名 */
740
+ digest: EntityDigest;
741
+ /**
742
+ * 修改时间
743
+ * @format int64
744
+ */
745
+ editTime: number;
746
+ /** 修改人用户名 */
747
+ editUser: string;
748
+ /**
749
+ * 主键
750
+ * @format int64
751
+ */
752
+ id: number;
753
+ /** 民警警员编号 */
754
+ police: string;
755
+ /** 民警姓名 */
756
+ policeName: string;
757
+ /** 业务key */
758
+ processBusinessKey: string;
759
+ /**
760
+ * 评分
761
+ * @format double
762
+ */
763
+ score: number;
764
+ /**
765
+ * 评分2
766
+ * @format double
767
+ */
768
+ "score2": number;
769
+ /**
770
+ * 评分3
771
+ * @format double
772
+ */
773
+ "score3": number;
774
+ /**
775
+ * 评分4
776
+ * @format double
777
+ */
778
+ "score4": number;
779
+ /**
780
+ * 评分5
781
+ * @format double
782
+ */
783
+ "score5": number;
784
+ /** 业务详情 */
785
+ task: any;
786
+ /** 评分当事人 */
787
+ user: string;
788
+ }
789
+ export declare class AccidentParams {
790
+ /** sgbh */
791
+ sgbh?: string;
792
+ /** businessKey */
793
+ businessKey?: string;
794
+ /** digest */
795
+ digest?: string;
796
+ /** useTemplate */
797
+ useTemplate?: boolean;
798
+ }
799
+ export declare class AccidentCheckValidParams {
800
+ /** sgbh */
801
+ sgbh?: string;
802
+ /** businessKey */
803
+ businessKey?: string;
804
+ /** digest */
805
+ digest?: string;
806
+ /** useTemplate */
807
+ useTemplate?: boolean;
808
+ }
809
+ export declare class AccidentHistoryParams {
810
+ /** 事故地址查询。支持模糊查询 */
811
+ address?: string;
812
+ /** 按保险理赔编号查询 */
813
+ bxlpNo?: string;
814
+ /** [当事人]车架号 */
815
+ cjh?: string;
816
+ /**
817
+ * 事故定责完成时间起始
818
+ * @format int64
819
+ */
820
+ completedTimeBegin?: number;
821
+ /**
822
+ * 事故定责完成时间截止
823
+ * @format int64
824
+ */
825
+ completedTimeEnd?: number;
826
+ deleted?: boolean;
827
+ /** 部门代码 */
828
+ department?: string;
829
+ /** 部门匹配字段 */
830
+ departmentField?: string;
831
+ /** 部门代码(In查询) */
832
+ departmentIn?: string[];
833
+ /**
834
+ * 最后修改时间起始
835
+ * @format int64
836
+ */
837
+ editTimeBegin?: number;
838
+ /**
839
+ * 最后修改时间截止
840
+ * @format int64
841
+ */
842
+ editTimeEnd?: number;
843
+ /** 是否仅取证, 不与处理 */
844
+ evidencedOnly?: boolean;
845
+ /** 是否保险理赔进行中 */
846
+ hasInsuranceClaim?: boolean;
847
+ /** 是否有保险报案记录 */
848
+ hasInsuranceReport?: boolean;
849
+ /** 是否保险理赔完成 */
850
+ hasInsuranceSettlement?: boolean;
851
+ /** 是否有关联决定书编号 */
852
+ hasJdsbh?: boolean;
853
+ /** [当事人]号牌号码 */
854
+ hphm?: string;
855
+ /** [当事人]号牌种类 */
856
+ hpzl?: string;
857
+ ids?: number[];
858
+ /** 是否包含子部门 */
859
+ includeSubDepartment?: boolean;
860
+ /** [当事人]涉及的保险公司(代码) */
861
+ insuranceCompany?: string;
862
+ /** 是否有保险报案成功记录 */
863
+ insuranceReportSuccess?: boolean;
864
+ /** 结案人1 */
865
+ "jarUsername1"?: string;
866
+ /** 结案人2 */
867
+ "jarUsername2"?: string;
868
+ /** 经办人 */
869
+ jbrUsername?: string;
870
+ /** 决定书编号 */
871
+ jdsbh?: string;
872
+ /** 接警单编号 */
873
+ jjdbh?: string;
874
+ /** 接警单是否为空 */
875
+ jjdbhIsEmpty?: boolean;
876
+ /** [当事人]交强险编号 */
877
+ jqxh?: string;
878
+ /** 警情小类。支持多选 */
879
+ jqxlIn?: string[];
880
+ /** 交通方式。支持多选 */
881
+ jtfsIn?: string[];
882
+ /** 交通方式模糊匹配。模糊匹配占位符% */
883
+ jtfsLike?: string;
884
+ /** 是否必须经过部门条件过滤 */
885
+ mustFilterByDepartment?: boolean;
886
+ orderBy?: string[];
887
+ /** 事故来源 */
888
+ origin?: string[];
889
+ /** @format int32 */
890
+ pageIndex?: number;
891
+ /** @format int32 */
892
+ pageSize?: number;
893
+ /** [当事人]电话 */
894
+ phone?: string;
895
+ /** [当事人]电话或证件号码 */
896
+ phoneOrZjhm?: string;
897
+ /** 事故业务编号(processUid) */
898
+ processBusinessKey?: string;
899
+ /** 事故流程编号 */
900
+ processId?: string;
901
+ /** 推送六合一状态, 支持多选 */
902
+ pushStateIn?: "Cancel" | "Done" | "Error" | "Init" | "Suspend" | "Wait";
903
+ /** 模版类型(In查询) */
904
+ reportTemplateTypeIn?: "ADJUST" | "IDENTIFICATION" | "NEGOTIATION" | "PROVE";
905
+ /** 业务场景。支持多选 */
906
+ sceneIn?: "ByFj" | "ByMj" | "BySgzdMj";
907
+ /** [当事人]是否出险 */
908
+ sfcx?: boolean;
909
+ /** 事故编号 */
910
+ sgbh?: string;
911
+ /** 事故地点查询。支持模糊查询 */
912
+ sgdd?: string;
913
+ /** 事故情形。支持多选 */
914
+ sgqxIn?: string[];
915
+ /** 事故形态。支持多选 */
916
+ sgxtIn?: string[];
917
+ /** [当事人]事故责任 */
918
+ sgzrIn?: string[];
919
+ /** 事故状态 */
920
+ stateIn?: "CANCELED" | "COMPLETED" | "RUNNING";
921
+ /** [当事人]商业险编号 */
922
+ syxh?: string;
923
+ /** 是否为测试数据 */
924
+ testData?: boolean;
925
+ /**
926
+ * 事故上报时间起始
927
+ * @format int64
928
+ */
929
+ timeBegin?: number;
930
+ /**
931
+ * 事故上报时间截止
932
+ * @format int64
933
+ */
934
+ timeEnd?: number;
935
+ /** 调解人 */
936
+ tjrUsername?: string;
937
+ /** 辖区 */
938
+ townCode?: string;
939
+ /** 事故类型 */
940
+ typeIn?: string[];
941
+ /** 是否进行过远程视频 */
942
+ videoRecord?: boolean;
943
+ /** 返回结果包含关联警情 */
944
+ withPoliceEvent?: boolean;
945
+ /** 返回结果包含当事人评分数据 */
946
+ withScoreInfo?: boolean;
947
+ /** [当事人]证件号码 */
948
+ zjhm?: string;
949
+ }
950
+ import { AxiosRequestConfig, ResponseType } from "axios";
951
+ export declare type QueryParamsType = Record<string | number, any>;
952
+ export interface FullRequestParams extends Omit<AxiosRequestConfig, "data" | "params" | "url" | "responseType"> {
953
+ /** set parameter to `true` for call `securityWorker` for this request */
954
+ secure?: boolean;
955
+ /** request path */
956
+ url: string;
957
+ /** content type of request body */
958
+ type?: ContentType;
959
+ /** query params */
960
+ params?: QueryParamsType;
961
+ /** format of response (i.e. response.json() -> format: "json") */
962
+ ResponseType?: ResponseType;
963
+ /** request body */
964
+ body?: unknown;
965
+ }
966
+ export declare type RequestParams = Omit<FullRequestParams, "body" | "method" | "query" | "path">;
967
+ export interface ApiConfig<SecurityDataType = unknown> extends Omit<AxiosRequestConfig, "data" | "cancelToken"> {
968
+ securityWorker?: (securityData: SecurityDataType | null) => Promise<AxiosRequestConfig | void> | AxiosRequestConfig | void;
969
+ secure?: boolean;
970
+ ResponseType?: ResponseType;
971
+ }
972
+ export declare enum ContentType {
973
+ Json = "application/json",
974
+ FormData = "multipart/form-data",
975
+ UrlEncoded = "application/x-www-form-urlencoded"
976
+ }
977
+ interface HttpClient {
978
+ request: <T = any, _E = any>(config: AxiosRequestConfig) => Promise<T>;
979
+ }
980
+ /**
981
+ * @title 事故服务模块
982
+ * @version 1.0
983
+ * @baseUrl http://192.168.200.12:5000
984
+ *
985
+ * 事故服务模块
986
+ */
987
+ declare class Api {
988
+ private http;
989
+ constructor(http: HttpClient);
990
+ accident: {
991
+ /**
992
+ * No description
993
+ *
994
+ * @tags accident
995
+ * @name Accident
996
+ * @summary 获取事故基本信息描述
997
+ * @request GET:/sz-accident-service/public/accident
998
+ * @response `200` `string` OK
999
+ * @response `401` `void` Unauthorized
1000
+ * @response `403` `void` Forbidden
1001
+ * @response `404` `void` Not Found
1002
+ */
1003
+ accident: (query: AccidentParams, axiosConfig?: AxiosRequestConfig) => Promise<string>;
1004
+ /**
1005
+ * No description
1006
+ *
1007
+ * @tags accident
1008
+ * @name AccidentCheckValid
1009
+ * @summary 获取事故基本信息描述
1010
+ * @request GET:/sz-accident-service/public/accident/check-valid
1011
+ * @response `200` `string` OK
1012
+ * @response `401` `void` Unauthorized
1013
+ * @response `403` `void` Forbidden
1014
+ * @response `404` `void` Not Found
1015
+ */
1016
+ accidentCheckValid: (query: AccidentCheckValidParams, axiosConfig?: AxiosRequestConfig) => Promise<string>;
1017
+ /**
1018
+ * No description
1019
+ *
1020
+ * @tags accident
1021
+ * @name AccidentDetailBySgbh
1022
+ * @summary 查询当事人相关的事故记录详情
1023
+ * @request GET:/sz-accident-service/public/accident/detail/{sgbh}
1024
+ * @response `200` `AccidentDTO` OK
1025
+ * @response `401` `void` Unauthorized
1026
+ * @response `403` `void` Forbidden
1027
+ * @response `404` `void` Not Found
1028
+ */
1029
+ accidentDetailBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<AccidentDTO>;
1030
+ /**
1031
+ * No description
1032
+ *
1033
+ * @tags accident
1034
+ * @name AccidentDetailReportBySgbh
1035
+ * @summary 查询当事人相关的事故记录PDF
1036
+ * @request GET:/sz-accident-service/public/accident/detail/{sgbh}/report
1037
+ * @response `200` `AccidentReportDTO` OK
1038
+ * @response `401` `void` Unauthorized
1039
+ * @response `403` `void` Forbidden
1040
+ * @response `404` `void` Not Found
1041
+ */
1042
+ accidentDetailReportBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<AccidentReportDTO>;
1043
+ /**
1044
+ * No description
1045
+ *
1046
+ * @tags accident
1047
+ * @name AccidentHistory
1048
+ * @summary 查询当事人相关的历史事故记录
1049
+ * @request GET:/sz-accident-service/public/accident/history
1050
+ * @response `200` `DesensitizePageResultAccidentDTO` OK
1051
+ * @response `401` `void` Unauthorized
1052
+ * @response `403` `void` Forbidden
1053
+ * @response `404` `void` Not Found
1054
+ */
1055
+ accidentHistory: (query: AccidentHistoryParams, axiosConfig?: AxiosRequestConfig) => Promise<DesensitizePageResultAccidentDTO>;
1056
+ };
1057
+ }
1058
+ export declare const szAccidentPublicApi: Api;
1059
+ export {};