szpt-driver-api 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accident.d.ts +5 -5
- package/accident.js.map +1 -1
- package/auth.d.ts +61 -79
- package/auth.js +1 -1
- package/auth.js.map +1 -1
- package/authBpmnQuery.d.ts +4 -4
- package/authBpmnQuery.js +1 -1
- package/authBpmnQuery.js.map +1 -1
- package/common.d.ts +2 -2
- package/common.js +1 -1
- package/common.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 +2 -2
- package/oss.js +1 -1
- package/oss.js.map +1 -1
- package/package.json +1 -1
- package/query.d.ts +5 -5
- package/query.js +1 -1
- package/query.js.map +1 -1
- package/szAccident.d.ts +87 -24
- package/szAccident.js +1 -1
- package/szAccident.js.map +1 -1
- package/szAccidentPublic.d.ts +375 -0
- package/szAccidentPublic.js +2 -0
- package/szAccidentPublic.js.map +1 -0
package/accident.d.ts
CHANGED
|
@@ -2888,7 +2888,7 @@ declare class Api {
|
|
|
2888
2888
|
*/
|
|
2889
2889
|
accident: (query: AccidentParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentDTO>;
|
|
2890
2890
|
/**
|
|
2891
|
-
*
|
|
2891
|
+
* No description
|
|
2892
2892
|
*
|
|
2893
2893
|
* @tags accident
|
|
2894
2894
|
* @name FindBySgbhBySgbh
|
|
@@ -3129,7 +3129,7 @@ declare class Api {
|
|
|
3129
3129
|
*/
|
|
3130
3130
|
userInsurance: (query: UserInsuranceParams, axiosConfig?: AxiosRequestConfig) => Promise<PageResultAccidentUserInsuranceDTO>;
|
|
3131
3131
|
/**
|
|
3132
|
-
*
|
|
3132
|
+
* No description
|
|
3133
3133
|
*
|
|
3134
3134
|
* @tags accident
|
|
3135
3135
|
* @name ById
|
|
@@ -3156,7 +3156,7 @@ declare class Api {
|
|
|
3156
3156
|
*/
|
|
3157
3157
|
insuraneBySgbhAndZjhm: (sgbh: string, zjhm: string, data: AccidentUserInsuranceDTOReq, axiosConfig?: AxiosRequestConfig) => Promise<void>;
|
|
3158
3158
|
/**
|
|
3159
|
-
*
|
|
3159
|
+
* No description
|
|
3160
3160
|
*
|
|
3161
3161
|
* @tags accident
|
|
3162
3162
|
* @name ReportDownloadBySgbh
|
|
@@ -3169,7 +3169,7 @@ declare class Api {
|
|
|
3169
3169
|
*/
|
|
3170
3170
|
reportDownloadBySgbh: ({ sgbh, ...query }: ReportDownloadBySgbhParams, axiosConfig?: AxiosRequestConfig) => Promise<Resource>;
|
|
3171
3171
|
/**
|
|
3172
|
-
* @description 所需权限:accident:modify
|
|
3172
|
+
* @description 所需权限:accident:modify
|
|
3173
3173
|
*
|
|
3174
3174
|
* @tags accident
|
|
3175
3175
|
* @name ReportGenerateBySgbh
|
|
@@ -3182,7 +3182,7 @@ declare class Api {
|
|
|
3182
3182
|
*/
|
|
3183
3183
|
reportGenerateBySgbh: (sgbh: string, axiosConfig?: AxiosRequestConfig) => Promise<string>;
|
|
3184
3184
|
/**
|
|
3185
|
-
*
|
|
3185
|
+
* No description
|
|
3186
3186
|
*
|
|
3187
3187
|
* @tags accident
|
|
3188
3188
|
* @name ReportPreviewBySgbh
|