@gizone/rrs-client 3.11.17-alpha.90 → 3.11.17-alpha.91

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 (37) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/apis/surveillance-api.ts +52 -26
  3. package/apis/work-order-api.ts +10 -10
  4. package/dist/apis/surveillance-api.d.ts +36 -20
  5. package/dist/apis/surveillance-api.js +28 -18
  6. package/dist/apis/work-order-api.d.ts +10 -10
  7. package/dist/apis/work-order-api.js +4 -4
  8. package/dist/esm/apis/surveillance-api.d.ts +36 -20
  9. package/dist/esm/apis/surveillance-api.js +28 -18
  10. package/dist/esm/apis/work-order-api.d.ts +10 -10
  11. package/dist/esm/apis/work-order-api.js +4 -4
  12. package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
  13. package/dist/esm/models/index.d.ts +1 -0
  14. package/dist/esm/models/index.js +1 -0
  15. package/dist/esm/models/ipage-access-vo.d.ts +8 -8
  16. package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +1 -1
  17. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +7 -27
  18. package/dist/esm/models/network-repair-info.d.ts +36 -0
  19. package/dist/esm/models/network-repair-info.js +14 -0
  20. package/dist/esm/models/sys-user.d.ts +4 -4
  21. package/dist/models/get-user-wx200-response.d.ts +10 -10
  22. package/dist/models/index.d.ts +1 -0
  23. package/dist/models/index.js +1 -0
  24. package/dist/models/ipage-access-vo.d.ts +8 -8
  25. package/dist/models/network-monitor-repair-decision-vo.d.ts +1 -1
  26. package/dist/models/network-monitor-repair-details-dto.d.ts +7 -27
  27. package/dist/models/network-repair-info.d.ts +36 -0
  28. package/dist/models/network-repair-info.js +15 -0
  29. package/dist/models/sys-user.d.ts +4 -4
  30. package/models/get-user-wx200-response.ts +10 -10
  31. package/models/index.ts +1 -0
  32. package/models/ipage-access-vo.ts +8 -8
  33. package/models/network-monitor-repair-decision-vo.ts +1 -1
  34. package/models/network-monitor-repair-details-dto.ts +9 -33
  35. package/models/network-repair-info.ts +42 -0
  36. package/models/sys-user.ts +4 -4
  37. package/package.json +1 -1
@@ -59,12 +59,13 @@ export declare const SurveillanceApiAxiosParamCreator: (configuration?: Configur
59
59
  * @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
60
60
  * @param {number} [parkId] 园区ID
61
61
  * @param {number} [spaceId] 空间ID
62
- * @param {string} [page] 当前页码
63
- * @param {string} [pageSize] 每页数量
62
+ * @param {number} [flgFirst] 是否首级
63
+ * @param {number} [page] 当前页码
64
+ * @param {number} [pageSize] 每页数量
64
65
  * @param {*} [options] Override http request option.
65
66
  * @throws {RequiredError}
66
67
  */
67
- surveillanceList: (surveillanceName?: string, functionalArea?: FunctionalAreaEnum, surveillanceStatus?: SurveillanceStatusEnum, parkId?: number, spaceId?: number, page?: string, pageSize?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68
+ surveillanceList: (surveillanceName?: string, functionalArea?: FunctionalAreaEnum, surveillanceStatus?: SurveillanceStatusEnum, parkId?: number, spaceId?: number, flgFirst?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68
69
  /**
69
70
  * 获取监控直播流
70
71
  * @summary 监控直播流
@@ -101,12 +102,13 @@ export declare const SurveillanceApiAxiosParamCreator: (configuration?: Configur
101
102
  * @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
102
103
  * @param {number} [parkId] 园区ID
103
104
  * @param {number} [spaceId] 空间ID
104
- * @param {string} [page] 当前页码
105
- * @param {string} [pageSize] 每页数量
105
+ * @param {number} [flgFirst] 是否首级
106
+ * @param {number} [page] 当前页码
107
+ * @param {number} [pageSize] 每页数量
106
108
  * @param {*} [options] Override http request option.
107
109
  * @throws {RequiredError}
108
110
  */
109
- surveillanceSpaceList: (surveillanceName?: string, functionalArea?: FunctionalAreaEnum, surveillanceStatus?: SurveillanceStatusEnum, parkId?: number, spaceId?: number, page?: string, pageSize?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
111
+ surveillanceSpaceList: (surveillanceName?: string, functionalArea?: FunctionalAreaEnum, surveillanceStatus?: SurveillanceStatusEnum, parkId?: number, spaceId?: number, flgFirst?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
110
112
  /**
111
113
  * 同步监控信息
112
114
  * @summary 同步监控
@@ -171,12 +173,13 @@ export declare const SurveillanceApiFp: (configuration?: Configuration) => {
171
173
  * @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
172
174
  * @param {number} [parkId] 园区ID
173
175
  * @param {number} [spaceId] 空间ID
174
- * @param {string} [page] 当前页码
175
- * @param {string} [pageSize] 每页数量
176
+ * @param {number} [flgFirst] 是否首级
177
+ * @param {number} [page] 当前页码
178
+ * @param {number} [pageSize] 每页数量
176
179
  * @param {*} [options] Override http request option.
177
180
  * @throws {RequiredError}
178
181
  */
179
- surveillanceList(surveillanceName?: string, functionalArea?: FunctionalAreaEnum, surveillanceStatus?: SurveillanceStatusEnum, parkId?: number, spaceId?: number, page?: string, pageSize?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoSurveillanceDetailsDto>>;
182
+ surveillanceList(surveillanceName?: string, functionalArea?: FunctionalAreaEnum, surveillanceStatus?: SurveillanceStatusEnum, parkId?: number, spaceId?: number, flgFirst?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoSurveillanceDetailsDto>>;
180
183
  /**
181
184
  * 获取监控直播流
182
185
  * @summary 监控直播流
@@ -213,12 +216,13 @@ export declare const SurveillanceApiFp: (configuration?: Configuration) => {
213
216
  * @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
214
217
  * @param {number} [parkId] 园区ID
215
218
  * @param {number} [spaceId] 空间ID
216
- * @param {string} [page] 当前页码
217
- * @param {string} [pageSize] 每页数量
219
+ * @param {number} [flgFirst] 是否首级
220
+ * @param {number} [page] 当前页码
221
+ * @param {number} [pageSize] 每页数量
218
222
  * @param {*} [options] Override http request option.
219
223
  * @throws {RequiredError}
220
224
  */
221
- surveillanceSpaceList(surveillanceName?: string, functionalArea?: FunctionalAreaEnum, surveillanceStatus?: SurveillanceStatusEnum, parkId?: number, spaceId?: number, page?: string, pageSize?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListSpaceTreeDTO>>;
225
+ surveillanceSpaceList(surveillanceName?: string, functionalArea?: FunctionalAreaEnum, surveillanceStatus?: SurveillanceStatusEnum, parkId?: number, spaceId?: number, flgFirst?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListSpaceTreeDTO>>;
222
226
  /**
223
227
  * 同步监控信息
224
228
  * @summary 同步监控
@@ -415,18 +419,24 @@ export interface SurveillanceApiSurveillanceListRequest {
415
419
  * @memberof SurveillanceApiSurveillanceList
416
420
  */
417
421
  readonly spaceId?: number;
422
+ /**
423
+ * 是否首级
424
+ * @type {number}
425
+ * @memberof SurveillanceApiSurveillanceList
426
+ */
427
+ readonly flgFirst?: number;
418
428
  /**
419
429
  * 当前页码
420
- * @type {string}
430
+ * @type {number}
421
431
  * @memberof SurveillanceApiSurveillanceList
422
432
  */
423
- readonly page?: string;
433
+ readonly page?: number;
424
434
  /**
425
435
  * 每页数量
426
- * @type {string}
436
+ * @type {number}
427
437
  * @memberof SurveillanceApiSurveillanceList
428
438
  */
429
- readonly pageSize?: string;
439
+ readonly pageSize?: number;
430
440
  }
431
441
  /**
432
442
  * Request parameters for surveillanceLive operation in SurveillanceApi.
@@ -527,18 +537,24 @@ export interface SurveillanceApiSurveillanceSpaceListRequest {
527
537
  * @memberof SurveillanceApiSurveillanceSpaceList
528
538
  */
529
539
  readonly spaceId?: number;
540
+ /**
541
+ * 是否首级
542
+ * @type {number}
543
+ * @memberof SurveillanceApiSurveillanceSpaceList
544
+ */
545
+ readonly flgFirst?: number;
530
546
  /**
531
547
  * 当前页码
532
- * @type {string}
548
+ * @type {number}
533
549
  * @memberof SurveillanceApiSurveillanceSpaceList
534
550
  */
535
- readonly page?: string;
551
+ readonly page?: number;
536
552
  /**
537
553
  * 每页数量
538
- * @type {string}
554
+ * @type {number}
539
555
  * @memberof SurveillanceApiSurveillanceSpaceList
540
556
  */
541
- readonly pageSize?: string;
557
+ readonly pageSize?: number;
542
558
  }
543
559
  /**
544
560
  * Request parameters for surveillanceSync operation in SurveillanceApi.
@@ -136,12 +136,13 @@ export const SurveillanceApiAxiosParamCreator = function (configuration) {
136
136
  * @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
137
137
  * @param {number} [parkId] 园区ID
138
138
  * @param {number} [spaceId] 空间ID
139
- * @param {string} [page] 当前页码
140
- * @param {string} [pageSize] 每页数量
139
+ * @param {number} [flgFirst] 是否首级
140
+ * @param {number} [page] 当前页码
141
+ * @param {number} [pageSize] 每页数量
141
142
  * @param {*} [options] Override http request option.
142
143
  * @throws {RequiredError}
143
144
  */
144
- surveillanceList: (surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, page_1, pageSize_1, ...args_1], void 0, function* (surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options = {}) {
145
+ surveillanceList: (surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, flgFirst_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, flgFirst_1, page_1, pageSize_1, ...args_1], void 0, function* (surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, flgFirst, page, pageSize, options = {}) {
145
146
  const localVarPath = `/surveillance`;
146
147
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
147
148
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -170,6 +171,9 @@ export const SurveillanceApiAxiosParamCreator = function (configuration) {
170
171
  if (spaceId !== undefined) {
171
172
  localVarQueryParameter['spaceId'] = spaceId;
172
173
  }
174
+ if (flgFirst !== undefined) {
175
+ localVarQueryParameter['flgFirst'] = flgFirst;
176
+ }
173
177
  if (page !== undefined) {
174
178
  localVarQueryParameter['page'] = page;
175
179
  }
@@ -312,12 +316,13 @@ export const SurveillanceApiAxiosParamCreator = function (configuration) {
312
316
  * @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
313
317
  * @param {number} [parkId] 园区ID
314
318
  * @param {number} [spaceId] 空间ID
315
- * @param {string} [page] 当前页码
316
- * @param {string} [pageSize] 每页数量
319
+ * @param {number} [flgFirst] 是否首级
320
+ * @param {number} [page] 当前页码
321
+ * @param {number} [pageSize] 每页数量
317
322
  * @param {*} [options] Override http request option.
318
323
  * @throws {RequiredError}
319
324
  */
320
- surveillanceSpaceList: (surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, page_1, pageSize_1, ...args_1], void 0, function* (surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options = {}) {
325
+ surveillanceSpaceList: (surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, flgFirst_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [surveillanceName_1, functionalArea_1, surveillanceStatus_1, parkId_1, spaceId_1, flgFirst_1, page_1, pageSize_1, ...args_1], void 0, function* (surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, flgFirst, page, pageSize, options = {}) {
321
326
  const localVarPath = `/surveillance/spaceList`;
322
327
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
323
328
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -346,6 +351,9 @@ export const SurveillanceApiAxiosParamCreator = function (configuration) {
346
351
  if (spaceId !== undefined) {
347
352
  localVarQueryParameter['spaceId'] = spaceId;
348
353
  }
354
+ if (flgFirst !== undefined) {
355
+ localVarQueryParameter['flgFirst'] = flgFirst;
356
+ }
349
357
  if (page !== undefined) {
350
358
  localVarQueryParameter['page'] = page;
351
359
  }
@@ -532,15 +540,16 @@ export const SurveillanceApiFp = function (configuration) {
532
540
  * @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
533
541
  * @param {number} [parkId] 园区ID
534
542
  * @param {number} [spaceId] 空间ID
535
- * @param {string} [page] 当前页码
536
- * @param {string} [pageSize] 每页数量
543
+ * @param {number} [flgFirst] 是否首级
544
+ * @param {number} [page] 当前页码
545
+ * @param {number} [pageSize] 每页数量
537
546
  * @param {*} [options] Override http request option.
538
547
  * @throws {RequiredError}
539
548
  */
540
- surveillanceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options) {
549
+ surveillanceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, flgFirst, page, pageSize, options) {
541
550
  return __awaiter(this, void 0, void 0, function* () {
542
551
  var _a, _b, _c;
543
- const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options);
552
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, flgFirst, page, pageSize, options);
544
553
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
545
554
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
546
555
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -606,15 +615,16 @@ export const SurveillanceApiFp = function (configuration) {
606
615
  * @param {SurveillanceStatusEnum} [surveillanceStatus] 监控状态
607
616
  * @param {number} [parkId] 园区ID
608
617
  * @param {number} [spaceId] 空间ID
609
- * @param {string} [page] 当前页码
610
- * @param {string} [pageSize] 每页数量
618
+ * @param {number} [flgFirst] 是否首级
619
+ * @param {number} [page] 当前页码
620
+ * @param {number} [pageSize] 每页数量
611
621
  * @param {*} [options] Override http request option.
612
622
  * @throws {RequiredError}
613
623
  */
614
- surveillanceSpaceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options) {
624
+ surveillanceSpaceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, flgFirst, page, pageSize, options) {
615
625
  return __awaiter(this, void 0, void 0, function* () {
616
626
  var _a, _b, _c;
617
- const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSpaceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, page, pageSize, options);
627
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.surveillanceSpaceList(surveillanceName, functionalArea, surveillanceStatus, parkId, spaceId, flgFirst, page, pageSize, options);
618
628
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
619
629
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SurveillanceApi.surveillanceSpaceList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
620
630
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -717,7 +727,7 @@ export const SurveillanceApiFactory = function (configuration, basePath, axios)
717
727
  * @throws {RequiredError}
718
728
  */
719
729
  surveillanceList(requestParameters = {}, options) {
720
- return localVarFp.surveillanceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
730
+ return localVarFp.surveillanceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.flgFirst, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
721
731
  },
722
732
  /**
723
733
  * 获取监控直播流
@@ -757,7 +767,7 @@ export const SurveillanceApiFactory = function (configuration, basePath, axios)
757
767
  * @throws {RequiredError}
758
768
  */
759
769
  surveillanceSpaceList(requestParameters = {}, options) {
760
- return localVarFp.surveillanceSpaceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
770
+ return localVarFp.surveillanceSpaceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.flgFirst, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
761
771
  },
762
772
  /**
763
773
  * 同步监控信息
@@ -840,7 +850,7 @@ export class SurveillanceApi extends BaseAPI {
840
850
  * @memberof SurveillanceApi
841
851
  */
842
852
  surveillanceList(requestParameters = {}, options) {
843
- return SurveillanceApiFp(this.configuration).surveillanceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
853
+ return SurveillanceApiFp(this.configuration).surveillanceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.flgFirst, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
844
854
  }
845
855
  /**
846
856
  * 获取监控直播流
@@ -884,7 +894,7 @@ export class SurveillanceApi extends BaseAPI {
884
894
  * @memberof SurveillanceApi
885
895
  */
886
896
  surveillanceSpaceList(requestParameters = {}, options) {
887
- return SurveillanceApiFp(this.configuration).surveillanceSpaceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
897
+ return SurveillanceApiFp(this.configuration).surveillanceSpaceList(requestParameters.surveillanceName, requestParameters.functionalArea, requestParameters.surveillanceStatus, requestParameters.parkId, requestParameters.spaceId, requestParameters.flgFirst, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
888
898
  }
889
899
  /**
890
900
  * 同步监控信息
@@ -364,12 +364,12 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
364
364
  * @param {WorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
365
365
  * @param {number} [executionDeptId] 执行部门ID(传-1代表查询无执行部门的工单)
366
366
  * @param {boolean} [inspectionException] 是否异常
367
- * @param {string} [page] 当前页码
368
- * @param {string} [pageSize] 每页数量
367
+ * @param {number} [page] 当前页码
368
+ * @param {number} [pageSize] 每页数量
369
369
  * @param {*} [options] Override http request option.
370
370
  * @throws {RequiredError}
371
371
  */
372
- workOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatus?: WorkOrderListWorkOrderStatusEnum, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: WorkOrderListSamplingResultsEnum, executionDeptId?: number, inspectionException?: boolean, page?: string, pageSize?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
372
+ workOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatus?: WorkOrderListWorkOrderStatusEnum, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: WorkOrderListSamplingResultsEnum, executionDeptId?: number, inspectionException?: boolean, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
373
373
  /**
374
374
  *
375
375
  * @summary 新建网络监控报修工单
@@ -779,12 +779,12 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
779
779
  * @param {WorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
780
780
  * @param {number} [executionDeptId] 执行部门ID(传-1代表查询无执行部门的工单)
781
781
  * @param {boolean} [inspectionException] 是否异常
782
- * @param {string} [page] 当前页码
783
- * @param {string} [pageSize] 每页数量
782
+ * @param {number} [page] 当前页码
783
+ * @param {number} [pageSize] 每页数量
784
784
  * @param {*} [options] Override http request option.
785
785
  * @throws {RequiredError}
786
786
  */
787
- workOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatus?: WorkOrderListWorkOrderStatusEnum, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: WorkOrderListSamplingResultsEnum, executionDeptId?: number, inspectionException?: boolean, page?: string, pageSize?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
787
+ workOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatus?: WorkOrderListWorkOrderStatusEnum, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: WorkOrderListSamplingResultsEnum, executionDeptId?: number, inspectionException?: boolean, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
788
788
  /**
789
789
  *
790
790
  * @summary 新建网络监控报修工单
@@ -1918,16 +1918,16 @@ export interface WorkOrderApiWorkOrderListRequest {
1918
1918
  readonly inspectionException?: boolean;
1919
1919
  /**
1920
1920
  * 当前页码
1921
- * @type {string}
1921
+ * @type {number}
1922
1922
  * @memberof WorkOrderApiWorkOrderList
1923
1923
  */
1924
- readonly page?: string;
1924
+ readonly page?: number;
1925
1925
  /**
1926
1926
  * 每页数量
1927
- * @type {string}
1927
+ * @type {number}
1928
1928
  * @memberof WorkOrderApiWorkOrderList
1929
1929
  */
1930
- readonly pageSize?: string;
1930
+ readonly pageSize?: number;
1931
1931
  }
1932
1932
  /**
1933
1933
  * Request parameters for workOrderNetworkMonitorRepairAdd operation in WorkOrderApi.
@@ -1255,8 +1255,8 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
1255
1255
  * @param {WorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
1256
1256
  * @param {number} [executionDeptId] 执行部门ID(传-1代表查询无执行部门的工单)
1257
1257
  * @param {boolean} [inspectionException] 是否异常
1258
- * @param {string} [page] 当前页码
1259
- * @param {string} [pageSize] 每页数量
1258
+ * @param {number} [page] 当前页码
1259
+ * @param {number} [pageSize] 每页数量
1260
1260
  * @param {*} [options] Override http request option.
1261
1261
  * @throws {RequiredError}
1262
1262
  */
@@ -2299,8 +2299,8 @@ export const WorkOrderApiFp = function (configuration) {
2299
2299
  * @param {WorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
2300
2300
  * @param {number} [executionDeptId] 执行部门ID(传-1代表查询无执行部门的工单)
2301
2301
  * @param {boolean} [inspectionException] 是否异常
2302
- * @param {string} [page] 当前页码
2303
- * @param {string} [pageSize] 每页数量
2302
+ * @param {number} [page] 当前页码
2303
+ * @param {number} [pageSize] 每页数量
2304
2304
  * @param {*} [options] Override http request option.
2305
2305
  * @throws {RequiredError}
2306
2306
  */
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {object}
22
+ * @type {Array<string>}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'trailerFields'?: object;
25
+ 'headerNames'?: Array<string>;
26
26
  /**
27
27
  *
28
28
  * @type {number}
@@ -31,22 +31,16 @@ export interface GetUserWx200Response {
31
31
  'status'?: number;
32
32
  /**
33
33
  *
34
- * @type {Array<string>}
34
+ * @type {object}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'headerNames'?: Array<string>;
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
- /**
45
- *
46
- * @type {number}
47
- * @memberof GetUserWx200Response
48
- */
49
- 'bufferSize'?: number;
50
44
  /**
51
45
  *
52
46
  * @type {string}
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
+ /**
63
+ *
64
+ * @type {number}
65
+ * @memberof GetUserWx200Response
66
+ */
67
+ 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -582,6 +582,7 @@ export * from './monitor-sort-search-vo';
582
582
  export * from './network-monitor-repair-add-vo';
583
583
  export * from './network-monitor-repair-decision-vo';
584
584
  export * from './network-monitor-repair-details-dto';
585
+ export * from './network-repair-info';
585
586
  export * from './news-entity';
586
587
  export * from './news-in-button';
587
588
  export * from './news-info';
@@ -582,6 +582,7 @@ export * from './monitor-sort-search-vo';
582
582
  export * from './network-monitor-repair-add-vo';
583
583
  export * from './network-monitor-repair-decision-vo';
584
584
  export * from './network-monitor-repair-details-dto';
585
+ export * from './network-repair-info';
585
586
  export * from './news-entity';
586
587
  export * from './news-in-button';
587
588
  export * from './news-info';
@@ -24,16 +24,16 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {boolean}
27
+ * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'searchCount'?: boolean;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<AccessVO>}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'current'?: number;
36
+ 'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -42,17 +42,17 @@ export interface IPageAccessVO {
42
42
  'pages'?: number;
43
43
  /**
44
44
  *
45
- * @type {Array<AccessVO>}
45
+ * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
+ * @deprecated
47
48
  */
48
- 'records'?: Array<AccessVO>;
49
+ 'hitCount'?: boolean;
49
50
  /**
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -32,7 +32,7 @@ export interface NetworkMonitorRepairDecisionVo {
32
32
  * @type {string}
33
33
  * @memberof NetworkMonitorRepairDecisionVo
34
34
  */
35
- 'remarks'?: string;
35
+ 'reasonDescription'?: string;
36
36
  /**
37
37
  * 处理人ID
38
38
  * @type {number}
@@ -9,15 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { NetworkRepairInfo } from './network-repair-info';
12
13
  import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
13
14
  import type { SourceAlertDTO } from './source-alert-dto';
14
- import type { SourceFeedbackDTO } from './source-feedback-dto';
15
- import type { SourceWorkOrderInspectionDTO } from './source-work-order-inspection-dto';
16
15
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
17
16
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
18
17
  import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
19
18
  import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
20
- import type { WorkOrderLiabilityPartyEnum } from './work-order-liability-party-enum';
21
19
  import type { WorkOrderSourceEnum } from './work-order-source-enum';
22
20
  import type { WorkOrderSpaceDto } from './work-order-space-dto';
23
21
  import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
@@ -101,18 +99,6 @@ export interface NetworkMonitorRepairDetailsDto {
101
99
  * @memberof NetworkMonitorRepairDetailsDto
102
100
  */
103
101
  'sourceAlert'?: SourceAlertDTO;
104
- /**
105
- *
106
- * @type {SourceFeedbackDTO}
107
- * @memberof NetworkMonitorRepairDetailsDto
108
- */
109
- 'sourceFeedback'?: SourceFeedbackDTO;
110
- /**
111
- *
112
- * @type {SourceWorkOrderInspectionDTO}
113
- * @memberof NetworkMonitorRepairDetailsDto
114
- */
115
- 'sourceWorkOrderInspection'?: SourceWorkOrderInspectionDTO;
116
102
  /**
117
103
  *
118
104
  * @type {WorkOrderSourceEnum}
@@ -137,18 +123,6 @@ export interface NetworkMonitorRepairDetailsDto {
137
123
  * @memberof NetworkMonitorRepairDetailsDto
138
124
  */
139
125
  'internalStatus'?: WorkOrderInternalStatusEnum;
140
- /**
141
- *
142
- * @type {WorkOrderLiabilityPartyEnum}
143
- * @memberof NetworkMonitorRepairDetailsDto
144
- */
145
- 'liabilityParty'?: WorkOrderLiabilityPartyEnum;
146
- /**
147
- * 责任原因
148
- * @type {string}
149
- * @memberof NetworkMonitorRepairDetailsDto
150
- */
151
- 'liabilityCause'?: string;
152
126
  /**
153
127
  * 监控设备详情
154
128
  * @type {Array<WorkOrderSurveillanceDto>}
@@ -173,6 +147,12 @@ export interface NetworkMonitorRepairDetailsDto {
173
147
  * @memberof NetworkMonitorRepairDetailsDto
174
148
  */
175
149
  'handler'?: WorkOrderHandlerDto;
150
+ /**
151
+ *
152
+ * @type {NetworkRepairInfo}
153
+ * @memberof NetworkMonitorRepairDetailsDto
154
+ */
155
+ 'networkRepairInfo'?: NetworkRepairInfo;
176
156
  }
177
157
  export declare const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum: {
178
158
  readonly Pending: "PENDING";
@@ -0,0 +1,36 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 网络监控报修工单维修信息
14
+ * @export
15
+ * @interface NetworkRepairInfo
16
+ */
17
+ export interface NetworkRepairInfo {
18
+ /**
19
+ * 是否需要维修
20
+ * @type {boolean}
21
+ * @memberof NetworkRepairInfo
22
+ */
23
+ 'isNeedRepair'?: boolean;
24
+ /**
25
+ * 原因描述
26
+ * @type {string}
27
+ * @memberof NetworkRepairInfo
28
+ */
29
+ 'reasonDescription'?: string;
30
+ /**
31
+ * 维修金额
32
+ * @type {number}
33
+ * @memberof NetworkRepairInfo
34
+ */
35
+ 'repairAmount'?: number;
36
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -357,14 +357,14 @@ export interface SysUser {
357
357
  'supplierId'?: number;
358
358
  /**
359
359
  *
360
- * @type {string}
360
+ * @type {number}
361
361
  * @memberof SysUser
362
362
  */
363
- 'cid'?: string;
363
+ 'cuserId'?: number;
364
364
  /**
365
365
  *
366
- * @type {number}
366
+ * @type {string}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cuserId'?: number;
369
+ 'cid'?: string;
370
370
  }
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {object}
22
+ * @type {Array<string>}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'trailerFields'?: object;
25
+ 'headerNames'?: Array<string>;
26
26
  /**
27
27
  *
28
28
  * @type {number}
@@ -31,22 +31,16 @@ export interface GetUserWx200Response {
31
31
  'status'?: number;
32
32
  /**
33
33
  *
34
- * @type {Array<string>}
34
+ * @type {object}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'headerNames'?: Array<string>;
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
- /**
45
- *
46
- * @type {number}
47
- * @memberof GetUserWx200Response
48
- */
49
- 'bufferSize'?: number;
50
44
  /**
51
45
  *
52
46
  * @type {string}
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
+ /**
63
+ *
64
+ * @type {number}
65
+ * @memberof GetUserWx200Response
66
+ */
67
+ 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}