szpt-driver-api 1.0.58 → 1.0.60
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/accident.d.ts +82 -82
- package/accident.js.map +1 -1
- package/accidentScore.d.ts +9 -9
- package/accidentScore.js.map +1 -1
- package/ai.d.ts +12 -12
- package/ai.js.map +1 -1
- package/application.d.ts +1440 -0
- package/application.js +2 -0
- package/application.js.map +1 -0
- package/auth.d.ts +421 -299
- package/auth.js +1 -1
- package/auth.js.map +1 -1
- package/authBpmn.d.ts +128 -128
- package/authBpmn.js.map +1 -1
- package/authBpmnQuery.d.ts +81 -81
- package/authBpmnQuery.js +1 -1
- package/authBpmnQuery.js.map +1 -1
- package/authDuty.d.ts +205 -205
- package/authDuty.js.map +1 -1
- package/authIm.d.ts +22 -22
- package/authIm.js.map +1 -1
- package/authV2.d.ts +30 -30
- package/authV2.js.map +1 -1
- package/common.d.ts +67 -67
- package/common.js +1 -1
- package/common.js.map +1 -1
- package/external.d.ts +38 -38
- package/external.js.map +1 -1
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/oss.d.ts +65 -65
- package/oss.js +1 -1
- package/oss.js.map +1 -1
- package/package.json +1 -1
- package/query.d.ts +154 -154
- package/query.js +1 -1
- package/query.js.map +1 -1
- package/queryPublic.d.ts +10 -10
- package/queryPublic.js.map +1 -1
- package/roadRescue.d.ts +7 -7
- package/roadRescue.js.map +1 -1
- package/statisticV2.d.ts +16 -16
- package/statisticV2.js.map +1 -1
- package/szAccident.d.ts +114 -114
- package/szAccident.js +1 -1
- package/szAccident.js.map +1 -1
- package/szAccidentPublic.d.ts +17 -17
- package/szAccidentPublic.js.map +1 -1
- package/szDoc.d.ts +4 -4
- package/szDoc.js.map +1 -1
- package/szStatistic.d.ts +58 -58
- package/szStatistic.js.map +1 -1
- package/szTraffic.d.ts +312 -281
- package/szTraffic.js +1 -1
- package/szTraffic.js.map +1 -1
- package/videoService.d.ts +30 -30
- package/videoService.js +1 -1
- package/videoService.js.map +1 -1
- package/violation.d.ts +135 -135
- package/violation.js.map +1 -1
package/accident.d.ts
CHANGED
|
@@ -3479,7 +3479,7 @@ declare class Api {
|
|
|
3479
3479
|
* @response `403` `void` Forbidden
|
|
3480
3480
|
* @response `404` `void` Not Found
|
|
3481
3481
|
*/
|
|
3482
|
-
accident: (query: AccidentParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentDTO>;
|
|
3482
|
+
accident: (query: AccidentParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultAccidentDTO>;
|
|
3483
3483
|
/**
|
|
3484
3484
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3485
3485
|
*
|
|
@@ -3492,7 +3492,7 @@ declare class Api {
|
|
|
3492
3492
|
* @response `403` `void` Forbidden
|
|
3493
3493
|
* @response `404` `void` Not Found
|
|
3494
3494
|
*/
|
|
3495
|
-
findBySgbhBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<AccidentDTORes>;
|
|
3495
|
+
findBySgbhBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<AccidentDTORes>;
|
|
3496
3496
|
/**
|
|
3497
3497
|
* @description 所需权限:accident:handle、accident:police:handle (OR)
|
|
3498
3498
|
*
|
|
@@ -3506,7 +3506,7 @@ declare class Api {
|
|
|
3506
3506
|
* @response `403` `void` Forbidden
|
|
3507
3507
|
* @response `404` `void` Not Found
|
|
3508
3508
|
*/
|
|
3509
|
-
findBySgbhDeleteBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3509
|
+
findBySgbhDeleteBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3510
3510
|
/**
|
|
3511
3511
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3512
3512
|
*
|
|
@@ -3519,7 +3519,7 @@ declare class Api {
|
|
|
3519
3519
|
* @response `403` `void` Forbidden
|
|
3520
3520
|
* @response `404` `void` Not Found
|
|
3521
3521
|
*/
|
|
3522
|
-
findBySgbhInsuranceClaimBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<AccidentUserInsuranceDetail[]>;
|
|
3522
|
+
findBySgbhInsuranceClaimBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<AccidentUserInsuranceDetail[]>;
|
|
3523
3523
|
/**
|
|
3524
3524
|
* @description 所需权限:accident:handle、accident:police:handle (OR)
|
|
3525
3525
|
*
|
|
@@ -3533,7 +3533,7 @@ declare class Api {
|
|
|
3533
3533
|
* @response `403` `void` Forbidden
|
|
3534
3534
|
* @response `404` `void` Not Found
|
|
3535
3535
|
*/
|
|
3536
|
-
findBySgbhPushToTrffBySgbh: ({ sgbh, ...query }: FindBySgbhPushToTrffBySgbhParams, axiosConfig?: AxiosRequestConfig) => Promise<AccidentPushResponse>;
|
|
3536
|
+
findBySgbhPushToTrffBySgbh: ({ sgbh, ...query }: FindBySgbhPushToTrffBySgbhParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<AccidentPushResponse>;
|
|
3537
3537
|
/**
|
|
3538
3538
|
* @description 所需权限:accident:handle、accident:police:handle (OR)
|
|
3539
3539
|
*
|
|
@@ -3547,7 +3547,7 @@ declare class Api {
|
|
|
3547
3547
|
* @response `403` `void` Forbidden
|
|
3548
3548
|
* @response `404` `void` Not Found
|
|
3549
3549
|
*/
|
|
3550
|
-
findBySgbhPushToZlkcBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3550
|
+
findBySgbhPushToZlkcBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3551
3551
|
/**
|
|
3552
3552
|
* @description 所需权限:accident:handle、accident:police:handle (OR)
|
|
3553
3553
|
*
|
|
@@ -3561,7 +3561,7 @@ declare class Api {
|
|
|
3561
3561
|
* @response `403` `void` Forbidden
|
|
3562
3562
|
* @response `404` `void` Not Found
|
|
3563
3563
|
*/
|
|
3564
|
-
findBySgbhRecoverBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3564
|
+
findBySgbhRecoverBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3565
3565
|
/**
|
|
3566
3566
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3567
3567
|
*
|
|
@@ -3574,7 +3574,7 @@ declare class Api {
|
|
|
3574
3574
|
* @response `403` `void` Forbidden
|
|
3575
3575
|
* @response `404` `void` Not Found
|
|
3576
3576
|
*/
|
|
3577
|
-
forDiscard: (query: ForDiscardParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentDTO>;
|
|
3577
|
+
forDiscard: (query: ForDiscardParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultAccidentDTO>;
|
|
3578
3578
|
/**
|
|
3579
3579
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3580
3580
|
*
|
|
@@ -3588,7 +3588,7 @@ declare class Api {
|
|
|
3588
3588
|
* @response `403` `void` Forbidden
|
|
3589
3589
|
* @response `404` `void` Not Found
|
|
3590
3590
|
*/
|
|
3591
|
-
forDiscardList: (data: DiscardAccidentQueryBean, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentDTO>;
|
|
3591
|
+
forDiscardList: (data: DiscardAccidentQueryBean, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultAccidentDTO>;
|
|
3592
3592
|
/**
|
|
3593
3593
|
* @description 所需权限:accident:handle
|
|
3594
3594
|
*
|
|
@@ -3602,7 +3602,7 @@ declare class Api {
|
|
|
3602
3602
|
* @response `403` `void` Forbidden
|
|
3603
3603
|
* @response `404` `void` Not Found
|
|
3604
3604
|
*/
|
|
3605
|
-
forDiscardSave: (data: AccidentDTOReq, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3605
|
+
forDiscardSave: (data: AccidentDTOReq, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3606
3606
|
/**
|
|
3607
3607
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3608
3608
|
*
|
|
@@ -3615,7 +3615,7 @@ declare class Api {
|
|
|
3615
3615
|
* @response `403` `void` Forbidden
|
|
3616
3616
|
* @response `404` `void` Not Found
|
|
3617
3617
|
*/
|
|
3618
|
-
forDiscardById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<AccidentDTORes>;
|
|
3618
|
+
forDiscardById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<AccidentDTORes>;
|
|
3619
3619
|
/**
|
|
3620
3620
|
* @description 所需权限:accident:history:list-for-insurance
|
|
3621
3621
|
*
|
|
@@ -3628,7 +3628,7 @@ declare class Api {
|
|
|
3628
3628
|
* @response `403` `void` Forbidden
|
|
3629
3629
|
* @response `404` `void` Not Found
|
|
3630
3630
|
*/
|
|
3631
|
-
forInsuranceUser: (query: ForInsuranceUserParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentInsuranceDTO>;
|
|
3631
|
+
forInsuranceUser: (query: ForInsuranceUserParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultAccidentInsuranceDTO>;
|
|
3632
3632
|
/**
|
|
3633
3633
|
* No description
|
|
3634
3634
|
*
|
|
@@ -3642,7 +3642,7 @@ declare class Api {
|
|
|
3642
3642
|
* @response `403` `void` Forbidden
|
|
3643
3643
|
* @response `404` `void` Not Found
|
|
3644
3644
|
*/
|
|
3645
|
-
generateSgms: (data: AccidentSgmsGenerateRequest, axiosConfig?: AxiosRequestConfig) => Promise<string>;
|
|
3645
|
+
generateSgms: (data: AccidentSgmsGenerateRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<string>;
|
|
3646
3646
|
/**
|
|
3647
3647
|
* No description
|
|
3648
3648
|
*
|
|
@@ -3656,7 +3656,7 @@ declare class Api {
|
|
|
3656
3656
|
* @response `403` `void` Forbidden
|
|
3657
3657
|
* @response `404` `void` Not Found
|
|
3658
3658
|
*/
|
|
3659
|
-
generateSgmsByNodeVueRender: (data: AccidentSgmsGenerateRequest, axiosConfig?: AxiosRequestConfig) => Promise<string>;
|
|
3659
|
+
generateSgmsByNodeVueRender: (data: AccidentSgmsGenerateRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<string>;
|
|
3660
3660
|
/**
|
|
3661
3661
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3662
3662
|
*
|
|
@@ -3669,7 +3669,7 @@ declare class Api {
|
|
|
3669
3669
|
* @response `403` `void` Forbidden
|
|
3670
3670
|
* @response `404` `void` Not Found
|
|
3671
3671
|
*/
|
|
3672
|
-
heatmap: (query: HeatmapParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentSimpleForHeatMap>;
|
|
3672
|
+
heatmap: (query: HeatmapParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultAccidentSimpleForHeatMap>;
|
|
3673
3673
|
/**
|
|
3674
3674
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3675
3675
|
*
|
|
@@ -3683,7 +3683,7 @@ declare class Api {
|
|
|
3683
3683
|
* @response `403` `void` Forbidden
|
|
3684
3684
|
* @response `404` `void` Not Found
|
|
3685
3685
|
*/
|
|
3686
|
-
list: (data: AccidentQueryBean, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentDTO>;
|
|
3686
|
+
list: (data: AccidentQueryBean, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultAccidentDTO>;
|
|
3687
3687
|
/**
|
|
3688
3688
|
* @description 所需权限:accident:handle、accident:police:handle (OR)
|
|
3689
3689
|
*
|
|
@@ -3696,7 +3696,7 @@ declare class Api {
|
|
|
3696
3696
|
* @response `403` `void` Forbidden
|
|
3697
3697
|
* @response `404` `void` Not Found
|
|
3698
3698
|
*/
|
|
3699
|
-
nextNumber: (query: NextNumberParams, axiosConfig?: AxiosRequestConfig) => Promise<string>;
|
|
3699
|
+
nextNumber: (query: NextNumberParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<string>;
|
|
3700
3700
|
/**
|
|
3701
3701
|
* @description 所需权限:accident:history:list
|
|
3702
3702
|
*
|
|
@@ -3710,7 +3710,7 @@ declare class Api {
|
|
|
3710
3710
|
* @response `403` `void` Forbidden
|
|
3711
3711
|
* @response `404` `void` Not Found
|
|
3712
3712
|
*/
|
|
3713
|
-
reportHtml: (data: RenderProcessDataRequest, axiosConfig?: AxiosRequestConfig) => Promise<string>;
|
|
3713
|
+
reportHtml: (data: RenderProcessDataRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<string>;
|
|
3714
3714
|
/**
|
|
3715
3715
|
* @description 所需权限:accident:handle
|
|
3716
3716
|
*
|
|
@@ -3724,7 +3724,7 @@ declare class Api {
|
|
|
3724
3724
|
* @response `403` `void` Forbidden
|
|
3725
3725
|
* @response `404` `void` Not Found
|
|
3726
3726
|
*/
|
|
3727
|
-
save: (query: SaveParams, data: AccidentDTOReq, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3727
|
+
save: (query: SaveParams, data: AccidentDTOReq, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3728
3728
|
/**
|
|
3729
3729
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3730
3730
|
*
|
|
@@ -3737,7 +3737,7 @@ declare class Api {
|
|
|
3737
3737
|
* @response `403` `void` Forbidden
|
|
3738
3738
|
* @response `404` `void` Not Found
|
|
3739
3739
|
*/
|
|
3740
|
-
simple: (query: SimpleParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentSimpleDTO>;
|
|
3740
|
+
simple: (query: SimpleParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultAccidentSimpleDTO>;
|
|
3741
3741
|
/**
|
|
3742
3742
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3743
3743
|
*
|
|
@@ -3750,7 +3750,7 @@ declare class Api {
|
|
|
3750
3750
|
* @response `403` `void` Forbidden
|
|
3751
3751
|
* @response `404` `void` Not Found
|
|
3752
3752
|
*/
|
|
3753
|
-
simpleForDiscard: (query: SimpleForDiscardParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentSimpleDTO>;
|
|
3753
|
+
simpleForDiscard: (query: SimpleForDiscardParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultAccidentSimpleDTO>;
|
|
3754
3754
|
/**
|
|
3755
3755
|
* @description 所需权限:accident:history:list
|
|
3756
3756
|
*
|
|
@@ -3763,7 +3763,7 @@ declare class Api {
|
|
|
3763
3763
|
* @response `403` `void` Forbidden
|
|
3764
3764
|
* @response `404` `void` Not Found
|
|
3765
3765
|
*/
|
|
3766
|
-
statisticAccidentCountGroupByUser: (query: StatisticAccidentCountGroupByUserParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultUserAccidentCount>;
|
|
3766
|
+
statisticAccidentCountGroupByUser: (query: StatisticAccidentCountGroupByUserParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultUserAccidentCount>;
|
|
3767
3767
|
/**
|
|
3768
3768
|
* @description 所需权限:accident:handle
|
|
3769
3769
|
*
|
|
@@ -3777,7 +3777,7 @@ declare class Api {
|
|
|
3777
3777
|
* @response `403` `void` Forbidden
|
|
3778
3778
|
* @response `404` `void` Not Found
|
|
3779
3779
|
*/
|
|
3780
|
-
supplementFiledContent: (query: SupplementFiledContentParams, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3780
|
+
supplementFiledContent: (query: SupplementFiledContentParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3781
3781
|
/**
|
|
3782
3782
|
* @description 所需权限:accident:history:list-for-insurance
|
|
3783
3783
|
*
|
|
@@ -3790,7 +3790,7 @@ declare class Api {
|
|
|
3790
3790
|
* @response `403` `void` Forbidden
|
|
3791
3791
|
* @response `404` `void` Not Found
|
|
3792
3792
|
*/
|
|
3793
|
-
userInsurance: (query: UserInsuranceParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentUserInsuranceDTO>;
|
|
3793
|
+
userInsurance: (query: UserInsuranceParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultAccidentUserInsuranceDTO>;
|
|
3794
3794
|
/**
|
|
3795
3795
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3796
3796
|
*
|
|
@@ -3803,7 +3803,7 @@ declare class Api {
|
|
|
3803
3803
|
* @response `403` `void` Forbidden
|
|
3804
3804
|
* @response `404` `void` Not Found
|
|
3805
3805
|
*/
|
|
3806
|
-
byId: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<AccidentDTORes>;
|
|
3806
|
+
byId: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<AccidentDTORes>;
|
|
3807
3807
|
/**
|
|
3808
3808
|
* @description 所需权限:accident:insurance:info:manage
|
|
3809
3809
|
*
|
|
@@ -3817,7 +3817,7 @@ declare class Api {
|
|
|
3817
3817
|
* @response `403` `void` Forbidden
|
|
3818
3818
|
* @response `404` `void` Not Found
|
|
3819
3819
|
*/
|
|
3820
|
-
insuraneBySgbhAndZjhm: (sgbh: string, zjhm: string, data: AccidentUserInsuranceDTOReq, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3820
|
+
insuraneBySgbhAndZjhm: (sgbh: string, zjhm: string, data: AccidentUserInsuranceDTOReq, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3821
3821
|
/**
|
|
3822
3822
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3823
3823
|
*
|
|
@@ -3830,7 +3830,7 @@ declare class Api {
|
|
|
3830
3830
|
* @response `403` `void` Forbidden
|
|
3831
3831
|
* @response `404` `void` Not Found
|
|
3832
3832
|
*/
|
|
3833
|
-
reportDownloadBySgbh: ({ sgbh, ...query }: ReportDownloadBySgbhParams, axiosConfig?: AxiosRequestConfig) => Promise<Resource>;
|
|
3833
|
+
reportDownloadBySgbh: ({ sgbh, ...query }: ReportDownloadBySgbhParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<Resource>;
|
|
3834
3834
|
/**
|
|
3835
3835
|
* @description 所需权限:accident:modify<br>所需权限:accident:handle、accident:police:handle (OR)
|
|
3836
3836
|
*
|
|
@@ -3843,7 +3843,7 @@ declare class Api {
|
|
|
3843
3843
|
* @response `403` `void` Forbidden
|
|
3844
3844
|
* @response `404` `void` Not Found
|
|
3845
3845
|
*/
|
|
3846
|
-
reportGenerateBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<string>;
|
|
3846
|
+
reportGenerateBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<string>;
|
|
3847
3847
|
/**
|
|
3848
3848
|
* @description 所需权限:accident:history:list、accident:personal:history:list (OR)
|
|
3849
3849
|
*
|
|
@@ -3856,7 +3856,7 @@ declare class Api {
|
|
|
3856
3856
|
* @response `403` `void` Forbidden
|
|
3857
3857
|
* @response `404` `void` Not Found
|
|
3858
3858
|
*/
|
|
3859
|
-
reportPreviewBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<string>;
|
|
3859
|
+
reportPreviewBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<string>;
|
|
3860
3860
|
/**
|
|
3861
3861
|
* @description 所需权限:accident:handle
|
|
3862
3862
|
*
|
|
@@ -3870,7 +3870,7 @@ declare class Api {
|
|
|
3870
3870
|
* @response `403` `void` Forbidden
|
|
3871
3871
|
* @response `404` `void` Not Found
|
|
3872
3872
|
*/
|
|
3873
|
-
transferBySgbh: (sgbh: string, data: AccidentTransferReq, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3873
|
+
transferBySgbh: (sgbh: string, data: AccidentTransferReq, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3874
3874
|
/**
|
|
3875
3875
|
* @description 所需权限:accident:handle
|
|
3876
3876
|
*
|
|
@@ -3884,7 +3884,7 @@ declare class Api {
|
|
|
3884
3884
|
* @response `403` `void` Forbidden
|
|
3885
3885
|
* @response `404` `void` Not Found
|
|
3886
3886
|
*/
|
|
3887
|
-
transferHandledBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3887
|
+
transferHandledBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3888
3888
|
/**
|
|
3889
3889
|
* @description 所需权限:accident:handle、accident:police:handle (OR)
|
|
3890
3890
|
*
|
|
@@ -3897,7 +3897,7 @@ declare class Api {
|
|
|
3897
3897
|
* @response `401` `void` Unauthorized
|
|
3898
3898
|
* @response `403` `void` Forbidden
|
|
3899
3899
|
*/
|
|
3900
|
-
deleteLabelById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3900
|
+
deleteLabelById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3901
3901
|
/**
|
|
3902
3902
|
* @description 所需权限:accident:history:list
|
|
3903
3903
|
*
|
|
@@ -3910,7 +3910,7 @@ declare class Api {
|
|
|
3910
3910
|
* @response `403` `void` Forbidden
|
|
3911
3911
|
* @response `404` `void` Not Found
|
|
3912
3912
|
*/
|
|
3913
|
-
getLabelBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<AccidentLabelDTO[]>;
|
|
3913
|
+
getLabelBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<AccidentLabelDTO[]>;
|
|
3914
3914
|
/**
|
|
3915
3915
|
* @description 所需权限:accident:handle、accident:police:handle (OR)
|
|
3916
3916
|
*
|
|
@@ -3924,7 +3924,7 @@ declare class Api {
|
|
|
3924
3924
|
* @response `403` `void` Forbidden
|
|
3925
3925
|
* @response `404` `void` Not Found
|
|
3926
3926
|
*/
|
|
3927
|
-
postLabelBySgbh: (sgbh: string, data: PostLabelBySgbhPayload, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3927
|
+
postLabelBySgbh: (sgbh: string, data: PostLabelBySgbhPayload, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
3928
3928
|
/**
|
|
3929
3929
|
* @description 所需权限:accident:handle、accident:police:handle (OR)
|
|
3930
3930
|
*
|
|
@@ -3938,7 +3938,7 @@ declare class Api {
|
|
|
3938
3938
|
* @response `403` `void` Forbidden
|
|
3939
3939
|
* @response `404` `void` Not Found
|
|
3940
3940
|
*/
|
|
3941
|
-
putLabelBySgbhAndId: (sgbh: string, id: number, data: AccidentLabelRequest, axiosConfig?: AxiosRequestConfig) => Promise<number>;
|
|
3941
|
+
putLabelBySgbhAndId: (sgbh: string, id: number, data: AccidentLabelRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<number>;
|
|
3942
3942
|
/**
|
|
3943
3943
|
* No description
|
|
3944
3944
|
*
|
|
@@ -3951,7 +3951,7 @@ declare class Api {
|
|
|
3951
3951
|
* @response `403` `void` Forbidden
|
|
3952
3952
|
* @response `404` `void` Not Found
|
|
3953
3953
|
*/
|
|
3954
|
-
report: (query: ReportParams, axiosConfig?: AxiosRequestConfig) => Promise<ModelAndView>;
|
|
3954
|
+
report: (query: ReportParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<ModelAndView>;
|
|
3955
3955
|
/**
|
|
3956
3956
|
* No description
|
|
3957
3957
|
*
|
|
@@ -3964,7 +3964,7 @@ declare class Api {
|
|
|
3964
3964
|
* @response `403` `void` Forbidden
|
|
3965
3965
|
* @response `404` `void` Not Found
|
|
3966
3966
|
*/
|
|
3967
|
-
reportSample: (query: ReportSampleParams, axiosConfig?: AxiosRequestConfig) => Promise<ModelAndView>;
|
|
3967
|
+
reportSample: (query: ReportSampleParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<ModelAndView>;
|
|
3968
3968
|
};
|
|
3969
3969
|
blockUser: {
|
|
3970
3970
|
/**
|
|
@@ -3979,7 +3979,7 @@ declare class Api {
|
|
|
3979
3979
|
* @response `403` `void` Forbidden
|
|
3980
3980
|
* @response `404` `void` Not Found
|
|
3981
3981
|
*/
|
|
3982
|
-
getBlockUser: (query: GetBlockUserParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultBlockUser>;
|
|
3982
|
+
getBlockUser: (query: GetBlockUserParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultBlockUser>;
|
|
3983
3983
|
/**
|
|
3984
3984
|
* @description 所需权限:accident:block:user:manage
|
|
3985
3985
|
*
|
|
@@ -3993,7 +3993,7 @@ declare class Api {
|
|
|
3993
3993
|
* @response `403` `void` Forbidden
|
|
3994
3994
|
* @response `404` `void` Not Found
|
|
3995
3995
|
*/
|
|
3996
|
-
postBlockUser: (data: BlockUser, axiosConfig?: AxiosRequestConfig) => Promise<number>;
|
|
3996
|
+
postBlockUser: (data: BlockUser, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<number>;
|
|
3997
3997
|
/**
|
|
3998
3998
|
* @description 所需权限:accident:block:user:list
|
|
3999
3999
|
*
|
|
@@ -4006,7 +4006,7 @@ declare class Api {
|
|
|
4006
4006
|
* @response `403` `void` Forbidden
|
|
4007
4007
|
* @response `404` `void` Not Found
|
|
4008
4008
|
*/
|
|
4009
|
-
getById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<BlockUser>;
|
|
4009
|
+
getById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<BlockUser>;
|
|
4010
4010
|
/**
|
|
4011
4011
|
* @description 所需权限:accident:block:user:manage
|
|
4012
4012
|
*
|
|
@@ -4019,7 +4019,7 @@ declare class Api {
|
|
|
4019
4019
|
* @response `401` `void` Unauthorized
|
|
4020
4020
|
* @response `403` `void` Forbidden
|
|
4021
4021
|
*/
|
|
4022
|
-
deleteById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4022
|
+
deleteById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4023
4023
|
/**
|
|
4024
4024
|
* @description 所需权限:accident:block:user:manage
|
|
4025
4025
|
*
|
|
@@ -4032,7 +4032,7 @@ declare class Api {
|
|
|
4032
4032
|
* @response `401` `void` Unauthorized
|
|
4033
4033
|
* @response `403` `void` Forbidden
|
|
4034
4034
|
*/
|
|
4035
|
-
deleteHardById: ({ id, ...query }: DeleteHardByIdParams, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4035
|
+
deleteHardById: ({ id, ...query }: DeleteHardByIdParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4036
4036
|
/**
|
|
4037
4037
|
* @description 所需权限:accident:block:user:manage
|
|
4038
4038
|
*
|
|
@@ -4046,7 +4046,7 @@ declare class Api {
|
|
|
4046
4046
|
* @response `403` `void` Forbidden
|
|
4047
4047
|
* @response `404` `void` Not Found
|
|
4048
4048
|
*/
|
|
4049
|
-
putRecoverById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4049
|
+
putRecoverById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4050
4050
|
};
|
|
4051
4051
|
vio: {
|
|
4052
4052
|
/**
|
|
@@ -4062,7 +4062,7 @@ declare class Api {
|
|
|
4062
4062
|
* @response `403` `void` Forbidden
|
|
4063
4063
|
* @response `404` `void` Not Found
|
|
4064
4064
|
*/
|
|
4065
|
-
circuitBreakerConfigDailyWorkload: (data: PoliceDailyWorkloadConfig, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4065
|
+
circuitBreakerConfigDailyWorkload: (data: PoliceDailyWorkloadConfig, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4066
4066
|
/**
|
|
4067
4067
|
* No description
|
|
4068
4068
|
*
|
|
@@ -4075,7 +4075,7 @@ declare class Api {
|
|
|
4075
4075
|
* @response `403` `void` Forbidden
|
|
4076
4076
|
* @response `404` `void` Not Found
|
|
4077
4077
|
*/
|
|
4078
|
-
circuitBreakerConfigDailyWorkloadList: (axiosConfig?: AxiosRequestConfig) => Promise<PoliceDailyWorkloadConfig[]>;
|
|
4078
|
+
circuitBreakerConfigDailyWorkloadList: (axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PoliceDailyWorkloadConfig[]>;
|
|
4079
4079
|
/**
|
|
4080
4080
|
* No description
|
|
4081
4081
|
*
|
|
@@ -4088,7 +4088,7 @@ declare class Api {
|
|
|
4088
4088
|
* @response `403` `void` Forbidden
|
|
4089
4089
|
* @response `404` `void` Not Found
|
|
4090
4090
|
*/
|
|
4091
|
-
getCircuitBreakerConfigDailyWorkloadByParam: (param: string, axiosConfig?: AxiosRequestConfig) => Promise<PoliceDailyWorkloadConfig>;
|
|
4091
|
+
getCircuitBreakerConfigDailyWorkloadByParam: (param: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PoliceDailyWorkloadConfig>;
|
|
4092
4092
|
/**
|
|
4093
4093
|
* No description
|
|
4094
4094
|
*
|
|
@@ -4101,7 +4101,7 @@ declare class Api {
|
|
|
4101
4101
|
* @response `401` `void` Unauthorized
|
|
4102
4102
|
* @response `403` `void` Forbidden
|
|
4103
4103
|
*/
|
|
4104
|
-
deleteCircuitBreakerConfigDailyWorkloadByParam: (param: string, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4104
|
+
deleteCircuitBreakerConfigDailyWorkloadByParam: (param: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4105
4105
|
/**
|
|
4106
4106
|
* No description
|
|
4107
4107
|
*
|
|
@@ -4114,7 +4114,7 @@ declare class Api {
|
|
|
4114
4114
|
* @response `403` `void` Forbidden
|
|
4115
4115
|
* @response `404` `void` Not Found
|
|
4116
4116
|
*/
|
|
4117
|
-
circuitBreakerDailyWorkload: (axiosConfig?: AxiosRequestConfig) => Promise<PoliceDailyWorkload>;
|
|
4117
|
+
circuitBreakerDailyWorkload: (axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PoliceDailyWorkload>;
|
|
4118
4118
|
/**
|
|
4119
4119
|
* No description
|
|
4120
4120
|
*
|
|
@@ -4128,7 +4128,7 @@ declare class Api {
|
|
|
4128
4128
|
* @response `403` `void` Forbidden
|
|
4129
4129
|
* @response `404` `void` Not Found
|
|
4130
4130
|
*/
|
|
4131
|
-
circuitBreakerDebugDailyWorkload: (data: DebugPoliceDailyWorkloadBean, axiosConfig?: AxiosRequestConfig) => Promise<PoliceDailyWorkload>;
|
|
4131
|
+
circuitBreakerDebugDailyWorkload: (data: DebugPoliceDailyWorkloadBean, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PoliceDailyWorkload>;
|
|
4132
4132
|
/**
|
|
4133
4133
|
* @description 调试处罚触及的熔断详细数据,除了返回是否熔断以外,会对所有符合规则的数据都向ISP进行统计请求,并且在每条规则中展示是否有触发规则熔断
|
|
4134
4134
|
*
|
|
@@ -4142,7 +4142,7 @@ declare class Api {
|
|
|
4142
4142
|
* @response `403` `void` Forbidden
|
|
4143
4143
|
* @response `404` `void` Not Found
|
|
4144
4144
|
*/
|
|
4145
|
-
circuitBreakerDebugViolationBatchDetail: (data: CircuitBreakerCheckBatchRequest, axiosConfig?: AxiosRequestConfig) => Promise<CircuitBreakerCheckResultBatchDetail>;
|
|
4145
|
+
circuitBreakerDebugViolationBatchDetail: (data: CircuitBreakerCheckBatchRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<CircuitBreakerCheckResultBatchDetail>;
|
|
4146
4146
|
/**
|
|
4147
4147
|
* @description 调试处罚触及的熔断详细数据,除了返回是否熔断以外,会对所有符合规则的数据都向ISP进行统计请求,并且在每条规则中展示是否有触发规则熔断
|
|
4148
4148
|
*
|
|
@@ -4156,7 +4156,7 @@ declare class Api {
|
|
|
4156
4156
|
* @response `403` `void` Forbidden
|
|
4157
4157
|
* @response `404` `void` Not Found
|
|
4158
4158
|
*/
|
|
4159
|
-
circuitBreakerDebugViolationDetail: (data: CircuitBreakerCheckRequest, axiosConfig?: AxiosRequestConfig) => Promise<CircuitBreakerCheckResultDetail>;
|
|
4159
|
+
circuitBreakerDebugViolationDetail: (data: CircuitBreakerCheckRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<CircuitBreakerCheckResultDetail>;
|
|
4160
4160
|
/**
|
|
4161
4161
|
* No description
|
|
4162
4162
|
*
|
|
@@ -4169,7 +4169,7 @@ declare class Api {
|
|
|
4169
4169
|
* @response `403` `void` Forbidden
|
|
4170
4170
|
* @response `404` `void` Not Found
|
|
4171
4171
|
*/
|
|
4172
|
-
circuitBreakerDisableById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<ViolationCircuitBreakerDTORes>;
|
|
4172
|
+
circuitBreakerDisableById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<ViolationCircuitBreakerDTORes>;
|
|
4173
4173
|
/**
|
|
4174
4174
|
* No description
|
|
4175
4175
|
*
|
|
@@ -4182,7 +4182,7 @@ declare class Api {
|
|
|
4182
4182
|
* @response `403` `void` Forbidden
|
|
4183
4183
|
* @response `404` `void` Not Found
|
|
4184
4184
|
*/
|
|
4185
|
-
circuitBreakerEnableById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<ViolationCircuitBreakerDTORes>;
|
|
4185
|
+
circuitBreakerEnableById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<ViolationCircuitBreakerDTORes>;
|
|
4186
4186
|
/**
|
|
4187
4187
|
* No description
|
|
4188
4188
|
*
|
|
@@ -4196,7 +4196,7 @@ declare class Api {
|
|
|
4196
4196
|
* @response `403` `void` Forbidden
|
|
4197
4197
|
* @response `404` `void` Not Found
|
|
4198
4198
|
*/
|
|
4199
|
-
circuitBreakerImportJson: (data: CircuitBreakerImportJsonPayload, axiosConfig?: AxiosRequestConfig) => Promise<ViolationCircuitBreakerImportResult>;
|
|
4199
|
+
circuitBreakerImportJson: (data: CircuitBreakerImportJsonPayload, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<ViolationCircuitBreakerImportResult>;
|
|
4200
4200
|
/**
|
|
4201
4201
|
* No description
|
|
4202
4202
|
*
|
|
@@ -4210,7 +4210,7 @@ declare class Api {
|
|
|
4210
4210
|
* @response `403` `void` Forbidden
|
|
4211
4211
|
* @response `404` `void` Not Found
|
|
4212
4212
|
*/
|
|
4213
|
-
circuitBreakerList: (data: ViolationCircuitBreakerQueryBean, axiosConfig?: AxiosRequestConfig) => Promise<ViolationCircuitBreakerDTORes[]>;
|
|
4213
|
+
circuitBreakerList: (data: ViolationCircuitBreakerQueryBean, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<ViolationCircuitBreakerDTORes[]>;
|
|
4214
4214
|
/**
|
|
4215
4215
|
* No description
|
|
4216
4216
|
*
|
|
@@ -4224,7 +4224,7 @@ declare class Api {
|
|
|
4224
4224
|
* @response `403` `void` Forbidden
|
|
4225
4225
|
* @response `404` `void` Not Found
|
|
4226
4226
|
*/
|
|
4227
|
-
circuitBreakerPage: (data: ViolationCircuitBreakerQueryBean, axiosConfig?: AxiosRequestConfig) => Promise<PageResultViolationCircuitBreakerDTO>;
|
|
4227
|
+
circuitBreakerPage: (data: ViolationCircuitBreakerQueryBean, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultViolationCircuitBreakerDTO>;
|
|
4228
4228
|
/**
|
|
4229
4229
|
* No description
|
|
4230
4230
|
*
|
|
@@ -4238,7 +4238,7 @@ declare class Api {
|
|
|
4238
4238
|
* @response `403` `void` Forbidden
|
|
4239
4239
|
* @response `404` `void` Not Found
|
|
4240
4240
|
*/
|
|
4241
|
-
circuitBreakerSave: (data: ViolationCircuitBreakerDTOReq, axiosConfig?: AxiosRequestConfig) => Promise<number>;
|
|
4241
|
+
circuitBreakerSave: (data: ViolationCircuitBreakerDTOReq, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<number>;
|
|
4242
4242
|
/**
|
|
4243
4243
|
* @description 检查简易处罚是否会触发熔断,返回最基本的是否熔断以及触发熔断的规则名称
|
|
4244
4244
|
*
|
|
@@ -4252,7 +4252,7 @@ declare class Api {
|
|
|
4252
4252
|
* @response `403` `void` Forbidden
|
|
4253
4253
|
* @response `404` `void` Not Found
|
|
4254
4254
|
*/
|
|
4255
|
-
circuitBreakerViolation: (data: CircuitBreakerCheckRequest, axiosConfig?: AxiosRequestConfig) => Promise<CircuitBreakerCheckResult>;
|
|
4255
|
+
circuitBreakerViolation: (data: CircuitBreakerCheckRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<CircuitBreakerCheckResult>;
|
|
4256
4256
|
/**
|
|
4257
4257
|
* @description 检查简易处罚是否会触发熔断,返回最基本的是否熔断以及触发熔断的规则名称
|
|
4258
4258
|
*
|
|
@@ -4266,7 +4266,7 @@ declare class Api {
|
|
|
4266
4266
|
* @response `403` `void` Forbidden
|
|
4267
4267
|
* @response `404` `void` Not Found
|
|
4268
4268
|
*/
|
|
4269
|
-
circuitBreakerViolationBatch: (data: CircuitBreakerCheckBatchRequest, axiosConfig?: AxiosRequestConfig) => Promise<CircuitBreakerCheckResult>;
|
|
4269
|
+
circuitBreakerViolationBatch: (data: CircuitBreakerCheckBatchRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<CircuitBreakerCheckResult>;
|
|
4270
4270
|
/**
|
|
4271
4271
|
* No description
|
|
4272
4272
|
*
|
|
@@ -4279,7 +4279,7 @@ declare class Api {
|
|
|
4279
4279
|
* @response `403` `void` Forbidden
|
|
4280
4280
|
* @response `404` `void` Not Found
|
|
4281
4281
|
*/
|
|
4282
|
-
getCircuitBreakerById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<ViolationCircuitBreakerDTORes>;
|
|
4282
|
+
getCircuitBreakerById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<ViolationCircuitBreakerDTORes>;
|
|
4283
4283
|
/**
|
|
4284
4284
|
* No description
|
|
4285
4285
|
*
|
|
@@ -4292,7 +4292,7 @@ declare class Api {
|
|
|
4292
4292
|
* @response `401` `void` Unauthorized
|
|
4293
4293
|
* @response `403` `void` Forbidden
|
|
4294
4294
|
*/
|
|
4295
|
-
deleteCircuitBreakerById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4295
|
+
deleteCircuitBreakerById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4296
4296
|
/**
|
|
4297
4297
|
* No description
|
|
4298
4298
|
*
|
|
@@ -4306,7 +4306,7 @@ declare class Api {
|
|
|
4306
4306
|
* @response `403` `void` Forbidden
|
|
4307
4307
|
* @response `404` `void` Not Found
|
|
4308
4308
|
*/
|
|
4309
|
-
putCircuitBreakerRecoverById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4309
|
+
putCircuitBreakerRecoverById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4310
4310
|
};
|
|
4311
4311
|
evidence: {
|
|
4312
4312
|
/**
|
|
@@ -4321,7 +4321,7 @@ declare class Api {
|
|
|
4321
4321
|
* @response `403` `void` Forbidden
|
|
4322
4322
|
* @response `404` `void` Not Found
|
|
4323
4323
|
*/
|
|
4324
|
-
getEvidence: (query: GetEvidenceParams, axiosConfig?: AxiosRequestConfig) => Promise<Evidence[]>;
|
|
4324
|
+
getEvidence: (query: GetEvidenceParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<Evidence[]>;
|
|
4325
4325
|
/**
|
|
4326
4326
|
* @description 若提供了key,相同的key的证据会被覆盖。否则,相同content的证据会被覆盖。
|
|
4327
4327
|
*
|
|
@@ -4335,7 +4335,7 @@ declare class Api {
|
|
|
4335
4335
|
* @response `403` `void` Forbidden
|
|
4336
4336
|
* @response `404` `void` Not Found
|
|
4337
4337
|
*/
|
|
4338
|
-
postEvidence: (data: SaveEvidenceRequest, axiosConfig?: AxiosRequestConfig) => Promise<number[]>;
|
|
4338
|
+
postEvidence: (data: SaveEvidenceRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<number[]>;
|
|
4339
4339
|
/**
|
|
4340
4340
|
* @description 所需权限:evidence:list、duty:schedule:list、vio:history、accident:history:list (OR)
|
|
4341
4341
|
*
|
|
@@ -4348,7 +4348,7 @@ declare class Api {
|
|
|
4348
4348
|
* @response `403` `void` Forbidden
|
|
4349
4349
|
* @response `404` `void` Not Found
|
|
4350
4350
|
*/
|
|
4351
|
-
getById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<Evidence>;
|
|
4351
|
+
getById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<Evidence>;
|
|
4352
4352
|
/**
|
|
4353
4353
|
* @description 所需权限:evidence:manage、duty:schedule:list、vio:edit、accident:handle、accident:police:handle (OR)
|
|
4354
4354
|
*
|
|
@@ -4362,7 +4362,7 @@ declare class Api {
|
|
|
4362
4362
|
* @response `403` `void` Forbidden
|
|
4363
4363
|
* @response `404` `void` Not Found
|
|
4364
4364
|
*/
|
|
4365
|
-
putById: (id: number, data: Evidence, axiosConfig?: AxiosRequestConfig) => Promise<number>;
|
|
4365
|
+
putById: (id: number, data: Evidence, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<number>;
|
|
4366
4366
|
/**
|
|
4367
4367
|
* @description 所需权限:evidence:manage、duty:schedule:list、vio:edit、accident:handle、accident:police:handle (OR)
|
|
4368
4368
|
*
|
|
@@ -4375,7 +4375,7 @@ declare class Api {
|
|
|
4375
4375
|
* @response `401` `void` Unauthorized
|
|
4376
4376
|
* @response `403` `void` Forbidden
|
|
4377
4377
|
*/
|
|
4378
|
-
deleteById: (id: number, data: EvidenceDeleteRequest, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4378
|
+
deleteById: (id: number, data: EvidenceDeleteRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4379
4379
|
/**
|
|
4380
4380
|
* @description 所需权限:evidence:manage、duty:schedule:list、vio:edit、accident:handle、accident:police:handle (OR)
|
|
4381
4381
|
*
|
|
@@ -4389,7 +4389,7 @@ declare class Api {
|
|
|
4389
4389
|
* @response `403` `void` Forbidden
|
|
4390
4390
|
* @response `404` `void` Not Found
|
|
4391
4391
|
*/
|
|
4392
|
-
putRecoverById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4392
|
+
putRecoverById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4393
4393
|
/**
|
|
4394
4394
|
* No description
|
|
4395
4395
|
*
|
|
@@ -4402,7 +4402,7 @@ declare class Api {
|
|
|
4402
4402
|
* @response `403` `void` Forbidden
|
|
4403
4403
|
* @response `404` `void` Not Found
|
|
4404
4404
|
*/
|
|
4405
|
-
remind: (query: RemindParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultEvidenceNonstandardRemindDTO>;
|
|
4405
|
+
remind: (query: RemindParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultEvidenceNonstandardRemindDTO>;
|
|
4406
4406
|
/**
|
|
4407
4407
|
* No description
|
|
4408
4408
|
*
|
|
@@ -4416,7 +4416,7 @@ declare class Api {
|
|
|
4416
4416
|
* @response `403` `void` Forbidden
|
|
4417
4417
|
* @response `404` `void` Not Found
|
|
4418
4418
|
*/
|
|
4419
|
-
remindModify: (data: EvidenceNonstandardRemindDTOReq, axiosConfig?: AxiosRequestConfig) => Promise<number>;
|
|
4419
|
+
remindModify: (data: EvidenceNonstandardRemindDTOReq, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<number>;
|
|
4420
4420
|
/**
|
|
4421
4421
|
* No description
|
|
4422
4422
|
*
|
|
@@ -4430,7 +4430,7 @@ declare class Api {
|
|
|
4430
4430
|
* @response `403` `void` Forbidden
|
|
4431
4431
|
* @response `404` `void` Not Found
|
|
4432
4432
|
*/
|
|
4433
|
-
remindSend: (data: NoticeInfoRequest, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4433
|
+
remindSend: (data: NoticeInfoRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4434
4434
|
/**
|
|
4435
4435
|
* No description
|
|
4436
4436
|
*
|
|
@@ -4443,7 +4443,7 @@ declare class Api {
|
|
|
4443
4443
|
* @response `401` `void` Unauthorized
|
|
4444
4444
|
* @response `403` `void` Forbidden
|
|
4445
4445
|
*/
|
|
4446
|
-
deleteRemindById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4446
|
+
deleteRemindById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4447
4447
|
/**
|
|
4448
4448
|
* No description
|
|
4449
4449
|
*
|
|
@@ -4457,7 +4457,7 @@ declare class Api {
|
|
|
4457
4457
|
* @response `403` `void` Forbidden
|
|
4458
4458
|
* @response `404` `void` Not Found
|
|
4459
4459
|
*/
|
|
4460
|
-
syncTransfer: (query: SyncTransferParams, data: ListEvidenceRequest, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4460
|
+
syncTransfer: (query: SyncTransferParams, data: ListEvidenceRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4461
4461
|
/**
|
|
4462
4462
|
* No description
|
|
4463
4463
|
*
|
|
@@ -4471,7 +4471,7 @@ declare class Api {
|
|
|
4471
4471
|
* @response `403` `void` Forbidden
|
|
4472
4472
|
* @response `404` `void` Not Found
|
|
4473
4473
|
*/
|
|
4474
|
-
syncTransferResourceByResourceId: ({ resourceId, ...query }: SyncTransferResourceByResourceIdParams, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4474
|
+
syncTransferResourceByResourceId: ({ resourceId, ...query }: SyncTransferResourceByResourceIdParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4475
4475
|
/**
|
|
4476
4476
|
* No description
|
|
4477
4477
|
*
|
|
@@ -4485,7 +4485,7 @@ declare class Api {
|
|
|
4485
4485
|
* @response `403` `void` Forbidden
|
|
4486
4486
|
* @response `404` `void` Not Found
|
|
4487
4487
|
*/
|
|
4488
|
-
syncTransferById: ({ id, ...query }: SyncTransferByIdParams, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4488
|
+
syncTransferById: ({ id, ...query }: SyncTransferByIdParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4489
4489
|
};
|
|
4490
4490
|
insuranceUser: {
|
|
4491
4491
|
/**
|
|
@@ -4500,7 +4500,7 @@ declare class Api {
|
|
|
4500
4500
|
* @response `403` `void` Forbidden
|
|
4501
4501
|
* @response `404` `void` Not Found
|
|
4502
4502
|
*/
|
|
4503
|
-
getInsuranceUser: (query: GetInsuranceUserParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultInsuranceUser>;
|
|
4503
|
+
getInsuranceUser: (query: GetInsuranceUserParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultInsuranceUser>;
|
|
4504
4504
|
/**
|
|
4505
4505
|
* @description 所需权限:accident:insurance:user:manage
|
|
4506
4506
|
*
|
|
@@ -4514,7 +4514,7 @@ declare class Api {
|
|
|
4514
4514
|
* @response `403` `void` Forbidden
|
|
4515
4515
|
* @response `404` `void` Not Found
|
|
4516
4516
|
*/
|
|
4517
|
-
postInsuranceUser: (data: InsuranceUserReq, axiosConfig?: AxiosRequestConfig) => Promise<number>;
|
|
4517
|
+
postInsuranceUser: (data: InsuranceUserReq, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<number>;
|
|
4518
4518
|
/**
|
|
4519
4519
|
* No description
|
|
4520
4520
|
*
|
|
@@ -4527,7 +4527,7 @@ declare class Api {
|
|
|
4527
4527
|
* @response `403` `void` Forbidden
|
|
4528
4528
|
* @response `404` `void` Not Found
|
|
4529
4529
|
*/
|
|
4530
|
-
my: (axiosConfig?: AxiosRequestConfig) => Promise<InsuranceUserRes>;
|
|
4530
|
+
my: (axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<InsuranceUserRes>;
|
|
4531
4531
|
/**
|
|
4532
4532
|
* @description 所需权限:accident:insurance:user:list
|
|
4533
4533
|
*
|
|
@@ -4540,7 +4540,7 @@ declare class Api {
|
|
|
4540
4540
|
* @response `403` `void` Forbidden
|
|
4541
4541
|
* @response `404` `void` Not Found
|
|
4542
4542
|
*/
|
|
4543
|
-
getById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<InsuranceUserRes>;
|
|
4543
|
+
getById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<InsuranceUserRes>;
|
|
4544
4544
|
/**
|
|
4545
4545
|
* @description 所需权限:accident:insurance:user:manage
|
|
4546
4546
|
*
|
|
@@ -4553,7 +4553,7 @@ declare class Api {
|
|
|
4553
4553
|
* @response `401` `void` Unauthorized
|
|
4554
4554
|
* @response `403` `void` Forbidden
|
|
4555
4555
|
*/
|
|
4556
|
-
deleteById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4556
|
+
deleteById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4557
4557
|
/**
|
|
4558
4558
|
* @description 所需权限:accident:insurance:user:manage
|
|
4559
4559
|
*
|
|
@@ -4566,7 +4566,7 @@ declare class Api {
|
|
|
4566
4566
|
* @response `401` `void` Unauthorized
|
|
4567
4567
|
* @response `403` `void` Forbidden
|
|
4568
4568
|
*/
|
|
4569
|
-
deleteHardById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4569
|
+
deleteHardById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4570
4570
|
/**
|
|
4571
4571
|
* @description 所需权限:accident:insurance:user:manage
|
|
4572
4572
|
*
|
|
@@ -4580,7 +4580,7 @@ declare class Api {
|
|
|
4580
4580
|
* @response `403` `void` Forbidden
|
|
4581
4581
|
* @response `404` `void` Not Found
|
|
4582
4582
|
*/
|
|
4583
|
-
putRecoverById: (id: number, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
4583
|
+
putRecoverById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
4584
4584
|
};
|
|
4585
4585
|
}
|
|
4586
4586
|
export declare const accidentApi: Api;
|