@gizone/rrs-client 4.2.7-alpha.437 → 4.2.7-alpha.438
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/.openapi-generator/FILES +9 -0
- package/apis/common-api.ts +90 -0
- package/apis/dashboard-api.ts +368 -0
- package/apis/work-order-api.ts +134 -10
- package/dist/apis/common-api.d.ts +46 -0
- package/dist/apis/common-api.js +71 -0
- package/dist/apis/dashboard-api.d.ts +190 -0
- package/dist/apis/dashboard-api.js +280 -0
- package/dist/apis/work-order-api.d.ts +71 -4
- package/dist/apis/work-order-api.js +90 -10
- package/dist/esm/apis/common-api.d.ts +46 -0
- package/dist/esm/apis/common-api.js +71 -0
- package/dist/esm/apis/dashboard-api.d.ts +190 -0
- package/dist/esm/apis/dashboard-api.js +280 -0
- package/dist/esm/apis/work-order-api.d.ts +71 -4
- package/dist/esm/apis/work-order-api.js +90 -10
- package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/esm/models/access-appointment-source-enum.js +2 -1
- package/dist/esm/models/access-record-details-dto.d.ts +7 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-access-search-dto.d.ts +68 -0
- package/dist/esm/models/dashboard-access-search-dto.js +14 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +19 -1
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +117 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +36 -0
- package/dist/esm/models/dept-relation-dto.d.ts +24 -0
- package/dist/esm/models/index.d.ts +9 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/esm/models/json-result-list-inspection-point.js +14 -0
- package/dist/esm/models/park-list-dto.d.ts +24 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-search-dto.d.ts +12 -0
- package/dist/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/models/access-appointment-source-enum.js +2 -1
- package/dist/models/access-record-details-dto.d.ts +7 -0
- package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-access-search-dto.d.ts +68 -0
- package/dist/models/dashboard-access-search-dto.js +15 -0
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +18 -0
- package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/models/dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +19 -1
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +117 -0
- package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +36 -0
- package/dist/models/dept-relation-dto.d.ts +24 -0
- package/dist/models/index.d.ts +9 -0
- package/dist/models/index.js +9 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/models/json-result-list-inspection-point.js +15 -0
- package/dist/models/park-list-dto.d.ts +24 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-search-dto.d.ts +12 -0
- package/models/access-appointment-source-enum.ts +2 -1
- package/models/access-record-details-dto.ts +9 -0
- package/models/dashboard-access-park-group-stats-vo.ts +102 -0
- package/models/dashboard-access-search-dto.ts +80 -0
- package/models/dashboard-access-source-group-stats-vo.ts +65 -0
- package/models/dashboard-base-search-dto.ts +18 -0
- package/models/dashboard-equipment-search-dto.ts +18 -0
- package/models/dashboard-series-stats-base-vo.ts +36 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +36 -0
- package/models/dashboard-surveillance-search-dto.ts +18 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +19 -1
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +18 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
- package/models/dashboard-work-order-list-search-dto.ts +132 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +36 -0
- package/models/dept-relation-dto.ts +24 -0
- package/models/index.ts +9 -0
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
- package/models/json-result-list-inspection-point.ts +72 -0
- package/models/park-list-dto.ts +24 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-search-dto.ts +12 -0
- package/package.json +1 -1
|
@@ -12,24 +12,46 @@
|
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { DashboardAccessSearchDTO } from '../models';
|
|
15
16
|
import type { DashboardBaseSearchDTO } from '../models';
|
|
16
17
|
import type { DashboardEquipmentSearchDTO } from '../models';
|
|
17
18
|
import type { DashboardSurveillanceSearchDTO } from '../models';
|
|
18
19
|
import type { DashboardWorkOrderByParkSearchDTO } from '../models';
|
|
19
20
|
import type { DashboardWorkOrderByWorkOrderTypeSearchDTO } from '../models';
|
|
20
21
|
import type { DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO } from '../models';
|
|
22
|
+
import type { DashboardWorkOrderListSearchDTO } from '../models';
|
|
23
|
+
import type { JsonResultListDashboardAccessParkGroupStatsVO } from '../models';
|
|
24
|
+
import type { JsonResultListDashboardAccessSourceGroupStatsVO } from '../models';
|
|
21
25
|
import type { JsonResultListDashboardEquipmentParkGroupStatsVO } from '../models';
|
|
22
26
|
import type { JsonResultListDashboardEquipmentSystemGroupStatsVO } from '../models';
|
|
27
|
+
import type { JsonResultListDashboardSeriesStatsBaseVO } from '../models';
|
|
23
28
|
import type { JsonResultListDashboardSurveillanceFunctionalAreaGroupStatsVO } from '../models';
|
|
24
29
|
import type { JsonResultListDashboardSurveillanceParkGroupStatsVO } from '../models';
|
|
25
30
|
import type { JsonResultListDashboardWorkOrderParkGroupStatsVO } from '../models';
|
|
26
31
|
import type { JsonResultListDashboardWorkOrderTypeGroupStatsVO } from '../models';
|
|
27
32
|
import type { JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO } from '../models';
|
|
33
|
+
import type { JsonResultPageDtoWorkOrderSearchDTO } from '../models';
|
|
28
34
|
/**
|
|
29
35
|
* DashboardApi - axios parameter creator
|
|
30
36
|
* @export
|
|
31
37
|
*/
|
|
32
38
|
export declare const DashboardApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @summary 出入-园区分组统计
|
|
42
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
43
|
+
* @param {*} [options] Override http request option.
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
*/
|
|
46
|
+
dashboardAccessStatisticsByPark: (dashboardAccessSearchDTO: DashboardAccessSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @summary 出入-来源分组统计
|
|
50
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
51
|
+
* @param {*} [options] Override http request option.
|
|
52
|
+
* @throws {RequiredError}
|
|
53
|
+
*/
|
|
54
|
+
dashboardAccessStatisticsBySource: (dashboardAccessSearchDTO: DashboardAccessSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
55
|
/**
|
|
34
56
|
*
|
|
35
57
|
* @summary 设备-设备系统分组统计
|
|
@@ -86,12 +108,44 @@ export declare const DashboardApiAxiosParamCreator: (configuration?: Configurati
|
|
|
86
108
|
* @throws {RequiredError}
|
|
87
109
|
*/
|
|
88
110
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory: (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO: DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* @summary 工单-完成率序列统计
|
|
114
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
115
|
+
* @param {*} [options] Override http request option.
|
|
116
|
+
* @throws {RequiredError}
|
|
117
|
+
*/
|
|
118
|
+
dashboardWorkOrderStatisticsCompletionRateSeries: (dashboardWorkOrderByParkSearchDTO: DashboardWorkOrderByParkSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @summary 工单-列表
|
|
122
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
123
|
+
* @param {*} [options] Override http request option.
|
|
124
|
+
* @throws {RequiredError}
|
|
125
|
+
*/
|
|
126
|
+
dashboardWorkOrderStatisticsList: (dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
89
127
|
};
|
|
90
128
|
/**
|
|
91
129
|
* DashboardApi - functional programming interface
|
|
92
130
|
* @export
|
|
93
131
|
*/
|
|
94
132
|
export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @summary 出入-园区分组统计
|
|
136
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
*/
|
|
140
|
+
dashboardAccessStatisticsByPark(dashboardAccessSearchDTO: DashboardAccessSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardAccessParkGroupStatsVO>>;
|
|
141
|
+
/**
|
|
142
|
+
*
|
|
143
|
+
* @summary 出入-来源分组统计
|
|
144
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
145
|
+
* @param {*} [options] Override http request option.
|
|
146
|
+
* @throws {RequiredError}
|
|
147
|
+
*/
|
|
148
|
+
dashboardAccessStatisticsBySource(dashboardAccessSearchDTO: DashboardAccessSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardAccessSourceGroupStatsVO>>;
|
|
95
149
|
/**
|
|
96
150
|
*
|
|
97
151
|
* @summary 设备-设备系统分组统计
|
|
@@ -148,12 +202,44 @@ export declare const DashboardApiFp: (configuration?: Configuration) => {
|
|
|
148
202
|
* @throws {RequiredError}
|
|
149
203
|
*/
|
|
150
204
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO: DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO>>;
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
* @summary 工单-完成率序列统计
|
|
208
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
209
|
+
* @param {*} [options] Override http request option.
|
|
210
|
+
* @throws {RequiredError}
|
|
211
|
+
*/
|
|
212
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO: DashboardWorkOrderByParkSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDashboardSeriesStatsBaseVO>>;
|
|
213
|
+
/**
|
|
214
|
+
*
|
|
215
|
+
* @summary 工单-列表
|
|
216
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
217
|
+
* @param {*} [options] Override http request option.
|
|
218
|
+
* @throws {RequiredError}
|
|
219
|
+
*/
|
|
220
|
+
dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
151
221
|
};
|
|
152
222
|
/**
|
|
153
223
|
* DashboardApi - factory interface
|
|
154
224
|
* @export
|
|
155
225
|
*/
|
|
156
226
|
export declare const DashboardApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @summary 出入-园区分组统计
|
|
230
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
231
|
+
* @param {*} [options] Override http request option.
|
|
232
|
+
* @throws {RequiredError}
|
|
233
|
+
*/
|
|
234
|
+
dashboardAccessStatisticsByPark(requestParameters: DashboardApiDashboardAccessStatisticsByParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardAccessParkGroupStatsVO>;
|
|
235
|
+
/**
|
|
236
|
+
*
|
|
237
|
+
* @summary 出入-来源分组统计
|
|
238
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
239
|
+
* @param {*} [options] Override http request option.
|
|
240
|
+
* @throws {RequiredError}
|
|
241
|
+
*/
|
|
242
|
+
dashboardAccessStatisticsBySource(requestParameters: DashboardApiDashboardAccessStatisticsBySourceRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardAccessSourceGroupStatsVO>;
|
|
157
243
|
/**
|
|
158
244
|
*
|
|
159
245
|
* @summary 设备-设备系统分组统计
|
|
@@ -210,7 +296,49 @@ export declare const DashboardApiFactory: (configuration?: Configuration, basePa
|
|
|
210
296
|
* @throws {RequiredError}
|
|
211
297
|
*/
|
|
212
298
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters: DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO>;
|
|
299
|
+
/**
|
|
300
|
+
*
|
|
301
|
+
* @summary 工单-完成率序列统计
|
|
302
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
303
|
+
* @param {*} [options] Override http request option.
|
|
304
|
+
* @throws {RequiredError}
|
|
305
|
+
*/
|
|
306
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters: DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDashboardSeriesStatsBaseVO>;
|
|
307
|
+
/**
|
|
308
|
+
*
|
|
309
|
+
* @summary 工单-列表
|
|
310
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
311
|
+
* @param {*} [options] Override http request option.
|
|
312
|
+
* @throws {RequiredError}
|
|
313
|
+
*/
|
|
314
|
+
dashboardWorkOrderStatisticsList(requestParameters: DashboardApiDashboardWorkOrderStatisticsListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>;
|
|
213
315
|
};
|
|
316
|
+
/**
|
|
317
|
+
* Request parameters for dashboardAccessStatisticsByPark operation in DashboardApi.
|
|
318
|
+
* @export
|
|
319
|
+
* @interface DashboardApiDashboardAccessStatisticsByParkRequest
|
|
320
|
+
*/
|
|
321
|
+
export interface DashboardApiDashboardAccessStatisticsByParkRequest {
|
|
322
|
+
/**
|
|
323
|
+
*
|
|
324
|
+
* @type {DashboardAccessSearchDTO}
|
|
325
|
+
* @memberof DashboardApiDashboardAccessStatisticsByPark
|
|
326
|
+
*/
|
|
327
|
+
readonly dashboardAccessSearchDTO: DashboardAccessSearchDTO;
|
|
328
|
+
}
|
|
329
|
+
/**
|
|
330
|
+
* Request parameters for dashboardAccessStatisticsBySource operation in DashboardApi.
|
|
331
|
+
* @export
|
|
332
|
+
* @interface DashboardApiDashboardAccessStatisticsBySourceRequest
|
|
333
|
+
*/
|
|
334
|
+
export interface DashboardApiDashboardAccessStatisticsBySourceRequest {
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @type {DashboardAccessSearchDTO}
|
|
338
|
+
* @memberof DashboardApiDashboardAccessStatisticsBySource
|
|
339
|
+
*/
|
|
340
|
+
readonly dashboardAccessSearchDTO: DashboardAccessSearchDTO;
|
|
341
|
+
}
|
|
214
342
|
/**
|
|
215
343
|
* Request parameters for dashboardEquipmentStatisticsByEquipmentSystem operation in DashboardApi.
|
|
216
344
|
* @export
|
|
@@ -302,6 +430,32 @@ export interface DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcateg
|
|
|
302
430
|
*/
|
|
303
431
|
readonly dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO: DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO;
|
|
304
432
|
}
|
|
433
|
+
/**
|
|
434
|
+
* Request parameters for dashboardWorkOrderStatisticsCompletionRateSeries operation in DashboardApi.
|
|
435
|
+
* @export
|
|
436
|
+
* @interface DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest
|
|
437
|
+
*/
|
|
438
|
+
export interface DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest {
|
|
439
|
+
/**
|
|
440
|
+
*
|
|
441
|
+
* @type {DashboardWorkOrderByParkSearchDTO}
|
|
442
|
+
* @memberof DashboardApiDashboardWorkOrderStatisticsCompletionRateSeries
|
|
443
|
+
*/
|
|
444
|
+
readonly dashboardWorkOrderByParkSearchDTO: DashboardWorkOrderByParkSearchDTO;
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* Request parameters for dashboardWorkOrderStatisticsList operation in DashboardApi.
|
|
448
|
+
* @export
|
|
449
|
+
* @interface DashboardApiDashboardWorkOrderStatisticsListRequest
|
|
450
|
+
*/
|
|
451
|
+
export interface DashboardApiDashboardWorkOrderStatisticsListRequest {
|
|
452
|
+
/**
|
|
453
|
+
*
|
|
454
|
+
* @type {DashboardWorkOrderListSearchDTO}
|
|
455
|
+
* @memberof DashboardApiDashboardWorkOrderStatisticsList
|
|
456
|
+
*/
|
|
457
|
+
readonly dashboardWorkOrderListSearchDTO: DashboardWorkOrderListSearchDTO;
|
|
458
|
+
}
|
|
305
459
|
/**
|
|
306
460
|
* DashboardApi - object-oriented interface
|
|
307
461
|
* @export
|
|
@@ -309,6 +463,24 @@ export interface DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcateg
|
|
|
309
463
|
* @extends {BaseAPI}
|
|
310
464
|
*/
|
|
311
465
|
export declare class DashboardApi extends BaseAPI {
|
|
466
|
+
/**
|
|
467
|
+
*
|
|
468
|
+
* @summary 出入-园区分组统计
|
|
469
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
470
|
+
* @param {*} [options] Override http request option.
|
|
471
|
+
* @throws {RequiredError}
|
|
472
|
+
* @memberof DashboardApi
|
|
473
|
+
*/
|
|
474
|
+
dashboardAccessStatisticsByPark(requestParameters: DashboardApiDashboardAccessStatisticsByParkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardAccessParkGroupStatsVO, any>>;
|
|
475
|
+
/**
|
|
476
|
+
*
|
|
477
|
+
* @summary 出入-来源分组统计
|
|
478
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
479
|
+
* @param {*} [options] Override http request option.
|
|
480
|
+
* @throws {RequiredError}
|
|
481
|
+
* @memberof DashboardApi
|
|
482
|
+
*/
|
|
483
|
+
dashboardAccessStatisticsBySource(requestParameters: DashboardApiDashboardAccessStatisticsBySourceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardAccessSourceGroupStatsVO, any>>;
|
|
312
484
|
/**
|
|
313
485
|
*
|
|
314
486
|
* @summary 设备-设备系统分组统计
|
|
@@ -372,4 +544,22 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
372
544
|
* @memberof DashboardApi
|
|
373
545
|
*/
|
|
374
546
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters: DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO, any>>;
|
|
547
|
+
/**
|
|
548
|
+
*
|
|
549
|
+
* @summary 工单-完成率序列统计
|
|
550
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
551
|
+
* @param {*} [options] Override http request option.
|
|
552
|
+
* @throws {RequiredError}
|
|
553
|
+
* @memberof DashboardApi
|
|
554
|
+
*/
|
|
555
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters: DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListDashboardSeriesStatsBaseVO, any>>;
|
|
556
|
+
/**
|
|
557
|
+
*
|
|
558
|
+
* @summary 工单-列表
|
|
559
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
560
|
+
* @param {*} [options] Override http request option.
|
|
561
|
+
* @throws {RequiredError}
|
|
562
|
+
* @memberof DashboardApi
|
|
563
|
+
*/
|
|
564
|
+
dashboardWorkOrderStatisticsList(requestParameters: DashboardApiDashboardWorkOrderStatisticsListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoWorkOrderSearchDTO, any>>;
|
|
375
565
|
}
|
|
@@ -32,6 +32,72 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
|
32
32
|
*/
|
|
33
33
|
export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
34
34
|
return {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @summary 出入-园区分组统计
|
|
38
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
dashboardAccessStatisticsByPark: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
|
|
43
|
+
// verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
|
|
44
|
+
assertParamExists('dashboardAccessStatisticsByPark', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
|
|
45
|
+
const localVarPath = `/dashboard/access/statistics/by-park`;
|
|
46
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
|
+
let baseOptions;
|
|
49
|
+
if (configuration) {
|
|
50
|
+
baseOptions = configuration.baseOptions;
|
|
51
|
+
}
|
|
52
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
53
|
+
const localVarHeaderParameter = {};
|
|
54
|
+
const localVarQueryParameter = {};
|
|
55
|
+
// authentication tokenScheme required
|
|
56
|
+
// http bearer authentication required
|
|
57
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
58
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
59
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
61
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
62
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
|
|
63
|
+
return {
|
|
64
|
+
url: toPathString(localVarUrlObj),
|
|
65
|
+
options: localVarRequestOptions,
|
|
66
|
+
};
|
|
67
|
+
}),
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @summary 出入-来源分组统计
|
|
71
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
72
|
+
* @param {*} [options] Override http request option.
|
|
73
|
+
* @throws {RequiredError}
|
|
74
|
+
*/
|
|
75
|
+
dashboardAccessStatisticsBySource: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
|
|
76
|
+
// verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
|
|
77
|
+
assertParamExists('dashboardAccessStatisticsBySource', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
|
|
78
|
+
const localVarPath = `/dashboard/access/statistics/by-source`;
|
|
79
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
81
|
+
let baseOptions;
|
|
82
|
+
if (configuration) {
|
|
83
|
+
baseOptions = configuration.baseOptions;
|
|
84
|
+
}
|
|
85
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
86
|
+
const localVarHeaderParameter = {};
|
|
87
|
+
const localVarQueryParameter = {};
|
|
88
|
+
// authentication tokenScheme required
|
|
89
|
+
// http bearer authentication required
|
|
90
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
91
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
92
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
93
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
94
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
95
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
|
|
96
|
+
return {
|
|
97
|
+
url: toPathString(localVarUrlObj),
|
|
98
|
+
options: localVarRequestOptions,
|
|
99
|
+
};
|
|
100
|
+
}),
|
|
35
101
|
/**
|
|
36
102
|
*
|
|
37
103
|
* @summary 设备-设备系统分组统计
|
|
@@ -263,6 +329,72 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
263
329
|
options: localVarRequestOptions,
|
|
264
330
|
};
|
|
265
331
|
}),
|
|
332
|
+
/**
|
|
333
|
+
*
|
|
334
|
+
* @summary 工单-完成率序列统计
|
|
335
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
336
|
+
* @param {*} [options] Override http request option.
|
|
337
|
+
* @throws {RequiredError}
|
|
338
|
+
*/
|
|
339
|
+
dashboardWorkOrderStatisticsCompletionRateSeries: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
|
|
340
|
+
// verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
|
|
341
|
+
assertParamExists('dashboardWorkOrderStatisticsCompletionRateSeries', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
|
|
342
|
+
const localVarPath = `/dashboard/work-order/statistics/completion-rate-series`;
|
|
343
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
344
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
345
|
+
let baseOptions;
|
|
346
|
+
if (configuration) {
|
|
347
|
+
baseOptions = configuration.baseOptions;
|
|
348
|
+
}
|
|
349
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
350
|
+
const localVarHeaderParameter = {};
|
|
351
|
+
const localVarQueryParameter = {};
|
|
352
|
+
// authentication tokenScheme required
|
|
353
|
+
// http bearer authentication required
|
|
354
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
355
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
356
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
357
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
358
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
359
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
|
|
360
|
+
return {
|
|
361
|
+
url: toPathString(localVarUrlObj),
|
|
362
|
+
options: localVarRequestOptions,
|
|
363
|
+
};
|
|
364
|
+
}),
|
|
365
|
+
/**
|
|
366
|
+
*
|
|
367
|
+
* @summary 工单-列表
|
|
368
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
369
|
+
* @param {*} [options] Override http request option.
|
|
370
|
+
* @throws {RequiredError}
|
|
371
|
+
*/
|
|
372
|
+
dashboardWorkOrderStatisticsList: (dashboardWorkOrderListSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderListSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderListSearchDTO, options = {}) {
|
|
373
|
+
// verify required parameter 'dashboardWorkOrderListSearchDTO' is not null or undefined
|
|
374
|
+
assertParamExists('dashboardWorkOrderStatisticsList', 'dashboardWorkOrderListSearchDTO', dashboardWorkOrderListSearchDTO);
|
|
375
|
+
const localVarPath = `/dashboard/work-order/statistics/list`;
|
|
376
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
377
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
378
|
+
let baseOptions;
|
|
379
|
+
if (configuration) {
|
|
380
|
+
baseOptions = configuration.baseOptions;
|
|
381
|
+
}
|
|
382
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
383
|
+
const localVarHeaderParameter = {};
|
|
384
|
+
const localVarQueryParameter = {};
|
|
385
|
+
// authentication tokenScheme required
|
|
386
|
+
// http bearer authentication required
|
|
387
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
388
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
389
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
390
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
391
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
392
|
+
localVarRequestOptions.data = serializeDataIfNeeded(dashboardWorkOrderListSearchDTO, localVarRequestOptions, configuration);
|
|
393
|
+
return {
|
|
394
|
+
url: toPathString(localVarUrlObj),
|
|
395
|
+
options: localVarRequestOptions,
|
|
396
|
+
};
|
|
397
|
+
}),
|
|
266
398
|
};
|
|
267
399
|
};
|
|
268
400
|
/**
|
|
@@ -272,6 +404,38 @@ export const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
272
404
|
export const DashboardApiFp = function (configuration) {
|
|
273
405
|
const localVarAxiosParamCreator = DashboardApiAxiosParamCreator(configuration);
|
|
274
406
|
return {
|
|
407
|
+
/**
|
|
408
|
+
*
|
|
409
|
+
* @summary 出入-园区分组统计
|
|
410
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
411
|
+
* @param {*} [options] Override http request option.
|
|
412
|
+
* @throws {RequiredError}
|
|
413
|
+
*/
|
|
414
|
+
dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options) {
|
|
415
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
416
|
+
var _a, _b, _c;
|
|
417
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options);
|
|
418
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
419
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardAccessStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
420
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
421
|
+
});
|
|
422
|
+
},
|
|
423
|
+
/**
|
|
424
|
+
*
|
|
425
|
+
* @summary 出入-来源分组统计
|
|
426
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
427
|
+
* @param {*} [options] Override http request option.
|
|
428
|
+
* @throws {RequiredError}
|
|
429
|
+
*/
|
|
430
|
+
dashboardAccessStatisticsBySource(dashboardAccessSearchDTO, options) {
|
|
431
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
432
|
+
var _a, _b, _c;
|
|
433
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsBySource(dashboardAccessSearchDTO, options);
|
|
434
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
435
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardAccessStatisticsBySource']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
436
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
437
|
+
});
|
|
438
|
+
},
|
|
275
439
|
/**
|
|
276
440
|
*
|
|
277
441
|
* @summary 设备-设备系统分组统计
|
|
@@ -384,6 +548,38 @@ export const DashboardApiFp = function (configuration) {
|
|
|
384
548
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
385
549
|
});
|
|
386
550
|
},
|
|
551
|
+
/**
|
|
552
|
+
*
|
|
553
|
+
* @summary 工单-完成率序列统计
|
|
554
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
555
|
+
* @param {*} [options] Override http request option.
|
|
556
|
+
* @throws {RequiredError}
|
|
557
|
+
*/
|
|
558
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO, options) {
|
|
559
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
560
|
+
var _a, _b, _c;
|
|
561
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO, options);
|
|
562
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
563
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardWorkOrderStatisticsCompletionRateSeries']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
564
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
565
|
+
});
|
|
566
|
+
},
|
|
567
|
+
/**
|
|
568
|
+
*
|
|
569
|
+
* @summary 工单-列表
|
|
570
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
571
|
+
* @param {*} [options] Override http request option.
|
|
572
|
+
* @throws {RequiredError}
|
|
573
|
+
*/
|
|
574
|
+
dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO, options) {
|
|
575
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
576
|
+
var _a, _b, _c;
|
|
577
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO, options);
|
|
578
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
579
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DashboardApi.dashboardWorkOrderStatisticsList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
580
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
581
|
+
});
|
|
582
|
+
},
|
|
387
583
|
};
|
|
388
584
|
};
|
|
389
585
|
/**
|
|
@@ -393,6 +589,26 @@ export const DashboardApiFp = function (configuration) {
|
|
|
393
589
|
export const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
394
590
|
const localVarFp = DashboardApiFp(configuration);
|
|
395
591
|
return {
|
|
592
|
+
/**
|
|
593
|
+
*
|
|
594
|
+
* @summary 出入-园区分组统计
|
|
595
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
596
|
+
* @param {*} [options] Override http request option.
|
|
597
|
+
* @throws {RequiredError}
|
|
598
|
+
*/
|
|
599
|
+
dashboardAccessStatisticsByPark(requestParameters, options) {
|
|
600
|
+
return localVarFp.dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
601
|
+
},
|
|
602
|
+
/**
|
|
603
|
+
*
|
|
604
|
+
* @summary 出入-来源分组统计
|
|
605
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
606
|
+
* @param {*} [options] Override http request option.
|
|
607
|
+
* @throws {RequiredError}
|
|
608
|
+
*/
|
|
609
|
+
dashboardAccessStatisticsBySource(requestParameters, options) {
|
|
610
|
+
return localVarFp.dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
611
|
+
},
|
|
396
612
|
/**
|
|
397
613
|
*
|
|
398
614
|
* @summary 设备-设备系统分组统计
|
|
@@ -463,6 +679,26 @@ export const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
463
679
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
464
680
|
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
|
|
465
681
|
},
|
|
682
|
+
/**
|
|
683
|
+
*
|
|
684
|
+
* @summary 工单-完成率序列统计
|
|
685
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
686
|
+
* @param {*} [options] Override http request option.
|
|
687
|
+
* @throws {RequiredError}
|
|
688
|
+
*/
|
|
689
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
|
|
690
|
+
return localVarFp.dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
|
|
691
|
+
},
|
|
692
|
+
/**
|
|
693
|
+
*
|
|
694
|
+
* @summary 工单-列表
|
|
695
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
696
|
+
* @param {*} [options] Override http request option.
|
|
697
|
+
* @throws {RequiredError}
|
|
698
|
+
*/
|
|
699
|
+
dashboardWorkOrderStatisticsList(requestParameters, options) {
|
|
700
|
+
return localVarFp.dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(axios, basePath));
|
|
701
|
+
},
|
|
466
702
|
};
|
|
467
703
|
};
|
|
468
704
|
/**
|
|
@@ -472,6 +708,28 @@ export const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
472
708
|
* @extends {BaseAPI}
|
|
473
709
|
*/
|
|
474
710
|
export class DashboardApi extends BaseAPI {
|
|
711
|
+
/**
|
|
712
|
+
*
|
|
713
|
+
* @summary 出入-园区分组统计
|
|
714
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
715
|
+
* @param {*} [options] Override http request option.
|
|
716
|
+
* @throws {RequiredError}
|
|
717
|
+
* @memberof DashboardApi
|
|
718
|
+
*/
|
|
719
|
+
dashboardAccessStatisticsByPark(requestParameters, options) {
|
|
720
|
+
return DashboardApiFp(this.configuration).dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
721
|
+
}
|
|
722
|
+
/**
|
|
723
|
+
*
|
|
724
|
+
* @summary 出入-来源分组统计
|
|
725
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
726
|
+
* @param {*} [options] Override http request option.
|
|
727
|
+
* @throws {RequiredError}
|
|
728
|
+
* @memberof DashboardApi
|
|
729
|
+
*/
|
|
730
|
+
dashboardAccessStatisticsBySource(requestParameters, options) {
|
|
731
|
+
return DashboardApiFp(this.configuration).dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
732
|
+
}
|
|
475
733
|
/**
|
|
476
734
|
*
|
|
477
735
|
* @summary 设备-设备系统分组统计
|
|
@@ -549,4 +807,26 @@ export class DashboardApi extends BaseAPI {
|
|
|
549
807
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
550
808
|
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
551
809
|
}
|
|
810
|
+
/**
|
|
811
|
+
*
|
|
812
|
+
* @summary 工单-完成率序列统计
|
|
813
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
814
|
+
* @param {*} [options] Override http request option.
|
|
815
|
+
* @throws {RequiredError}
|
|
816
|
+
* @memberof DashboardApi
|
|
817
|
+
*/
|
|
818
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
|
|
819
|
+
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
820
|
+
}
|
|
821
|
+
/**
|
|
822
|
+
*
|
|
823
|
+
* @summary 工单-列表
|
|
824
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
825
|
+
* @param {*} [options] Override http request option.
|
|
826
|
+
* @throws {RequiredError}
|
|
827
|
+
* @memberof DashboardApi
|
|
828
|
+
*/
|
|
829
|
+
dashboardWorkOrderStatisticsList(requestParameters, options) {
|
|
830
|
+
return DashboardApiFp(this.configuration).dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
831
|
+
}
|
|
552
832
|
}
|