@gizone/rrs-client 4.2.9-alpha.2512161759 → 4.2.9-alpha.2512161840

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 (1245) hide show
  1. package/.openapi-generator/VERSION +1 -1
  2. package/README.md +3 -2
  3. package/apis/access-aes-controller-api.ts +45 -45
  4. package/apis/access-api.ts +369 -369
  5. package/apis/app-auth-api.ts +118 -118
  6. package/apis/auth-api.ts +200 -200
  7. package/apis/calendar-api.ts +64 -64
  8. package/apis/cas-api.ts +9 -9
  9. package/apis/common-api.ts +371 -371
  10. package/apis/dashboard-api.ts +184 -184
  11. package/apis/device-api.ts +35 -35
  12. package/apis/disaster-warning-standard-api.ts +94 -94
  13. package/apis/energy-cost-analysis-controller-api.ts +67 -67
  14. package/apis/energy-cost-controller-api.ts +59 -59
  15. package/apis/energy-cost-record-controller-api.ts +66 -66
  16. package/apis/equipment-api.ts +222 -222
  17. package/apis/excel-language-controller-api.ts +16 -16
  18. package/apis/hwork-api.ts +11 -11
  19. package/apis/inspection-standard-api.ts +111 -111
  20. package/apis/internal-api.ts +9 -9
  21. package/apis/jwt-api.ts +10 -10
  22. package/apis/maintenance-standard-api.ts +111 -111
  23. package/apis/message-api.ts +43 -43
  24. package/apis/notification-api.ts +63 -63
  25. package/apis/offline-alert-work-order-controller-api.ts +10 -10
  26. package/apis/open-api-api.ts +68 -68
  27. package/apis/park-api.ts +75 -75
  28. package/apis/privacy-api.ts +48 -48
  29. package/apis/role-api.ts +169 -169
  30. package/apis/setting-api.ts +250 -250
  31. package/apis/smsapi.ts +11 -11
  32. package/apis/space-api.ts +165 -165
  33. package/apis/supplier-api.ts +104 -104
  34. package/apis/surveillance-api.ts +127 -127
  35. package/apis/surveillance-settings-api.ts +80 -80
  36. package/apis/sys-api.ts +397 -397
  37. package/apis/test-api.ts +23 -23
  38. package/apis/user-api.ts +302 -302
  39. package/apis/web-hook-api.ts +27 -27
  40. package/apis/work-order-api.ts +509 -509
  41. package/base.ts +2 -2
  42. package/common.ts +1 -1
  43. package/configuration.ts +7 -1
  44. package/dist/apis/access-aes-controller-api.d.ts +27 -27
  45. package/dist/apis/access-aes-controller-api.js +30 -30
  46. package/dist/apis/access-api.d.ts +231 -231
  47. package/dist/apis/access-api.js +230 -230
  48. package/dist/apis/app-auth-api.d.ts +76 -76
  49. package/dist/apis/app-auth-api.js +75 -75
  50. package/dist/apis/auth-api.d.ts +132 -132
  51. package/dist/apis/auth-api.js +130 -130
  52. package/dist/apis/calendar-api.d.ts +40 -40
  53. package/dist/apis/calendar-api.js +40 -40
  54. package/dist/apis/cas-api.d.ts +7 -7
  55. package/dist/apis/cas-api.js +5 -5
  56. package/dist/apis/common-api.d.ts +245 -245
  57. package/dist/apis/common-api.js +245 -245
  58. package/dist/apis/dashboard-api.d.ts +115 -115
  59. package/dist/apis/dashboard-api.js +115 -115
  60. package/dist/apis/device-api.d.ts +23 -23
  61. package/dist/apis/device-api.js +20 -20
  62. package/dist/apis/disaster-warning-standard-api.d.ts +58 -58
  63. package/dist/apis/disaster-warning-standard-api.js +60 -60
  64. package/dist/apis/energy-cost-analysis-controller-api.d.ts +43 -43
  65. package/dist/apis/energy-cost-analysis-controller-api.js +40 -40
  66. package/dist/apis/energy-cost-controller-api.d.ts +38 -38
  67. package/dist/apis/energy-cost-controller-api.js +35 -35
  68. package/dist/apis/energy-cost-record-controller-api.d.ts +42 -42
  69. package/dist/apis/energy-cost-record-controller-api.js +40 -40
  70. package/dist/apis/equipment-api.d.ts +138 -138
  71. package/dist/apis/equipment-api.js +140 -140
  72. package/dist/apis/excel-language-controller-api.d.ts +10 -10
  73. package/dist/apis/excel-language-controller-api.js +10 -10
  74. package/dist/apis/hwork-api.d.ts +8 -8
  75. package/dist/apis/hwork-api.js +5 -5
  76. package/dist/apis/inspection-standard-api.d.ts +69 -69
  77. package/dist/apis/inspection-standard-api.js +70 -70
  78. package/dist/apis/internal-api.d.ts +6 -6
  79. package/dist/apis/internal-api.js +5 -5
  80. package/dist/apis/jwt-api.d.ts +7 -7
  81. package/dist/apis/jwt-api.js +5 -5
  82. package/dist/apis/maintenance-standard-api.d.ts +69 -69
  83. package/dist/apis/maintenance-standard-api.js +70 -70
  84. package/dist/apis/message-api.d.ts +28 -28
  85. package/dist/apis/message-api.js +25 -25
  86. package/dist/apis/notification-api.d.ts +43 -43
  87. package/dist/apis/notification-api.js +40 -40
  88. package/dist/apis/offline-alert-work-order-controller-api.d.ts +7 -7
  89. package/dist/apis/offline-alert-work-order-controller-api.js +5 -5
  90. package/dist/apis/open-api-api.d.ts +44 -44
  91. package/dist/apis/open-api-api.js +40 -40
  92. package/dist/apis/park-api.d.ts +45 -45
  93. package/dist/apis/park-api.js +50 -50
  94. package/dist/apis/privacy-api.d.ts +30 -30
  95. package/dist/apis/privacy-api.js +30 -30
  96. package/dist/apis/role-api.d.ts +111 -111
  97. package/dist/apis/role-api.js +115 -115
  98. package/dist/apis/setting-api.d.ts +154 -154
  99. package/dist/apis/setting-api.js +160 -160
  100. package/dist/apis/smsapi.d.ts +8 -8
  101. package/dist/apis/smsapi.js +5 -5
  102. package/dist/apis/space-api.d.ts +102 -102
  103. package/dist/apis/space-api.js +105 -105
  104. package/dist/apis/supplier-api.d.ts +65 -65
  105. package/dist/apis/supplier-api.js +65 -65
  106. package/dist/apis/surveillance-api.d.ts +79 -79
  107. package/dist/apis/surveillance-api.js +80 -80
  108. package/dist/apis/surveillance-settings-api.d.ts +50 -50
  109. package/dist/apis/surveillance-settings-api.js +50 -50
  110. package/dist/apis/sys-api.d.ts +255 -255
  111. package/dist/apis/sys-api.js +275 -275
  112. package/dist/apis/test-api.d.ts +14 -14
  113. package/dist/apis/test-api.js +15 -15
  114. package/dist/apis/user-api.d.ts +196 -196
  115. package/dist/apis/user-api.js +200 -200
  116. package/dist/apis/web-hook-api.d.ts +18 -18
  117. package/dist/apis/web-hook-api.js +15 -15
  118. package/dist/apis/work-order-api.d.ts +320 -320
  119. package/dist/apis/work-order-api.js +320 -320
  120. package/dist/base.d.ts +2 -2
  121. package/dist/common.d.ts +1 -1
  122. package/dist/common.js +2 -1
  123. package/dist/configuration.js +2 -1
  124. package/dist/esm/apis/access-aes-controller-api.d.ts +27 -27
  125. package/dist/esm/apis/access-aes-controller-api.js +30 -30
  126. package/dist/esm/apis/access-api.d.ts +231 -231
  127. package/dist/esm/apis/access-api.js +230 -230
  128. package/dist/esm/apis/app-auth-api.d.ts +76 -76
  129. package/dist/esm/apis/app-auth-api.js +75 -75
  130. package/dist/esm/apis/auth-api.d.ts +132 -132
  131. package/dist/esm/apis/auth-api.js +130 -130
  132. package/dist/esm/apis/calendar-api.d.ts +40 -40
  133. package/dist/esm/apis/calendar-api.js +40 -40
  134. package/dist/esm/apis/cas-api.d.ts +7 -7
  135. package/dist/esm/apis/cas-api.js +5 -5
  136. package/dist/esm/apis/common-api.d.ts +245 -245
  137. package/dist/esm/apis/common-api.js +245 -245
  138. package/dist/esm/apis/dashboard-api.d.ts +115 -115
  139. package/dist/esm/apis/dashboard-api.js +115 -115
  140. package/dist/esm/apis/device-api.d.ts +23 -23
  141. package/dist/esm/apis/device-api.js +20 -20
  142. package/dist/esm/apis/disaster-warning-standard-api.d.ts +58 -58
  143. package/dist/esm/apis/disaster-warning-standard-api.js +60 -60
  144. package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +43 -43
  145. package/dist/esm/apis/energy-cost-analysis-controller-api.js +40 -40
  146. package/dist/esm/apis/energy-cost-controller-api.d.ts +38 -38
  147. package/dist/esm/apis/energy-cost-controller-api.js +35 -35
  148. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +42 -42
  149. package/dist/esm/apis/energy-cost-record-controller-api.js +40 -40
  150. package/dist/esm/apis/equipment-api.d.ts +138 -138
  151. package/dist/esm/apis/equipment-api.js +140 -140
  152. package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
  153. package/dist/esm/apis/excel-language-controller-api.js +10 -10
  154. package/dist/esm/apis/hwork-api.d.ts +8 -8
  155. package/dist/esm/apis/hwork-api.js +5 -5
  156. package/dist/esm/apis/inspection-standard-api.d.ts +69 -69
  157. package/dist/esm/apis/inspection-standard-api.js +70 -70
  158. package/dist/esm/apis/internal-api.d.ts +6 -6
  159. package/dist/esm/apis/internal-api.js +5 -5
  160. package/dist/esm/apis/jwt-api.d.ts +7 -7
  161. package/dist/esm/apis/jwt-api.js +5 -5
  162. package/dist/esm/apis/maintenance-standard-api.d.ts +69 -69
  163. package/dist/esm/apis/maintenance-standard-api.js +70 -70
  164. package/dist/esm/apis/message-api.d.ts +28 -28
  165. package/dist/esm/apis/message-api.js +25 -25
  166. package/dist/esm/apis/notification-api.d.ts +43 -43
  167. package/dist/esm/apis/notification-api.js +40 -40
  168. package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +7 -7
  169. package/dist/esm/apis/offline-alert-work-order-controller-api.js +5 -5
  170. package/dist/esm/apis/open-api-api.d.ts +44 -44
  171. package/dist/esm/apis/open-api-api.js +40 -40
  172. package/dist/esm/apis/park-api.d.ts +45 -45
  173. package/dist/esm/apis/park-api.js +50 -50
  174. package/dist/esm/apis/privacy-api.d.ts +30 -30
  175. package/dist/esm/apis/privacy-api.js +30 -30
  176. package/dist/esm/apis/role-api.d.ts +111 -111
  177. package/dist/esm/apis/role-api.js +115 -115
  178. package/dist/esm/apis/setting-api.d.ts +154 -154
  179. package/dist/esm/apis/setting-api.js +160 -160
  180. package/dist/esm/apis/smsapi.d.ts +8 -8
  181. package/dist/esm/apis/smsapi.js +5 -5
  182. package/dist/esm/apis/space-api.d.ts +102 -102
  183. package/dist/esm/apis/space-api.js +105 -105
  184. package/dist/esm/apis/supplier-api.d.ts +65 -65
  185. package/dist/esm/apis/supplier-api.js +65 -65
  186. package/dist/esm/apis/surveillance-api.d.ts +79 -79
  187. package/dist/esm/apis/surveillance-api.js +80 -80
  188. package/dist/esm/apis/surveillance-settings-api.d.ts +50 -50
  189. package/dist/esm/apis/surveillance-settings-api.js +50 -50
  190. package/dist/esm/apis/sys-api.d.ts +255 -255
  191. package/dist/esm/apis/sys-api.js +275 -275
  192. package/dist/esm/apis/test-api.d.ts +14 -14
  193. package/dist/esm/apis/test-api.js +15 -15
  194. package/dist/esm/apis/user-api.d.ts +196 -196
  195. package/dist/esm/apis/user-api.js +200 -200
  196. package/dist/esm/apis/web-hook-api.d.ts +18 -18
  197. package/dist/esm/apis/web-hook-api.js +15 -15
  198. package/dist/esm/apis/work-order-api.d.ts +320 -320
  199. package/dist/esm/apis/work-order-api.js +320 -320
  200. package/dist/esm/base.d.ts +2 -2
  201. package/dist/esm/common.d.ts +1 -1
  202. package/dist/esm/common.js +2 -1
  203. package/dist/esm/configuration.js +2 -1
  204. package/dist/esm/models/access-abnormal-type-enum.d.ts +2 -2
  205. package/dist/esm/models/access-abnormal-type-enum.js +2 -2
  206. package/dist/esm/models/access-appointment-record-add-vo.d.ts +9 -9
  207. package/dist/esm/models/access-appointment-record-details-dto.d.ts +12 -12
  208. package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
  209. package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +3 -3
  210. package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
  211. package/dist/esm/models/access-company-config-entity.d.ts +1 -1
  212. package/dist/esm/models/access-config-entity.d.ts +1 -1
  213. package/dist/esm/models/access-config-vo.d.ts +1 -1
  214. package/dist/esm/models/access-record-details-dto.d.ts +9 -9
  215. package/dist/esm/models/access-record-summary-details-dto.d.ts +8 -8
  216. package/dist/esm/models/access-record-summary-list-dto.d.ts +7 -7
  217. package/dist/esm/models/access-vehicle-length-enum.d.ts +6 -6
  218. package/dist/esm/models/access-vehicle-length-enum.js +6 -6
  219. package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +1 -1
  220. package/dist/esm/models/access-whitelist-application-add-vo.d.ts +4 -4
  221. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
  222. package/dist/esm/models/access-whitelist-application-details-dto.d.ts +6 -6
  223. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +3 -3
  224. package/dist/esm/models/access-whitelist-application-update-vo.d.ts +1 -1
  225. package/dist/esm/models/app-login-wx-chat-dto.d.ts +1 -1
  226. package/dist/esm/models/area-park-dto.d.ts +1 -1
  227. package/dist/esm/models/base-error-result.d.ts +1 -1
  228. package/dist/esm/models/center-list-dto.d.ts +1 -1
  229. package/dist/esm/models/cuser-info.d.ts +1 -1
  230. package/dist/esm/models/dashboard-access-search-dto.d.ts +3 -3
  231. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
  232. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
  233. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
  234. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
  235. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +1 -1
  236. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +3 -3
  237. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +2 -2
  238. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +1 -1
  239. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
  240. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +4 -4
  241. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  242. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
  243. package/dist/esm/models/dept-relation-dto.d.ts +2 -2
  244. package/dist/esm/models/dept-relation.d.ts +2 -2
  245. package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  246. package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
  247. package/dist/esm/models/disaster-warning-standard-import-dto.d.ts +1 -1
  248. package/dist/esm/models/energy-cost-add-record-dto.d.ts +2 -2
  249. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +1 -1
  250. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
  251. package/dist/esm/models/energy-cost-analysis-export-dto.d.ts +1 -1
  252. package/dist/esm/models/energy-cost-edit-record-dto.d.ts +2 -2
  253. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
  254. package/dist/esm/models/energy-cost-record-info-vo.d.ts +1 -1
  255. package/dist/esm/models/energy-cost-trend-vo.d.ts +1 -1
  256. package/dist/esm/models/equipment-add-redis-list-dto.d.ts +1 -1
  257. package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
  258. package/dist/esm/models/equipment-edit-batch-vo.d.ts +1 -1
  259. package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
  260. package/dist/esm/models/equipment-search-system-dto.d.ts +3 -3
  261. package/dist/esm/models/equipment-search-vo.d.ts +1 -1
  262. package/dist/esm/models/equipment-status-stats-vo.d.ts +1 -1
  263. package/dist/esm/models/equipment-tree-details-dto.d.ts +2 -2
  264. package/dist/esm/models/equipment-tree-dto.d.ts +1 -1
  265. package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
  266. package/dist/esm/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
  267. package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
  268. package/dist/esm/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
  269. package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
  270. package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
  271. package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
  272. package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
  273. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
  274. package/dist/esm/models/exploration-work-order-add-vo.d.ts +3 -3
  275. package/dist/esm/models/exploration-work-order-details-dto.d.ts +9 -9
  276. package/dist/esm/models/exploration-work-order-info.d.ts +2 -2
  277. package/dist/esm/models/followup-work-order-dto.d.ts +1 -1
  278. package/dist/esm/models/group-dept-vo.d.ts +1 -1
  279. package/dist/esm/models/inspection-handle-req.d.ts +1 -1
  280. package/dist/esm/models/inspection-point-item.d.ts +1 -1
  281. package/dist/esm/models/inspection-point.d.ts +1 -1
  282. package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +4 -4
  283. package/dist/esm/models/inspection-standard-dto.d.ts +4 -4
  284. package/dist/esm/models/inspection-standard-entity.d.ts +5 -5
  285. package/dist/esm/models/inspection-standard-import-dto.d.ts +2 -2
  286. package/dist/esm/models/insurance-work-order-issue-vo.d.ts +1 -1
  287. package/dist/esm/models/insurance-work-order-vo.d.ts +1 -1
  288. package/dist/esm/models/ipage-energy-cost-analysis-list-vo.d.ts +1 -1
  289. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +1 -1
  290. package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
  291. package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +2 -2
  292. package/dist/esm/models/json-result-access-company-config-entity.d.ts +2 -2
  293. package/dist/esm/models/json-result-access-config-entity.d.ts +2 -2
  294. package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +2 -2
  295. package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
  296. package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
  297. package/dist/esm/models/json-result-applet-user-type-dto.d.ts +2 -2
  298. package/dist/esm/models/json-result-big-decimal.d.ts +1 -1
  299. package/dist/esm/models/json-result-boolean.d.ts +1 -1
  300. package/dist/esm/models/json-result-calendar-entity.d.ts +2 -2
  301. package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +2 -2
  302. package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
  303. package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.d.ts +2 -2
  304. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +2 -2
  305. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +2 -2
  306. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +2 -2
  307. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +2 -2
  308. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +2 -2
  309. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +2 -2
  310. package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
  311. package/dist/esm/models/json-result-equipment-detail-dto.d.ts +2 -2
  312. package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +2 -2
  313. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
  314. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
  315. package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
  316. package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
  317. package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
  318. package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
  319. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
  320. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
  321. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
  322. package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
  323. package/dist/esm/models/json-result-file-dto.d.ts +2 -2
  324. package/dist/esm/models/json-result-group-dept-vo.d.ts +2 -2
  325. package/dist/esm/models/json-result-inspection-standard-entity.d.ts +2 -2
  326. package/dist/esm/models/json-result-integer.d.ts +1 -1
  327. package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +2 -2
  328. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +2 -2
  329. package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
  330. package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
  331. package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +2 -2
  332. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
  333. package/dist/esm/models/json-result-list-address-region-entity.d.ts +2 -2
  334. package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
  335. package/dist/esm/models/json-result-list-area-park-dto.d.ts +2 -2
  336. package/dist/esm/models/json-result-list-calendar-entity.d.ts +2 -2
  337. package/dist/esm/models/json-result-list-center-list-dto.d.ts +2 -2
  338. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
  339. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
  340. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
  341. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
  342. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
  343. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
  344. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
  345. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
  346. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  347. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
  348. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +2 -2
  349. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +2 -2
  350. package/dist/esm/models/json-result-list-energy-cost-park-option-vo.d.ts +2 -2
  351. package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +2 -2
  352. package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +2 -2
  353. package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
  354. package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
  355. package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +2 -2
  356. package/dist/esm/models/json-result-list-inspection-point.d.ts +2 -2
  357. package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +2 -2
  358. package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
  359. package/dist/esm/models/json-result-list-park-list-dto.d.ts +2 -2
  360. package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
  361. package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +2 -2
  362. package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +2 -2
  363. package/dist/esm/models/json-result-list-space-point-dto.d.ts +2 -2
  364. package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +2 -2
  365. package/dist/esm/models/json-result-list-space-tree-dto.d.ts +2 -2
  366. package/dist/esm/models/json-result-list-space-url-dto.d.ts +2 -2
  367. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +2 -2
  368. package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +2 -2
  369. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
  370. package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
  371. package/dist/esm/models/json-result-list-sys-dept.d.ts +2 -2
  372. package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
  373. package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
  374. package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
  375. package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +2 -2
  376. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
  377. package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
  378. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
  379. package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
  380. package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +2 -2
  381. package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
  382. package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
  383. package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +2 -2
  384. package/dist/esm/models/json-result-map-string-object.d.ts +3 -3
  385. package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
  386. package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
  387. package/dist/esm/models/json-result-notice-entity.d.ts +2 -2
  388. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
  389. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
  390. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
  391. package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
  392. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
  393. package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
  394. package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
  395. package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
  396. package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
  397. package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
  398. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
  399. package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
  400. package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
  401. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
  402. package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
  403. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +2 -2
  404. package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
  405. package/dist/esm/models/json-result-park-info-dto.d.ts +2 -2
  406. package/dist/esm/models/json-result-park-settings-details-dto.d.ts +2 -2
  407. package/dist/esm/models/json-result-period-detail-resp.d.ts +2 -2
  408. package/dist/esm/models/json-result-plan-detail-dto.d.ts +2 -2
  409. package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +2 -2
  410. package/dist/esm/models/json-result-space-image-detail-dto.d.ts +2 -2
  411. package/dist/esm/models/json-result-srm-center-entity.d.ts +2 -2
  412. package/dist/esm/models/json-result-string.d.ts +1 -1
  413. package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +2 -2
  414. package/dist/esm/models/json-result-supplier-entity.d.ts +2 -2
  415. package/dist/esm/models/json-result-surveillance-count-dto.d.ts +2 -2
  416. package/dist/esm/models/json-result-surveillance-details-dto.d.ts +2 -2
  417. package/dist/esm/models/json-result-surveillance-live-dto.d.ts +2 -2
  418. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
  419. package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
  420. package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +2 -2
  421. package/dist/esm/models/json-result-sys-dept.d.ts +2 -2
  422. package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +2 -2
  423. package/dist/esm/models/json-result-sys-user.d.ts +2 -2
  424. package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +2 -2
  425. package/dist/esm/models/json-result-user-settings-entity.d.ts +2 -2
  426. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +2 -2
  427. package/dist/esm/models/json-result-void.d.ts +1 -1
  428. package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
  429. package/dist/esm/models/json-result-work-order-detail-dto.d.ts +2 -2
  430. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
  431. package/dist/esm/models/json-result.d.ts +1 -1
  432. package/dist/esm/models/maintenance-history-dto.d.ts +2 -2
  433. package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
  434. package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
  435. package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
  436. package/dist/esm/models/monitoring-coverage-alert-info.d.ts +1 -1
  437. package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
  438. package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
  439. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
  440. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +14 -14
  441. package/dist/esm/models/news-info.d.ts +1 -1
  442. package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
  443. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +10 -10
  444. package/dist/esm/models/offline-alert-work-order-info.d.ts +2 -2
  445. package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
  446. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
  447. package/dist/esm/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
  448. package/dist/esm/models/open-api-equipment-list-dto.d.ts +2 -2
  449. package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
  450. package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
  451. package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
  452. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
  453. package/dist/esm/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
  454. package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
  455. package/dist/esm/models/page-dto-equipment-search-system-dto.d.ts +1 -1
  456. package/dist/esm/models/page-dto-inspection-standard-dto.d.ts +1 -1
  457. package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +1 -1
  458. package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
  459. package/dist/esm/models/page-dto-plan-search-dto.d.ts +1 -1
  460. package/dist/esm/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
  461. package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +1 -1
  462. package/dist/esm/models/page-dto-sys-user-msg-dto.d.ts +1 -1
  463. package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +1 -1
  464. package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
  465. package/dist/esm/models/park-info-dto.d.ts +1 -1
  466. package/dist/esm/models/park-info-edit-vo.d.ts +1 -1
  467. package/dist/esm/models/park-list-dto.d.ts +1 -1
  468. package/dist/esm/models/park.d.ts +1 -1
  469. package/dist/esm/models/period-detail-resp.d.ts +12 -12
  470. package/dist/esm/models/period-detail-resp.js +5 -5
  471. package/dist/esm/models/plan-add-vo.d.ts +9 -9
  472. package/dist/esm/models/plan-add-vo.js +5 -5
  473. package/dist/esm/models/plan-calendar-list-vo.d.ts +5 -5
  474. package/dist/esm/models/plan-calendar-list-vo.js +5 -5
  475. package/dist/esm/models/plan-detail-dto.d.ts +9 -9
  476. package/dist/esm/models/plan-detail-dto.js +5 -5
  477. package/dist/esm/models/plan-edit-vo.d.ts +9 -9
  478. package/dist/esm/models/plan-edit-vo.js +5 -5
  479. package/dist/esm/models/plan-inspection-items-dto.d.ts +3 -3
  480. package/dist/esm/models/plan-item-add-vo.d.ts +2 -2
  481. package/dist/esm/models/plan-item-edit-vo.d.ts +2 -2
  482. package/dist/esm/models/plan-search-dto.d.ts +9 -9
  483. package/dist/esm/models/plan-search-dto.js +5 -5
  484. package/dist/esm/models/process-work-order-vo.d.ts +1 -1
  485. package/dist/esm/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
  486. package/dist/esm/models/save-period-work-order-detail-req.d.ts +1 -1
  487. package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
  488. package/dist/esm/models/source-work-order-dto.d.ts +1 -1
  489. package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
  490. package/dist/esm/models/space-add-redis-list-dto.d.ts +1 -1
  491. package/dist/esm/models/space-add-vo.d.ts +2 -2
  492. package/dist/esm/models/space-detail-dto.d.ts +4 -4
  493. package/dist/esm/models/space-edit-vo.d.ts +2 -2
  494. package/dist/esm/models/space-image-detail-dto.d.ts +2 -2
  495. package/dist/esm/models/space-tree-dto.d.ts +3 -3
  496. package/dist/esm/models/space.d.ts +1 -1
  497. package/dist/esm/models/srm-center-entity.d.ts +1 -1
  498. package/dist/esm/models/srm-center-vo.d.ts +1 -1
  499. package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
  500. package/dist/esm/models/sub-buttons.d.ts +1 -1
  501. package/dist/esm/models/supplier-add-vo.d.ts +2 -2
  502. package/dist/esm/models/supplier-edit-vo.d.ts +2 -2
  503. package/dist/esm/models/supplier-entity.d.ts +2 -2
  504. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +3 -3
  505. package/dist/esm/models/surveillance-details-dto.d.ts +7 -7
  506. package/dist/esm/models/surveillance-entity.d.ts +3 -3
  507. package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
  508. package/dist/esm/models/surveillance-settings-polling-dto.d.ts +2 -2
  509. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +2 -2
  510. package/dist/esm/models/surveillance-update-vo.d.ts +2 -2
  511. package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
  512. package/dist/esm/models/sync-equipment-status-vo.d.ts +1 -1
  513. package/dist/esm/models/sync-equipment-vo.d.ts +1 -1
  514. package/dist/esm/models/sys-user-info-dto.d.ts +3 -3
  515. package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
  516. package/dist/esm/models/sys-user.d.ts +4 -4
  517. package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
  518. package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
  519. package/dist/esm/models/violation-decision-vo.d.ts +2 -2
  520. package/dist/esm/models/violation-work-order-add-vo.d.ts +3 -3
  521. package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -12
  522. package/dist/esm/models/violation-work-order-info.d.ts +4 -4
  523. package/dist/esm/models/work-order-add-vo.d.ts +3 -3
  524. package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
  525. package/dist/esm/models/work-order-circulation-settings-entity.d.ts +2 -2
  526. package/dist/esm/models/work-order-circulation-vo.d.ts +1 -1
  527. package/dist/esm/models/work-order-decision-vo.d.ts +2 -2
  528. package/dist/esm/models/work-order-dept-settings-entity.d.ts +1 -1
  529. package/dist/esm/models/work-order-detail-dto.d.ts +14 -14
  530. package/dist/esm/models/work-order-ext-data.d.ts +5 -5
  531. package/dist/esm/models/work-order-group-equipment-dto.d.ts +5 -5
  532. package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
  533. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
  534. package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +2 -2
  535. package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
  536. package/dist/esm/models/work-order-push-settings-entity.d.ts +1 -1
  537. package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
  538. package/dist/esm/models/work-order-push-settings-vo.d.ts +1 -1
  539. package/dist/esm/models/work-order-report-vo.d.ts +3 -3
  540. package/dist/esm/models/work-order-search-dto.d.ts +7 -7
  541. package/dist/esm/models/work-order-spot-check-dto.d.ts +7 -7
  542. package/dist/esm/models/work-order-spot-check-dto.js +5 -5
  543. package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
  544. package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
  545. package/dist/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
  546. package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
  547. package/dist/esm/models/wx-ma-user-info.d.ts +1 -1
  548. package/dist/esm/models/wx-menu.d.ts +2 -2
  549. package/dist/esm/models/wx-mp-conditional-menu.d.ts +2 -2
  550. package/dist/esm/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
  551. package/dist/esm/models/wx-mp-menu.d.ts +1 -1
  552. package/dist/esm/models/wx-mp-self-menu-button.d.ts +2 -2
  553. package/dist/esm/models/wx-mp-self-menu-info.d.ts +1 -1
  554. package/dist/models/access-abnormal-type-enum.d.ts +2 -2
  555. package/dist/models/access-abnormal-type-enum.js +2 -2
  556. package/dist/models/access-appointment-record-add-vo.d.ts +9 -9
  557. package/dist/models/access-appointment-record-details-dto.d.ts +12 -12
  558. package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
  559. package/dist/models/access-appointment-record-process-details-dto.d.ts +3 -3
  560. package/dist/models/access-approval-config-vo.d.ts +2 -2
  561. package/dist/models/access-company-config-entity.d.ts +1 -1
  562. package/dist/models/access-config-entity.d.ts +1 -1
  563. package/dist/models/access-config-vo.d.ts +1 -1
  564. package/dist/models/access-record-details-dto.d.ts +9 -9
  565. package/dist/models/access-record-summary-details-dto.d.ts +8 -8
  566. package/dist/models/access-record-summary-list-dto.d.ts +7 -7
  567. package/dist/models/access-vehicle-length-enum.d.ts +6 -6
  568. package/dist/models/access-vehicle-length-enum.js +6 -6
  569. package/dist/models/access-visitor-person-type-config-vo.d.ts +1 -1
  570. package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
  571. package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
  572. package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
  573. package/dist/models/access-whitelist-application-process-details-dto.d.ts +3 -3
  574. package/dist/models/access-whitelist-application-update-vo.d.ts +1 -1
  575. package/dist/models/app-login-wx-chat-dto.d.ts +1 -1
  576. package/dist/models/area-park-dto.d.ts +1 -1
  577. package/dist/models/base-error-result.d.ts +1 -1
  578. package/dist/models/center-list-dto.d.ts +1 -1
  579. package/dist/models/cuser-info.d.ts +1 -1
  580. package/dist/models/dashboard-access-search-dto.d.ts +3 -3
  581. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
  582. package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
  583. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
  584. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
  585. package/dist/models/dashboard-surveillance-search-dto.d.ts +1 -1
  586. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +3 -3
  587. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +2 -2
  588. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +1 -1
  589. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
  590. package/dist/models/dashboard-work-order-list-search-dto.d.ts +4 -4
  591. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  592. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
  593. package/dist/models/dept-relation-dto.d.ts +2 -2
  594. package/dist/models/dept-relation.d.ts +2 -2
  595. package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  596. package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
  597. package/dist/models/disaster-warning-standard-import-dto.d.ts +1 -1
  598. package/dist/models/energy-cost-add-record-dto.d.ts +2 -2
  599. package/dist/models/energy-cost-add-setting-dto.d.ts +1 -1
  600. package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
  601. package/dist/models/energy-cost-analysis-export-dto.d.ts +1 -1
  602. package/dist/models/energy-cost-edit-record-dto.d.ts +2 -2
  603. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
  604. package/dist/models/energy-cost-record-info-vo.d.ts +1 -1
  605. package/dist/models/energy-cost-trend-vo.d.ts +1 -1
  606. package/dist/models/equipment-add-redis-list-dto.d.ts +1 -1
  607. package/dist/models/equipment-detail-dto.d.ts +2 -2
  608. package/dist/models/equipment-edit-batch-vo.d.ts +1 -1
  609. package/dist/models/equipment-edit-vo.d.ts +2 -2
  610. package/dist/models/equipment-search-system-dto.d.ts +3 -3
  611. package/dist/models/equipment-search-vo.d.ts +1 -1
  612. package/dist/models/equipment-status-stats-vo.d.ts +1 -1
  613. package/dist/models/equipment-tree-details-dto.d.ts +2 -2
  614. package/dist/models/equipment-tree-dto.d.ts +1 -1
  615. package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
  616. package/dist/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
  617. package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
  618. package/dist/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
  619. package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
  620. package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
  621. package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
  622. package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
  623. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
  624. package/dist/models/exploration-work-order-add-vo.d.ts +3 -3
  625. package/dist/models/exploration-work-order-details-dto.d.ts +9 -9
  626. package/dist/models/exploration-work-order-info.d.ts +2 -2
  627. package/dist/models/followup-work-order-dto.d.ts +1 -1
  628. package/dist/models/group-dept-vo.d.ts +1 -1
  629. package/dist/models/inspection-handle-req.d.ts +1 -1
  630. package/dist/models/inspection-point-item.d.ts +1 -1
  631. package/dist/models/inspection-point.d.ts +1 -1
  632. package/dist/models/inspection-standard-add-or-update-vo.d.ts +4 -4
  633. package/dist/models/inspection-standard-dto.d.ts +4 -4
  634. package/dist/models/inspection-standard-entity.d.ts +5 -5
  635. package/dist/models/inspection-standard-import-dto.d.ts +2 -2
  636. package/dist/models/insurance-work-order-issue-vo.d.ts +1 -1
  637. package/dist/models/insurance-work-order-vo.d.ts +1 -1
  638. package/dist/models/ipage-energy-cost-analysis-list-vo.d.ts +1 -1
  639. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +1 -1
  640. package/dist/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
  641. package/dist/models/json-result-access-blacklist-details-dto.d.ts +2 -2
  642. package/dist/models/json-result-access-company-config-entity.d.ts +2 -2
  643. package/dist/models/json-result-access-config-entity.d.ts +2 -2
  644. package/dist/models/json-result-access-record-summary-details-dto.d.ts +2 -2
  645. package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
  646. package/dist/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
  647. package/dist/models/json-result-applet-user-type-dto.d.ts +2 -2
  648. package/dist/models/json-result-big-decimal.d.ts +1 -1
  649. package/dist/models/json-result-boolean.d.ts +1 -1
  650. package/dist/models/json-result-calendar-entity.d.ts +2 -2
  651. package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +2 -2
  652. package/dist/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
  653. package/dist/models/json-result-energy-cost-analysis-overview-vo.d.ts +2 -2
  654. package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +2 -2
  655. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +2 -2
  656. package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +2 -2
  657. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +2 -2
  658. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +2 -2
  659. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +2 -2
  660. package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
  661. package/dist/models/json-result-equipment-detail-dto.d.ts +2 -2
  662. package/dist/models/json-result-equipment-search-system-dto.d.ts +2 -2
  663. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
  664. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
  665. package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
  666. package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
  667. package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
  668. package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
  669. package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
  670. package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
  671. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
  672. package/dist/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
  673. package/dist/models/json-result-file-dto.d.ts +2 -2
  674. package/dist/models/json-result-group-dept-vo.d.ts +2 -2
  675. package/dist/models/json-result-inspection-standard-entity.d.ts +2 -2
  676. package/dist/models/json-result-integer.d.ts +1 -1
  677. package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +2 -2
  678. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +2 -2
  679. package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
  680. package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
  681. package/dist/models/json-result-list-access-company-config-entity.d.ts +2 -2
  682. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
  683. package/dist/models/json-result-list-address-region-entity.d.ts +2 -2
  684. package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
  685. package/dist/models/json-result-list-area-park-dto.d.ts +2 -2
  686. package/dist/models/json-result-list-calendar-entity.d.ts +2 -2
  687. package/dist/models/json-result-list-center-list-dto.d.ts +2 -2
  688. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
  689. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
  690. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
  691. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
  692. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
  693. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
  694. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
  695. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
  696. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  697. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
  698. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +2 -2
  699. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +2 -2
  700. package/dist/models/json-result-list-energy-cost-park-option-vo.d.ts +2 -2
  701. package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +2 -2
  702. package/dist/models/json-result-list-equipment-detail-dto.d.ts +2 -2
  703. package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
  704. package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
  705. package/dist/models/json-result-list-equipment-tree-dto.d.ts +2 -2
  706. package/dist/models/json-result-list-inspection-point.d.ts +2 -2
  707. package/dist/models/json-result-list-inspection-standard-entity.d.ts +2 -2
  708. package/dist/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
  709. package/dist/models/json-result-list-park-list-dto.d.ts +2 -2
  710. package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
  711. package/dist/models/json-result-list-plan-calendar-vo.d.ts +2 -2
  712. package/dist/models/json-result-list-space-image-detail-dto.d.ts +2 -2
  713. package/dist/models/json-result-list-space-point-dto.d.ts +2 -2
  714. package/dist/models/json-result-list-space-qr-code-dto.d.ts +2 -2
  715. package/dist/models/json-result-list-space-tree-dto.d.ts +2 -2
  716. package/dist/models/json-result-list-space-url-dto.d.ts +2 -2
  717. package/dist/models/json-result-list-srm-center-vo.d.ts +2 -2
  718. package/dist/models/json-result-list-supplier-select-dto.d.ts +2 -2
  719. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
  720. package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
  721. package/dist/models/json-result-list-sys-dept.d.ts +2 -2
  722. package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
  723. package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
  724. package/dist/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
  725. package/dist/models/json-result-list-work-order-comment-entity.d.ts +2 -2
  726. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
  727. package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
  728. package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
  729. package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
  730. package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +2 -2
  731. package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
  732. package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
  733. package/dist/models/json-result-maintenance-standard-entity.d.ts +2 -2
  734. package/dist/models/json-result-map-string-object.d.ts +3 -3
  735. package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
  736. package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
  737. package/dist/models/json-result-notice-entity.d.ts +2 -2
  738. package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
  739. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
  740. package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
  741. package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
  742. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
  743. package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
  744. package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
  745. package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
  746. package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
  747. package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
  748. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
  749. package/dist/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
  750. package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
  751. package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
  752. package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
  753. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +2 -2
  754. package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
  755. package/dist/models/json-result-park-info-dto.d.ts +2 -2
  756. package/dist/models/json-result-park-settings-details-dto.d.ts +2 -2
  757. package/dist/models/json-result-period-detail-resp.d.ts +2 -2
  758. package/dist/models/json-result-plan-detail-dto.d.ts +2 -2
  759. package/dist/models/json-result-space-add-redis-list-dto.d.ts +2 -2
  760. package/dist/models/json-result-space-image-detail-dto.d.ts +2 -2
  761. package/dist/models/json-result-srm-center-entity.d.ts +2 -2
  762. package/dist/models/json-result-string.d.ts +1 -1
  763. package/dist/models/json-result-supplier-contract-details-dto.d.ts +2 -2
  764. package/dist/models/json-result-supplier-entity.d.ts +2 -2
  765. package/dist/models/json-result-surveillance-count-dto.d.ts +2 -2
  766. package/dist/models/json-result-surveillance-details-dto.d.ts +2 -2
  767. package/dist/models/json-result-surveillance-live-dto.d.ts +2 -2
  768. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
  769. package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
  770. package/dist/models/json-result-switch-park-v2-dto.d.ts +2 -2
  771. package/dist/models/json-result-sys-dept.d.ts +2 -2
  772. package/dist/models/json-result-sys-user-msg-dto.d.ts +2 -2
  773. package/dist/models/json-result-sys-user.d.ts +2 -2
  774. package/dist/models/json-result-user-add-redis-list-vo.d.ts +2 -2
  775. package/dist/models/json-result-user-settings-entity.d.ts +2 -2
  776. package/dist/models/json-result-violation-work-order-details-dto.d.ts +2 -2
  777. package/dist/models/json-result-void.d.ts +1 -1
  778. package/dist/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
  779. package/dist/models/json-result-work-order-detail-dto.d.ts +2 -2
  780. package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
  781. package/dist/models/json-result.d.ts +1 -1
  782. package/dist/models/maintenance-history-dto.d.ts +2 -2
  783. package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
  784. package/dist/models/maintenance-standard-dto.d.ts +2 -2
  785. package/dist/models/maintenance-standard-entity.d.ts +3 -3
  786. package/dist/models/monitoring-coverage-alert-info.d.ts +1 -1
  787. package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
  788. package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
  789. package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
  790. package/dist/models/network-monitor-repair-details-dto.d.ts +14 -14
  791. package/dist/models/news-info.d.ts +1 -1
  792. package/dist/models/offline-alert-submit-vo.d.ts +1 -1
  793. package/dist/models/offline-alert-work-order-details-dto.d.ts +10 -10
  794. package/dist/models/offline-alert-work-order-info.d.ts +2 -2
  795. package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
  796. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
  797. package/dist/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
  798. package/dist/models/open-api-equipment-list-dto.d.ts +2 -2
  799. package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
  800. package/dist/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
  801. package/dist/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
  802. package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
  803. package/dist/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
  804. package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
  805. package/dist/models/page-dto-equipment-search-system-dto.d.ts +1 -1
  806. package/dist/models/page-dto-inspection-standard-dto.d.ts +1 -1
  807. package/dist/models/page-dto-maintenance-standard-dto.d.ts +1 -1
  808. package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
  809. package/dist/models/page-dto-plan-search-dto.d.ts +1 -1
  810. package/dist/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
  811. package/dist/models/page-dto-surveillance-details-dto.d.ts +1 -1
  812. package/dist/models/page-dto-sys-user-msg-dto.d.ts +1 -1
  813. package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +1 -1
  814. package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
  815. package/dist/models/park-info-dto.d.ts +1 -1
  816. package/dist/models/park-info-edit-vo.d.ts +1 -1
  817. package/dist/models/park-list-dto.d.ts +1 -1
  818. package/dist/models/park.d.ts +1 -1
  819. package/dist/models/period-detail-resp.d.ts +12 -12
  820. package/dist/models/period-detail-resp.js +5 -5
  821. package/dist/models/plan-add-vo.d.ts +9 -9
  822. package/dist/models/plan-add-vo.js +5 -5
  823. package/dist/models/plan-calendar-list-vo.d.ts +5 -5
  824. package/dist/models/plan-calendar-list-vo.js +5 -5
  825. package/dist/models/plan-detail-dto.d.ts +9 -9
  826. package/dist/models/plan-detail-dto.js +5 -5
  827. package/dist/models/plan-edit-vo.d.ts +9 -9
  828. package/dist/models/plan-edit-vo.js +5 -5
  829. package/dist/models/plan-inspection-items-dto.d.ts +3 -3
  830. package/dist/models/plan-item-add-vo.d.ts +2 -2
  831. package/dist/models/plan-item-edit-vo.d.ts +2 -2
  832. package/dist/models/plan-search-dto.d.ts +9 -9
  833. package/dist/models/plan-search-dto.js +5 -5
  834. package/dist/models/process-work-order-vo.d.ts +1 -1
  835. package/dist/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
  836. package/dist/models/save-period-work-order-detail-req.d.ts +1 -1
  837. package/dist/models/sms-captcha-vo.d.ts +1 -1
  838. package/dist/models/source-work-order-dto.d.ts +1 -1
  839. package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
  840. package/dist/models/space-add-redis-list-dto.d.ts +1 -1
  841. package/dist/models/space-add-vo.d.ts +2 -2
  842. package/dist/models/space-detail-dto.d.ts +4 -4
  843. package/dist/models/space-edit-vo.d.ts +2 -2
  844. package/dist/models/space-image-detail-dto.d.ts +2 -2
  845. package/dist/models/space-tree-dto.d.ts +3 -3
  846. package/dist/models/space.d.ts +1 -1
  847. package/dist/models/srm-center-entity.d.ts +1 -1
  848. package/dist/models/srm-center-vo.d.ts +1 -1
  849. package/dist/models/srm-level-add-dto.d.ts +1 -1
  850. package/dist/models/sub-buttons.d.ts +1 -1
  851. package/dist/models/supplier-add-vo.d.ts +2 -2
  852. package/dist/models/supplier-edit-vo.d.ts +2 -2
  853. package/dist/models/supplier-entity.d.ts +2 -2
  854. package/dist/models/surveillance-batch-import-template-dto.d.ts +3 -3
  855. package/dist/models/surveillance-details-dto.d.ts +7 -7
  856. package/dist/models/surveillance-entity.d.ts +3 -3
  857. package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
  858. package/dist/models/surveillance-settings-polling-dto.d.ts +2 -2
  859. package/dist/models/surveillance-settings-polling-vo.d.ts +2 -2
  860. package/dist/models/surveillance-update-vo.d.ts +2 -2
  861. package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
  862. package/dist/models/sync-equipment-status-vo.d.ts +1 -1
  863. package/dist/models/sync-equipment-vo.d.ts +1 -1
  864. package/dist/models/sys-user-info-dto.d.ts +3 -3
  865. package/dist/models/sys-user-msg-dto.d.ts +2 -2
  866. package/dist/models/sys-user.d.ts +4 -4
  867. package/dist/models/user-add-redis-list-vo.d.ts +1 -1
  868. package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
  869. package/dist/models/violation-decision-vo.d.ts +2 -2
  870. package/dist/models/violation-work-order-add-vo.d.ts +3 -3
  871. package/dist/models/violation-work-order-details-dto.d.ts +12 -12
  872. package/dist/models/violation-work-order-info.d.ts +4 -4
  873. package/dist/models/work-order-add-vo.d.ts +3 -3
  874. package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
  875. package/dist/models/work-order-circulation-settings-entity.d.ts +2 -2
  876. package/dist/models/work-order-circulation-vo.d.ts +1 -1
  877. package/dist/models/work-order-decision-vo.d.ts +2 -2
  878. package/dist/models/work-order-dept-settings-entity.d.ts +1 -1
  879. package/dist/models/work-order-detail-dto.d.ts +14 -14
  880. package/dist/models/work-order-ext-data.d.ts +5 -5
  881. package/dist/models/work-order-group-equipment-dto.d.ts +5 -5
  882. package/dist/models/work-order-handler-dto.d.ts +1 -1
  883. package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
  884. package/dist/models/work-order-issue-type-settings-entity.d.ts +2 -2
  885. package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
  886. package/dist/models/work-order-push-settings-entity.d.ts +1 -1
  887. package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
  888. package/dist/models/work-order-push-settings-vo.d.ts +1 -1
  889. package/dist/models/work-order-report-vo.d.ts +3 -3
  890. package/dist/models/work-order-search-dto.d.ts +7 -7
  891. package/dist/models/work-order-spot-check-dto.d.ts +7 -7
  892. package/dist/models/work-order-spot-check-dto.js +5 -5
  893. package/dist/models/work-order-staging-data-vo.d.ts +1 -1
  894. package/dist/models/work-order-submit-vo.d.ts +2 -2
  895. package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
  896. package/dist/models/work-order-type-settings-entity.d.ts +2 -2
  897. package/dist/models/wx-ma-user-info.d.ts +1 -1
  898. package/dist/models/wx-menu.d.ts +2 -2
  899. package/dist/models/wx-mp-conditional-menu.d.ts +2 -2
  900. package/dist/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
  901. package/dist/models/wx-mp-menu.d.ts +1 -1
  902. package/dist/models/wx-mp-self-menu-button.d.ts +2 -2
  903. package/dist/models/wx-mp-self-menu-info.d.ts +1 -1
  904. package/models/access-abnormal-type-enum.ts +2 -2
  905. package/models/access-appointment-record-add-vo.ts +9 -9
  906. package/models/access-appointment-record-details-dto.ts +12 -12
  907. package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
  908. package/models/access-appointment-record-process-details-dto.ts +3 -3
  909. package/models/access-approval-config-vo.ts +2 -2
  910. package/models/access-company-config-entity.ts +1 -1
  911. package/models/access-config-entity.ts +1 -1
  912. package/models/access-config-vo.ts +1 -1
  913. package/models/access-record-details-dto.ts +9 -9
  914. package/models/access-record-summary-details-dto.ts +8 -8
  915. package/models/access-record-summary-list-dto.ts +7 -7
  916. package/models/access-vehicle-length-enum.ts +6 -6
  917. package/models/access-visitor-person-type-config-vo.ts +1 -1
  918. package/models/access-whitelist-application-add-vo.ts +4 -4
  919. package/models/access-whitelist-application-batch-import-template-dto.ts +3 -3
  920. package/models/access-whitelist-application-details-dto.ts +6 -6
  921. package/models/access-whitelist-application-process-details-dto.ts +3 -3
  922. package/models/access-whitelist-application-update-vo.ts +1 -1
  923. package/models/app-login-wx-chat-dto.ts +1 -1
  924. package/models/area-park-dto.ts +1 -1
  925. package/models/base-error-result.ts +1 -1
  926. package/models/center-list-dto.ts +1 -1
  927. package/models/cuser-info.ts +1 -1
  928. package/models/dashboard-access-search-dto.ts +3 -3
  929. package/models/dashboard-access-source-group-stats-vo.ts +1 -1
  930. package/models/dashboard-equipment-park-group-stats-vo.ts +1 -1
  931. package/models/dashboard-equipment-system-group-stats-vo.ts +1 -1
  932. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +1 -1
  933. package/models/dashboard-surveillance-search-dto.ts +1 -1
  934. package/models/dashboard-work-order-by-park-search-dto.ts +3 -3
  935. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +2 -2
  936. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +1 -1
  937. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
  938. package/models/dashboard-work-order-list-search-dto.ts +4 -4
  939. package/models/dashboard-work-order-type-group-stats-vo.ts +2 -2
  940. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +1 -1
  941. package/models/dept-relation-dto.ts +2 -2
  942. package/models/dept-relation.ts +2 -2
  943. package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
  944. package/models/disaster-warning-standard-entity.ts +1 -1
  945. package/models/disaster-warning-standard-import-dto.ts +1 -1
  946. package/models/energy-cost-add-record-dto.ts +2 -2
  947. package/models/energy-cost-add-setting-dto.ts +1 -1
  948. package/models/energy-cost-add-setting-dtopark-setting.ts +1 -1
  949. package/models/energy-cost-analysis-export-dto.ts +1 -1
  950. package/models/energy-cost-edit-record-dto.ts +2 -2
  951. package/models/energy-cost-record-info-not-emun-vo.ts +1 -1
  952. package/models/energy-cost-record-info-vo.ts +1 -1
  953. package/models/energy-cost-trend-vo.ts +1 -1
  954. package/models/equipment-add-redis-list-dto.ts +1 -1
  955. package/models/equipment-detail-dto.ts +2 -2
  956. package/models/equipment-edit-batch-vo.ts +1 -1
  957. package/models/equipment-edit-vo.ts +2 -2
  958. package/models/equipment-search-system-dto.ts +3 -3
  959. package/models/equipment-search-vo.ts +1 -1
  960. package/models/equipment-status-stats-vo.ts +1 -1
  961. package/models/equipment-tree-details-dto.ts +2 -2
  962. package/models/equipment-tree-dto.ts +1 -1
  963. package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +1 -1
  964. package/models/excel-import-result-dtocalendar-export-dto.ts +1 -1
  965. package/models/excel-import-result-dtodisaster-warning-standard-import-dto.ts +1 -1
  966. package/models/excel-import-result-dtoequipment-excel-add-dto.ts +1 -1
  967. package/models/excel-import-result-dtoinspection-standard-import-dto.ts +1 -1
  968. package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +1 -1
  969. package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +1 -1
  970. package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +1 -1
  971. package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +1 -1
  972. package/models/exploration-work-order-add-vo.ts +3 -3
  973. package/models/exploration-work-order-details-dto.ts +9 -9
  974. package/models/exploration-work-order-info.ts +2 -2
  975. package/models/followup-work-order-dto.ts +1 -1
  976. package/models/group-dept-vo.ts +1 -1
  977. package/models/inspection-handle-req.ts +1 -1
  978. package/models/inspection-point-item.ts +1 -1
  979. package/models/inspection-point.ts +1 -1
  980. package/models/inspection-standard-add-or-update-vo.ts +4 -4
  981. package/models/inspection-standard-dto.ts +4 -4
  982. package/models/inspection-standard-entity.ts +5 -5
  983. package/models/inspection-standard-import-dto.ts +2 -2
  984. package/models/insurance-work-order-issue-vo.ts +1 -1
  985. package/models/insurance-work-order-vo.ts +1 -1
  986. package/models/ipage-energy-cost-analysis-list-vo.ts +1 -1
  987. package/models/ipage-energy-cost-record-info-vo.ts +1 -1
  988. package/models/json-result-access-appointment-record-details-dto.ts +2 -2
  989. package/models/json-result-access-blacklist-details-dto.ts +2 -2
  990. package/models/json-result-access-company-config-entity.ts +2 -2
  991. package/models/json-result-access-config-entity.ts +2 -2
  992. package/models/json-result-access-record-summary-details-dto.ts +2 -2
  993. package/models/json-result-access-whitelist-application-details-dto.ts +2 -2
  994. package/models/json-result-admission-terms-record-details-dto.ts +2 -2
  995. package/models/json-result-applet-user-type-dto.ts +2 -2
  996. package/models/json-result-big-decimal.ts +1 -1
  997. package/models/json-result-boolean.ts +1 -1
  998. package/models/json-result-calendar-entity.ts +2 -2
  999. package/models/json-result-dashboard-park-statistics-vo.ts +2 -2
  1000. package/models/json-result-disaster-warning-standard-entity.ts +2 -2
  1001. package/models/json-result-energy-cost-analysis-overview-vo.ts +2 -2
  1002. package/models/json-result-energy-cost-per-area-analysis-vo.ts +2 -2
  1003. package/models/json-result-energy-cost-per-unit-analysis-vo.ts +2 -2
  1004. package/models/json-result-energy-cost-record-bill-info-vo.ts +2 -2
  1005. package/models/json-result-energy-cost-record-info-not-emun-vo.ts +2 -2
  1006. package/models/json-result-energy-cost-record-info-vo.ts +2 -2
  1007. package/models/json-result-energy-cost-unit-price-analysis-vo.ts +2 -2
  1008. package/models/json-result-equipment-add-redis-list-dto.ts +2 -2
  1009. package/models/json-result-equipment-detail-dto.ts +2 -2
  1010. package/models/json-result-equipment-search-system-dto.ts +2 -2
  1011. package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +2 -2
  1012. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +2 -2
  1013. package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +2 -2
  1014. package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +2 -2
  1015. package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +2 -2
  1016. package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +2 -2
  1017. package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +2 -2
  1018. package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +2 -2
  1019. package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +2 -2
  1020. package/models/json-result-exploration-work-order-details-dto.ts +2 -2
  1021. package/models/json-result-file-dto.ts +2 -2
  1022. package/models/json-result-group-dept-vo.ts +2 -2
  1023. package/models/json-result-inspection-standard-entity.ts +2 -2
  1024. package/models/json-result-integer.ts +1 -1
  1025. package/models/json-result-ipage-energy-cost-analysis-list-vo.ts +2 -2
  1026. package/models/json-result-ipage-energy-cost-record-info-vo.ts +2 -2
  1027. package/models/json-result-json-result-list-space-tree-dto.ts +2 -2
  1028. package/models/json-result-list-access-appointment-record-process-details-dto.ts +2 -2
  1029. package/models/json-result-list-access-company-config-entity.ts +2 -2
  1030. package/models/json-result-list-access-whitelist-application-process-details-dto.ts +2 -2
  1031. package/models/json-result-list-address-region-entity.ts +2 -2
  1032. package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +2 -2
  1033. package/models/json-result-list-area-park-dto.ts +2 -2
  1034. package/models/json-result-list-calendar-entity.ts +2 -2
  1035. package/models/json-result-list-center-list-dto.ts +2 -2
  1036. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +2 -2
  1037. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +2 -2
  1038. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +2 -2
  1039. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +2 -2
  1040. package/models/json-result-list-dashboard-series-stats-base-vo.ts +2 -2
  1041. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +2 -2
  1042. package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +2 -2
  1043. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +2 -2
  1044. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +2 -2
  1045. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +2 -2
  1046. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +2 -2
  1047. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +2 -2
  1048. package/models/json-result-list-energy-cost-park-option-vo.ts +2 -2
  1049. package/models/json-result-list-energy-cost-trend-vo.ts +2 -2
  1050. package/models/json-result-list-equipment-detail-dto.ts +2 -2
  1051. package/models/json-result-list-equipment-qr-code-dto.ts +2 -2
  1052. package/models/json-result-list-equipment-system-tree-dto.ts +2 -2
  1053. package/models/json-result-list-equipment-tree-dto.ts +2 -2
  1054. package/models/json-result-list-inspection-point.ts +2 -2
  1055. package/models/json-result-list-inspection-standard-entity.ts +2 -2
  1056. package/models/json-result-list-maintenance-standard-entity.ts +2 -2
  1057. package/models/json-result-list-park-list-dto.ts +2 -2
  1058. package/models/json-result-list-plan-calendar-list-vo.ts +2 -2
  1059. package/models/json-result-list-plan-calendar-vo.ts +2 -2
  1060. package/models/json-result-list-space-image-detail-dto.ts +2 -2
  1061. package/models/json-result-list-space-point-dto.ts +2 -2
  1062. package/models/json-result-list-space-qr-code-dto.ts +2 -2
  1063. package/models/json-result-list-space-tree-dto.ts +2 -2
  1064. package/models/json-result-list-space-url-dto.ts +2 -2
  1065. package/models/json-result-list-srm-center-vo.ts +2 -2
  1066. package/models/json-result-list-supplier-select-dto.ts +2 -2
  1067. package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +2 -2
  1068. package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +2 -2
  1069. package/models/json-result-list-sys-dept.ts +2 -2
  1070. package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +2 -2
  1071. package/models/json-result-list-work-order-circulation-settings-entity.ts +2 -2
  1072. package/models/json-result-list-work-order-circulation-vo.ts +2 -2
  1073. package/models/json-result-list-work-order-comment-entity.ts +2 -2
  1074. package/models/json-result-list-work-order-dept-settings-entity.ts +2 -2
  1075. package/models/json-result-list-work-order-inspection-detail-dto.ts +2 -2
  1076. package/models/json-result-list-work-order-issue-type-settings-entity.ts +2 -2
  1077. package/models/json-result-list-work-order-push-settings-entity.ts +2 -2
  1078. package/models/json-result-list-work-order-spot-check-dto.ts +2 -2
  1079. package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +2 -2
  1080. package/models/json-result-list-work-order-type-settings-entity.ts +2 -2
  1081. package/models/json-result-maintenance-standard-entity.ts +2 -2
  1082. package/models/json-result-map-string-object.ts +3 -3
  1083. package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +2 -2
  1084. package/models/json-result-network-monitor-repair-details-dto.ts +2 -2
  1085. package/models/json-result-notice-entity.ts +2 -2
  1086. package/models/json-result-offline-alert-work-order-details-dto.ts +2 -2
  1087. package/models/json-result-page-dto-access-appointment-record-details-dto.ts +2 -2
  1088. package/models/json-result-page-dto-access-blacklist-details-dto.ts +2 -2
  1089. package/models/json-result-page-dto-access-record-summary-list-dto.ts +2 -2
  1090. package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +2 -2
  1091. package/models/json-result-page-dto-admission-terms-record-list-dto.ts +2 -2
  1092. package/models/json-result-page-dto-disaster-warning-standard-entity.ts +2 -2
  1093. package/models/json-result-page-dto-equipment-search-system-dto.ts +2 -2
  1094. package/models/json-result-page-dto-inspection-standard-dto.ts +2 -2
  1095. package/models/json-result-page-dto-maintenance-standard-dto.ts +2 -2
  1096. package/models/json-result-page-dto-open-api-equipment-list-dto.ts +2 -2
  1097. package/models/json-result-page-dto-plan-search-dto.ts +2 -2
  1098. package/models/json-result-page-dto-supplier-contract-details-dto.ts +2 -2
  1099. package/models/json-result-page-dto-surveillance-details-dto.ts +2 -2
  1100. package/models/json-result-page-dto-sys-user-msg-dto.ts +2 -2
  1101. package/models/json-result-page-dto-work-order-group-equipment-dto.ts +2 -2
  1102. package/models/json-result-page-dto-work-order-search-dto.ts +2 -2
  1103. package/models/json-result-park-info-dto.ts +2 -2
  1104. package/models/json-result-park-settings-details-dto.ts +2 -2
  1105. package/models/json-result-period-detail-resp.ts +2 -2
  1106. package/models/json-result-plan-detail-dto.ts +2 -2
  1107. package/models/json-result-space-add-redis-list-dto.ts +2 -2
  1108. package/models/json-result-space-image-detail-dto.ts +2 -2
  1109. package/models/json-result-srm-center-entity.ts +2 -2
  1110. package/models/json-result-string.ts +1 -1
  1111. package/models/json-result-supplier-contract-details-dto.ts +2 -2
  1112. package/models/json-result-supplier-entity.ts +2 -2
  1113. package/models/json-result-surveillance-count-dto.ts +2 -2
  1114. package/models/json-result-surveillance-details-dto.ts +2 -2
  1115. package/models/json-result-surveillance-live-dto.ts +2 -2
  1116. package/models/json-result-surveillance-settings-details-dto.ts +2 -2
  1117. package/models/json-result-surveillance-settings-polling-dto.ts +2 -2
  1118. package/models/json-result-switch-park-v2-dto.ts +2 -2
  1119. package/models/json-result-sys-dept.ts +2 -2
  1120. package/models/json-result-sys-user-msg-dto.ts +2 -2
  1121. package/models/json-result-sys-user.ts +2 -2
  1122. package/models/json-result-user-add-redis-list-vo.ts +2 -2
  1123. package/models/json-result-user-settings-entity.ts +2 -2
  1124. package/models/json-result-violation-work-order-details-dto.ts +2 -2
  1125. package/models/json-result-void.ts +1 -1
  1126. package/models/json-result-work-order-dept-settings-entity.ts +2 -2
  1127. package/models/json-result-work-order-detail-dto.ts +2 -2
  1128. package/models/json-result-work-order-issue-type-settings-entity.ts +2 -2
  1129. package/models/json-result.ts +1 -1
  1130. package/models/maintenance-history-dto.ts +2 -2
  1131. package/models/maintenance-standard-add-or-update-vo.ts +2 -2
  1132. package/models/maintenance-standard-dto.ts +2 -2
  1133. package/models/maintenance-standard-entity.ts +3 -3
  1134. package/models/monitoring-coverage-alert-info.ts +1 -1
  1135. package/models/monitoring-coverage-alert-process-vo.ts +1 -1
  1136. package/models/monitoring-coverage-alert-work-order-details-dto.ts +7 -7
  1137. package/models/network-monitor-repair-add-vo.ts +3 -3
  1138. package/models/network-monitor-repair-details-dto.ts +14 -14
  1139. package/models/news-info.ts +1 -1
  1140. package/models/offline-alert-submit-vo.ts +1 -1
  1141. package/models/offline-alert-work-order-details-dto.ts +10 -10
  1142. package/models/offline-alert-work-order-info.ts +2 -2
  1143. package/models/offline-alert-work-order-vo.ts +1 -1
  1144. package/models/open-api-access-appointment-record-add-vo.ts +8 -8
  1145. package/models/open-api-access-appointment-record-delete-vo.ts +1 -1
  1146. package/models/open-api-equipment-list-dto.ts +2 -2
  1147. package/models/page-dto-access-appointment-record-details-dto.ts +1 -1
  1148. package/models/page-dto-access-blacklist-details-dto.ts +1 -1
  1149. package/models/page-dto-access-record-summary-list-dto.ts +1 -1
  1150. package/models/page-dto-access-whitelist-application-details-dto.ts +1 -1
  1151. package/models/page-dto-admission-terms-record-list-dto.ts +1 -1
  1152. package/models/page-dto-disaster-warning-standard-entity.ts +1 -1
  1153. package/models/page-dto-equipment-search-system-dto.ts +1 -1
  1154. package/models/page-dto-inspection-standard-dto.ts +1 -1
  1155. package/models/page-dto-maintenance-standard-dto.ts +1 -1
  1156. package/models/page-dto-open-api-equipment-list-dto.ts +1 -1
  1157. package/models/page-dto-plan-search-dto.ts +1 -1
  1158. package/models/page-dto-supplier-contract-details-dto.ts +1 -1
  1159. package/models/page-dto-surveillance-details-dto.ts +1 -1
  1160. package/models/page-dto-sys-user-msg-dto.ts +1 -1
  1161. package/models/page-dto-work-order-group-equipment-dto.ts +1 -1
  1162. package/models/page-dto-work-order-search-dto.ts +1 -1
  1163. package/models/park-info-dto.ts +1 -1
  1164. package/models/park-info-edit-vo.ts +1 -1
  1165. package/models/park-list-dto.ts +1 -1
  1166. package/models/park.ts +1 -1
  1167. package/models/period-detail-resp.ts +12 -12
  1168. package/models/plan-add-vo.ts +9 -9
  1169. package/models/plan-calendar-list-vo.ts +5 -5
  1170. package/models/plan-detail-dto.ts +9 -9
  1171. package/models/plan-edit-vo.ts +9 -9
  1172. package/models/plan-inspection-items-dto.ts +3 -3
  1173. package/models/plan-item-add-vo.ts +2 -2
  1174. package/models/plan-item-edit-vo.ts +2 -2
  1175. package/models/plan-search-dto.ts +9 -9
  1176. package/models/process-work-order-vo.ts +1 -1
  1177. package/models/safety-smart-fire-record-gizone-dto.ts +1 -1
  1178. package/models/save-period-work-order-detail-req.ts +1 -1
  1179. package/models/sms-captcha-vo.ts +1 -1
  1180. package/models/source-work-order-dto.ts +1 -1
  1181. package/models/source-work-order-inspection-dto.ts +1 -1
  1182. package/models/space-add-redis-list-dto.ts +1 -1
  1183. package/models/space-add-vo.ts +2 -2
  1184. package/models/space-detail-dto.ts +4 -4
  1185. package/models/space-edit-vo.ts +2 -2
  1186. package/models/space-image-detail-dto.ts +2 -2
  1187. package/models/space-tree-dto.ts +3 -3
  1188. package/models/space.ts +1 -1
  1189. package/models/srm-center-entity.ts +1 -1
  1190. package/models/srm-center-vo.ts +1 -1
  1191. package/models/srm-level-add-dto.ts +1 -1
  1192. package/models/sub-buttons.ts +1 -1
  1193. package/models/supplier-add-vo.ts +2 -2
  1194. package/models/supplier-edit-vo.ts +2 -2
  1195. package/models/supplier-entity.ts +2 -2
  1196. package/models/surveillance-batch-import-template-dto.ts +3 -3
  1197. package/models/surveillance-details-dto.ts +7 -7
  1198. package/models/surveillance-entity.ts +3 -3
  1199. package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
  1200. package/models/surveillance-settings-polling-dto.ts +2 -2
  1201. package/models/surveillance-settings-polling-vo.ts +2 -2
  1202. package/models/surveillance-update-vo.ts +2 -2
  1203. package/models/switch-pak-body-v2-vo.ts +1 -1
  1204. package/models/sync-equipment-status-vo.ts +1 -1
  1205. package/models/sync-equipment-vo.ts +1 -1
  1206. package/models/sys-user-info-dto.ts +3 -3
  1207. package/models/sys-user-msg-dto.ts +2 -2
  1208. package/models/sys-user.ts +4 -4
  1209. package/models/user-add-redis-list-vo.ts +1 -1
  1210. package/models/user-roles-and-permissions-dto.ts +1 -1
  1211. package/models/violation-decision-vo.ts +2 -2
  1212. package/models/violation-work-order-add-vo.ts +3 -3
  1213. package/models/violation-work-order-details-dto.ts +12 -12
  1214. package/models/violation-work-order-info.ts +4 -4
  1215. package/models/work-order-add-vo.ts +3 -3
  1216. package/models/work-order-circulation-settings-add-or-update-vo.ts +2 -2
  1217. package/models/work-order-circulation-settings-entity.ts +2 -2
  1218. package/models/work-order-circulation-vo.ts +1 -1
  1219. package/models/work-order-decision-vo.ts +2 -2
  1220. package/models/work-order-dept-settings-entity.ts +1 -1
  1221. package/models/work-order-detail-dto.ts +14 -14
  1222. package/models/work-order-ext-data.ts +5 -5
  1223. package/models/work-order-group-equipment-dto.ts +5 -5
  1224. package/models/work-order-handler-dto.ts +1 -1
  1225. package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
  1226. package/models/work-order-issue-type-settings-entity.ts +2 -2
  1227. package/models/work-order-msg-remind-config-info.ts +2 -2
  1228. package/models/work-order-push-settings-entity.ts +1 -1
  1229. package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
  1230. package/models/work-order-push-settings-vo.ts +1 -1
  1231. package/models/work-order-report-vo.ts +3 -3
  1232. package/models/work-order-search-dto.ts +7 -7
  1233. package/models/work-order-spot-check-dto.ts +7 -7
  1234. package/models/work-order-staging-data-vo.ts +1 -1
  1235. package/models/work-order-submit-vo.ts +2 -2
  1236. package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +2 -2
  1237. package/models/work-order-type-settings-entity.ts +2 -2
  1238. package/models/wx-ma-user-info.ts +1 -1
  1239. package/models/wx-menu.ts +2 -2
  1240. package/models/wx-mp-conditional-menu.ts +2 -2
  1241. package/models/wx-mp-get-self-menu-info-result.ts +1 -1
  1242. package/models/wx-mp-menu.ts +1 -1
  1243. package/models/wx-mp-self-menu-button.ts +2 -2
  1244. package/models/wx-mp-self-menu-info.ts +1 -1
  1245. package/package.json +4 -4
@@ -10,16 +10,16 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { Configuration } from '../configuration';
13
- import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
14
- import { RequestArgs, BaseAPI } from '../base';
15
- import { EnergyCostAddRecordDTO } from '../models';
16
- import { EnergyCostEditRecordDTO } from '../models';
17
- import { JsonResult } from '../models';
18
- import { JsonResultEnergyCostRecordBillInfoVO } from '../models';
19
- import { JsonResultEnergyCostRecordInfoNotEmunVO } from '../models';
20
- import { JsonResultEnergyCostRecordInfoVO } from '../models';
21
- import { JsonResultIPageEnergyCostRecordInfoVO } from '../models';
22
- import { JsonResultMapStringObject } from '../models';
13
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import { type RequestArgs, BaseAPI } from '../base';
15
+ import type { EnergyCostAddRecordDTO } from '../models';
16
+ import type { EnergyCostEditRecordDTO } from '../models';
17
+ import type { JsonResult } from '../models';
18
+ import type { JsonResultEnergyCostRecordBillInfoVO } from '../models';
19
+ import type { JsonResultEnergyCostRecordInfoNotEmunVO } from '../models';
20
+ import type { JsonResultEnergyCostRecordInfoVO } from '../models';
21
+ import type { JsonResultIPageEnergyCostRecordInfoVO } from '../models';
22
+ import type { JsonResultMapStringObject } from '../models';
23
23
  /**
24
24
  * EnergyCostRecordControllerApi - axios parameter creator
25
25
  * @export
@@ -32,7 +32,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
32
32
  * @param {*} [options] Override http request option.
33
33
  * @throws {RequiredError}
34
34
  */
35
- billBaseInfo: (id: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
+ billBaseInfo: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36
36
  /**
37
37
  *
38
38
  * @summary 新增能源消耗-返回详情
@@ -42,7 +42,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
42
42
  * @param {*} [options] Override http request option.
43
43
  * @throws {RequiredError}
44
44
  */
45
- energyCostAddRecordDetail: (id?: number, billId?: number, billCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
45
+ energyCostAddRecordDetail: (id?: number, billId?: number, billCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
46
46
  /**
47
47
  *
48
48
  * @summary 新增能源消耗-草稿
@@ -50,7 +50,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
50
50
  * @param {*} [options] Override http request option.
51
51
  * @throws {RequiredError}
52
52
  */
53
- energyCostAddRecordInputDraft: (energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: AxiosRequestConfig) => Promise<RequestArgs>;
53
+ energyCostAddRecordInputDraft: (energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
54
54
  /**
55
55
  *
56
56
  * @summary 新增能源消耗-列表
@@ -64,7 +64,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
64
64
  * @param {*} [options] Override http request option.
65
65
  * @throws {RequiredError}
66
66
  */
67
- energyCostAddRecordList: (page?: number, size?: number, billCode?: string, startTime?: string, endTime?: string, energyType?: EnergyCostAddRecordListEnergyTypeEnum, status?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
67
+ energyCostAddRecordList: (page?: number, size?: number, billCode?: string, startTime?: string, endTime?: string, energyType?: EnergyCostAddRecordListEnergyTypeEnum, status?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68
68
  /**
69
69
  *
70
70
  * @summary 新增能源消耗-next
@@ -72,7 +72,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
72
72
  * @param {*} [options] Override http request option.
73
73
  * @throws {RequiredError}
74
74
  */
75
- energyCostAddRecordNext: (energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: AxiosRequestConfig) => Promise<RequestArgs>;
75
+ energyCostAddRecordNext: (energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
76
76
  /**
77
77
  *
78
78
  * @summary 新增能源消耗-提交
@@ -80,7 +80,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
80
80
  * @param {*} [options] Override http request option.
81
81
  * @throws {RequiredError}
82
82
  */
83
- energyCostAddRecordSubmit: (energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: AxiosRequestConfig) => Promise<RequestArgs>;
83
+ energyCostAddRecordSubmit: (energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
84
84
  /**
85
85
  *
86
86
  * @summary 编辑能源消耗
@@ -88,7 +88,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
88
88
  * @param {*} [options] Override http request option.
89
89
  * @throws {RequiredError}
90
90
  */
91
- energyCostEditRecord: (energyCostEditRecordDTO: EnergyCostEditRecordDTO, options?: AxiosRequestConfig) => Promise<RequestArgs>;
91
+ energyCostEditRecord: (energyCostEditRecordDTO: EnergyCostEditRecordDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
92
92
  /**
93
93
  *
94
94
  * @summary 获取下拉框内容
@@ -96,7 +96,7 @@ export declare const EnergyCostRecordControllerApiAxiosParamCreator: (configurat
96
96
  * @param {*} [options] Override http request option.
97
97
  * @throws {RequiredError}
98
98
  */
99
- getOptions: (type?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
99
+ getOptions: (type?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
100
100
  };
101
101
  /**
102
102
  * EnergyCostRecordControllerApi - functional programming interface
@@ -110,7 +110,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
110
110
  * @param {*} [options] Override http request option.
111
111
  * @throws {RequiredError}
112
112
  */
113
- billBaseInfo(id: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordBillInfoVO>>;
113
+ billBaseInfo(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordBillInfoVO>>;
114
114
  /**
115
115
  *
116
116
  * @summary 新增能源消耗-返回详情
@@ -120,7 +120,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
120
120
  * @param {*} [options] Override http request option.
121
121
  * @throws {RequiredError}
122
122
  */
123
- energyCostAddRecordDetail(id?: number, billId?: number, billCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoNotEmunVO>>;
123
+ energyCostAddRecordDetail(id?: number, billId?: number, billCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoNotEmunVO>>;
124
124
  /**
125
125
  *
126
126
  * @summary 新增能源消耗-草稿
@@ -128,7 +128,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
128
128
  * @param {*} [options] Override http request option.
129
129
  * @throws {RequiredError}
130
130
  */
131
- energyCostAddRecordInputDraft(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
131
+ energyCostAddRecordInputDraft(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
132
132
  /**
133
133
  *
134
134
  * @summary 新增能源消耗-列表
@@ -142,7 +142,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
142
142
  * @param {*} [options] Override http request option.
143
143
  * @throws {RequiredError}
144
144
  */
145
- energyCostAddRecordList(page?: number, size?: number, billCode?: string, startTime?: string, endTime?: string, energyType?: EnergyCostAddRecordListEnergyTypeEnum, status?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultIPageEnergyCostRecordInfoVO>>;
145
+ energyCostAddRecordList(page?: number, size?: number, billCode?: string, startTime?: string, endTime?: string, energyType?: EnergyCostAddRecordListEnergyTypeEnum, status?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultIPageEnergyCostRecordInfoVO>>;
146
146
  /**
147
147
  *
148
148
  * @summary 新增能源消耗-next
@@ -150,7 +150,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
150
150
  * @param {*} [options] Override http request option.
151
151
  * @throws {RequiredError}
152
152
  */
153
- energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
153
+ energyCostAddRecordNext(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
154
154
  /**
155
155
  *
156
156
  * @summary 新增能源消耗-提交
@@ -158,7 +158,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
158
158
  * @param {*} [options] Override http request option.
159
159
  * @throws {RequiredError}
160
160
  */
161
- energyCostAddRecordSubmit(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
161
+ energyCostAddRecordSubmit(energyCostAddRecordDTO: EnergyCostAddRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
162
162
  /**
163
163
  *
164
164
  * @summary 编辑能源消耗
@@ -166,7 +166,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
166
166
  * @param {*} [options] Override http request option.
167
167
  * @throws {RequiredError}
168
168
  */
169
- energyCostEditRecord(energyCostEditRecordDTO: EnergyCostEditRecordDTO, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
169
+ energyCostEditRecord(energyCostEditRecordDTO: EnergyCostEditRecordDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultEnergyCostRecordInfoVO>>;
170
170
  /**
171
171
  *
172
172
  * @summary 获取下拉框内容
@@ -174,7 +174,7 @@ export declare const EnergyCostRecordControllerApiFp: (configuration?: Configura
174
174
  * @param {*} [options] Override http request option.
175
175
  * @throws {RequiredError}
176
176
  */
177
- getOptions(type?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultMapStringObject>>;
177
+ getOptions(type?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultMapStringObject>>;
178
178
  };
179
179
  /**
180
180
  * EnergyCostRecordControllerApi - factory interface
@@ -188,7 +188,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
188
188
  * @param {*} [options] Override http request option.
189
189
  * @throws {RequiredError}
190
190
  */
191
- billBaseInfo(requestParameters: EnergyCostRecordControllerApiBillBaseInfoRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordBillInfoVO>;
191
+ billBaseInfo(requestParameters: EnergyCostRecordControllerApiBillBaseInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordBillInfoVO>;
192
192
  /**
193
193
  *
194
194
  * @summary 新增能源消耗-返回详情
@@ -196,7 +196,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
196
196
  * @param {*} [options] Override http request option.
197
197
  * @throws {RequiredError}
198
198
  */
199
- energyCostAddRecordDetail(requestParameters?: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoNotEmunVO>;
199
+ energyCostAddRecordDetail(requestParameters?: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoNotEmunVO>;
200
200
  /**
201
201
  *
202
202
  * @summary 新增能源消耗-草稿
@@ -204,7 +204,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
204
204
  * @param {*} [options] Override http request option.
205
205
  * @throws {RequiredError}
206
206
  */
207
- energyCostAddRecordInputDraft(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
207
+ energyCostAddRecordInputDraft(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
208
208
  /**
209
209
  *
210
210
  * @summary 新增能源消耗-列表
@@ -212,7 +212,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
212
212
  * @param {*} [options] Override http request option.
213
213
  * @throws {RequiredError}
214
214
  */
215
- energyCostAddRecordList(requestParameters?: EnergyCostRecordControllerApiEnergyCostAddRecordListRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultIPageEnergyCostRecordInfoVO>;
215
+ energyCostAddRecordList(requestParameters?: EnergyCostRecordControllerApiEnergyCostAddRecordListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultIPageEnergyCostRecordInfoVO>;
216
216
  /**
217
217
  *
218
218
  * @summary 新增能源消耗-next
@@ -220,7 +220,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
220
220
  * @param {*} [options] Override http request option.
221
221
  * @throws {RequiredError}
222
222
  */
223
- energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
223
+ energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
224
224
  /**
225
225
  *
226
226
  * @summary 新增能源消耗-提交
@@ -228,7 +228,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
228
228
  * @param {*} [options] Override http request option.
229
229
  * @throws {RequiredError}
230
230
  */
231
- energyCostAddRecordSubmit(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
231
+ energyCostAddRecordSubmit(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
232
232
  /**
233
233
  *
234
234
  * @summary 编辑能源消耗
@@ -236,7 +236,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
236
236
  * @param {*} [options] Override http request option.
237
237
  * @throws {RequiredError}
238
238
  */
239
- energyCostEditRecord(requestParameters: EnergyCostRecordControllerApiEnergyCostEditRecordRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
239
+ energyCostEditRecord(requestParameters: EnergyCostRecordControllerApiEnergyCostEditRecordRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultEnergyCostRecordInfoVO>;
240
240
  /**
241
241
  *
242
242
  * @summary 获取下拉框内容
@@ -244,7 +244,7 @@ export declare const EnergyCostRecordControllerApiFactory: (configuration?: Conf
244
244
  * @param {*} [options] Override http request option.
245
245
  * @throws {RequiredError}
246
246
  */
247
- getOptions(requestParameters?: EnergyCostRecordControllerApiGetOptionsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultMapStringObject>;
247
+ getOptions(requestParameters?: EnergyCostRecordControllerApiGetOptionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultMapStringObject>;
248
248
  };
249
249
  /**
250
250
  * Request parameters for billBaseInfo operation in EnergyCostRecordControllerApi.
@@ -413,7 +413,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
413
413
  * @throws {RequiredError}
414
414
  * @memberof EnergyCostRecordControllerApi
415
415
  */
416
- billBaseInfo(requestParameters: EnergyCostRecordControllerApiBillBaseInfoRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordBillInfoVO, any>>;
416
+ billBaseInfo(requestParameters: EnergyCostRecordControllerApiBillBaseInfoRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordBillInfoVO, any, {}>>;
417
417
  /**
418
418
  *
419
419
  * @summary 新增能源消耗-返回详情
@@ -422,7 +422,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
422
422
  * @throws {RequiredError}
423
423
  * @memberof EnergyCostRecordControllerApi
424
424
  */
425
- energyCostAddRecordDetail(requestParameters?: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoNotEmunVO, any>>;
425
+ energyCostAddRecordDetail(requestParameters?: EnergyCostRecordControllerApiEnergyCostAddRecordDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoNotEmunVO, any, {}>>;
426
426
  /**
427
427
  *
428
428
  * @summary 新增能源消耗-草稿
@@ -431,7 +431,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
431
431
  * @throws {RequiredError}
432
432
  * @memberof EnergyCostRecordControllerApi
433
433
  */
434
- energyCostAddRecordInputDraft(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
434
+ energyCostAddRecordInputDraft(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordInputDraftRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
435
435
  /**
436
436
  *
437
437
  * @summary 新增能源消耗-列表
@@ -440,7 +440,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
440
440
  * @throws {RequiredError}
441
441
  * @memberof EnergyCostRecordControllerApi
442
442
  */
443
- energyCostAddRecordList(requestParameters?: EnergyCostRecordControllerApiEnergyCostAddRecordListRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultIPageEnergyCostRecordInfoVO, any>>;
443
+ energyCostAddRecordList(requestParameters?: EnergyCostRecordControllerApiEnergyCostAddRecordListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultIPageEnergyCostRecordInfoVO, any, {}>>;
444
444
  /**
445
445
  *
446
446
  * @summary 新增能源消耗-next
@@ -449,7 +449,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
449
449
  * @throws {RequiredError}
450
450
  * @memberof EnergyCostRecordControllerApi
451
451
  */
452
- energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any>>;
452
+ energyCostAddRecordNext(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordNextRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
453
453
  /**
454
454
  *
455
455
  * @summary 新增能源消耗-提交
@@ -458,7 +458,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
458
458
  * @throws {RequiredError}
459
459
  * @memberof EnergyCostRecordControllerApi
460
460
  */
461
- energyCostAddRecordSubmit(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
461
+ energyCostAddRecordSubmit(requestParameters: EnergyCostRecordControllerApiEnergyCostAddRecordSubmitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
462
462
  /**
463
463
  *
464
464
  * @summary 编辑能源消耗
@@ -467,7 +467,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
467
467
  * @throws {RequiredError}
468
468
  * @memberof EnergyCostRecordControllerApi
469
469
  */
470
- energyCostEditRecord(requestParameters: EnergyCostRecordControllerApiEnergyCostEditRecordRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any>>;
470
+ energyCostEditRecord(requestParameters: EnergyCostRecordControllerApiEnergyCostEditRecordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultEnergyCostRecordInfoVO, any, {}>>;
471
471
  /**
472
472
  *
473
473
  * @summary 获取下拉框内容
@@ -476,7 +476,7 @@ export declare class EnergyCostRecordControllerApi extends BaseAPI {
476
476
  * @throws {RequiredError}
477
477
  * @memberof EnergyCostRecordControllerApi
478
478
  */
479
- getOptions(requestParameters?: EnergyCostRecordControllerApiGetOptionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultMapStringObject, any>>;
479
+ getOptions(requestParameters?: EnergyCostRecordControllerApiGetOptionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultMapStringObject, any, {}>>;
480
480
  }
481
481
  /**
482
482
  * @export
@@ -42,7 +42,7 @@ const EnergyCostRecordControllerApiAxiosParamCreator = function (configuration)
42
42
  * @param {*} [options] Override http request option.
43
43
  * @throws {RequiredError}
44
44
  */
45
- billBaseInfo: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
45
+ billBaseInfo: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
46
46
  // verify required parameter 'id' is not null or undefined
47
47
  (0, common_1.assertParamExists)('billBaseInfo', 'id', id);
48
48
  const localVarPath = `/gizone/energy/cost/record/billBaseInfo`;
@@ -78,7 +78,7 @@ const EnergyCostRecordControllerApiAxiosParamCreator = function (configuration)
78
78
  * @param {*} [options] Override http request option.
79
79
  * @throws {RequiredError}
80
80
  */
81
- energyCostAddRecordDetail: (id, billId, billCode, options = {}) => __awaiter(this, void 0, void 0, function* () {
81
+ energyCostAddRecordDetail: (id_1, billId_1, billCode_1, ...args_1) => __awaiter(this, [id_1, billId_1, billCode_1, ...args_1], void 0, function* (id, billId, billCode, options = {}) {
82
82
  const localVarPath = `/gizone/energy/cost/record/detail`;
83
83
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
84
84
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -116,7 +116,7 @@ const EnergyCostRecordControllerApiAxiosParamCreator = function (configuration)
116
116
  * @param {*} [options] Override http request option.
117
117
  * @throws {RequiredError}
118
118
  */
119
- energyCostAddRecordInputDraft: (energyCostAddRecordDTO, options = {}) => __awaiter(this, void 0, void 0, function* () {
119
+ energyCostAddRecordInputDraft: (energyCostAddRecordDTO_1, ...args_1) => __awaiter(this, [energyCostAddRecordDTO_1, ...args_1], void 0, function* (energyCostAddRecordDTO, options = {}) {
120
120
  // verify required parameter 'energyCostAddRecordDTO' is not null or undefined
121
121
  (0, common_1.assertParamExists)('energyCostAddRecordInputDraft', 'energyCostAddRecordDTO', energyCostAddRecordDTO);
122
122
  const localVarPath = `/gizone/energy/cost/record/input/draft`;
@@ -155,7 +155,7 @@ const EnergyCostRecordControllerApiAxiosParamCreator = function (configuration)
155
155
  * @param {*} [options] Override http request option.
156
156
  * @throws {RequiredError}
157
157
  */
158
- energyCostAddRecordList: (page, size, billCode, startTime, endTime, energyType, status, options = {}) => __awaiter(this, void 0, void 0, function* () {
158
+ energyCostAddRecordList: (page_1, size_1, billCode_1, startTime_1, endTime_1, energyType_1, status_1, ...args_1) => __awaiter(this, [page_1, size_1, billCode_1, startTime_1, endTime_1, energyType_1, status_1, ...args_1], void 0, function* (page, size, billCode, startTime, endTime, energyType, status, options = {}) {
159
159
  const localVarPath = `/gizone/energy/cost/record/list`;
160
160
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
161
161
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -205,7 +205,7 @@ const EnergyCostRecordControllerApiAxiosParamCreator = function (configuration)
205
205
  * @param {*} [options] Override http request option.
206
206
  * @throws {RequiredError}
207
207
  */
208
- energyCostAddRecordNext: (energyCostAddRecordDTO, options = {}) => __awaiter(this, void 0, void 0, function* () {
208
+ energyCostAddRecordNext: (energyCostAddRecordDTO_1, ...args_1) => __awaiter(this, [energyCostAddRecordDTO_1, ...args_1], void 0, function* (energyCostAddRecordDTO, options = {}) {
209
209
  // verify required parameter 'energyCostAddRecordDTO' is not null or undefined
210
210
  (0, common_1.assertParamExists)('energyCostAddRecordNext', 'energyCostAddRecordDTO', energyCostAddRecordDTO);
211
211
  const localVarPath = `/gizone/energy/cost/record/next`;
@@ -238,7 +238,7 @@ const EnergyCostRecordControllerApiAxiosParamCreator = function (configuration)
238
238
  * @param {*} [options] Override http request option.
239
239
  * @throws {RequiredError}
240
240
  */
241
- energyCostAddRecordSubmit: (energyCostAddRecordDTO, options = {}) => __awaiter(this, void 0, void 0, function* () {
241
+ energyCostAddRecordSubmit: (energyCostAddRecordDTO_1, ...args_1) => __awaiter(this, [energyCostAddRecordDTO_1, ...args_1], void 0, function* (energyCostAddRecordDTO, options = {}) {
242
242
  // verify required parameter 'energyCostAddRecordDTO' is not null or undefined
243
243
  (0, common_1.assertParamExists)('energyCostAddRecordSubmit', 'energyCostAddRecordDTO', energyCostAddRecordDTO);
244
244
  const localVarPath = `/gizone/energy/cost/record/submit`;
@@ -271,7 +271,7 @@ const EnergyCostRecordControllerApiAxiosParamCreator = function (configuration)
271
271
  * @param {*} [options] Override http request option.
272
272
  * @throws {RequiredError}
273
273
  */
274
- energyCostEditRecord: (energyCostEditRecordDTO, options = {}) => __awaiter(this, void 0, void 0, function* () {
274
+ energyCostEditRecord: (energyCostEditRecordDTO_1, ...args_1) => __awaiter(this, [energyCostEditRecordDTO_1, ...args_1], void 0, function* (energyCostEditRecordDTO, options = {}) {
275
275
  // verify required parameter 'energyCostEditRecordDTO' is not null or undefined
276
276
  (0, common_1.assertParamExists)('energyCostEditRecord', 'energyCostEditRecordDTO', energyCostEditRecordDTO);
277
277
  const localVarPath = `/gizone/energy/cost/record/edit`;
@@ -304,7 +304,7 @@ const EnergyCostRecordControllerApiAxiosParamCreator = function (configuration)
304
304
  * @param {*} [options] Override http request option.
305
305
  * @throws {RequiredError}
306
306
  */
307
- getOptions: (type, options = {}) => __awaiter(this, void 0, void 0, function* () {
307
+ getOptions: (type_1, ...args_1) => __awaiter(this, [type_1, ...args_1], void 0, function* (type, options = {}) {
308
308
  const localVarPath = `/gizone/energy/cost/record/getOptions`;
309
309
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
310
310
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -347,12 +347,12 @@ const EnergyCostRecordControllerApiFp = function (configuration) {
347
347
  * @throws {RequiredError}
348
348
  */
349
349
  billBaseInfo(id, options) {
350
- var _a, _b, _c;
351
350
  return __awaiter(this, void 0, void 0, function* () {
351
+ var _a, _b, _c;
352
352
  const localVarAxiosArgs = yield localVarAxiosParamCreator.billBaseInfo(id, options);
353
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
354
- const operationBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.billBaseInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
355
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
353
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
354
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.billBaseInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
355
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
356
356
  });
357
357
  },
358
358
  /**
@@ -365,12 +365,12 @@ const EnergyCostRecordControllerApiFp = function (configuration) {
365
365
  * @throws {RequiredError}
366
366
  */
367
367
  energyCostAddRecordDetail(id, billId, billCode, options) {
368
- var _a, _b, _c;
369
368
  return __awaiter(this, void 0, void 0, function* () {
369
+ var _a, _b, _c;
370
370
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostAddRecordDetail(id, billId, billCode, options);
371
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
372
- const operationBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
373
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
371
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
372
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
373
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
374
374
  });
375
375
  },
376
376
  /**
@@ -381,12 +381,12 @@ const EnergyCostRecordControllerApiFp = function (configuration) {
381
381
  * @throws {RequiredError}
382
382
  */
383
383
  energyCostAddRecordInputDraft(energyCostAddRecordDTO, options) {
384
- var _a, _b, _c;
385
384
  return __awaiter(this, void 0, void 0, function* () {
385
+ var _a, _b, _c;
386
386
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostAddRecordInputDraft(energyCostAddRecordDTO, options);
387
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
388
- const operationBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordInputDraft']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
389
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
387
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
388
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordInputDraft']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
389
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
390
390
  });
391
391
  },
392
392
  /**
@@ -403,12 +403,12 @@ const EnergyCostRecordControllerApiFp = function (configuration) {
403
403
  * @throws {RequiredError}
404
404
  */
405
405
  energyCostAddRecordList(page, size, billCode, startTime, endTime, energyType, status, options) {
406
- var _a, _b, _c;
407
406
  return __awaiter(this, void 0, void 0, function* () {
407
+ var _a, _b, _c;
408
408
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostAddRecordList(page, size, billCode, startTime, endTime, energyType, status, options);
409
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
410
- const operationBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
411
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
409
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
410
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
411
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
412
412
  });
413
413
  },
414
414
  /**
@@ -419,12 +419,12 @@ const EnergyCostRecordControllerApiFp = function (configuration) {
419
419
  * @throws {RequiredError}
420
420
  */
421
421
  energyCostAddRecordNext(energyCostAddRecordDTO, options) {
422
- var _a, _b, _c;
423
422
  return __awaiter(this, void 0, void 0, function* () {
423
+ var _a, _b, _c;
424
424
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostAddRecordNext(energyCostAddRecordDTO, options);
425
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
426
- const operationBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordNext']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
427
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
425
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
426
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordNext']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
427
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
428
428
  });
429
429
  },
430
430
  /**
@@ -435,12 +435,12 @@ const EnergyCostRecordControllerApiFp = function (configuration) {
435
435
  * @throws {RequiredError}
436
436
  */
437
437
  energyCostAddRecordSubmit(energyCostAddRecordDTO, options) {
438
- var _a, _b, _c;
439
438
  return __awaiter(this, void 0, void 0, function* () {
439
+ var _a, _b, _c;
440
440
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostAddRecordSubmit(energyCostAddRecordDTO, options);
441
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
442
- const operationBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordSubmit']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
443
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
441
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
442
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostAddRecordSubmit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
443
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
444
444
  });
445
445
  },
446
446
  /**
@@ -451,12 +451,12 @@ const EnergyCostRecordControllerApiFp = function (configuration) {
451
451
  * @throws {RequiredError}
452
452
  */
453
453
  energyCostEditRecord(energyCostEditRecordDTO, options) {
454
- var _a, _b, _c;
455
454
  return __awaiter(this, void 0, void 0, function* () {
455
+ var _a, _b, _c;
456
456
  const localVarAxiosArgs = yield localVarAxiosParamCreator.energyCostEditRecord(energyCostEditRecordDTO, options);
457
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
458
- const operationBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostEditRecord']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
459
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
457
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
458
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.energyCostEditRecord']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
459
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
460
460
  });
461
461
  },
462
462
  /**
@@ -467,12 +467,12 @@ const EnergyCostRecordControllerApiFp = function (configuration) {
467
467
  * @throws {RequiredError}
468
468
  */
469
469
  getOptions(type, options) {
470
- var _a, _b, _c;
471
470
  return __awaiter(this, void 0, void 0, function* () {
471
+ var _a, _b, _c;
472
472
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getOptions(type, options);
473
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
474
- const operationBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.getOptions']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
475
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
473
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
474
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['EnergyCostRecordControllerApi.getOptions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
475
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
476
476
  });
477
477
  },
478
478
  };