@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
|
}
|
|
@@ -35,6 +35,72 @@ const base_1 = require("../base");
|
|
|
35
35
|
*/
|
|
36
36
|
const DashboardApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @summary 出入-园区分组统计
|
|
41
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
42
|
+
* @param {*} [options] Override http request option.
|
|
43
|
+
* @throws {RequiredError}
|
|
44
|
+
*/
|
|
45
|
+
dashboardAccessStatisticsByPark: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
|
|
46
|
+
// verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
|
|
47
|
+
(0, common_1.assertParamExists)('dashboardAccessStatisticsByPark', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
|
|
48
|
+
const localVarPath = `/dashboard/access/statistics/by-park`;
|
|
49
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
51
|
+
let baseOptions;
|
|
52
|
+
if (configuration) {
|
|
53
|
+
baseOptions = configuration.baseOptions;
|
|
54
|
+
}
|
|
55
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
56
|
+
const localVarHeaderParameter = {};
|
|
57
|
+
const localVarQueryParameter = {};
|
|
58
|
+
// authentication tokenScheme required
|
|
59
|
+
// http bearer authentication required
|
|
60
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
61
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
62
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
63
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
64
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
65
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
|
|
66
|
+
return {
|
|
67
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
68
|
+
options: localVarRequestOptions,
|
|
69
|
+
};
|
|
70
|
+
}),
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @summary 出入-来源分组统计
|
|
74
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
75
|
+
* @param {*} [options] Override http request option.
|
|
76
|
+
* @throws {RequiredError}
|
|
77
|
+
*/
|
|
78
|
+
dashboardAccessStatisticsBySource: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
|
|
79
|
+
// verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
|
|
80
|
+
(0, common_1.assertParamExists)('dashboardAccessStatisticsBySource', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
|
|
81
|
+
const localVarPath = `/dashboard/access/statistics/by-source`;
|
|
82
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
83
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
84
|
+
let baseOptions;
|
|
85
|
+
if (configuration) {
|
|
86
|
+
baseOptions = configuration.baseOptions;
|
|
87
|
+
}
|
|
88
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
89
|
+
const localVarHeaderParameter = {};
|
|
90
|
+
const localVarQueryParameter = {};
|
|
91
|
+
// authentication tokenScheme required
|
|
92
|
+
// http bearer authentication required
|
|
93
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
94
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
95
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
96
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
97
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
98
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
|
|
99
|
+
return {
|
|
100
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
101
|
+
options: localVarRequestOptions,
|
|
102
|
+
};
|
|
103
|
+
}),
|
|
38
104
|
/**
|
|
39
105
|
*
|
|
40
106
|
* @summary 设备-设备系统分组统计
|
|
@@ -266,6 +332,72 @@ const DashboardApiAxiosParamCreator = function (configuration) {
|
|
|
266
332
|
options: localVarRequestOptions,
|
|
267
333
|
};
|
|
268
334
|
}),
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @summary 工单-完成率序列统计
|
|
338
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
339
|
+
* @param {*} [options] Override http request option.
|
|
340
|
+
* @throws {RequiredError}
|
|
341
|
+
*/
|
|
342
|
+
dashboardWorkOrderStatisticsCompletionRateSeries: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
|
|
343
|
+
// verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
|
|
344
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsCompletionRateSeries', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
|
|
345
|
+
const localVarPath = `/dashboard/work-order/statistics/completion-rate-series`;
|
|
346
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
347
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
348
|
+
let baseOptions;
|
|
349
|
+
if (configuration) {
|
|
350
|
+
baseOptions = configuration.baseOptions;
|
|
351
|
+
}
|
|
352
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
353
|
+
const localVarHeaderParameter = {};
|
|
354
|
+
const localVarQueryParameter = {};
|
|
355
|
+
// authentication tokenScheme required
|
|
356
|
+
// http bearer authentication required
|
|
357
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
358
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
359
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
360
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
361
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
362
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
|
|
363
|
+
return {
|
|
364
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
365
|
+
options: localVarRequestOptions,
|
|
366
|
+
};
|
|
367
|
+
}),
|
|
368
|
+
/**
|
|
369
|
+
*
|
|
370
|
+
* @summary 工单-列表
|
|
371
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
372
|
+
* @param {*} [options] Override http request option.
|
|
373
|
+
* @throws {RequiredError}
|
|
374
|
+
*/
|
|
375
|
+
dashboardWorkOrderStatisticsList: (dashboardWorkOrderListSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderListSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderListSearchDTO, options = {}) {
|
|
376
|
+
// verify required parameter 'dashboardWorkOrderListSearchDTO' is not null or undefined
|
|
377
|
+
(0, common_1.assertParamExists)('dashboardWorkOrderStatisticsList', 'dashboardWorkOrderListSearchDTO', dashboardWorkOrderListSearchDTO);
|
|
378
|
+
const localVarPath = `/dashboard/work-order/statistics/list`;
|
|
379
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
380
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
381
|
+
let baseOptions;
|
|
382
|
+
if (configuration) {
|
|
383
|
+
baseOptions = configuration.baseOptions;
|
|
384
|
+
}
|
|
385
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
386
|
+
const localVarHeaderParameter = {};
|
|
387
|
+
const localVarQueryParameter = {};
|
|
388
|
+
// authentication tokenScheme required
|
|
389
|
+
// http bearer authentication required
|
|
390
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
391
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
392
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
393
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
394
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
395
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderListSearchDTO, localVarRequestOptions, configuration);
|
|
396
|
+
return {
|
|
397
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
398
|
+
options: localVarRequestOptions,
|
|
399
|
+
};
|
|
400
|
+
}),
|
|
269
401
|
};
|
|
270
402
|
};
|
|
271
403
|
exports.DashboardApiAxiosParamCreator = DashboardApiAxiosParamCreator;
|
|
@@ -276,6 +408,38 @@ exports.DashboardApiAxiosParamCreator = DashboardApiAxiosParamCreator;
|
|
|
276
408
|
const DashboardApiFp = function (configuration) {
|
|
277
409
|
const localVarAxiosParamCreator = (0, exports.DashboardApiAxiosParamCreator)(configuration);
|
|
278
410
|
return {
|
|
411
|
+
/**
|
|
412
|
+
*
|
|
413
|
+
* @summary 出入-园区分组统计
|
|
414
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
415
|
+
* @param {*} [options] Override http request option.
|
|
416
|
+
* @throws {RequiredError}
|
|
417
|
+
*/
|
|
418
|
+
dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options) {
|
|
419
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
420
|
+
var _a, _b, _c;
|
|
421
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options);
|
|
422
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
423
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardAccessStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
424
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
425
|
+
});
|
|
426
|
+
},
|
|
427
|
+
/**
|
|
428
|
+
*
|
|
429
|
+
* @summary 出入-来源分组统计
|
|
430
|
+
* @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
|
|
431
|
+
* @param {*} [options] Override http request option.
|
|
432
|
+
* @throws {RequiredError}
|
|
433
|
+
*/
|
|
434
|
+
dashboardAccessStatisticsBySource(dashboardAccessSearchDTO, options) {
|
|
435
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
436
|
+
var _a, _b, _c;
|
|
437
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsBySource(dashboardAccessSearchDTO, options);
|
|
438
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
439
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardAccessStatisticsBySource']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
440
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
441
|
+
});
|
|
442
|
+
},
|
|
279
443
|
/**
|
|
280
444
|
*
|
|
281
445
|
* @summary 设备-设备系统分组统计
|
|
@@ -388,6 +552,38 @@ const DashboardApiFp = function (configuration) {
|
|
|
388
552
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
389
553
|
});
|
|
390
554
|
},
|
|
555
|
+
/**
|
|
556
|
+
*
|
|
557
|
+
* @summary 工单-完成率序列统计
|
|
558
|
+
* @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
|
|
559
|
+
* @param {*} [options] Override http request option.
|
|
560
|
+
* @throws {RequiredError}
|
|
561
|
+
*/
|
|
562
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO, options) {
|
|
563
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
564
|
+
var _a, _b, _c;
|
|
565
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO, options);
|
|
566
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
567
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsCompletionRateSeries']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
568
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
569
|
+
});
|
|
570
|
+
},
|
|
571
|
+
/**
|
|
572
|
+
*
|
|
573
|
+
* @summary 工单-列表
|
|
574
|
+
* @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
|
|
575
|
+
* @param {*} [options] Override http request option.
|
|
576
|
+
* @throws {RequiredError}
|
|
577
|
+
*/
|
|
578
|
+
dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO, options) {
|
|
579
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
580
|
+
var _a, _b, _c;
|
|
581
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO, options);
|
|
582
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
583
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
584
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
585
|
+
});
|
|
586
|
+
},
|
|
391
587
|
};
|
|
392
588
|
};
|
|
393
589
|
exports.DashboardApiFp = DashboardApiFp;
|
|
@@ -398,6 +594,26 @@ exports.DashboardApiFp = DashboardApiFp;
|
|
|
398
594
|
const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
399
595
|
const localVarFp = (0, exports.DashboardApiFp)(configuration);
|
|
400
596
|
return {
|
|
597
|
+
/**
|
|
598
|
+
*
|
|
599
|
+
* @summary 出入-园区分组统计
|
|
600
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
601
|
+
* @param {*} [options] Override http request option.
|
|
602
|
+
* @throws {RequiredError}
|
|
603
|
+
*/
|
|
604
|
+
dashboardAccessStatisticsByPark(requestParameters, options) {
|
|
605
|
+
return localVarFp.dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
606
|
+
},
|
|
607
|
+
/**
|
|
608
|
+
*
|
|
609
|
+
* @summary 出入-来源分组统计
|
|
610
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
611
|
+
* @param {*} [options] Override http request option.
|
|
612
|
+
* @throws {RequiredError}
|
|
613
|
+
*/
|
|
614
|
+
dashboardAccessStatisticsBySource(requestParameters, options) {
|
|
615
|
+
return localVarFp.dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
|
|
616
|
+
},
|
|
401
617
|
/**
|
|
402
618
|
*
|
|
403
619
|
* @summary 设备-设备系统分组统计
|
|
@@ -468,6 +684,26 @@ const DashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
468
684
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
469
685
|
return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
|
|
470
686
|
},
|
|
687
|
+
/**
|
|
688
|
+
*
|
|
689
|
+
* @summary 工单-完成率序列统计
|
|
690
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
691
|
+
* @param {*} [options] Override http request option.
|
|
692
|
+
* @throws {RequiredError}
|
|
693
|
+
*/
|
|
694
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
|
|
695
|
+
return localVarFp.dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
|
|
696
|
+
},
|
|
697
|
+
/**
|
|
698
|
+
*
|
|
699
|
+
* @summary 工单-列表
|
|
700
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
701
|
+
* @param {*} [options] Override http request option.
|
|
702
|
+
* @throws {RequiredError}
|
|
703
|
+
*/
|
|
704
|
+
dashboardWorkOrderStatisticsList(requestParameters, options) {
|
|
705
|
+
return localVarFp.dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(axios, basePath));
|
|
706
|
+
},
|
|
471
707
|
};
|
|
472
708
|
};
|
|
473
709
|
exports.DashboardApiFactory = DashboardApiFactory;
|
|
@@ -478,6 +714,28 @@ exports.DashboardApiFactory = DashboardApiFactory;
|
|
|
478
714
|
* @extends {BaseAPI}
|
|
479
715
|
*/
|
|
480
716
|
class DashboardApi extends base_1.BaseAPI {
|
|
717
|
+
/**
|
|
718
|
+
*
|
|
719
|
+
* @summary 出入-园区分组统计
|
|
720
|
+
* @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
|
|
721
|
+
* @param {*} [options] Override http request option.
|
|
722
|
+
* @throws {RequiredError}
|
|
723
|
+
* @memberof DashboardApi
|
|
724
|
+
*/
|
|
725
|
+
dashboardAccessStatisticsByPark(requestParameters, options) {
|
|
726
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
727
|
+
}
|
|
728
|
+
/**
|
|
729
|
+
*
|
|
730
|
+
* @summary 出入-来源分组统计
|
|
731
|
+
* @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
|
|
732
|
+
* @param {*} [options] Override http request option.
|
|
733
|
+
* @throws {RequiredError}
|
|
734
|
+
* @memberof DashboardApi
|
|
735
|
+
*/
|
|
736
|
+
dashboardAccessStatisticsBySource(requestParameters, options) {
|
|
737
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
738
|
+
}
|
|
481
739
|
/**
|
|
482
740
|
*
|
|
483
741
|
* @summary 设备-设备系统分组统计
|
|
@@ -555,5 +813,27 @@ class DashboardApi extends base_1.BaseAPI {
|
|
|
555
813
|
dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
|
|
556
814
|
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
557
815
|
}
|
|
816
|
+
/**
|
|
817
|
+
*
|
|
818
|
+
* @summary 工单-完成率序列统计
|
|
819
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
|
|
820
|
+
* @param {*} [options] Override http request option.
|
|
821
|
+
* @throws {RequiredError}
|
|
822
|
+
* @memberof DashboardApi
|
|
823
|
+
*/
|
|
824
|
+
dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
|
|
825
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
826
|
+
}
|
|
827
|
+
/**
|
|
828
|
+
*
|
|
829
|
+
* @summary 工单-列表
|
|
830
|
+
* @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
|
|
831
|
+
* @param {*} [options] Override http request option.
|
|
832
|
+
* @throws {RequiredError}
|
|
833
|
+
* @memberof DashboardApi
|
|
834
|
+
*/
|
|
835
|
+
dashboardWorkOrderStatisticsList(requestParameters, options) {
|
|
836
|
+
return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
837
|
+
}
|
|
558
838
|
}
|
|
559
839
|
exports.DashboardApi = DashboardApi;
|