@gizone/rrs-client 4.2.8-alpha.468 → 4.2.8-alpha.469

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 (224) hide show
  1. package/.openapi-generator/FILES +37 -0
  2. package/api.ts +1 -0
  3. package/apis/common-api.ts +286 -0
  4. package/apis/dashboard-api.ts +1878 -0
  5. package/apis/work-order-api.ts +164 -10
  6. package/dist/api.d.ts +1 -0
  7. package/dist/api.js +1 -0
  8. package/dist/apis/common-api.d.ts +149 -0
  9. package/dist/apis/common-api.js +215 -0
  10. package/dist/apis/dashboard-api.d.ts +979 -0
  11. package/dist/apis/dashboard-api.js +1469 -0
  12. package/dist/apis/work-order-api.d.ts +91 -4
  13. package/dist/apis/work-order-api.js +104 -10
  14. package/dist/esm/api.d.ts +1 -0
  15. package/dist/esm/api.js +1 -0
  16. package/dist/esm/apis/common-api.d.ts +149 -0
  17. package/dist/esm/apis/common-api.js +215 -0
  18. package/dist/esm/apis/dashboard-api.d.ts +979 -0
  19. package/dist/esm/apis/dashboard-api.js +1462 -0
  20. package/dist/esm/apis/work-order-api.d.ts +91 -4
  21. package/dist/esm/apis/work-order-api.js +104 -10
  22. package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
  23. package/dist/esm/models/access-appointment-source-enum.js +2 -1
  24. package/dist/esm/models/access-record-details-dto.d.ts +7 -0
  25. package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  26. package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
  27. package/dist/esm/models/dashboard-access-search-dto.d.ts +75 -0
  28. package/dist/esm/models/dashboard-access-search-dto.js +14 -0
  29. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
  30. package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
  31. package/dist/esm/models/dashboard-base-search-dto.d.ts +54 -0
  32. package/dist/esm/models/dashboard-base-search-dto.js +14 -0
  33. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
  34. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +14 -0
  35. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +60 -0
  36. package/dist/esm/models/dashboard-equipment-search-dto.js +14 -0
  37. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
  38. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +14 -0
  39. package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
  40. package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
  41. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
  42. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
  43. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
  44. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.js +14 -0
  45. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +67 -0
  46. package/dist/esm/models/dashboard-surveillance-search-dto.js +14 -0
  47. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
  48. package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
  49. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
  50. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
  51. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
  52. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
  53. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  54. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
  55. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +124 -0
  56. package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
  57. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
  58. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
  59. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
  60. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
  61. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
  62. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  63. package/dist/esm/models/dept-relation-dto.d.ts +24 -0
  64. package/dist/esm/models/equipment-status-stats-vo.d.ts +31 -0
  65. package/dist/esm/models/equipment-status-stats-vo.js +14 -0
  66. package/dist/esm/models/index.d.ts +36 -0
  67. package/dist/esm/models/index.js +36 -0
  68. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  69. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
  70. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  71. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
  72. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
  73. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +14 -0
  74. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
  75. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +14 -0
  76. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  77. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
  78. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
  79. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
  80. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
  81. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +14 -0
  82. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  83. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
  84. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  85. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
  86. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  87. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  88. package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
  89. package/dist/esm/models/json-result-list-inspection-point.js +14 -0
  90. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
  91. package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
  92. package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
  93. package/dist/esm/models/json-result-srm-center-entity.js +14 -0
  94. package/dist/esm/models/park-list-dto.d.ts +24 -0
  95. package/dist/esm/models/srm-center-entity.d.ts +61 -0
  96. package/dist/esm/models/srm-center-entity.js +14 -0
  97. package/dist/esm/models/srm-center-vo.d.ts +61 -0
  98. package/dist/esm/models/srm-center-vo.js +14 -0
  99. package/dist/esm/models/srm-level-add-dto.d.ts +55 -0
  100. package/dist/esm/models/srm-level-add-dto.js +14 -0
  101. package/dist/esm/models/work-order-search-dto.d.ts +36 -0
  102. package/dist/models/access-appointment-source-enum.d.ts +1 -0
  103. package/dist/models/access-appointment-source-enum.js +2 -1
  104. package/dist/models/access-record-details-dto.d.ts +7 -0
  105. package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  106. package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
  107. package/dist/models/dashboard-access-search-dto.d.ts +75 -0
  108. package/dist/models/dashboard-access-search-dto.js +15 -0
  109. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
  110. package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
  111. package/dist/models/dashboard-base-search-dto.d.ts +54 -0
  112. package/dist/models/dashboard-base-search-dto.js +15 -0
  113. package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
  114. package/dist/models/dashboard-equipment-park-group-stats-vo.js +15 -0
  115. package/dist/models/dashboard-equipment-search-dto.d.ts +60 -0
  116. package/dist/models/dashboard-equipment-search-dto.js +15 -0
  117. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
  118. package/dist/models/dashboard-equipment-system-group-stats-vo.js +15 -0
  119. package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
  120. package/dist/models/dashboard-series-stats-base-vo.js +15 -0
  121. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
  122. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
  123. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
  124. package/dist/models/dashboard-surveillance-park-group-stats-vo.js +15 -0
  125. package/dist/models/dashboard-surveillance-search-dto.d.ts +67 -0
  126. package/dist/models/dashboard-surveillance-search-dto.js +15 -0
  127. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
  128. package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
  129. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
  130. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
  131. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
  132. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
  133. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  134. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
  135. package/dist/models/dashboard-work-order-list-search-dto.d.ts +124 -0
  136. package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
  137. package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
  138. package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
  139. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
  140. package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
  141. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
  142. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  143. package/dist/models/dept-relation-dto.d.ts +24 -0
  144. package/dist/models/equipment-status-stats-vo.d.ts +31 -0
  145. package/dist/models/equipment-status-stats-vo.js +15 -0
  146. package/dist/models/index.d.ts +36 -0
  147. package/dist/models/index.js +36 -0
  148. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  149. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
  150. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  151. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
  152. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
  153. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +15 -0
  154. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
  155. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +15 -0
  156. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  157. package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
  158. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
  159. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
  160. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
  161. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +15 -0
  162. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  163. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
  164. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  165. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
  166. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  167. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  168. package/dist/models/json-result-list-inspection-point.d.ts +62 -0
  169. package/dist/models/json-result-list-inspection-point.js +15 -0
  170. package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
  171. package/dist/models/json-result-list-srm-center-vo.js +15 -0
  172. package/dist/models/json-result-srm-center-entity.d.ts +62 -0
  173. package/dist/models/json-result-srm-center-entity.js +15 -0
  174. package/dist/models/park-list-dto.d.ts +24 -0
  175. package/dist/models/srm-center-entity.d.ts +61 -0
  176. package/dist/models/srm-center-entity.js +15 -0
  177. package/dist/models/srm-center-vo.d.ts +61 -0
  178. package/dist/models/srm-center-vo.js +15 -0
  179. package/dist/models/srm-level-add-dto.d.ts +55 -0
  180. package/dist/models/srm-level-add-dto.js +15 -0
  181. package/dist/models/work-order-search-dto.d.ts +36 -0
  182. package/models/access-appointment-source-enum.ts +2 -1
  183. package/models/access-record-details-dto.ts +9 -0
  184. package/models/dashboard-access-park-group-stats-vo.ts +102 -0
  185. package/models/dashboard-access-search-dto.ts +89 -0
  186. package/models/dashboard-access-source-group-stats-vo.ts +71 -0
  187. package/models/dashboard-base-search-dto.ts +60 -0
  188. package/models/dashboard-equipment-park-group-stats-vo.ts +51 -0
  189. package/models/dashboard-equipment-search-dto.ts +66 -0
  190. package/models/dashboard-equipment-system-group-stats-vo.ts +57 -0
  191. package/models/dashboard-series-stats-base-vo.ts +36 -0
  192. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +65 -0
  193. package/models/dashboard-surveillance-park-group-stats-vo.ts +102 -0
  194. package/models/dashboard-surveillance-search-dto.ts +75 -0
  195. package/models/dashboard-work-order-by-park-search-dto.ts +99 -0
  196. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +84 -0
  197. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +69 -0
  198. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
  199. package/models/dashboard-work-order-list-search-dto.ts +141 -0
  200. package/models/dashboard-work-order-park-group-stats-vo.ts +108 -0
  201. package/models/dashboard-work-order-type-group-stats-vo.ts +80 -0
  202. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +77 -0
  203. package/models/dept-relation-dto.ts +24 -0
  204. package/models/equipment-status-stats-vo.ts +41 -0
  205. package/models/index.ts +36 -0
  206. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
  207. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
  208. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +72 -0
  209. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +72 -0
  210. package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
  211. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +72 -0
  212. package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +72 -0
  213. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
  214. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
  215. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
  216. package/models/json-result-list-inspection-point.ts +72 -0
  217. package/models/json-result-list-srm-center-vo.ts +72 -0
  218. package/models/json-result-srm-center-entity.ts +72 -0
  219. package/models/park-list-dto.ts +24 -0
  220. package/models/srm-center-entity.ts +71 -0
  221. package/models/srm-center-vo.ts +71 -0
  222. package/models/srm-level-add-dto.ts +65 -0
  223. package/models/work-order-search-dto.ts +36 -0
  224. package/package.json +1 -1
@@ -0,0 +1,1469 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
16
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
17
+ return new (P || (P = Promise))(function (resolve, reject) {
18
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
19
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
20
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
22
+ });
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ exports.DashboardApi = exports.DashboardApiFactory = exports.DashboardApiFp = exports.DashboardApiAxiosParamCreator = void 0;
26
+ const axios_1 = require("axios");
27
+ // Some imports not used depending on template conditions
28
+ // @ts-ignore
29
+ const common_1 = require("../common");
30
+ // @ts-ignore
31
+ const base_1 = require("../base");
32
+ /**
33
+ * DashboardApi - axios parameter creator
34
+ * @export
35
+ */
36
+ const DashboardApiAxiosParamCreator = function (configuration) {
37
+ return {
38
+ /**
39
+ *
40
+ * @summary 出入-出入次数序列统计
41
+ * @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
42
+ * @param {*} [options] Override http request option.
43
+ * @throws {RequiredError}
44
+ */
45
+ dashboardAccessStatisticsAccessCountSeries: (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)('dashboardAccessStatisticsAccessCountSeries', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
48
+ const localVarPath = `/dashboard/access/statistics/in-out-count-series`;
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
+ dashboardAccessStatisticsByPark: (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)('dashboardAccessStatisticsByPark', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
81
+ const localVarPath = `/dashboard/access/statistics/by-park`;
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
+ }),
104
+ /**
105
+ *
106
+ * @summary 出入-园区分组统计导出
107
+ * @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
108
+ * @param {*} [options] Override http request option.
109
+ * @throws {RequiredError}
110
+ */
111
+ dashboardAccessStatisticsByParkExport: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
112
+ // verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
113
+ (0, common_1.assertParamExists)('dashboardAccessStatisticsByParkExport', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
114
+ const localVarPath = `/dashboard/access/statistics/by-park/export`;
115
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
116
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
117
+ let baseOptions;
118
+ if (configuration) {
119
+ baseOptions = configuration.baseOptions;
120
+ }
121
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
122
+ const localVarHeaderParameter = {};
123
+ const localVarQueryParameter = {};
124
+ // authentication tokenScheme required
125
+ // http bearer authentication required
126
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
127
+ localVarHeaderParameter['Content-Type'] = 'application/json';
128
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
129
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
130
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
131
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
132
+ return {
133
+ url: (0, common_1.toPathString)(localVarUrlObj),
134
+ options: localVarRequestOptions,
135
+ };
136
+ }),
137
+ /**
138
+ *
139
+ * @summary 出入-来源分组统计
140
+ * @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
141
+ * @param {*} [options] Override http request option.
142
+ * @throws {RequiredError}
143
+ */
144
+ dashboardAccessStatisticsBySource: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
145
+ // verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
146
+ (0, common_1.assertParamExists)('dashboardAccessStatisticsBySource', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
147
+ const localVarPath = `/dashboard/access/statistics/by-source`;
148
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
149
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
150
+ let baseOptions;
151
+ if (configuration) {
152
+ baseOptions = configuration.baseOptions;
153
+ }
154
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
155
+ const localVarHeaderParameter = {};
156
+ const localVarQueryParameter = {};
157
+ // authentication tokenScheme required
158
+ // http bearer authentication required
159
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
160
+ localVarHeaderParameter['Content-Type'] = 'application/json';
161
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
162
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
163
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
164
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
165
+ return {
166
+ url: (0, common_1.toPathString)(localVarUrlObj),
167
+ options: localVarRequestOptions,
168
+ };
169
+ }),
170
+ /**
171
+ *
172
+ * @summary 出入-来源分组统计导出
173
+ * @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
174
+ * @param {*} [options] Override http request option.
175
+ * @throws {RequiredError}
176
+ */
177
+ dashboardAccessStatisticsBySourceExport: (dashboardAccessSearchDTO_1, ...args_1) => __awaiter(this, [dashboardAccessSearchDTO_1, ...args_1], void 0, function* (dashboardAccessSearchDTO, options = {}) {
178
+ // verify required parameter 'dashboardAccessSearchDTO' is not null or undefined
179
+ (0, common_1.assertParamExists)('dashboardAccessStatisticsBySourceExport', 'dashboardAccessSearchDTO', dashboardAccessSearchDTO);
180
+ const localVarPath = `/dashboard/access/statistics/by-source/export`;
181
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
182
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
183
+ let baseOptions;
184
+ if (configuration) {
185
+ baseOptions = configuration.baseOptions;
186
+ }
187
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
188
+ const localVarHeaderParameter = {};
189
+ const localVarQueryParameter = {};
190
+ // authentication tokenScheme required
191
+ // http bearer authentication required
192
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
193
+ localVarHeaderParameter['Content-Type'] = 'application/json';
194
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
195
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
196
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
197
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardAccessSearchDTO, localVarRequestOptions, configuration);
198
+ return {
199
+ url: (0, common_1.toPathString)(localVarUrlObj),
200
+ options: localVarRequestOptions,
201
+ };
202
+ }),
203
+ /**
204
+ *
205
+ * @summary 设备-设备系统分组统计
206
+ * @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
207
+ * @param {*} [options] Override http request option.
208
+ * @throws {RequiredError}
209
+ */
210
+ dashboardEquipmentStatisticsByEquipmentSystem: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
211
+ // verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
212
+ (0, common_1.assertParamExists)('dashboardEquipmentStatisticsByEquipmentSystem', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
213
+ const localVarPath = `/dashboard/equipment/statistics/by-equipment-system`;
214
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
215
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
216
+ let baseOptions;
217
+ if (configuration) {
218
+ baseOptions = configuration.baseOptions;
219
+ }
220
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
221
+ const localVarHeaderParameter = {};
222
+ const localVarQueryParameter = {};
223
+ // authentication tokenScheme required
224
+ // http bearer authentication required
225
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
226
+ localVarHeaderParameter['Content-Type'] = 'application/json';
227
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
228
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
229
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
230
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardBaseSearchDTO, localVarRequestOptions, configuration);
231
+ return {
232
+ url: (0, common_1.toPathString)(localVarUrlObj),
233
+ options: localVarRequestOptions,
234
+ };
235
+ }),
236
+ /**
237
+ *
238
+ * @summary 设备-园区分组统计
239
+ * @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
240
+ * @param {*} [options] Override http request option.
241
+ * @throws {RequiredError}
242
+ */
243
+ dashboardEquipmentStatisticsByPark: (dashboardEquipmentSearchDTO_1, ...args_1) => __awaiter(this, [dashboardEquipmentSearchDTO_1, ...args_1], void 0, function* (dashboardEquipmentSearchDTO, options = {}) {
244
+ // verify required parameter 'dashboardEquipmentSearchDTO' is not null or undefined
245
+ (0, common_1.assertParamExists)('dashboardEquipmentStatisticsByPark', 'dashboardEquipmentSearchDTO', dashboardEquipmentSearchDTO);
246
+ const localVarPath = `/dashboard/equipment/statistics/by-park`;
247
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
248
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
249
+ let baseOptions;
250
+ if (configuration) {
251
+ baseOptions = configuration.baseOptions;
252
+ }
253
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
254
+ const localVarHeaderParameter = {};
255
+ const localVarQueryParameter = {};
256
+ // authentication tokenScheme required
257
+ // http bearer authentication required
258
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
259
+ localVarHeaderParameter['Content-Type'] = 'application/json';
260
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
261
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
262
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
263
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardEquipmentSearchDTO, localVarRequestOptions, configuration);
264
+ return {
265
+ url: (0, common_1.toPathString)(localVarUrlObj),
266
+ options: localVarRequestOptions,
267
+ };
268
+ }),
269
+ /**
270
+ *
271
+ * @summary 监控-功能区分组统计
272
+ * @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
273
+ * @param {*} [options] Override http request option.
274
+ * @throws {RequiredError}
275
+ */
276
+ dashboardSurveillanceStatisticsByFunctionalArea: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
277
+ // verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
278
+ (0, common_1.assertParamExists)('dashboardSurveillanceStatisticsByFunctionalArea', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
279
+ const localVarPath = `/dashboard/surveillance/statistics/by-functional-area`;
280
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
281
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
282
+ let baseOptions;
283
+ if (configuration) {
284
+ baseOptions = configuration.baseOptions;
285
+ }
286
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
287
+ const localVarHeaderParameter = {};
288
+ const localVarQueryParameter = {};
289
+ // authentication tokenScheme required
290
+ // http bearer authentication required
291
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
292
+ localVarHeaderParameter['Content-Type'] = 'application/json';
293
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
294
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
295
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
296
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardBaseSearchDTO, localVarRequestOptions, configuration);
297
+ return {
298
+ url: (0, common_1.toPathString)(localVarUrlObj),
299
+ options: localVarRequestOptions,
300
+ };
301
+ }),
302
+ /**
303
+ *
304
+ * @summary 监控-功能区分组统计导出
305
+ * @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
306
+ * @param {*} [options] Override http request option.
307
+ * @throws {RequiredError}
308
+ */
309
+ dashboardSurveillanceStatisticsByFunctionalAreaExport: (dashboardBaseSearchDTO_1, ...args_1) => __awaiter(this, [dashboardBaseSearchDTO_1, ...args_1], void 0, function* (dashboardBaseSearchDTO, options = {}) {
310
+ // verify required parameter 'dashboardBaseSearchDTO' is not null or undefined
311
+ (0, common_1.assertParamExists)('dashboardSurveillanceStatisticsByFunctionalAreaExport', 'dashboardBaseSearchDTO', dashboardBaseSearchDTO);
312
+ const localVarPath = `/dashboard/surveillance/statistics/by-functional-area/export`;
313
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
314
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
315
+ let baseOptions;
316
+ if (configuration) {
317
+ baseOptions = configuration.baseOptions;
318
+ }
319
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
320
+ const localVarHeaderParameter = {};
321
+ const localVarQueryParameter = {};
322
+ // authentication tokenScheme required
323
+ // http bearer authentication required
324
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
325
+ localVarHeaderParameter['Content-Type'] = 'application/json';
326
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
327
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
328
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
329
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardBaseSearchDTO, localVarRequestOptions, configuration);
330
+ return {
331
+ url: (0, common_1.toPathString)(localVarUrlObj),
332
+ options: localVarRequestOptions,
333
+ };
334
+ }),
335
+ /**
336
+ *
337
+ * @summary 监控-园区分组统计
338
+ * @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
339
+ * @param {*} [options] Override http request option.
340
+ * @throws {RequiredError}
341
+ */
342
+ dashboardSurveillanceStatisticsByPark: (dashboardSurveillanceSearchDTO_1, ...args_1) => __awaiter(this, [dashboardSurveillanceSearchDTO_1, ...args_1], void 0, function* (dashboardSurveillanceSearchDTO, options = {}) {
343
+ // verify required parameter 'dashboardSurveillanceSearchDTO' is not null or undefined
344
+ (0, common_1.assertParamExists)('dashboardSurveillanceStatisticsByPark', 'dashboardSurveillanceSearchDTO', dashboardSurveillanceSearchDTO);
345
+ const localVarPath = `/dashboard/surveillance/statistics/by-park`;
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)(dashboardSurveillanceSearchDTO, localVarRequestOptions, configuration);
363
+ return {
364
+ url: (0, common_1.toPathString)(localVarUrlObj),
365
+ options: localVarRequestOptions,
366
+ };
367
+ }),
368
+ /**
369
+ *
370
+ * @summary 监控-园区分组统计导出
371
+ * @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
372
+ * @param {*} [options] Override http request option.
373
+ * @throws {RequiredError}
374
+ */
375
+ dashboardSurveillanceStatisticsByParkExport: (dashboardSurveillanceSearchDTO_1, ...args_1) => __awaiter(this, [dashboardSurveillanceSearchDTO_1, ...args_1], void 0, function* (dashboardSurveillanceSearchDTO, options = {}) {
376
+ // verify required parameter 'dashboardSurveillanceSearchDTO' is not null or undefined
377
+ (0, common_1.assertParamExists)('dashboardSurveillanceStatisticsByParkExport', 'dashboardSurveillanceSearchDTO', dashboardSurveillanceSearchDTO);
378
+ const localVarPath = `/dashboard/surveillance/statistics/by-park/export`;
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)(dashboardSurveillanceSearchDTO, localVarRequestOptions, configuration);
396
+ return {
397
+ url: (0, common_1.toPathString)(localVarUrlObj),
398
+ options: localVarRequestOptions,
399
+ };
400
+ }),
401
+ /**
402
+ *
403
+ * @summary 工单-园区分组统计
404
+ * @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
405
+ * @param {*} [options] Override http request option.
406
+ * @throws {RequiredError}
407
+ */
408
+ dashboardWorkOrderStatisticsByPark: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
409
+ // verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
410
+ (0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByPark', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
411
+ const localVarPath = `/dashboard/work-order/statistics/by-park`;
412
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
413
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
414
+ let baseOptions;
415
+ if (configuration) {
416
+ baseOptions = configuration.baseOptions;
417
+ }
418
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
419
+ const localVarHeaderParameter = {};
420
+ const localVarQueryParameter = {};
421
+ // authentication tokenScheme required
422
+ // http bearer authentication required
423
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
424
+ localVarHeaderParameter['Content-Type'] = 'application/json';
425
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
426
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
427
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
428
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
429
+ return {
430
+ url: (0, common_1.toPathString)(localVarUrlObj),
431
+ options: localVarRequestOptions,
432
+ };
433
+ }),
434
+ /**
435
+ *
436
+ * @summary 工单-园区分组统计导出
437
+ * @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
438
+ * @param {*} [options] Override http request option.
439
+ * @throws {RequiredError}
440
+ */
441
+ dashboardWorkOrderStatisticsByParkExport: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
442
+ // verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
443
+ (0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByParkExport', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
444
+ const localVarPath = `/dashboard/work-order/statistics/by-park/export`;
445
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
446
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
447
+ let baseOptions;
448
+ if (configuration) {
449
+ baseOptions = configuration.baseOptions;
450
+ }
451
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
452
+ const localVarHeaderParameter = {};
453
+ const localVarQueryParameter = {};
454
+ // authentication tokenScheme required
455
+ // http bearer authentication required
456
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
457
+ localVarHeaderParameter['Content-Type'] = 'application/json';
458
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
459
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
460
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
461
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
462
+ return {
463
+ url: (0, common_1.toPathString)(localVarUrlObj),
464
+ options: localVarRequestOptions,
465
+ };
466
+ }),
467
+ /**
468
+ *
469
+ * @summary 工单-工单类型分组统计
470
+ * @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
471
+ * @param {*} [options] Override http request option.
472
+ * @throws {RequiredError}
473
+ */
474
+ dashboardWorkOrderStatisticsByWorkOrderType: (dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSearchDTO, options = {}) {
475
+ // verify required parameter 'dashboardWorkOrderByWorkOrderTypeSearchDTO' is not null or undefined
476
+ (0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByWorkOrderType', 'dashboardWorkOrderByWorkOrderTypeSearchDTO', dashboardWorkOrderByWorkOrderTypeSearchDTO);
477
+ const localVarPath = `/dashboard/work-order/statistics/by-work-order-type`;
478
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
479
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
480
+ let baseOptions;
481
+ if (configuration) {
482
+ baseOptions = configuration.baseOptions;
483
+ }
484
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
485
+ const localVarHeaderParameter = {};
486
+ const localVarQueryParameter = {};
487
+ // authentication tokenScheme required
488
+ // http bearer authentication required
489
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
490
+ localVarHeaderParameter['Content-Type'] = 'application/json';
491
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
492
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
493
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
494
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByWorkOrderTypeSearchDTO, localVarRequestOptions, configuration);
495
+ return {
496
+ url: (0, common_1.toPathString)(localVarUrlObj),
497
+ options: localVarRequestOptions,
498
+ };
499
+ }),
500
+ /**
501
+ *
502
+ * @summary 工单-工单类型分组统计导出
503
+ * @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
504
+ * @param {*} [options] Override http request option.
505
+ * @throws {RequiredError}
506
+ */
507
+ dashboardWorkOrderStatisticsByWorkOrderTypeExport: (dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSearchDTO, options = {}) {
508
+ // verify required parameter 'dashboardWorkOrderByWorkOrderTypeSearchDTO' is not null or undefined
509
+ (0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByWorkOrderTypeExport', 'dashboardWorkOrderByWorkOrderTypeSearchDTO', dashboardWorkOrderByWorkOrderTypeSearchDTO);
510
+ const localVarPath = `/dashboard/work-order/statistics/by-work-order-type/export`;
511
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
512
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
513
+ let baseOptions;
514
+ if (configuration) {
515
+ baseOptions = configuration.baseOptions;
516
+ }
517
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
518
+ const localVarHeaderParameter = {};
519
+ const localVarQueryParameter = {};
520
+ // authentication tokenScheme required
521
+ // http bearer authentication required
522
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
523
+ localVarHeaderParameter['Content-Type'] = 'application/json';
524
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
525
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
526
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
527
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByWorkOrderTypeSearchDTO, localVarRequestOptions, configuration);
528
+ return {
529
+ url: (0, common_1.toPathString)(localVarUrlObj),
530
+ options: localVarRequestOptions,
531
+ };
532
+ }),
533
+ /**
534
+ *
535
+ * @summary 工单-工单大类分组统计
536
+ * @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
537
+ * @param {*} [options] Override http request option.
538
+ * @throws {RequiredError}
539
+ */
540
+ dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory: (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options = {}) {
541
+ // verify required parameter 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO' is not null or undefined
542
+ (0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory', 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO', dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO);
543
+ const localVarPath = `/dashboard/work-order/statistics/by-work-order-type-subcategory`;
544
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
545
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
546
+ let baseOptions;
547
+ if (configuration) {
548
+ baseOptions = configuration.baseOptions;
549
+ }
550
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
551
+ const localVarHeaderParameter = {};
552
+ const localVarQueryParameter = {};
553
+ // authentication tokenScheme required
554
+ // http bearer authentication required
555
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
556
+ localVarHeaderParameter['Content-Type'] = 'application/json';
557
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
558
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
559
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
560
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, localVarRequestOptions, configuration);
561
+ return {
562
+ url: (0, common_1.toPathString)(localVarUrlObj),
563
+ options: localVarRequestOptions,
564
+ };
565
+ }),
566
+ /**
567
+ *
568
+ * @summary 工单-工单大类分组统计导出
569
+ * @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
570
+ * @param {*} [options] Override http request option.
571
+ * @throws {RequiredError}
572
+ */
573
+ dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport: (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options = {}) {
574
+ // verify required parameter 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO' is not null or undefined
575
+ (0, common_1.assertParamExists)('dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport', 'dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO', dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO);
576
+ const localVarPath = `/dashboard/work-order/statistics/by-work-order-type-subcategory/export`;
577
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
578
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
579
+ let baseOptions;
580
+ if (configuration) {
581
+ baseOptions = configuration.baseOptions;
582
+ }
583
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
584
+ const localVarHeaderParameter = {};
585
+ const localVarQueryParameter = {};
586
+ // authentication tokenScheme required
587
+ // http bearer authentication required
588
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
589
+ localVarHeaderParameter['Content-Type'] = 'application/json';
590
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
591
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
592
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
593
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, localVarRequestOptions, configuration);
594
+ return {
595
+ url: (0, common_1.toPathString)(localVarUrlObj),
596
+ options: localVarRequestOptions,
597
+ };
598
+ }),
599
+ /**
600
+ *
601
+ * @summary 工单-完成率序列统计
602
+ * @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
603
+ * @param {*} [options] Override http request option.
604
+ * @throws {RequiredError}
605
+ */
606
+ dashboardWorkOrderStatisticsCompletionRateSeries: (dashboardWorkOrderByParkSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderByParkSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderByParkSearchDTO, options = {}) {
607
+ // verify required parameter 'dashboardWorkOrderByParkSearchDTO' is not null or undefined
608
+ (0, common_1.assertParamExists)('dashboardWorkOrderStatisticsCompletionRateSeries', 'dashboardWorkOrderByParkSearchDTO', dashboardWorkOrderByParkSearchDTO);
609
+ const localVarPath = `/dashboard/work-order/statistics/completion-rate-series`;
610
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
611
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
612
+ let baseOptions;
613
+ if (configuration) {
614
+ baseOptions = configuration.baseOptions;
615
+ }
616
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
617
+ const localVarHeaderParameter = {};
618
+ const localVarQueryParameter = {};
619
+ // authentication tokenScheme required
620
+ // http bearer authentication required
621
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
622
+ localVarHeaderParameter['Content-Type'] = 'application/json';
623
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
624
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
625
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
626
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderByParkSearchDTO, localVarRequestOptions, configuration);
627
+ return {
628
+ url: (0, common_1.toPathString)(localVarUrlObj),
629
+ options: localVarRequestOptions,
630
+ };
631
+ }),
632
+ /**
633
+ *
634
+ * @summary 工单-列表
635
+ * @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
636
+ * @param {*} [options] Override http request option.
637
+ * @throws {RequiredError}
638
+ */
639
+ dashboardWorkOrderStatisticsList: (dashboardWorkOrderListSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderListSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderListSearchDTO, options = {}) {
640
+ // verify required parameter 'dashboardWorkOrderListSearchDTO' is not null or undefined
641
+ (0, common_1.assertParamExists)('dashboardWorkOrderStatisticsList', 'dashboardWorkOrderListSearchDTO', dashboardWorkOrderListSearchDTO);
642
+ const localVarPath = `/dashboard/work-order/statistics/list`;
643
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
644
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
645
+ let baseOptions;
646
+ if (configuration) {
647
+ baseOptions = configuration.baseOptions;
648
+ }
649
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
650
+ const localVarHeaderParameter = {};
651
+ const localVarQueryParameter = {};
652
+ // authentication tokenScheme required
653
+ // http bearer authentication required
654
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
655
+ localVarHeaderParameter['Content-Type'] = 'application/json';
656
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
657
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
658
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
659
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderListSearchDTO, localVarRequestOptions, configuration);
660
+ return {
661
+ url: (0, common_1.toPathString)(localVarUrlObj),
662
+ options: localVarRequestOptions,
663
+ };
664
+ }),
665
+ /**
666
+ *
667
+ * @summary 工单-列表导出
668
+ * @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
669
+ * @param {*} [options] Override http request option.
670
+ * @throws {RequiredError}
671
+ */
672
+ dashboardWorkOrderStatisticsListExport: (dashboardWorkOrderListSearchDTO_1, ...args_1) => __awaiter(this, [dashboardWorkOrderListSearchDTO_1, ...args_1], void 0, function* (dashboardWorkOrderListSearchDTO, options = {}) {
673
+ // verify required parameter 'dashboardWorkOrderListSearchDTO' is not null or undefined
674
+ (0, common_1.assertParamExists)('dashboardWorkOrderStatisticsListExport', 'dashboardWorkOrderListSearchDTO', dashboardWorkOrderListSearchDTO);
675
+ const localVarPath = `/dashboard/work-order/statistics/list/export`;
676
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
677
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
678
+ let baseOptions;
679
+ if (configuration) {
680
+ baseOptions = configuration.baseOptions;
681
+ }
682
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
683
+ const localVarHeaderParameter = {};
684
+ const localVarQueryParameter = {};
685
+ // authentication tokenScheme required
686
+ // http bearer authentication required
687
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
688
+ localVarHeaderParameter['Content-Type'] = 'application/json';
689
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
690
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
691
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
692
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(dashboardWorkOrderListSearchDTO, localVarRequestOptions, configuration);
693
+ return {
694
+ url: (0, common_1.toPathString)(localVarUrlObj),
695
+ options: localVarRequestOptions,
696
+ };
697
+ }),
698
+ };
699
+ };
700
+ exports.DashboardApiAxiosParamCreator = DashboardApiAxiosParamCreator;
701
+ /**
702
+ * DashboardApi - functional programming interface
703
+ * @export
704
+ */
705
+ const DashboardApiFp = function (configuration) {
706
+ const localVarAxiosParamCreator = (0, exports.DashboardApiAxiosParamCreator)(configuration);
707
+ return {
708
+ /**
709
+ *
710
+ * @summary 出入-出入次数序列统计
711
+ * @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
712
+ * @param {*} [options] Override http request option.
713
+ * @throws {RequiredError}
714
+ */
715
+ dashboardAccessStatisticsAccessCountSeries(dashboardAccessSearchDTO, options) {
716
+ return __awaiter(this, void 0, void 0, function* () {
717
+ var _a, _b, _c;
718
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsAccessCountSeries(dashboardAccessSearchDTO, options);
719
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
720
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardAccessStatisticsAccessCountSeries']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
721
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
722
+ });
723
+ },
724
+ /**
725
+ *
726
+ * @summary 出入-园区分组统计
727
+ * @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
728
+ * @param {*} [options] Override http request option.
729
+ * @throws {RequiredError}
730
+ */
731
+ dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options) {
732
+ return __awaiter(this, void 0, void 0, function* () {
733
+ var _a, _b, _c;
734
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsByPark(dashboardAccessSearchDTO, options);
735
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
736
+ 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;
737
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
738
+ });
739
+ },
740
+ /**
741
+ *
742
+ * @summary 出入-园区分组统计导出
743
+ * @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
744
+ * @param {*} [options] Override http request option.
745
+ * @throws {RequiredError}
746
+ */
747
+ dashboardAccessStatisticsByParkExport(dashboardAccessSearchDTO, options) {
748
+ return __awaiter(this, void 0, void 0, function* () {
749
+ var _a, _b, _c;
750
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsByParkExport(dashboardAccessSearchDTO, options);
751
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
752
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardAccessStatisticsByParkExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
753
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
754
+ });
755
+ },
756
+ /**
757
+ *
758
+ * @summary 出入-来源分组统计
759
+ * @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
760
+ * @param {*} [options] Override http request option.
761
+ * @throws {RequiredError}
762
+ */
763
+ dashboardAccessStatisticsBySource(dashboardAccessSearchDTO, options) {
764
+ return __awaiter(this, void 0, void 0, function* () {
765
+ var _a, _b, _c;
766
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsBySource(dashboardAccessSearchDTO, options);
767
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
768
+ 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;
769
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
770
+ });
771
+ },
772
+ /**
773
+ *
774
+ * @summary 出入-来源分组统计导出
775
+ * @param {DashboardAccessSearchDTO} dashboardAccessSearchDTO
776
+ * @param {*} [options] Override http request option.
777
+ * @throws {RequiredError}
778
+ */
779
+ dashboardAccessStatisticsBySourceExport(dashboardAccessSearchDTO, options) {
780
+ return __awaiter(this, void 0, void 0, function* () {
781
+ var _a, _b, _c;
782
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardAccessStatisticsBySourceExport(dashboardAccessSearchDTO, options);
783
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
784
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardAccessStatisticsBySourceExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
785
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
786
+ });
787
+ },
788
+ /**
789
+ *
790
+ * @summary 设备-设备系统分组统计
791
+ * @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
792
+ * @param {*} [options] Override http request option.
793
+ * @throws {RequiredError}
794
+ */
795
+ dashboardEquipmentStatisticsByEquipmentSystem(dashboardBaseSearchDTO, options) {
796
+ return __awaiter(this, void 0, void 0, function* () {
797
+ var _a, _b, _c;
798
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentStatisticsByEquipmentSystem(dashboardBaseSearchDTO, options);
799
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
800
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardEquipmentStatisticsByEquipmentSystem']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
801
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
802
+ });
803
+ },
804
+ /**
805
+ *
806
+ * @summary 设备-园区分组统计
807
+ * @param {DashboardEquipmentSearchDTO} dashboardEquipmentSearchDTO
808
+ * @param {*} [options] Override http request option.
809
+ * @throws {RequiredError}
810
+ */
811
+ dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO, options) {
812
+ return __awaiter(this, void 0, void 0, function* () {
813
+ var _a, _b, _c;
814
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardEquipmentStatisticsByPark(dashboardEquipmentSearchDTO, options);
815
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
816
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardEquipmentStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
817
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
818
+ });
819
+ },
820
+ /**
821
+ *
822
+ * @summary 监控-功能区分组统计
823
+ * @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
824
+ * @param {*} [options] Override http request option.
825
+ * @throws {RequiredError}
826
+ */
827
+ dashboardSurveillanceStatisticsByFunctionalArea(dashboardBaseSearchDTO, options) {
828
+ return __awaiter(this, void 0, void 0, function* () {
829
+ var _a, _b, _c;
830
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByFunctionalArea(dashboardBaseSearchDTO, options);
831
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
832
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByFunctionalArea']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
833
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
834
+ });
835
+ },
836
+ /**
837
+ *
838
+ * @summary 监控-功能区分组统计导出
839
+ * @param {DashboardBaseSearchDTO} dashboardBaseSearchDTO
840
+ * @param {*} [options] Override http request option.
841
+ * @throws {RequiredError}
842
+ */
843
+ dashboardSurveillanceStatisticsByFunctionalAreaExport(dashboardBaseSearchDTO, options) {
844
+ return __awaiter(this, void 0, void 0, function* () {
845
+ var _a, _b, _c;
846
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByFunctionalAreaExport(dashboardBaseSearchDTO, options);
847
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
848
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByFunctionalAreaExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
849
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
850
+ });
851
+ },
852
+ /**
853
+ *
854
+ * @summary 监控-园区分组统计
855
+ * @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
856
+ * @param {*} [options] Override http request option.
857
+ * @throws {RequiredError}
858
+ */
859
+ dashboardSurveillanceStatisticsByPark(dashboardSurveillanceSearchDTO, options) {
860
+ return __awaiter(this, void 0, void 0, function* () {
861
+ var _a, _b, _c;
862
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByPark(dashboardSurveillanceSearchDTO, options);
863
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
864
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
865
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
866
+ });
867
+ },
868
+ /**
869
+ *
870
+ * @summary 监控-园区分组统计导出
871
+ * @param {DashboardSurveillanceSearchDTO} dashboardSurveillanceSearchDTO
872
+ * @param {*} [options] Override http request option.
873
+ * @throws {RequiredError}
874
+ */
875
+ dashboardSurveillanceStatisticsByParkExport(dashboardSurveillanceSearchDTO, options) {
876
+ return __awaiter(this, void 0, void 0, function* () {
877
+ var _a, _b, _c;
878
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardSurveillanceStatisticsByParkExport(dashboardSurveillanceSearchDTO, options);
879
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
880
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardSurveillanceStatisticsByParkExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
881
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
882
+ });
883
+ },
884
+ /**
885
+ *
886
+ * @summary 工单-园区分组统计
887
+ * @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
888
+ * @param {*} [options] Override http request option.
889
+ * @throws {RequiredError}
890
+ */
891
+ dashboardWorkOrderStatisticsByPark(dashboardWorkOrderByParkSearchDTO, options) {
892
+ return __awaiter(this, void 0, void 0, function* () {
893
+ var _a, _b, _c;
894
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByPark(dashboardWorkOrderByParkSearchDTO, options);
895
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
896
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
897
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
898
+ });
899
+ },
900
+ /**
901
+ *
902
+ * @summary 工单-园区分组统计导出
903
+ * @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
904
+ * @param {*} [options] Override http request option.
905
+ * @throws {RequiredError}
906
+ */
907
+ dashboardWorkOrderStatisticsByParkExport(dashboardWorkOrderByParkSearchDTO, options) {
908
+ return __awaiter(this, void 0, void 0, function* () {
909
+ var _a, _b, _c;
910
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByParkExport(dashboardWorkOrderByParkSearchDTO, options);
911
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
912
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByParkExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
913
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
914
+ });
915
+ },
916
+ /**
917
+ *
918
+ * @summary 工单-工单类型分组统计
919
+ * @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
920
+ * @param {*} [options] Override http request option.
921
+ * @throws {RequiredError}
922
+ */
923
+ dashboardWorkOrderStatisticsByWorkOrderType(dashboardWorkOrderByWorkOrderTypeSearchDTO, options) {
924
+ return __awaiter(this, void 0, void 0, function* () {
925
+ var _a, _b, _c;
926
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderType(dashboardWorkOrderByWorkOrderTypeSearchDTO, options);
927
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
928
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
929
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
930
+ });
931
+ },
932
+ /**
933
+ *
934
+ * @summary 工单-工单类型分组统计导出
935
+ * @param {DashboardWorkOrderByWorkOrderTypeSearchDTO} dashboardWorkOrderByWorkOrderTypeSearchDTO
936
+ * @param {*} [options] Override http request option.
937
+ * @throws {RequiredError}
938
+ */
939
+ dashboardWorkOrderStatisticsByWorkOrderTypeExport(dashboardWorkOrderByWorkOrderTypeSearchDTO, options) {
940
+ return __awaiter(this, void 0, void 0, function* () {
941
+ var _a, _b, _c;
942
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderTypeExport(dashboardWorkOrderByWorkOrderTypeSearchDTO, options);
943
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
944
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderTypeExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
945
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
946
+ });
947
+ },
948
+ /**
949
+ *
950
+ * @summary 工单-工单大类分组统计
951
+ * @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
952
+ * @param {*} [options] Override http request option.
953
+ * @throws {RequiredError}
954
+ */
955
+ dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options) {
956
+ return __awaiter(this, void 0, void 0, function* () {
957
+ var _a, _b, _c;
958
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options);
959
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
960
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
961
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
962
+ });
963
+ },
964
+ /**
965
+ *
966
+ * @summary 工单-工单大类分组统计导出
967
+ * @param {DashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO} dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO
968
+ * @param {*} [options] Override http request option.
969
+ * @throws {RequiredError}
970
+ */
971
+ dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options) {
972
+ return __awaiter(this, void 0, void 0, function* () {
973
+ var _a, _b, _c;
974
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options);
975
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
976
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
977
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
978
+ });
979
+ },
980
+ /**
981
+ *
982
+ * @summary 工单-完成率序列统计
983
+ * @param {DashboardWorkOrderByParkSearchDTO} dashboardWorkOrderByParkSearchDTO
984
+ * @param {*} [options] Override http request option.
985
+ * @throws {RequiredError}
986
+ */
987
+ dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO, options) {
988
+ return __awaiter(this, void 0, void 0, function* () {
989
+ var _a, _b, _c;
990
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsCompletionRateSeries(dashboardWorkOrderByParkSearchDTO, options);
991
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
992
+ 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;
993
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
994
+ });
995
+ },
996
+ /**
997
+ *
998
+ * @summary 工单-列表
999
+ * @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
1000
+ * @param {*} [options] Override http request option.
1001
+ * @throws {RequiredError}
1002
+ */
1003
+ dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO, options) {
1004
+ return __awaiter(this, void 0, void 0, function* () {
1005
+ var _a, _b, _c;
1006
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsList(dashboardWorkOrderListSearchDTO, options);
1007
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1008
+ 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;
1009
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1010
+ });
1011
+ },
1012
+ /**
1013
+ *
1014
+ * @summary 工单-列表导出
1015
+ * @param {DashboardWorkOrderListSearchDTO} dashboardWorkOrderListSearchDTO
1016
+ * @param {*} [options] Override http request option.
1017
+ * @throws {RequiredError}
1018
+ */
1019
+ dashboardWorkOrderStatisticsListExport(dashboardWorkOrderListSearchDTO, options) {
1020
+ return __awaiter(this, void 0, void 0, function* () {
1021
+ var _a, _b, _c;
1022
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.dashboardWorkOrderStatisticsListExport(dashboardWorkOrderListSearchDTO, options);
1023
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1024
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DashboardApi.dashboardWorkOrderStatisticsListExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1025
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1026
+ });
1027
+ },
1028
+ };
1029
+ };
1030
+ exports.DashboardApiFp = DashboardApiFp;
1031
+ /**
1032
+ * DashboardApi - factory interface
1033
+ * @export
1034
+ */
1035
+ const DashboardApiFactory = function (configuration, basePath, axios) {
1036
+ const localVarFp = (0, exports.DashboardApiFp)(configuration);
1037
+ return {
1038
+ /**
1039
+ *
1040
+ * @summary 出入-出入次数序列统计
1041
+ * @param {DashboardApiDashboardAccessStatisticsAccessCountSeriesRequest} requestParameters Request parameters.
1042
+ * @param {*} [options] Override http request option.
1043
+ * @throws {RequiredError}
1044
+ */
1045
+ dashboardAccessStatisticsAccessCountSeries(requestParameters, options) {
1046
+ return localVarFp.dashboardAccessStatisticsAccessCountSeries(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
1047
+ },
1048
+ /**
1049
+ *
1050
+ * @summary 出入-园区分组统计
1051
+ * @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
1052
+ * @param {*} [options] Override http request option.
1053
+ * @throws {RequiredError}
1054
+ */
1055
+ dashboardAccessStatisticsByPark(requestParameters, options) {
1056
+ return localVarFp.dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
1057
+ },
1058
+ /**
1059
+ *
1060
+ * @summary 出入-园区分组统计导出
1061
+ * @param {DashboardApiDashboardAccessStatisticsByParkExportRequest} requestParameters Request parameters.
1062
+ * @param {*} [options] Override http request option.
1063
+ * @throws {RequiredError}
1064
+ */
1065
+ dashboardAccessStatisticsByParkExport(requestParameters, options) {
1066
+ return localVarFp.dashboardAccessStatisticsByParkExport(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
1067
+ },
1068
+ /**
1069
+ *
1070
+ * @summary 出入-来源分组统计
1071
+ * @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
1072
+ * @param {*} [options] Override http request option.
1073
+ * @throws {RequiredError}
1074
+ */
1075
+ dashboardAccessStatisticsBySource(requestParameters, options) {
1076
+ return localVarFp.dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
1077
+ },
1078
+ /**
1079
+ *
1080
+ * @summary 出入-来源分组统计导出
1081
+ * @param {DashboardApiDashboardAccessStatisticsBySourceExportRequest} requestParameters Request parameters.
1082
+ * @param {*} [options] Override http request option.
1083
+ * @throws {RequiredError}
1084
+ */
1085
+ dashboardAccessStatisticsBySourceExport(requestParameters, options) {
1086
+ return localVarFp.dashboardAccessStatisticsBySourceExport(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(axios, basePath));
1087
+ },
1088
+ /**
1089
+ *
1090
+ * @summary 设备-设备系统分组统计
1091
+ * @param {DashboardApiDashboardEquipmentStatisticsByEquipmentSystemRequest} requestParameters Request parameters.
1092
+ * @param {*} [options] Override http request option.
1093
+ * @throws {RequiredError}
1094
+ */
1095
+ dashboardEquipmentStatisticsByEquipmentSystem(requestParameters, options) {
1096
+ return localVarFp.dashboardEquipmentStatisticsByEquipmentSystem(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
1097
+ },
1098
+ /**
1099
+ *
1100
+ * @summary 设备-园区分组统计
1101
+ * @param {DashboardApiDashboardEquipmentStatisticsByParkRequest} requestParameters Request parameters.
1102
+ * @param {*} [options] Override http request option.
1103
+ * @throws {RequiredError}
1104
+ */
1105
+ dashboardEquipmentStatisticsByPark(requestParameters, options) {
1106
+ return localVarFp.dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(axios, basePath));
1107
+ },
1108
+ /**
1109
+ *
1110
+ * @summary 监控-功能区分组统计
1111
+ * @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaRequest} requestParameters Request parameters.
1112
+ * @param {*} [options] Override http request option.
1113
+ * @throws {RequiredError}
1114
+ */
1115
+ dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
1116
+ return localVarFp.dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
1117
+ },
1118
+ /**
1119
+ *
1120
+ * @summary 监控-功能区分组统计导出
1121
+ * @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaExportRequest} requestParameters Request parameters.
1122
+ * @param {*} [options] Override http request option.
1123
+ * @throws {RequiredError}
1124
+ */
1125
+ dashboardSurveillanceStatisticsByFunctionalAreaExport(requestParameters, options) {
1126
+ return localVarFp.dashboardSurveillanceStatisticsByFunctionalAreaExport(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(axios, basePath));
1127
+ },
1128
+ /**
1129
+ *
1130
+ * @summary 监控-园区分组统计
1131
+ * @param {DashboardApiDashboardSurveillanceStatisticsByParkRequest} requestParameters Request parameters.
1132
+ * @param {*} [options] Override http request option.
1133
+ * @throws {RequiredError}
1134
+ */
1135
+ dashboardSurveillanceStatisticsByPark(requestParameters, options) {
1136
+ return localVarFp.dashboardSurveillanceStatisticsByPark(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(axios, basePath));
1137
+ },
1138
+ /**
1139
+ *
1140
+ * @summary 监控-园区分组统计导出
1141
+ * @param {DashboardApiDashboardSurveillanceStatisticsByParkExportRequest} requestParameters Request parameters.
1142
+ * @param {*} [options] Override http request option.
1143
+ * @throws {RequiredError}
1144
+ */
1145
+ dashboardSurveillanceStatisticsByParkExport(requestParameters, options) {
1146
+ return localVarFp.dashboardSurveillanceStatisticsByParkExport(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(axios, basePath));
1147
+ },
1148
+ /**
1149
+ *
1150
+ * @summary 工单-园区分组统计
1151
+ * @param {DashboardApiDashboardWorkOrderStatisticsByParkRequest} requestParameters Request parameters.
1152
+ * @param {*} [options] Override http request option.
1153
+ * @throws {RequiredError}
1154
+ */
1155
+ dashboardWorkOrderStatisticsByPark(requestParameters, options) {
1156
+ return localVarFp.dashboardWorkOrderStatisticsByPark(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
1157
+ },
1158
+ /**
1159
+ *
1160
+ * @summary 工单-园区分组统计导出
1161
+ * @param {DashboardApiDashboardWorkOrderStatisticsByParkExportRequest} requestParameters Request parameters.
1162
+ * @param {*} [options] Override http request option.
1163
+ * @throws {RequiredError}
1164
+ */
1165
+ dashboardWorkOrderStatisticsByParkExport(requestParameters, options) {
1166
+ return localVarFp.dashboardWorkOrderStatisticsByParkExport(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
1167
+ },
1168
+ /**
1169
+ *
1170
+ * @summary 工单-工单类型分组统计
1171
+ * @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeRequest} requestParameters Request parameters.
1172
+ * @param {*} [options] Override http request option.
1173
+ * @throws {RequiredError}
1174
+ */
1175
+ dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
1176
+ return localVarFp.dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(axios, basePath));
1177
+ },
1178
+ /**
1179
+ *
1180
+ * @summary 工单-工单类型分组统计导出
1181
+ * @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeExportRequest} requestParameters Request parameters.
1182
+ * @param {*} [options] Override http request option.
1183
+ * @throws {RequiredError}
1184
+ */
1185
+ dashboardWorkOrderStatisticsByWorkOrderTypeExport(requestParameters, options) {
1186
+ return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeExport(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(axios, basePath));
1187
+ },
1188
+ /**
1189
+ *
1190
+ * @summary 工单-工单大类分组统计
1191
+ * @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest} requestParameters Request parameters.
1192
+ * @param {*} [options] Override http request option.
1193
+ * @throws {RequiredError}
1194
+ */
1195
+ dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
1196
+ return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
1197
+ },
1198
+ /**
1199
+ *
1200
+ * @summary 工单-工单大类分组统计导出
1201
+ * @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExportRequest} requestParameters Request parameters.
1202
+ * @param {*} [options] Override http request option.
1203
+ * @throws {RequiredError}
1204
+ */
1205
+ dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(requestParameters, options) {
1206
+ return localVarFp.dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(axios, basePath));
1207
+ },
1208
+ /**
1209
+ *
1210
+ * @summary 工单-完成率序列统计
1211
+ * @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
1212
+ * @param {*} [options] Override http request option.
1213
+ * @throws {RequiredError}
1214
+ */
1215
+ dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
1216
+ return localVarFp.dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(axios, basePath));
1217
+ },
1218
+ /**
1219
+ *
1220
+ * @summary 工单-列表
1221
+ * @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
1222
+ * @param {*} [options] Override http request option.
1223
+ * @throws {RequiredError}
1224
+ */
1225
+ dashboardWorkOrderStatisticsList(requestParameters, options) {
1226
+ return localVarFp.dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(axios, basePath));
1227
+ },
1228
+ /**
1229
+ *
1230
+ * @summary 工单-列表导出
1231
+ * @param {DashboardApiDashboardWorkOrderStatisticsListExportRequest} requestParameters Request parameters.
1232
+ * @param {*} [options] Override http request option.
1233
+ * @throws {RequiredError}
1234
+ */
1235
+ dashboardWorkOrderStatisticsListExport(requestParameters, options) {
1236
+ return localVarFp.dashboardWorkOrderStatisticsListExport(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(axios, basePath));
1237
+ },
1238
+ };
1239
+ };
1240
+ exports.DashboardApiFactory = DashboardApiFactory;
1241
+ /**
1242
+ * DashboardApi - object-oriented interface
1243
+ * @export
1244
+ * @class DashboardApi
1245
+ * @extends {BaseAPI}
1246
+ */
1247
+ class DashboardApi extends base_1.BaseAPI {
1248
+ /**
1249
+ *
1250
+ * @summary 出入-出入次数序列统计
1251
+ * @param {DashboardApiDashboardAccessStatisticsAccessCountSeriesRequest} requestParameters Request parameters.
1252
+ * @param {*} [options] Override http request option.
1253
+ * @throws {RequiredError}
1254
+ * @memberof DashboardApi
1255
+ */
1256
+ dashboardAccessStatisticsAccessCountSeries(requestParameters, options) {
1257
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardAccessStatisticsAccessCountSeries(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
1258
+ }
1259
+ /**
1260
+ *
1261
+ * @summary 出入-园区分组统计
1262
+ * @param {DashboardApiDashboardAccessStatisticsByParkRequest} requestParameters Request parameters.
1263
+ * @param {*} [options] Override http request option.
1264
+ * @throws {RequiredError}
1265
+ * @memberof DashboardApi
1266
+ */
1267
+ dashboardAccessStatisticsByPark(requestParameters, options) {
1268
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardAccessStatisticsByPark(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
1269
+ }
1270
+ /**
1271
+ *
1272
+ * @summary 出入-园区分组统计导出
1273
+ * @param {DashboardApiDashboardAccessStatisticsByParkExportRequest} requestParameters Request parameters.
1274
+ * @param {*} [options] Override http request option.
1275
+ * @throws {RequiredError}
1276
+ * @memberof DashboardApi
1277
+ */
1278
+ dashboardAccessStatisticsByParkExport(requestParameters, options) {
1279
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardAccessStatisticsByParkExport(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
1280
+ }
1281
+ /**
1282
+ *
1283
+ * @summary 出入-来源分组统计
1284
+ * @param {DashboardApiDashboardAccessStatisticsBySourceRequest} requestParameters Request parameters.
1285
+ * @param {*} [options] Override http request option.
1286
+ * @throws {RequiredError}
1287
+ * @memberof DashboardApi
1288
+ */
1289
+ dashboardAccessStatisticsBySource(requestParameters, options) {
1290
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardAccessStatisticsBySource(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
1291
+ }
1292
+ /**
1293
+ *
1294
+ * @summary 出入-来源分组统计导出
1295
+ * @param {DashboardApiDashboardAccessStatisticsBySourceExportRequest} requestParameters Request parameters.
1296
+ * @param {*} [options] Override http request option.
1297
+ * @throws {RequiredError}
1298
+ * @memberof DashboardApi
1299
+ */
1300
+ dashboardAccessStatisticsBySourceExport(requestParameters, options) {
1301
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardAccessStatisticsBySourceExport(requestParameters.dashboardAccessSearchDTO, options).then((request) => request(this.axios, this.basePath));
1302
+ }
1303
+ /**
1304
+ *
1305
+ * @summary 设备-设备系统分组统计
1306
+ * @param {DashboardApiDashboardEquipmentStatisticsByEquipmentSystemRequest} requestParameters Request parameters.
1307
+ * @param {*} [options] Override http request option.
1308
+ * @throws {RequiredError}
1309
+ * @memberof DashboardApi
1310
+ */
1311
+ dashboardEquipmentStatisticsByEquipmentSystem(requestParameters, options) {
1312
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardEquipmentStatisticsByEquipmentSystem(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
1313
+ }
1314
+ /**
1315
+ *
1316
+ * @summary 设备-园区分组统计
1317
+ * @param {DashboardApiDashboardEquipmentStatisticsByParkRequest} requestParameters Request parameters.
1318
+ * @param {*} [options] Override http request option.
1319
+ * @throws {RequiredError}
1320
+ * @memberof DashboardApi
1321
+ */
1322
+ dashboardEquipmentStatisticsByPark(requestParameters, options) {
1323
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardEquipmentStatisticsByPark(requestParameters.dashboardEquipmentSearchDTO, options).then((request) => request(this.axios, this.basePath));
1324
+ }
1325
+ /**
1326
+ *
1327
+ * @summary 监控-功能区分组统计
1328
+ * @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaRequest} requestParameters Request parameters.
1329
+ * @param {*} [options] Override http request option.
1330
+ * @throws {RequiredError}
1331
+ * @memberof DashboardApi
1332
+ */
1333
+ dashboardSurveillanceStatisticsByFunctionalArea(requestParameters, options) {
1334
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByFunctionalArea(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
1335
+ }
1336
+ /**
1337
+ *
1338
+ * @summary 监控-功能区分组统计导出
1339
+ * @param {DashboardApiDashboardSurveillanceStatisticsByFunctionalAreaExportRequest} requestParameters Request parameters.
1340
+ * @param {*} [options] Override http request option.
1341
+ * @throws {RequiredError}
1342
+ * @memberof DashboardApi
1343
+ */
1344
+ dashboardSurveillanceStatisticsByFunctionalAreaExport(requestParameters, options) {
1345
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByFunctionalAreaExport(requestParameters.dashboardBaseSearchDTO, options).then((request) => request(this.axios, this.basePath));
1346
+ }
1347
+ /**
1348
+ *
1349
+ * @summary 监控-园区分组统计
1350
+ * @param {DashboardApiDashboardSurveillanceStatisticsByParkRequest} requestParameters Request parameters.
1351
+ * @param {*} [options] Override http request option.
1352
+ * @throws {RequiredError}
1353
+ * @memberof DashboardApi
1354
+ */
1355
+ dashboardSurveillanceStatisticsByPark(requestParameters, options) {
1356
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByPark(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(this.axios, this.basePath));
1357
+ }
1358
+ /**
1359
+ *
1360
+ * @summary 监控-园区分组统计导出
1361
+ * @param {DashboardApiDashboardSurveillanceStatisticsByParkExportRequest} requestParameters Request parameters.
1362
+ * @param {*} [options] Override http request option.
1363
+ * @throws {RequiredError}
1364
+ * @memberof DashboardApi
1365
+ */
1366
+ dashboardSurveillanceStatisticsByParkExport(requestParameters, options) {
1367
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardSurveillanceStatisticsByParkExport(requestParameters.dashboardSurveillanceSearchDTO, options).then((request) => request(this.axios, this.basePath));
1368
+ }
1369
+ /**
1370
+ *
1371
+ * @summary 工单-园区分组统计
1372
+ * @param {DashboardApiDashboardWorkOrderStatisticsByParkRequest} requestParameters Request parameters.
1373
+ * @param {*} [options] Override http request option.
1374
+ * @throws {RequiredError}
1375
+ * @memberof DashboardApi
1376
+ */
1377
+ dashboardWorkOrderStatisticsByPark(requestParameters, options) {
1378
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByPark(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
1379
+ }
1380
+ /**
1381
+ *
1382
+ * @summary 工单-园区分组统计导出
1383
+ * @param {DashboardApiDashboardWorkOrderStatisticsByParkExportRequest} requestParameters Request parameters.
1384
+ * @param {*} [options] Override http request option.
1385
+ * @throws {RequiredError}
1386
+ * @memberof DashboardApi
1387
+ */
1388
+ dashboardWorkOrderStatisticsByParkExport(requestParameters, options) {
1389
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByParkExport(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
1390
+ }
1391
+ /**
1392
+ *
1393
+ * @summary 工单-工单类型分组统计
1394
+ * @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeRequest} requestParameters Request parameters.
1395
+ * @param {*} [options] Override http request option.
1396
+ * @throws {RequiredError}
1397
+ * @memberof DashboardApi
1398
+ */
1399
+ dashboardWorkOrderStatisticsByWorkOrderType(requestParameters, options) {
1400
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderType(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(this.axios, this.basePath));
1401
+ }
1402
+ /**
1403
+ *
1404
+ * @summary 工单-工单类型分组统计导出
1405
+ * @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeExportRequest} requestParameters Request parameters.
1406
+ * @param {*} [options] Override http request option.
1407
+ * @throws {RequiredError}
1408
+ * @memberof DashboardApi
1409
+ */
1410
+ dashboardWorkOrderStatisticsByWorkOrderTypeExport(requestParameters, options) {
1411
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeExport(requestParameters.dashboardWorkOrderByWorkOrderTypeSearchDTO, options).then((request) => request(this.axios, this.basePath));
1412
+ }
1413
+ /**
1414
+ *
1415
+ * @summary 工单-工单大类分组统计
1416
+ * @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryRequest} requestParameters Request parameters.
1417
+ * @param {*} [options] Override http request option.
1418
+ * @throws {RequiredError}
1419
+ * @memberof DashboardApi
1420
+ */
1421
+ dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters, options) {
1422
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategory(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
1423
+ }
1424
+ /**
1425
+ *
1426
+ * @summary 工单-工单大类分组统计导出
1427
+ * @param {DashboardApiDashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExportRequest} requestParameters Request parameters.
1428
+ * @param {*} [options] Override http request option.
1429
+ * @throws {RequiredError}
1430
+ * @memberof DashboardApi
1431
+ */
1432
+ dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(requestParameters, options) {
1433
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsByWorkOrderTypeSubcategoryExport(requestParameters.dashboardWorkOrderByWorkOrderTypeSubcategorySearchDTO, options).then((request) => request(this.axios, this.basePath));
1434
+ }
1435
+ /**
1436
+ *
1437
+ * @summary 工单-完成率序列统计
1438
+ * @param {DashboardApiDashboardWorkOrderStatisticsCompletionRateSeriesRequest} requestParameters Request parameters.
1439
+ * @param {*} [options] Override http request option.
1440
+ * @throws {RequiredError}
1441
+ * @memberof DashboardApi
1442
+ */
1443
+ dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters, options) {
1444
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsCompletionRateSeries(requestParameters.dashboardWorkOrderByParkSearchDTO, options).then((request) => request(this.axios, this.basePath));
1445
+ }
1446
+ /**
1447
+ *
1448
+ * @summary 工单-列表
1449
+ * @param {DashboardApiDashboardWorkOrderStatisticsListRequest} requestParameters Request parameters.
1450
+ * @param {*} [options] Override http request option.
1451
+ * @throws {RequiredError}
1452
+ * @memberof DashboardApi
1453
+ */
1454
+ dashboardWorkOrderStatisticsList(requestParameters, options) {
1455
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsList(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(this.axios, this.basePath));
1456
+ }
1457
+ /**
1458
+ *
1459
+ * @summary 工单-列表导出
1460
+ * @param {DashboardApiDashboardWorkOrderStatisticsListExportRequest} requestParameters Request parameters.
1461
+ * @param {*} [options] Override http request option.
1462
+ * @throws {RequiredError}
1463
+ * @memberof DashboardApi
1464
+ */
1465
+ dashboardWorkOrderStatisticsListExport(requestParameters, options) {
1466
+ return (0, exports.DashboardApiFp)(this.configuration).dashboardWorkOrderStatisticsListExport(requestParameters.dashboardWorkOrderListSearchDTO, options).then((request) => request(this.axios, this.basePath));
1467
+ }
1468
+ }
1469
+ exports.DashboardApi = DashboardApi;