@gizone/rrs-client 3.11.12-alpha.5 → 3.11.12-alpha.7

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.
Files changed (70) hide show
  1. package/.openapi-generator/FILES +0 -2
  2. package/apis/app-auth-api.ts +13 -13
  3. package/apis/auth-api.ts +13 -13
  4. package/apis/work-order-api.ts +10 -206
  5. package/dist/apis/app-auth-api.d.ts +6 -6
  6. package/dist/apis/app-auth-api.js +11 -11
  7. package/dist/apis/auth-api.d.ts +6 -6
  8. package/dist/apis/auth-api.js +11 -11
  9. package/dist/apis/work-order-api.d.ts +8 -115
  10. package/dist/apis/work-order-api.js +4 -156
  11. package/dist/esm/apis/app-auth-api.d.ts +6 -6
  12. package/dist/esm/apis/app-auth-api.js +11 -11
  13. package/dist/esm/apis/auth-api.d.ts +6 -6
  14. package/dist/esm/apis/auth-api.js +11 -11
  15. package/dist/esm/apis/work-order-api.d.ts +8 -115
  16. package/dist/esm/apis/work-order-api.js +4 -156
  17. package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
  18. package/dist/esm/models/index.d.ts +0 -2
  19. package/dist/esm/models/index.js +0 -2
  20. package/dist/esm/models/inspection-item-bo.d.ts +4 -10
  21. package/dist/esm/models/inspection-point-item.d.ts +6 -6
  22. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  23. package/dist/esm/models/maintenance-history-dto.d.ts +0 -6
  24. package/dist/esm/models/maintenance-history-dto.js +0 -6
  25. package/dist/esm/models/period-detail-resp.d.ts +0 -6
  26. package/dist/esm/models/period-detail-resp.js +0 -6
  27. package/dist/esm/models/work-order-detail-dto.d.ts +0 -6
  28. package/dist/esm/models/work-order-detail-dto.js +0 -6
  29. package/dist/esm/models/work-order-inspection-detail-dto.d.ts +1 -13
  30. package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
  31. package/dist/esm/models/work-order-search-dto.d.ts +0 -6
  32. package/dist/esm/models/work-order-search-dto.js +0 -6
  33. package/dist/models/get-user-wx200-response.d.ts +6 -6
  34. package/dist/models/index.d.ts +0 -2
  35. package/dist/models/index.js +0 -2
  36. package/dist/models/inspection-item-bo.d.ts +4 -10
  37. package/dist/models/inspection-point-item.d.ts +6 -6
  38. package/dist/models/ipage-access-vo.d.ts +6 -6
  39. package/dist/models/maintenance-history-dto.d.ts +0 -6
  40. package/dist/models/maintenance-history-dto.js +0 -6
  41. package/dist/models/period-detail-resp.d.ts +0 -6
  42. package/dist/models/period-detail-resp.js +0 -6
  43. package/dist/models/work-order-detail-dto.d.ts +0 -6
  44. package/dist/models/work-order-detail-dto.js +0 -6
  45. package/dist/models/work-order-inspection-detail-dto.d.ts +1 -13
  46. package/dist/models/work-order-inspection-item-req.d.ts +3 -3
  47. package/dist/models/work-order-search-dto.d.ts +0 -6
  48. package/dist/models/work-order-search-dto.js +0 -6
  49. package/models/get-user-wx200-response.ts +6 -6
  50. package/models/index.ts +0 -2
  51. package/models/inspection-item-bo.ts +4 -10
  52. package/models/inspection-point-item.ts +6 -6
  53. package/models/ipage-access-vo.ts +6 -6
  54. package/models/maintenance-history-dto.ts +0 -6
  55. package/models/period-detail-resp.ts +0 -6
  56. package/models/work-order-detail-dto.ts +0 -6
  57. package/models/work-order-inspection-detail-dto.ts +1 -13
  58. package/models/work-order-inspection-item-req.ts +3 -3
  59. package/models/work-order-search-dto.ts +0 -6
  60. package/package.json +1 -1
  61. package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
  62. package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.js +0 -14
  63. package/dist/esm/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
  64. package/dist/esm/models/work-order-check-before-acceptance-no-vo.js +0 -14
  65. package/dist/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
  66. package/dist/models/work-order-check-before-acceptance-adopt-vo.js +0 -15
  67. package/dist/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
  68. package/dist/models/work-order-check-before-acceptance-no-vo.js +0 -15
  69. package/models/work-order-check-before-acceptance-adopt-vo.ts +0 -36
  70. package/models/work-order-check-before-acceptance-no-vo.ts +0 -42
@@ -392,17 +392,17 @@ export const AppAuthApiAxiosParamCreator = function (configuration) {
392
392
  *
393
393
  * @summary 获取园区数据
394
394
  * @param {string} uuid
395
- * @param {number} type
395
+ * @param {string} userType
396
396
  * @param {number} parkId
397
397
  * @param {string} appId
398
398
  * @param {*} [options] Override http request option.
399
399
  * @throws {RequiredError}
400
400
  */
401
- getParkMiniApp: (uuid_1, type_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, type_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, type, parkId, appId, options = {}) {
401
+ getParkMiniApp: (uuid_1, userType_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, userType_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, userType, parkId, appId, options = {}) {
402
402
  // verify required parameter 'uuid' is not null or undefined
403
403
  assertParamExists('getParkMiniApp', 'uuid', uuid);
404
- // verify required parameter 'type' is not null or undefined
405
- assertParamExists('getParkMiniApp', 'type', type);
404
+ // verify required parameter 'userType' is not null or undefined
405
+ assertParamExists('getParkMiniApp', 'userType', userType);
406
406
  // verify required parameter 'parkId' is not null or undefined
407
407
  assertParamExists('getParkMiniApp', 'parkId', parkId);
408
408
  // verify required parameter 'appId' is not null or undefined
@@ -423,8 +423,8 @@ export const AppAuthApiAxiosParamCreator = function (configuration) {
423
423
  if (uuid !== undefined) {
424
424
  localVarQueryParameter['uuid'] = uuid;
425
425
  }
426
- if (type !== undefined) {
427
- localVarQueryParameter['type'] = type;
426
+ if (userType !== undefined) {
427
+ localVarQueryParameter['userType'] = userType;
428
428
  }
429
429
  if (parkId !== undefined) {
430
430
  localVarQueryParameter['parkId'] = parkId;
@@ -848,16 +848,16 @@ export const AppAuthApiFp = function (configuration) {
848
848
  *
849
849
  * @summary 获取园区数据
850
850
  * @param {string} uuid
851
- * @param {number} type
851
+ * @param {string} userType
852
852
  * @param {number} parkId
853
853
  * @param {string} appId
854
854
  * @param {*} [options] Override http request option.
855
855
  * @throws {RequiredError}
856
856
  */
857
- getParkMiniApp(uuid, type, parkId, appId, options) {
857
+ getParkMiniApp(uuid, userType, parkId, appId, options) {
858
858
  return __awaiter(this, void 0, void 0, function* () {
859
859
  var _a, _b, _c;
860
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, type, parkId, appId, options);
860
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, userType, parkId, appId, options);
861
861
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
862
862
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AppAuthApi.getParkMiniApp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
863
863
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -1092,7 +1092,7 @@ export const AppAuthApiFactory = function (configuration, basePath, axios) {
1092
1092
  * @throws {RequiredError}
1093
1093
  */
1094
1094
  getParkMiniApp(requestParameters, options) {
1095
- return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
1095
+ return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
1096
1096
  },
1097
1097
  /**
1098
1098
  *
@@ -1292,7 +1292,7 @@ export class AppAuthApi extends BaseAPI {
1292
1292
  * @memberof AppAuthApi
1293
1293
  */
1294
1294
  getParkMiniApp(requestParameters, options) {
1295
- return AppAuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
1295
+ return AppAuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
1296
1296
  }
1297
1297
  /**
1298
1298
  *
@@ -173,13 +173,13 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
173
173
  *
174
174
  * @summary 获取园区数据
175
175
  * @param {string} uuid
176
- * @param {number} type
176
+ * @param {string} userType
177
177
  * @param {number} parkId
178
178
  * @param {string} appId
179
179
  * @param {*} [options] Override http request option.
180
180
  * @throws {RequiredError}
181
181
  */
182
- getParkMiniApp: (uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
182
+ getParkMiniApp: (uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
183
183
  /**
184
184
  *
185
185
  * @param {number} parkId
@@ -482,13 +482,13 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
482
482
  *
483
483
  * @summary 获取园区数据
484
484
  * @param {string} uuid
485
- * @param {number} type
485
+ * @param {string} userType
486
486
  * @param {number} parkId
487
487
  * @param {string} appId
488
488
  * @param {*} [options] Override http request option.
489
489
  * @throws {RequiredError}
490
490
  */
491
- getParkMiniApp(uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
491
+ getParkMiniApp(uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
492
492
  /**
493
493
  *
494
494
  * @param {number} parkId
@@ -1126,10 +1126,10 @@ export interface AuthApiGetParkMiniAppRequest {
1126
1126
  readonly uuid: string;
1127
1127
  /**
1128
1128
  *
1129
- * @type {number}
1129
+ * @type {string}
1130
1130
  * @memberof AuthApiGetParkMiniApp
1131
1131
  */
1132
- readonly type: number;
1132
+ readonly userType: string;
1133
1133
  /**
1134
1134
  *
1135
1135
  * @type {number}
@@ -622,17 +622,17 @@ export const AuthApiAxiosParamCreator = function (configuration) {
622
622
  *
623
623
  * @summary 获取园区数据
624
624
  * @param {string} uuid
625
- * @param {number} type
625
+ * @param {string} userType
626
626
  * @param {number} parkId
627
627
  * @param {string} appId
628
628
  * @param {*} [options] Override http request option.
629
629
  * @throws {RequiredError}
630
630
  */
631
- getParkMiniApp: (uuid_1, type_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, type_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, type, parkId, appId, options = {}) {
631
+ getParkMiniApp: (uuid_1, userType_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, userType_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, userType, parkId, appId, options = {}) {
632
632
  // verify required parameter 'uuid' is not null or undefined
633
633
  assertParamExists('getParkMiniApp', 'uuid', uuid);
634
- // verify required parameter 'type' is not null or undefined
635
- assertParamExists('getParkMiniApp', 'type', type);
634
+ // verify required parameter 'userType' is not null or undefined
635
+ assertParamExists('getParkMiniApp', 'userType', userType);
636
636
  // verify required parameter 'parkId' is not null or undefined
637
637
  assertParamExists('getParkMiniApp', 'parkId', parkId);
638
638
  // verify required parameter 'appId' is not null or undefined
@@ -653,8 +653,8 @@ export const AuthApiAxiosParamCreator = function (configuration) {
653
653
  if (uuid !== undefined) {
654
654
  localVarQueryParameter['uuid'] = uuid;
655
655
  }
656
- if (type !== undefined) {
657
- localVarQueryParameter['type'] = type;
656
+ if (userType !== undefined) {
657
+ localVarQueryParameter['userType'] = userType;
658
658
  }
659
659
  if (parkId !== undefined) {
660
660
  localVarQueryParameter['parkId'] = parkId;
@@ -1641,16 +1641,16 @@ export const AuthApiFp = function (configuration) {
1641
1641
  *
1642
1642
  * @summary 获取园区数据
1643
1643
  * @param {string} uuid
1644
- * @param {number} type
1644
+ * @param {string} userType
1645
1645
  * @param {number} parkId
1646
1646
  * @param {string} appId
1647
1647
  * @param {*} [options] Override http request option.
1648
1648
  * @throws {RequiredError}
1649
1649
  */
1650
- getParkMiniApp(uuid, type, parkId, appId, options) {
1650
+ getParkMiniApp(uuid, userType, parkId, appId, options) {
1651
1651
  return __awaiter(this, void 0, void 0, function* () {
1652
1652
  var _a, _b, _c;
1653
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, type, parkId, appId, options);
1653
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, userType, parkId, appId, options);
1654
1654
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1655
1655
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AuthApi.getParkMiniApp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1656
1656
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -2164,7 +2164,7 @@ export const AuthApiFactory = function (configuration, basePath, axios) {
2164
2164
  * @throws {RequiredError}
2165
2165
  */
2166
2166
  getParkMiniApp(requestParameters, options) {
2167
- return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
2167
+ return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
2168
2168
  },
2169
2169
  /**
2170
2170
  *
@@ -2564,7 +2564,7 @@ export class AuthApi extends BaseAPI {
2564
2564
  * @memberof AuthApi
2565
2565
  */
2566
2566
  getParkMiniApp(requestParameters, options) {
2567
- return AuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
2567
+ return AuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
2568
2568
  }
2569
2569
  /**
2570
2570
  *
@@ -25,7 +25,6 @@ import type { JsonResultListWorkOrderInspectionDetailDTO } from '../models';
25
25
  import type { JsonResultListWorkOrderPushSettingsEntity } from '../models';
26
26
  import type { JsonResultListWorkOrderStepByStepPushDTO } from '../models';
27
27
  import type { JsonResultListWorkOrderStepByStepPushUserDetailsDTO } from '../models';
28
- import type { JsonResultObject } from '../models';
29
28
  import type { JsonResultPageDtoPlanSearchDTO } from '../models';
30
29
  import type { JsonResultPageDtoWorkOrderSearchDTO } from '../models';
31
30
  import type { JsonResultPeriodDetailResp } from '../models';
@@ -38,8 +37,6 @@ import type { PlanToStateVo } from '../models';
38
37
  import type { ProcessWorkOrderVo } from '../models';
39
38
  import type { SavePeriodWorkOrderDetailReq } from '../models';
40
39
  import type { WorkOrderAddVo } from '../models';
41
- import type { WorkOrderCheckBeforeAcceptanceAdoptVo } from '../models';
42
- import type { WorkOrderCheckBeforeAcceptanceNoVo } from '../models';
43
40
  import type { WorkOrderCommentVo } from '../models';
44
41
  import type { WorkOrderDistributeLeafletsVo } from '../models';
45
42
  import type { WorkOrderHandleMeterReadingVo } from '../models';
@@ -86,22 +83,6 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
86
83
  * @throws {RequiredError}
87
84
  */
88
85
  calendarList: (date: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
89
- /**
90
- *
91
- * @summary 验收通过
92
- * @param {WorkOrderCheckBeforeAcceptanceAdoptVo} workOrderCheckBeforeAcceptanceAdoptVo
93
- * @param {*} [options] Override http request option.
94
- * @throws {RequiredError}
95
- */
96
- checkBeforeAcceptanceAdopt: (workOrderCheckBeforeAcceptanceAdoptVo: WorkOrderCheckBeforeAcceptanceAdoptVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
97
- /**
98
- *
99
- * @summary 验收未通过
100
- * @param {WorkOrderCheckBeforeAcceptanceNoVo} workOrderCheckBeforeAcceptanceNoVo
101
- * @param {*} [options] Override http request option.
102
- * @throws {RequiredError}
103
- */
104
- checkBeforeAcceptanceNo: (workOrderCheckBeforeAcceptanceNoVo: WorkOrderCheckBeforeAcceptanceNoVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
105
86
  /**
106
87
  *
107
88
  * @summary 查询当前工单评论
@@ -420,22 +401,6 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
420
401
  * @throws {RequiredError}
421
402
  */
422
403
  calendarList(date: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListPlanCalendarListVo>>;
423
- /**
424
- *
425
- * @summary 验收通过
426
- * @param {WorkOrderCheckBeforeAcceptanceAdoptVo} workOrderCheckBeforeAcceptanceAdoptVo
427
- * @param {*} [options] Override http request option.
428
- * @throws {RequiredError}
429
- */
430
- checkBeforeAcceptanceAdopt(workOrderCheckBeforeAcceptanceAdoptVo: WorkOrderCheckBeforeAcceptanceAdoptVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
431
- /**
432
- *
433
- * @summary 验收未通过
434
- * @param {WorkOrderCheckBeforeAcceptanceNoVo} workOrderCheckBeforeAcceptanceNoVo
435
- * @param {*} [options] Override http request option.
436
- * @throws {RequiredError}
437
- */
438
- checkBeforeAcceptanceNo(workOrderCheckBeforeAcceptanceNoVo: WorkOrderCheckBeforeAcceptanceNoVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
439
404
  /**
440
405
  *
441
406
  * @summary 查询当前工单评论
@@ -518,7 +483,7 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
518
483
  * @param {*} [options] Override http request option.
519
484
  * @throws {RequiredError}
520
485
  */
521
- handle(inspectionHandleReq: InspectionHandleReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
486
+ handle(inspectionHandleReq: InspectionHandleReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
522
487
  /**
523
488
  *
524
489
  * @summary 批量处理状态
@@ -591,7 +556,7 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
591
556
  * @param {*} [options] Override http request option.
592
557
  * @throws {RequiredError}
593
558
  */
594
- saveDetail(savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultObject>>;
559
+ saveDetail(savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
595
560
  /**
596
561
  *
597
562
  * @summary 查询工单逐级推送
@@ -753,22 +718,6 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
753
718
  * @throws {RequiredError}
754
719
  */
755
720
  calendarList(requestParameters: WorkOrderApiCalendarListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListPlanCalendarListVo>;
756
- /**
757
- *
758
- * @summary 验收通过
759
- * @param {WorkOrderApiCheckBeforeAcceptanceAdoptRequest} requestParameters Request parameters.
760
- * @param {*} [options] Override http request option.
761
- * @throws {RequiredError}
762
- */
763
- checkBeforeAcceptanceAdopt(requestParameters: WorkOrderApiCheckBeforeAcceptanceAdoptRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
764
- /**
765
- *
766
- * @summary 验收未通过
767
- * @param {WorkOrderApiCheckBeforeAcceptanceNoRequest} requestParameters Request parameters.
768
- * @param {*} [options] Override http request option.
769
- * @throws {RequiredError}
770
- */
771
- checkBeforeAcceptanceNo(requestParameters: WorkOrderApiCheckBeforeAcceptanceNoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
772
721
  /**
773
722
  *
774
723
  * @summary 查询当前工单评论
@@ -840,7 +789,7 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
840
789
  * @param {*} [options] Override http request option.
841
790
  * @throws {RequiredError}
842
791
  */
843
- handle(requestParameters: WorkOrderApiHandleRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
792
+ handle(requestParameters: WorkOrderApiHandleRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
844
793
  /**
845
794
  *
846
795
  * @summary 批量处理状态
@@ -904,7 +853,7 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
904
853
  * @param {*} [options] Override http request option.
905
854
  * @throws {RequiredError}
906
855
  */
907
- saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultObject>;
856
+ saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
908
857
  /**
909
858
  *
910
859
  * @summary 查询工单逐级推送
@@ -1076,32 +1025,6 @@ export interface WorkOrderApiCalendarListRequest {
1076
1025
  */
1077
1026
  readonly date: string;
1078
1027
  }
1079
- /**
1080
- * Request parameters for checkBeforeAcceptanceAdopt operation in WorkOrderApi.
1081
- * @export
1082
- * @interface WorkOrderApiCheckBeforeAcceptanceAdoptRequest
1083
- */
1084
- export interface WorkOrderApiCheckBeforeAcceptanceAdoptRequest {
1085
- /**
1086
- *
1087
- * @type {WorkOrderCheckBeforeAcceptanceAdoptVo}
1088
- * @memberof WorkOrderApiCheckBeforeAcceptanceAdopt
1089
- */
1090
- readonly workOrderCheckBeforeAcceptanceAdoptVo: WorkOrderCheckBeforeAcceptanceAdoptVo;
1091
- }
1092
- /**
1093
- * Request parameters for checkBeforeAcceptanceNo operation in WorkOrderApi.
1094
- * @export
1095
- * @interface WorkOrderApiCheckBeforeAcceptanceNoRequest
1096
- */
1097
- export interface WorkOrderApiCheckBeforeAcceptanceNoRequest {
1098
- /**
1099
- *
1100
- * @type {WorkOrderCheckBeforeAcceptanceNoVo}
1101
- * @memberof WorkOrderApiCheckBeforeAcceptanceNo
1102
- */
1103
- readonly workOrderCheckBeforeAcceptanceNoVo: WorkOrderCheckBeforeAcceptanceNoVo;
1104
- }
1105
1028
  /**
1106
1029
  * Request parameters for commentList operation in WorkOrderApi.
1107
1030
  * @export
@@ -1206,7 +1129,7 @@ export interface WorkOrderApiExportWorkOrderRequest {
1206
1129
  readonly workOrderTypes?: Array<WorkOrderTypeEnum>;
1207
1130
  /**
1208
1131
  * 工单状态
1209
- * @type {'IN_PREPARATION' | 'PENDING' | 'IN_PROGRESS' | 'PENDING_ACCEPTANCE' | 'COMPLETED' | 'ACCEPTANCE_REJECTED' | 'OVERDUE' | 'OVERDUE_FINISHED' | 'OVERDUE_UNFINISHED' | 'OVERDUE_CLOSED' | 'CLOSED'}
1132
+ * @type {'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'OVERDUE' | 'CLOSED'}
1210
1133
  * @memberof WorkOrderApiExportWorkOrder
1211
1134
  */
1212
1135
  readonly workOrderStatus?: ExportWorkOrderWorkOrderStatusEnum;
@@ -1554,7 +1477,7 @@ export interface WorkOrderApiWorkOrderListRequest {
1554
1477
  readonly workOrderTypes?: Array<WorkOrderTypeEnum>;
1555
1478
  /**
1556
1479
  * 工单状态
1557
- * @type {'IN_PREPARATION' | 'PENDING' | 'IN_PROGRESS' | 'PENDING_ACCEPTANCE' | 'COMPLETED' | 'ACCEPTANCE_REJECTED' | 'OVERDUE' | 'OVERDUE_FINISHED' | 'OVERDUE_UNFINISHED' | 'OVERDUE_CLOSED' | 'CLOSED'}
1480
+ * @type {'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'OVERDUE' | 'CLOSED'}
1558
1481
  * @memberof WorkOrderApiWorkOrderList
1559
1482
  */
1560
1483
  readonly workOrderStatus?: WorkOrderListWorkOrderStatusEnum;
@@ -1734,24 +1657,6 @@ export declare class WorkOrderApi extends BaseAPI {
1734
1657
  * @memberof WorkOrderApi
1735
1658
  */
1736
1659
  calendarList(requestParameters: WorkOrderApiCalendarListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListPlanCalendarListVo, any>>;
1737
- /**
1738
- *
1739
- * @summary 验收通过
1740
- * @param {WorkOrderApiCheckBeforeAcceptanceAdoptRequest} requestParameters Request parameters.
1741
- * @param {*} [options] Override http request option.
1742
- * @throws {RequiredError}
1743
- * @memberof WorkOrderApi
1744
- */
1745
- checkBeforeAcceptanceAdopt(requestParameters: WorkOrderApiCheckBeforeAcceptanceAdoptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
1746
- /**
1747
- *
1748
- * @summary 验收未通过
1749
- * @param {WorkOrderApiCheckBeforeAcceptanceNoRequest} requestParameters Request parameters.
1750
- * @param {*} [options] Override http request option.
1751
- * @throws {RequiredError}
1752
- * @memberof WorkOrderApi
1753
- */
1754
- checkBeforeAcceptanceNo(requestParameters: WorkOrderApiCheckBeforeAcceptanceNoRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
1755
1660
  /**
1756
1661
  *
1757
1662
  * @summary 查询当前工单评论
@@ -1832,7 +1737,7 @@ export declare class WorkOrderApi extends BaseAPI {
1832
1737
  * @throws {RequiredError}
1833
1738
  * @memberof WorkOrderApi
1834
1739
  */
1835
- handle(requestParameters: WorkOrderApiHandleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
1740
+ handle(requestParameters: WorkOrderApiHandleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
1836
1741
  /**
1837
1742
  *
1838
1743
  * @summary 批量处理状态
@@ -1904,7 +1809,7 @@ export declare class WorkOrderApi extends BaseAPI {
1904
1809
  * @throws {RequiredError}
1905
1810
  * @memberof WorkOrderApi
1906
1811
  */
1907
- saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultObject, any>>;
1812
+ saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
1908
1813
  /**
1909
1814
  *
1910
1815
  * @summary 查询工单逐级推送
@@ -2036,16 +1941,10 @@ export declare class WorkOrderApi extends BaseAPI {
2036
1941
  * @export
2037
1942
  */
2038
1943
  export declare const ExportWorkOrderWorkOrderStatusEnum: {
2039
- readonly InPreparation: "IN_PREPARATION";
2040
1944
  readonly Pending: "PENDING";
2041
1945
  readonly InProgress: "IN_PROGRESS";
2042
- readonly PendingAcceptance: "PENDING_ACCEPTANCE";
2043
1946
  readonly Completed: "COMPLETED";
2044
- readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
2045
1947
  readonly Overdue: "OVERDUE";
2046
- readonly OverdueFinished: "OVERDUE_FINISHED";
2047
- readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
2048
- readonly OverdueClosed: "OVERDUE_CLOSED";
2049
1948
  readonly Closed: "CLOSED";
2050
1949
  };
2051
1950
  export type ExportWorkOrderWorkOrderStatusEnum = typeof ExportWorkOrderWorkOrderStatusEnum[keyof typeof ExportWorkOrderWorkOrderStatusEnum];
@@ -2072,16 +1971,10 @@ export type PlanListPlanTypeEnum = typeof PlanListPlanTypeEnum[keyof typeof Plan
2072
1971
  * @export
2073
1972
  */
2074
1973
  export declare const WorkOrderListWorkOrderStatusEnum: {
2075
- readonly InPreparation: "IN_PREPARATION";
2076
1974
  readonly Pending: "PENDING";
2077
1975
  readonly InProgress: "IN_PROGRESS";
2078
- readonly PendingAcceptance: "PENDING_ACCEPTANCE";
2079
1976
  readonly Completed: "COMPLETED";
2080
- readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
2081
1977
  readonly Overdue: "OVERDUE";
2082
- readonly OverdueFinished: "OVERDUE_FINISHED";
2083
- readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
2084
- readonly OverdueClosed: "OVERDUE_CLOSED";
2085
1978
  readonly Closed: "CLOSED";
2086
1979
  };
2087
1980
  export type WorkOrderListWorkOrderStatusEnum = typeof WorkOrderListWorkOrderStatusEnum[keyof typeof WorkOrderListWorkOrderStatusEnum];