@gizone/rrs-client 4.2.9-alpha.852 → 4.2.9-alpha.855

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 (1531) hide show
  1. package/.openapi-generator/FILES +0 -1
  2. package/api.ts +0 -1
  3. package/apis/access-api.ts +7 -3
  4. package/apis/app-auth-api.ts +20 -12
  5. package/apis/auth-api.ts +58 -26
  6. package/apis/calendar-api.ts +3 -3
  7. package/apis/common-api.ts +171 -53
  8. package/apis/disaster-warning-standard-api.ts +3 -3
  9. package/apis/equipment-api.ts +33 -33
  10. package/apis/excel-language-controller-api.ts +8 -0
  11. package/apis/inspection-standard-api.ts +3 -3
  12. package/apis/maintenance-standard-api.ts +3 -3
  13. package/apis/notification-api.ts +28 -8
  14. package/apis/park-api.ts +6 -6
  15. package/apis/role-api.ts +164 -88
  16. package/apis/setting-api.ts +9 -9
  17. package/apis/supplier-api.ts +10 -12
  18. package/apis/sys-api.ts +266 -50
  19. package/apis/user-api.ts +126 -46
  20. package/apis/web-hook-api.ts +8 -8
  21. package/apis/work-order-api.ts +22 -22
  22. package/dist/api.d.ts +0 -1
  23. package/dist/api.js +0 -1
  24. package/dist/apis/access-api.d.ts +7 -3
  25. package/dist/apis/access-api.js +6 -2
  26. package/dist/apis/app-auth-api.d.ts +23 -15
  27. package/dist/apis/app-auth-api.js +10 -2
  28. package/dist/apis/auth-api.d.ts +68 -36
  29. package/dist/apis/auth-api.js +34 -2
  30. package/dist/apis/calendar-api.d.ts +3 -3
  31. package/dist/apis/calendar-api.js +2 -2
  32. package/dist/apis/common-api.d.ts +186 -70
  33. package/dist/apis/common-api.js +124 -7
  34. package/dist/apis/disaster-warning-standard-api.d.ts +3 -3
  35. package/dist/apis/disaster-warning-standard-api.js +2 -2
  36. package/dist/apis/equipment-api.d.ts +31 -31
  37. package/dist/apis/equipment-api.js +15 -15
  38. package/dist/apis/excel-language-controller-api.d.ts +8 -0
  39. package/dist/apis/excel-language-controller-api.js +8 -0
  40. package/dist/apis/inspection-standard-api.d.ts +3 -3
  41. package/dist/apis/inspection-standard-api.js +2 -2
  42. package/dist/apis/maintenance-standard-api.d.ts +3 -3
  43. package/dist/apis/maintenance-standard-api.js +2 -2
  44. package/dist/apis/notification-api.d.ts +32 -12
  45. package/dist/apis/notification-api.js +20 -0
  46. package/dist/apis/park-api.d.ts +6 -6
  47. package/dist/apis/park-api.js +2 -2
  48. package/dist/apis/role-api.d.ts +144 -56
  49. package/dist/apis/role-api.js +132 -56
  50. package/dist/apis/setting-api.d.ts +9 -9
  51. package/dist/apis/setting-api.js +4 -4
  52. package/dist/apis/supplier-api.d.ts +10 -11
  53. package/dist/apis/supplier-api.js +4 -4
  54. package/dist/apis/sys-api.d.ts +285 -69
  55. package/dist/apis/sys-api.js +220 -4
  56. package/dist/apis/user-api.d.ts +140 -60
  57. package/dist/apis/user-api.js +89 -9
  58. package/dist/apis/web-hook-api.d.ts +12 -12
  59. package/dist/apis/work-order-api.d.ts +20 -20
  60. package/dist/apis/work-order-api.js +10 -10
  61. package/dist/esm/api.d.ts +0 -1
  62. package/dist/esm/api.js +0 -1
  63. package/dist/esm/apis/access-api.d.ts +7 -3
  64. package/dist/esm/apis/access-api.js +6 -2
  65. package/dist/esm/apis/app-auth-api.d.ts +23 -15
  66. package/dist/esm/apis/app-auth-api.js +10 -2
  67. package/dist/esm/apis/auth-api.d.ts +68 -36
  68. package/dist/esm/apis/auth-api.js +34 -2
  69. package/dist/esm/apis/calendar-api.d.ts +3 -3
  70. package/dist/esm/apis/calendar-api.js +2 -2
  71. package/dist/esm/apis/common-api.d.ts +186 -70
  72. package/dist/esm/apis/common-api.js +124 -7
  73. package/dist/esm/apis/disaster-warning-standard-api.d.ts +3 -3
  74. package/dist/esm/apis/disaster-warning-standard-api.js +2 -2
  75. package/dist/esm/apis/equipment-api.d.ts +31 -31
  76. package/dist/esm/apis/equipment-api.js +15 -15
  77. package/dist/esm/apis/excel-language-controller-api.d.ts +8 -0
  78. package/dist/esm/apis/excel-language-controller-api.js +8 -0
  79. package/dist/esm/apis/inspection-standard-api.d.ts +3 -3
  80. package/dist/esm/apis/inspection-standard-api.js +2 -2
  81. package/dist/esm/apis/maintenance-standard-api.d.ts +3 -3
  82. package/dist/esm/apis/maintenance-standard-api.js +2 -2
  83. package/dist/esm/apis/notification-api.d.ts +32 -12
  84. package/dist/esm/apis/notification-api.js +20 -0
  85. package/dist/esm/apis/park-api.d.ts +6 -6
  86. package/dist/esm/apis/park-api.js +2 -2
  87. package/dist/esm/apis/role-api.d.ts +144 -56
  88. package/dist/esm/apis/role-api.js +132 -56
  89. package/dist/esm/apis/setting-api.d.ts +9 -9
  90. package/dist/esm/apis/setting-api.js +4 -4
  91. package/dist/esm/apis/supplier-api.d.ts +10 -11
  92. package/dist/esm/apis/supplier-api.js +4 -4
  93. package/dist/esm/apis/sys-api.d.ts +285 -69
  94. package/dist/esm/apis/sys-api.js +220 -4
  95. package/dist/esm/apis/user-api.d.ts +140 -60
  96. package/dist/esm/apis/user-api.js +89 -9
  97. package/dist/esm/apis/web-hook-api.d.ts +12 -12
  98. package/dist/esm/apis/work-order-api.d.ts +20 -20
  99. package/dist/esm/apis/work-order-api.js +10 -10
  100. package/dist/esm/models/access-abnormal-type-enum.d.ts +1 -1
  101. package/dist/esm/models/access-abnormal-type-enum.js +1 -1
  102. package/dist/esm/models/access-appointment-record-add-vo.d.ts +9 -9
  103. package/dist/esm/models/access-appointment-record-details-dto.d.ts +12 -12
  104. package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
  105. package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +3 -3
  106. package/dist/esm/models/access-appointment-source-enum.d.ts +1 -1
  107. package/dist/esm/models/access-appointment-source-enum.js +1 -1
  108. package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
  109. package/dist/esm/models/access-company-config-entity.d.ts +1 -1
  110. package/dist/esm/models/access-config-entity.d.ts +1 -1
  111. package/dist/esm/models/access-direction-enum.d.ts +1 -1
  112. package/dist/esm/models/access-direction-enum.js +1 -1
  113. package/dist/esm/models/access-reason-enum.d.ts +1 -1
  114. package/dist/esm/models/access-reason-enum.js +1 -1
  115. package/dist/esm/models/access-record-details-dto.d.ts +9 -9
  116. package/dist/esm/models/access-record-summary-details-dto.d.ts +10 -10
  117. package/dist/esm/models/access-record-summary-list-dto.d.ts +8 -8
  118. package/dist/esm/models/access-vehicle-type-enum.d.ts +1 -1
  119. package/dist/esm/models/access-vehicle-type-enum.js +1 -1
  120. package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +1 -1
  121. package/dist/esm/models/access-visitor-person-type-enum.d.ts +1 -1
  122. package/dist/esm/models/access-visitor-person-type-enum.js +1 -1
  123. package/dist/esm/models/access-whitelist-application-add-vo.d.ts +4 -4
  124. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
  125. package/dist/esm/models/access-whitelist-application-details-dto.d.ts +6 -6
  126. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +3 -3
  127. package/dist/esm/models/access-whitelist-application-update-vo.d.ts +1 -1
  128. package/dist/esm/models/address-region-entity.d.ts +1 -1
  129. package/dist/esm/models/app-login-wx-chat-dto.d.ts +1 -1
  130. package/dist/esm/models/applet-sys-user-drop-down-box-list-dto.d.ts +1 -7
  131. package/dist/esm/models/base-error-result.d.ts +1 -1
  132. package/dist/esm/models/budget-balance-query-dto.d.ts +1 -1
  133. package/dist/esm/models/budget-interaction-result-detail-dto.d.ts +1 -1
  134. package/dist/esm/models/business-type-enum.d.ts +1 -1
  135. package/dist/esm/models/business-type-enum.js +1 -1
  136. package/dist/esm/models/calendar-entity.d.ts +1 -1
  137. package/dist/esm/models/center-list-dto.d.ts +1 -1
  138. package/dist/esm/models/cuser-info.d.ts +1 -1
  139. package/dist/esm/models/czy-settlement-interaction-webhook-dto.d.ts +3 -3
  140. package/dist/esm/models/dashboard-access-search-dto.d.ts +2 -2
  141. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
  142. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +3 -3
  143. package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +1 -1
  144. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
  145. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
  146. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +1 -1
  147. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
  148. package/dist/esm/models/dept-relation-dto.d.ts +2 -2
  149. package/dist/esm/models/dept-relation.d.ts +2 -2
  150. package/dist/esm/models/dept.d.ts +2 -2
  151. package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  152. package/dist/esm/models/disaster-warning-standard-entity.d.ts +2 -2
  153. package/dist/esm/models/emission-standard-enum.d.ts +1 -1
  154. package/dist/esm/models/emission-standard-enum.js +1 -1
  155. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
  156. package/dist/esm/models/energy-cost-import-redis-vo.d.ts +1 -1
  157. package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +1 -1
  158. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
  159. package/dist/esm/models/energy-cost-record-info-vo.d.ts +1 -1
  160. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +1 -1
  161. package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
  162. package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
  163. package/dist/esm/models/equipment-search-system-dto.d.ts +2 -2
  164. package/dist/esm/models/equipment-search-vo.d.ts +3 -3
  165. package/dist/esm/models/equipment-status-enum.d.ts +1 -1
  166. package/dist/esm/models/equipment-status-enum.js +1 -1
  167. package/dist/esm/models/equipment-status-stats-vo.d.ts +1 -1
  168. package/dist/esm/models/equipment-tree-details-dto.d.ts +2 -2
  169. package/dist/esm/models/evaluation-approval-process-dto.d.ts +1 -1
  170. package/dist/esm/models/evaluation-approval-process-vo.d.ts +1 -1
  171. package/dist/esm/models/evaluation-config-add-dto.d.ts +1 -1
  172. package/dist/esm/models/evaluation-config-details-vo.d.ts +1 -1
  173. package/dist/esm/models/evaluation-config-import-dto.d.ts +1 -1
  174. package/dist/esm/models/evaluation-config-list-vo.d.ts +1 -1
  175. package/dist/esm/models/evaluation-config-update-dto.d.ts +1 -1
  176. package/dist/esm/models/evaluation-config-violation-dto.d.ts +2 -2
  177. package/dist/esm/models/evaluation-config-violation-vo.d.ts +2 -2
  178. package/dist/esm/models/evaluation-details-vo.d.ts +3 -3
  179. package/dist/esm/models/evaluation-draft-dto.d.ts +2 -2
  180. package/dist/esm/models/evaluation-item-add-dto.d.ts +1 -1
  181. package/dist/esm/models/evaluation-item-vo.d.ts +1 -1
  182. package/dist/esm/models/evaluation-list-vo.d.ts +3 -3
  183. package/dist/esm/models/evaluation-rating-level-enum.d.ts +1 -1
  184. package/dist/esm/models/evaluation-rating-level-enum.js +1 -1
  185. package/dist/esm/models/evaluation-submit-dto.d.ts +2 -2
  186. package/dist/esm/models/evaluation-type-enum.d.ts +1 -1
  187. package/dist/esm/models/evaluation-type-enum.js +1 -1
  188. package/dist/esm/models/evaluation-violation-deduction-type-enum.d.ts +1 -1
  189. package/dist/esm/models/evaluation-violation-deduction-type-enum.js +1 -1
  190. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
  191. package/dist/esm/models/exploration-work-order-add-vo.d.ts +4 -4
  192. package/dist/esm/models/exploration-work-order-details-dto.d.ts +7 -7
  193. package/dist/esm/models/exploration-work-order-info.d.ts +3 -3
  194. package/dist/esm/models/exploration-work-order-type-enum.d.ts +1 -1
  195. package/dist/esm/models/exploration-work-order-type-enum.js +1 -1
  196. package/dist/esm/models/flow-record-vo.d.ts +2 -2
  197. package/dist/esm/models/followup-work-order-dto.d.ts +1 -1
  198. package/dist/esm/models/group-dept-vo.d.ts +1 -1
  199. package/dist/esm/models/hwork-user-list-result-vo.d.ts +2 -2
  200. package/dist/esm/models/inspection-category-enum.d.ts +1 -1
  201. package/dist/esm/models/inspection-category-enum.js +1 -1
  202. package/dist/esm/models/inspection-point-item.d.ts +1 -1
  203. package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +4 -4
  204. package/dist/esm/models/inspection-standard-dto.d.ts +4 -4
  205. package/dist/esm/models/inspection-standard-entity.d.ts +5 -5
  206. package/dist/esm/models/inspection-standard-import-dto.d.ts +2 -2
  207. package/dist/esm/models/inspection-standard-type-enum.d.ts +1 -1
  208. package/dist/esm/models/inspection-standard-type-enum.js +1 -1
  209. package/dist/esm/models/insurance-work-order-issue-vo.d.ts +3 -3
  210. package/dist/esm/models/invoice-type-enum.d.ts +1 -1
  211. package/dist/esm/models/invoice-type-enum.js +1 -1
  212. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +4 -16
  213. package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +5 -5
  214. package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +5 -5
  215. package/dist/esm/models/json-result-access-company-config-entity.d.ts +6 -6
  216. package/dist/esm/models/json-result-access-config-entity.d.ts +6 -6
  217. package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +6 -6
  218. package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +5 -5
  219. package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +6 -6
  220. package/dist/esm/models/json-result-applet-user-type-dto.d.ts +6 -6
  221. package/dist/esm/models/json-result-big-decimal.d.ts +5 -5
  222. package/dist/esm/models/json-result-boolean.d.ts +5 -5
  223. package/dist/esm/models/json-result-calendar-entity.d.ts +6 -6
  224. package/dist/esm/models/json-result-czy-budget-balance-vo.d.ts +6 -6
  225. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.d.ts +6 -6
  226. package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +6 -6
  227. package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +5 -5
  228. package/dist/esm/models/json-result-energy-cost-import-redis-vo.d.ts +6 -6
  229. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +6 -6
  230. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +6 -6
  231. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +6 -6
  232. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +6 -6
  233. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +6 -6
  234. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +6 -6
  235. package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +6 -6
  236. package/dist/esm/models/json-result-equipment-detail-dto.d.ts +6 -6
  237. package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +5 -5
  238. package/dist/esm/models/json-result-evaluation-approval-process-vo.d.ts +6 -6
  239. package/dist/esm/models/json-result-evaluation-config-details-vo.d.ts +6 -6
  240. package/dist/esm/models/json-result-evaluation-details-vo.d.ts +6 -6
  241. package/dist/esm/models/json-result-evaluation-statistics-vo.d.ts +6 -6
  242. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +6 -6
  243. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +6 -6
  244. package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +6 -6
  245. package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +6 -6
  246. package/dist/esm/models/json-result-excel-import-result-dtoevaluation-config-import-dto.d.ts +6 -6
  247. package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +6 -6
  248. package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +6 -6
  249. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +6 -6
  250. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +6 -6
  251. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +6 -6
  252. package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +6 -6
  253. package/dist/esm/models/json-result-file-dto.d.ts +6 -6
  254. package/dist/esm/models/json-result-flow-record-vo.d.ts +6 -6
  255. package/dist/esm/models/json-result-group-dept-vo.d.ts +6 -6
  256. package/dist/esm/models/json-result-hwork-user-list-result-vo.d.ts +6 -6
  257. package/dist/esm/models/json-result-inspection-standard-entity.d.ts +5 -5
  258. package/dist/esm/models/json-result-integer.d.ts +5 -5
  259. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +6 -6
  260. package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +6 -6
  261. package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +5 -5
  262. package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +5 -5
  263. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +5 -5
  264. package/dist/esm/models/json-result-list-address-region-entity.d.ts +5 -5
  265. package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +5 -5
  266. package/dist/esm/models/json-result-list-area-park-dto.d.ts +5 -5
  267. package/dist/esm/models/json-result-list-calendar-entity.d.ts +5 -5
  268. package/dist/esm/models/json-result-list-center-list-dto.d.ts +5 -5
  269. package/dist/esm/models/json-result-list-czy-organization-cost-vo.d.ts +5 -5
  270. package/dist/esm/models/json-result-list-czy-organization-object-export-vo.d.ts +5 -5
  271. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +5 -5
  272. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +5 -5
  273. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +5 -5
  274. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +5 -5
  275. package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +5 -5
  276. package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +5 -5
  277. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +5 -5
  278. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +5 -5
  279. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +5 -5
  280. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +5 -5
  281. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +5 -5
  282. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +5 -5
  283. package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.d.ts +5 -5
  284. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +5 -5
  285. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +5 -5
  286. package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +5 -5
  287. package/dist/esm/models/json-result-list-energy-cost-two-list-vo.d.ts +5 -5
  288. package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +5 -5
  289. package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +5 -5
  290. package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +5 -5
  291. package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +5 -5
  292. package/dist/esm/models/json-result-list-evaluation-module-category-vo.d.ts +5 -5
  293. package/dist/esm/models/json-result-list-flow-record-vo.d.ts +5 -5
  294. package/dist/esm/models/json-result-list-inspection-point.d.ts +5 -5
  295. package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +5 -5
  296. package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +5 -5
  297. package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +5 -5
  298. package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +5 -5
  299. package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +5 -5
  300. package/dist/esm/models/json-result-list-park-list-dto.d.ts +5 -5
  301. package/dist/esm/models/json-result-list-park-select-vo.d.ts +5 -5
  302. package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +5 -5
  303. package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +5 -5
  304. package/dist/esm/models/json-result-list-plan-entity.d.ts +5 -5
  305. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.d.ts +5 -5
  306. package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +5 -5
  307. package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +5 -5
  308. package/dist/esm/models/json-result-list-space-point-dto.d.ts +5 -5
  309. package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +5 -5
  310. package/dist/esm/models/json-result-list-space-tree-dto.d.ts +6 -6
  311. package/dist/esm/models/json-result-list-space-url-dto.d.ts +5 -5
  312. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +5 -5
  313. package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +5 -5
  314. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +5 -5
  315. package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +5 -5
  316. package/dist/esm/models/json-result-list-sys-dept.d.ts +5 -5
  317. package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +5 -5
  318. package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +5 -5
  319. package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +5 -5
  320. package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +5 -5
  321. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +5 -5
  322. package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +5 -5
  323. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +5 -5
  324. package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +5 -5
  325. package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +5 -5
  326. package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +5 -5
  327. package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +5 -5
  328. package/dist/esm/models/json-result-maintenance-daily-work-order-details-dto.d.ts +6 -6
  329. package/dist/esm/models/json-result-maintenance-order-approval-config-entity.d.ts +6 -6
  330. package/dist/esm/models/json-result-maintenance-order-details-vo.d.ts +6 -6
  331. package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +6 -6
  332. package/dist/esm/models/json-result-map-string-object.d.ts +7 -7
  333. package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +6 -6
  334. package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +6 -6
  335. package/dist/esm/models/json-result-notice-entity.d.ts +6 -6
  336. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +6 -6
  337. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +6 -6
  338. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +6 -6
  339. package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +6 -6
  340. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +6 -6
  341. package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +6 -6
  342. package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +6 -6
  343. package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +6 -6
  344. package/dist/esm/models/json-result-page-dto-evaluation-config-list-vo.d.ts +6 -6
  345. package/dist/esm/models/json-result-page-dto-evaluation-list-vo.d.ts +6 -6
  346. package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +6 -6
  347. package/dist/esm/models/json-result-page-dto-maintenance-order-list-vo.d.ts +6 -6
  348. package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +6 -6
  349. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +6 -6
  350. package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +6 -6
  351. package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +6 -6
  352. package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +6 -6
  353. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +6 -6
  354. package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +6 -6
  355. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +6 -6
  356. package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +6 -6
  357. package/dist/esm/models/json-result-park-info-dto.d.ts +6 -6
  358. package/dist/esm/models/json-result-park-settings-details-dto.d.ts +6 -6
  359. package/dist/esm/models/json-result-period-detail-resp.d.ts +6 -6
  360. package/dist/esm/models/json-result-plan-detail-dto.d.ts +6 -6
  361. package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +6 -6
  362. package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +6 -6
  363. package/dist/esm/models/json-result-space-image-detail-dto.d.ts +6 -6
  364. package/dist/esm/models/json-result-srm-center-entity.d.ts +6 -6
  365. package/dist/esm/models/json-result-string.d.ts +5 -5
  366. package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +5 -5
  367. package/dist/esm/models/json-result-supplier-entity.d.ts +6 -6
  368. package/dist/esm/models/json-result-surveillance-count-dto.d.ts +6 -6
  369. package/dist/esm/models/json-result-surveillance-details-dto.d.ts +5 -5
  370. package/dist/esm/models/json-result-surveillance-live-dto.d.ts +6 -6
  371. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +6 -6
  372. package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +6 -6
  373. package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +6 -6
  374. package/dist/esm/models/json-result-sys-dept.d.ts +5 -5
  375. package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +5 -5
  376. package/dist/esm/models/json-result-sys-user.d.ts +5 -5
  377. package/dist/esm/models/json-result-two-energy-consumption-summar-vo.d.ts +6 -6
  378. package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +6 -6
  379. package/dist/esm/models/json-result-user-settings-entity.d.ts +6 -6
  380. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +6 -6
  381. package/dist/esm/models/json-result-void.d.ts +5 -5
  382. package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +6 -6
  383. package/dist/esm/models/json-result-work-order-detail-dto.d.ts +6 -6
  384. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +6 -6
  385. package/dist/esm/models/json-result-zjht-contract-data-result.d.ts +6 -6
  386. package/dist/esm/models/json-result.d.ts +7 -7
  387. package/dist/esm/models/login-type-enum.d.ts +1 -1
  388. package/dist/esm/models/login-type-enum.js +1 -1
  389. package/dist/esm/models/maintenace-daily-abnormal-cause-type-enum.d.ts +1 -1
  390. package/dist/esm/models/maintenace-daily-abnormal-cause-type-enum.js +1 -1
  391. package/dist/esm/models/maintenance-daily-work-order-details-dto.d.ts +7 -7
  392. package/dist/esm/models/maintenance-daily-work-order-info.d.ts +1 -1
  393. package/dist/esm/models/maintenance-daily-work-order-list-dto.d.ts +1 -1
  394. package/dist/esm/models/maintenance-daily-work-order-process-vo.d.ts +1 -1
  395. package/dist/esm/models/maintenance-history-dto.d.ts +2 -2
  396. package/dist/esm/models/maintenance-order-acceptance-add-dto.d.ts +1 -1
  397. package/dist/esm/models/maintenance-order-approval-config-entity.d.ts +2 -2
  398. package/dist/esm/models/maintenance-order-approval-status-enum.d.ts +1 -1
  399. package/dist/esm/models/maintenance-order-approval-status-enum.js +1 -1
  400. package/dist/esm/models/maintenance-order-details-vo.d.ts +6 -6
  401. package/dist/esm/models/maintenance-order-list-vo.d.ts +2 -2
  402. package/dist/esm/models/maintenance-order-operate-type-enum.d.ts +1 -1
  403. package/dist/esm/models/maintenance-order-operate-type-enum.js +1 -1
  404. package/dist/esm/models/maintenance-order-process-record-list-vo.d.ts +2 -2
  405. package/dist/esm/models/maintenance-order-process-status-enum.d.ts +1 -1
  406. package/dist/esm/models/maintenance-order-process-status-enum.js +1 -1
  407. package/dist/esm/models/maintenance-order-status-enum.d.ts +1 -1
  408. package/dist/esm/models/maintenance-order-status-enum.js +1 -1
  409. package/dist/esm/models/maintenance-order-type-enum.d.ts +1 -1
  410. package/dist/esm/models/maintenance-order-type-enum.js +1 -1
  411. package/dist/esm/models/maintenance-order-warranty-details-vo.d.ts +1 -1
  412. package/dist/esm/models/maintenance-order-warranty-period-enum.d.ts +1 -1
  413. package/dist/esm/models/maintenance-order-warranty-period-enum.js +1 -1
  414. package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
  415. package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
  416. package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
  417. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +1 -1
  418. package/dist/esm/models/mdm-increment-vendors-vo.d.ts +1 -1
  419. package/dist/esm/models/message-push-log-search-list-bo.d.ts +2 -2
  420. package/dist/esm/models/monitoring-coverage-alert-info.d.ts +1 -1
  421. package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
  422. package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +1 -1
  423. package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +1 -1
  424. package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +6 -6
  425. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
  426. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +12 -12
  427. package/dist/esm/models/notice-entity.d.ts +1 -1
  428. package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
  429. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +8 -8
  430. package/dist/esm/models/offline-alert-work-order-info.d.ts +3 -3
  431. package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
  432. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
  433. package/dist/esm/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
  434. package/dist/esm/models/open-api-equipment-list-dto.d.ts +2 -2
  435. package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
  436. package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
  437. package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
  438. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
  439. package/dist/esm/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
  440. package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
  441. package/dist/esm/models/page-dto-equipment-search-system-dto.d.ts +1 -1
  442. package/dist/esm/models/page-dto-evaluation-config-list-vo.d.ts +1 -1
  443. package/dist/esm/models/page-dto-evaluation-list-vo.d.ts +1 -1
  444. package/dist/esm/models/page-dto-inspection-standard-dto.d.ts +1 -1
  445. package/dist/esm/models/page-dto-maintenance-order-list-vo.d.ts +1 -1
  446. package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +1 -1
  447. package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
  448. package/dist/esm/models/page-dto-plan-search-dto.d.ts +1 -1
  449. package/dist/esm/models/page-dto-reimbursement-bill-list-vo.d.ts +1 -1
  450. package/dist/esm/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
  451. package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +1 -1
  452. package/dist/esm/models/page-dto-sys-user-msg-dto.d.ts +1 -1
  453. package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +1 -1
  454. package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
  455. package/dist/esm/models/park-center-attribute-enum.d.ts +1 -1
  456. package/dist/esm/models/park-center-attribute-enum.js +1 -1
  457. package/dist/esm/models/park-info-dto.d.ts +1 -1
  458. package/dist/esm/models/park-info-edit-vo.d.ts +1 -1
  459. package/dist/esm/models/park-list-dto.d.ts +1 -1
  460. package/dist/esm/models/park-plat-form-enum.d.ts +1 -1
  461. package/dist/esm/models/park-plat-form-enum.js +1 -1
  462. package/dist/esm/models/park.d.ts +1 -1
  463. package/dist/esm/models/payment-method-enum.d.ts +1 -1
  464. package/dist/esm/models/payment-method-enum.js +1 -1
  465. package/dist/esm/models/period-detail-resp.d.ts +4 -4
  466. package/dist/esm/models/plan-add-vo.d.ts +3 -3
  467. package/dist/esm/models/plan-detail-dto.d.ts +4 -4
  468. package/dist/esm/models/plan-edit-vo.d.ts +3 -3
  469. package/dist/esm/models/plan-entity.d.ts +3 -3
  470. package/dist/esm/models/plan-image-list.d.ts +1 -1
  471. package/dist/esm/models/plan-item-add-vo.d.ts +2 -2
  472. package/dist/esm/models/plan-item-edit-vo.d.ts +2 -2
  473. package/dist/esm/models/plan-search-dto.d.ts +2 -2
  474. package/dist/esm/models/process-work-order-vo.d.ts +1 -1
  475. package/dist/esm/models/reimbursement-bill-details-vo.d.ts +5 -5
  476. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +3 -3
  477. package/dist/esm/models/reimbursement-bill-list-vo.d.ts +5 -5
  478. package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +3 -3
  479. package/dist/esm/models/reimbursement-platform-status-dto.d.ts +1 -1
  480. package/dist/esm/models/response-data.d.ts +2 -2
  481. package/dist/esm/models/result-code.d.ts +1 -1
  482. package/dist/esm/models/result-code.js +1 -1
  483. package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
  484. package/dist/esm/models/source-work-order-dto.d.ts +1 -1
  485. package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
  486. package/dist/esm/models/space-add-excel-dto.d.ts +1 -1
  487. package/dist/esm/models/space-add-vo.d.ts +1 -1
  488. package/dist/esm/models/space-detail-dto.d.ts +2 -2
  489. package/dist/esm/models/space-edit-vo.d.ts +1 -1
  490. package/dist/esm/models/space-image-detail-dto.d.ts +1 -1
  491. package/dist/esm/models/space-tree-dto.d.ts +2 -2
  492. package/dist/esm/models/space-type-enum.d.ts +1 -1
  493. package/dist/esm/models/space-type-enum.js +1 -1
  494. package/dist/esm/models/srm-center-entity.d.ts +2 -2
  495. package/dist/esm/models/srm-center-vo.d.ts +3 -3
  496. package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
  497. package/dist/esm/models/supplier-entity.d.ts +1 -1
  498. package/dist/esm/models/supplier-search-vo.d.ts +2 -2
  499. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +3 -3
  500. package/dist/esm/models/surveillance-details-dto.d.ts +7 -7
  501. package/dist/esm/models/surveillance-entity.d.ts +3 -3
  502. package/dist/esm/models/surveillance-screen-layout-enum.d.ts +1 -1
  503. package/dist/esm/models/surveillance-screen-layout-enum.js +1 -1
  504. package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
  505. package/dist/esm/models/surveillance-settings-polling-dto.d.ts +1 -1
  506. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +1 -1
  507. package/dist/esm/models/surveillance-update-vo.d.ts +2 -2
  508. package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
  509. package/dist/esm/models/sys-config.d.ts +2 -2
  510. package/dist/esm/models/sys-dept-drop-down-box-list-dto.d.ts +3 -3
  511. package/dist/esm/models/sys-dept.d.ts +2 -2
  512. package/dist/esm/models/sys-dict-data.d.ts +2 -2
  513. package/dist/esm/models/sys-dict-type.d.ts +2 -2
  514. package/dist/esm/models/sys-logininfor.d.ts +2 -2
  515. package/dist/esm/models/sys-menu.d.ts +2 -2
  516. package/dist/esm/models/sys-notice.d.ts +2 -2
  517. package/dist/esm/models/sys-oper-log.d.ts +2 -2
  518. package/dist/esm/models/sys-post.d.ts +2 -2
  519. package/dist/esm/models/sys-role.d.ts +2 -2
  520. package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
  521. package/dist/esm/models/sys-user.d.ts +7 -7
  522. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -1
  523. package/dist/esm/models/system-user-msg-source-type-enum.js +1 -1
  524. package/dist/esm/models/table-data-info.d.ts +2 -2
  525. package/dist/esm/models/third-party-system-enum.d.ts +1 -1
  526. package/dist/esm/models/third-party-system-enum.js +1 -1
  527. package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
  528. package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
  529. package/dist/esm/models/user-settings-entity.d.ts +4 -4
  530. package/dist/esm/models/user-settings-update-bo.d.ts +3 -3
  531. package/dist/esm/models/user-source-enum.d.ts +1 -1
  532. package/dist/esm/models/user-source-enum.js +1 -1
  533. package/dist/esm/models/user.d.ts +1 -1
  534. package/dist/esm/models/violation-decision-vo.d.ts +2 -2
  535. package/dist/esm/models/violation-level-enum.d.ts +1 -1
  536. package/dist/esm/models/violation-level-enum.js +1 -1
  537. package/dist/esm/models/violation-work-order-add-vo.d.ts +3 -3
  538. package/dist/esm/models/violation-work-order-details-dto.d.ts +10 -10
  539. package/dist/esm/models/violation-work-order-info.d.ts +4 -4
  540. package/dist/esm/models/work-order-add-vo.d.ts +3 -3
  541. package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
  542. package/dist/esm/models/work-order-circulation-settings-entity.d.ts +3 -3
  543. package/dist/esm/models/work-order-circulation-vo.d.ts +1 -1
  544. package/dist/esm/models/work-order-comment-entity.d.ts +1 -1
  545. package/dist/esm/models/work-order-decision-vo.d.ts +2 -2
  546. package/dist/esm/models/work-order-dept-settings-entity.d.ts +2 -2
  547. package/dist/esm/models/work-order-detail-dto.d.ts +11 -11
  548. package/dist/esm/models/work-order-ext-data.d.ts +6 -6
  549. package/dist/esm/models/work-order-group-equipment-dto.d.ts +3 -3
  550. package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
  551. package/dist/esm/models/work-order-handler-status-enum.d.ts +1 -1
  552. package/dist/esm/models/work-order-handler-status-enum.js +1 -1
  553. package/dist/esm/models/work-order-internal-status-enum.d.ts +1 -1
  554. package/dist/esm/models/work-order-internal-status-enum.js +1 -1
  555. package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -1
  556. package/dist/esm/models/work-order-issue-type-enum.js +1 -1
  557. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
  558. package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +3 -3
  559. package/dist/esm/models/work-order-liability-party-enum.d.ts +1 -1
  560. package/dist/esm/models/work-order-liability-party-enum.js +1 -1
  561. package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
  562. package/dist/esm/models/work-order-plan-holidays-enum.d.ts +1 -1
  563. package/dist/esm/models/work-order-plan-holidays-enum.js +1 -1
  564. package/dist/esm/models/work-order-plan-repeats-enum.d.ts +1 -1
  565. package/dist/esm/models/work-order-plan-repeats-enum.js +1 -1
  566. package/dist/esm/models/work-order-push-settings-entity.d.ts +2 -2
  567. package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
  568. package/dist/esm/models/work-order-report-vo.d.ts +3 -3
  569. package/dist/esm/models/work-order-search-dto.d.ts +6 -6
  570. package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -1
  571. package/dist/esm/models/work-order-settings-type-enum.js +1 -1
  572. package/dist/esm/models/work-order-source-enum.d.ts +1 -1
  573. package/dist/esm/models/work-order-source-enum.js +1 -1
  574. package/dist/esm/models/work-order-space-dto.d.ts +1 -1
  575. package/dist/esm/models/work-order-spot-check-dto.d.ts +2 -2
  576. package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
  577. package/dist/esm/models/work-order-status-enum.d.ts +1 -1
  578. package/dist/esm/models/work-order-status-enum.js +1 -1
  579. package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
  580. package/dist/esm/models/work-order-type-alert-receiver-type-enum.d.ts +1 -1
  581. package/dist/esm/models/work-order-type-alert-receiver-type-enum.js +1 -1
  582. package/dist/esm/models/work-order-type-enum.d.ts +1 -1
  583. package/dist/esm/models/work-order-type-enum.js +1 -1
  584. package/dist/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +1 -1
  585. package/dist/esm/models/work-order-type-remind-rule-enum.d.ts +1 -1
  586. package/dist/esm/models/work-order-type-remind-rule-enum.js +1 -1
  587. package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
  588. package/dist/esm/models/work-order-type-subcategory-enum.d.ts +1 -1
  589. package/dist/esm/models/work-order-type-subcategory-enum.js +1 -1
  590. package/dist/esm/models/zjht-contract.d.ts +1 -1
  591. package/dist/models/access-abnormal-type-enum.d.ts +1 -1
  592. package/dist/models/access-abnormal-type-enum.js +1 -1
  593. package/dist/models/access-appointment-record-add-vo.d.ts +9 -9
  594. package/dist/models/access-appointment-record-details-dto.d.ts +12 -12
  595. package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
  596. package/dist/models/access-appointment-record-process-details-dto.d.ts +3 -3
  597. package/dist/models/access-appointment-source-enum.d.ts +1 -1
  598. package/dist/models/access-appointment-source-enum.js +1 -1
  599. package/dist/models/access-approval-config-vo.d.ts +2 -2
  600. package/dist/models/access-company-config-entity.d.ts +1 -1
  601. package/dist/models/access-config-entity.d.ts +1 -1
  602. package/dist/models/access-direction-enum.d.ts +1 -1
  603. package/dist/models/access-direction-enum.js +1 -1
  604. package/dist/models/access-reason-enum.d.ts +1 -1
  605. package/dist/models/access-reason-enum.js +1 -1
  606. package/dist/models/access-record-details-dto.d.ts +9 -9
  607. package/dist/models/access-record-summary-details-dto.d.ts +10 -10
  608. package/dist/models/access-record-summary-list-dto.d.ts +8 -8
  609. package/dist/models/access-vehicle-type-enum.d.ts +1 -1
  610. package/dist/models/access-vehicle-type-enum.js +1 -1
  611. package/dist/models/access-visitor-person-type-config-vo.d.ts +1 -1
  612. package/dist/models/access-visitor-person-type-enum.d.ts +1 -1
  613. package/dist/models/access-visitor-person-type-enum.js +1 -1
  614. package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
  615. package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
  616. package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
  617. package/dist/models/access-whitelist-application-process-details-dto.d.ts +3 -3
  618. package/dist/models/access-whitelist-application-update-vo.d.ts +1 -1
  619. package/dist/models/address-region-entity.d.ts +1 -1
  620. package/dist/models/app-login-wx-chat-dto.d.ts +1 -1
  621. package/dist/models/applet-sys-user-drop-down-box-list-dto.d.ts +1 -7
  622. package/dist/models/base-error-result.d.ts +1 -1
  623. package/dist/models/budget-balance-query-dto.d.ts +1 -1
  624. package/dist/models/budget-interaction-result-detail-dto.d.ts +1 -1
  625. package/dist/models/business-type-enum.d.ts +1 -1
  626. package/dist/models/business-type-enum.js +1 -1
  627. package/dist/models/calendar-entity.d.ts +1 -1
  628. package/dist/models/center-list-dto.d.ts +1 -1
  629. package/dist/models/cuser-info.d.ts +1 -1
  630. package/dist/models/czy-settlement-interaction-webhook-dto.d.ts +3 -3
  631. package/dist/models/dashboard-access-search-dto.d.ts +2 -2
  632. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
  633. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +3 -3
  634. package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +1 -1
  635. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
  636. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
  637. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +1 -1
  638. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
  639. package/dist/models/dept-relation-dto.d.ts +2 -2
  640. package/dist/models/dept-relation.d.ts +2 -2
  641. package/dist/models/dept.d.ts +2 -2
  642. package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  643. package/dist/models/disaster-warning-standard-entity.d.ts +2 -2
  644. package/dist/models/emission-standard-enum.d.ts +1 -1
  645. package/dist/models/emission-standard-enum.js +1 -1
  646. package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
  647. package/dist/models/energy-cost-import-redis-vo.d.ts +1 -1
  648. package/dist/models/energy-cost-record-bill-info-vo.d.ts +1 -1
  649. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
  650. package/dist/models/energy-cost-record-info-vo.d.ts +1 -1
  651. package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +1 -1
  652. package/dist/models/equipment-detail-dto.d.ts +2 -2
  653. package/dist/models/equipment-edit-vo.d.ts +2 -2
  654. package/dist/models/equipment-search-system-dto.d.ts +2 -2
  655. package/dist/models/equipment-search-vo.d.ts +3 -3
  656. package/dist/models/equipment-status-enum.d.ts +1 -1
  657. package/dist/models/equipment-status-enum.js +1 -1
  658. package/dist/models/equipment-status-stats-vo.d.ts +1 -1
  659. package/dist/models/equipment-tree-details-dto.d.ts +2 -2
  660. package/dist/models/evaluation-approval-process-dto.d.ts +1 -1
  661. package/dist/models/evaluation-approval-process-vo.d.ts +1 -1
  662. package/dist/models/evaluation-config-add-dto.d.ts +1 -1
  663. package/dist/models/evaluation-config-details-vo.d.ts +1 -1
  664. package/dist/models/evaluation-config-import-dto.d.ts +1 -1
  665. package/dist/models/evaluation-config-list-vo.d.ts +1 -1
  666. package/dist/models/evaluation-config-update-dto.d.ts +1 -1
  667. package/dist/models/evaluation-config-violation-dto.d.ts +2 -2
  668. package/dist/models/evaluation-config-violation-vo.d.ts +2 -2
  669. package/dist/models/evaluation-details-vo.d.ts +3 -3
  670. package/dist/models/evaluation-draft-dto.d.ts +2 -2
  671. package/dist/models/evaluation-item-add-dto.d.ts +1 -1
  672. package/dist/models/evaluation-item-vo.d.ts +1 -1
  673. package/dist/models/evaluation-list-vo.d.ts +3 -3
  674. package/dist/models/evaluation-rating-level-enum.d.ts +1 -1
  675. package/dist/models/evaluation-rating-level-enum.js +1 -1
  676. package/dist/models/evaluation-submit-dto.d.ts +2 -2
  677. package/dist/models/evaluation-type-enum.d.ts +1 -1
  678. package/dist/models/evaluation-type-enum.js +1 -1
  679. package/dist/models/evaluation-violation-deduction-type-enum.d.ts +1 -1
  680. package/dist/models/evaluation-violation-deduction-type-enum.js +1 -1
  681. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
  682. package/dist/models/exploration-work-order-add-vo.d.ts +4 -4
  683. package/dist/models/exploration-work-order-details-dto.d.ts +7 -7
  684. package/dist/models/exploration-work-order-info.d.ts +3 -3
  685. package/dist/models/exploration-work-order-type-enum.d.ts +1 -1
  686. package/dist/models/exploration-work-order-type-enum.js +1 -1
  687. package/dist/models/flow-record-vo.d.ts +2 -2
  688. package/dist/models/followup-work-order-dto.d.ts +1 -1
  689. package/dist/models/group-dept-vo.d.ts +1 -1
  690. package/dist/models/hwork-user-list-result-vo.d.ts +2 -2
  691. package/dist/models/inspection-category-enum.d.ts +1 -1
  692. package/dist/models/inspection-category-enum.js +1 -1
  693. package/dist/models/inspection-point-item.d.ts +1 -1
  694. package/dist/models/inspection-standard-add-or-update-vo.d.ts +4 -4
  695. package/dist/models/inspection-standard-dto.d.ts +4 -4
  696. package/dist/models/inspection-standard-entity.d.ts +5 -5
  697. package/dist/models/inspection-standard-import-dto.d.ts +2 -2
  698. package/dist/models/inspection-standard-type-enum.d.ts +1 -1
  699. package/dist/models/inspection-standard-type-enum.js +1 -1
  700. package/dist/models/insurance-work-order-issue-vo.d.ts +3 -3
  701. package/dist/models/invoice-type-enum.d.ts +1 -1
  702. package/dist/models/invoice-type-enum.js +1 -1
  703. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +4 -16
  704. package/dist/models/json-result-access-appointment-record-details-dto.d.ts +5 -5
  705. package/dist/models/json-result-access-blacklist-details-dto.d.ts +5 -5
  706. package/dist/models/json-result-access-company-config-entity.d.ts +6 -6
  707. package/dist/models/json-result-access-config-entity.d.ts +6 -6
  708. package/dist/models/json-result-access-record-summary-details-dto.d.ts +6 -6
  709. package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +5 -5
  710. package/dist/models/json-result-admission-terms-record-details-dto.d.ts +6 -6
  711. package/dist/models/json-result-applet-user-type-dto.d.ts +6 -6
  712. package/dist/models/json-result-big-decimal.d.ts +5 -5
  713. package/dist/models/json-result-boolean.d.ts +5 -5
  714. package/dist/models/json-result-calendar-entity.d.ts +6 -6
  715. package/dist/models/json-result-czy-budget-balance-vo.d.ts +6 -6
  716. package/dist/models/json-result-czy-system-organization-member-detail-vo.d.ts +6 -6
  717. package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +6 -6
  718. package/dist/models/json-result-disaster-warning-standard-entity.d.ts +5 -5
  719. package/dist/models/json-result-energy-cost-import-redis-vo.d.ts +6 -6
  720. package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +6 -6
  721. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +6 -6
  722. package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +6 -6
  723. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +6 -6
  724. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +6 -6
  725. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +6 -6
  726. package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +6 -6
  727. package/dist/models/json-result-equipment-detail-dto.d.ts +6 -6
  728. package/dist/models/json-result-equipment-search-system-dto.d.ts +5 -5
  729. package/dist/models/json-result-evaluation-approval-process-vo.d.ts +6 -6
  730. package/dist/models/json-result-evaluation-config-details-vo.d.ts +6 -6
  731. package/dist/models/json-result-evaluation-details-vo.d.ts +6 -6
  732. package/dist/models/json-result-evaluation-statistics-vo.d.ts +6 -6
  733. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +6 -6
  734. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +6 -6
  735. package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +6 -6
  736. package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +6 -6
  737. package/dist/models/json-result-excel-import-result-dtoevaluation-config-import-dto.d.ts +6 -6
  738. package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +6 -6
  739. package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +6 -6
  740. package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +6 -6
  741. package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +6 -6
  742. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +6 -6
  743. package/dist/models/json-result-exploration-work-order-details-dto.d.ts +6 -6
  744. package/dist/models/json-result-file-dto.d.ts +6 -6
  745. package/dist/models/json-result-flow-record-vo.d.ts +6 -6
  746. package/dist/models/json-result-group-dept-vo.d.ts +6 -6
  747. package/dist/models/json-result-hwork-user-list-result-vo.d.ts +6 -6
  748. package/dist/models/json-result-inspection-standard-entity.d.ts +5 -5
  749. package/dist/models/json-result-integer.d.ts +5 -5
  750. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +6 -6
  751. package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +6 -6
  752. package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +5 -5
  753. package/dist/models/json-result-list-access-company-config-entity.d.ts +5 -5
  754. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +5 -5
  755. package/dist/models/json-result-list-address-region-entity.d.ts +5 -5
  756. package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +5 -5
  757. package/dist/models/json-result-list-area-park-dto.d.ts +5 -5
  758. package/dist/models/json-result-list-calendar-entity.d.ts +5 -5
  759. package/dist/models/json-result-list-center-list-dto.d.ts +5 -5
  760. package/dist/models/json-result-list-czy-organization-cost-vo.d.ts +5 -5
  761. package/dist/models/json-result-list-czy-organization-object-export-vo.d.ts +5 -5
  762. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +5 -5
  763. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +5 -5
  764. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +5 -5
  765. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +5 -5
  766. package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +5 -5
  767. package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +5 -5
  768. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +5 -5
  769. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +5 -5
  770. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +5 -5
  771. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +5 -5
  772. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +5 -5
  773. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +5 -5
  774. package/dist/models/json-result-list-energy-cost-analysis-list-vo.d.ts +5 -5
  775. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +5 -5
  776. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +5 -5
  777. package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +5 -5
  778. package/dist/models/json-result-list-energy-cost-two-list-vo.d.ts +5 -5
  779. package/dist/models/json-result-list-equipment-detail-dto.d.ts +5 -5
  780. package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +5 -5
  781. package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +5 -5
  782. package/dist/models/json-result-list-equipment-tree-dto.d.ts +5 -5
  783. package/dist/models/json-result-list-evaluation-module-category-vo.d.ts +5 -5
  784. package/dist/models/json-result-list-flow-record-vo.d.ts +5 -5
  785. package/dist/models/json-result-list-inspection-point.d.ts +5 -5
  786. package/dist/models/json-result-list-inspection-standard-entity.d.ts +5 -5
  787. package/dist/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +5 -5
  788. package/dist/models/json-result-list-maintenance-standard-entity.d.ts +5 -5
  789. package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +5 -5
  790. package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +5 -5
  791. package/dist/models/json-result-list-park-list-dto.d.ts +5 -5
  792. package/dist/models/json-result-list-park-select-vo.d.ts +5 -5
  793. package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +5 -5
  794. package/dist/models/json-result-list-plan-calendar-vo.d.ts +5 -5
  795. package/dist/models/json-result-list-plan-entity.d.ts +5 -5
  796. package/dist/models/json-result-list-reimbursement-bill-payer-vo.d.ts +5 -5
  797. package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +5 -5
  798. package/dist/models/json-result-list-space-image-detail-dto.d.ts +5 -5
  799. package/dist/models/json-result-list-space-point-dto.d.ts +5 -5
  800. package/dist/models/json-result-list-space-qr-code-dto.d.ts +5 -5
  801. package/dist/models/json-result-list-space-tree-dto.d.ts +6 -6
  802. package/dist/models/json-result-list-space-url-dto.d.ts +5 -5
  803. package/dist/models/json-result-list-srm-center-vo.d.ts +5 -5
  804. package/dist/models/json-result-list-supplier-select-dto.d.ts +5 -5
  805. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +5 -5
  806. package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +5 -5
  807. package/dist/models/json-result-list-sys-dept.d.ts +5 -5
  808. package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +5 -5
  809. package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +5 -5
  810. package/dist/models/json-result-list-work-order-circulation-vo.d.ts +5 -5
  811. package/dist/models/json-result-list-work-order-comment-entity.d.ts +5 -5
  812. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +5 -5
  813. package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +5 -5
  814. package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +5 -5
  815. package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +5 -5
  816. package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +5 -5
  817. package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +5 -5
  818. package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +5 -5
  819. package/dist/models/json-result-maintenance-daily-work-order-details-dto.d.ts +6 -6
  820. package/dist/models/json-result-maintenance-order-approval-config-entity.d.ts +6 -6
  821. package/dist/models/json-result-maintenance-order-details-vo.d.ts +6 -6
  822. package/dist/models/json-result-maintenance-standard-entity.d.ts +6 -6
  823. package/dist/models/json-result-map-string-object.d.ts +7 -7
  824. package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +6 -6
  825. package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +6 -6
  826. package/dist/models/json-result-notice-entity.d.ts +6 -6
  827. package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +6 -6
  828. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +6 -6
  829. package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +6 -6
  830. package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +6 -6
  831. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +6 -6
  832. package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +6 -6
  833. package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +6 -6
  834. package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +6 -6
  835. package/dist/models/json-result-page-dto-evaluation-config-list-vo.d.ts +6 -6
  836. package/dist/models/json-result-page-dto-evaluation-list-vo.d.ts +6 -6
  837. package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +6 -6
  838. package/dist/models/json-result-page-dto-maintenance-order-list-vo.d.ts +6 -6
  839. package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +6 -6
  840. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +6 -6
  841. package/dist/models/json-result-page-dto-plan-search-dto.d.ts +6 -6
  842. package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +6 -6
  843. package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +6 -6
  844. package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +6 -6
  845. package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +6 -6
  846. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +6 -6
  847. package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +6 -6
  848. package/dist/models/json-result-park-info-dto.d.ts +6 -6
  849. package/dist/models/json-result-park-settings-details-dto.d.ts +6 -6
  850. package/dist/models/json-result-period-detail-resp.d.ts +6 -6
  851. package/dist/models/json-result-plan-detail-dto.d.ts +6 -6
  852. package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +6 -6
  853. package/dist/models/json-result-space-add-redis-list-dto.d.ts +6 -6
  854. package/dist/models/json-result-space-image-detail-dto.d.ts +6 -6
  855. package/dist/models/json-result-srm-center-entity.d.ts +6 -6
  856. package/dist/models/json-result-string.d.ts +5 -5
  857. package/dist/models/json-result-supplier-contract-details-dto.d.ts +5 -5
  858. package/dist/models/json-result-supplier-entity.d.ts +6 -6
  859. package/dist/models/json-result-surveillance-count-dto.d.ts +6 -6
  860. package/dist/models/json-result-surveillance-details-dto.d.ts +5 -5
  861. package/dist/models/json-result-surveillance-live-dto.d.ts +6 -6
  862. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +6 -6
  863. package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +6 -6
  864. package/dist/models/json-result-switch-park-v2-dto.d.ts +6 -6
  865. package/dist/models/json-result-sys-dept.d.ts +5 -5
  866. package/dist/models/json-result-sys-user-msg-dto.d.ts +5 -5
  867. package/dist/models/json-result-sys-user.d.ts +5 -5
  868. package/dist/models/json-result-two-energy-consumption-summar-vo.d.ts +6 -6
  869. package/dist/models/json-result-user-add-redis-list-vo.d.ts +6 -6
  870. package/dist/models/json-result-user-settings-entity.d.ts +6 -6
  871. package/dist/models/json-result-violation-work-order-details-dto.d.ts +6 -6
  872. package/dist/models/json-result-void.d.ts +5 -5
  873. package/dist/models/json-result-work-order-dept-settings-entity.d.ts +6 -6
  874. package/dist/models/json-result-work-order-detail-dto.d.ts +6 -6
  875. package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +6 -6
  876. package/dist/models/json-result-zjht-contract-data-result.d.ts +6 -6
  877. package/dist/models/json-result.d.ts +7 -7
  878. package/dist/models/login-type-enum.d.ts +1 -1
  879. package/dist/models/login-type-enum.js +1 -1
  880. package/dist/models/maintenace-daily-abnormal-cause-type-enum.d.ts +1 -1
  881. package/dist/models/maintenace-daily-abnormal-cause-type-enum.js +1 -1
  882. package/dist/models/maintenance-daily-work-order-details-dto.d.ts +7 -7
  883. package/dist/models/maintenance-daily-work-order-info.d.ts +1 -1
  884. package/dist/models/maintenance-daily-work-order-list-dto.d.ts +1 -1
  885. package/dist/models/maintenance-daily-work-order-process-vo.d.ts +1 -1
  886. package/dist/models/maintenance-history-dto.d.ts +2 -2
  887. package/dist/models/maintenance-order-acceptance-add-dto.d.ts +1 -1
  888. package/dist/models/maintenance-order-approval-config-entity.d.ts +2 -2
  889. package/dist/models/maintenance-order-approval-status-enum.d.ts +1 -1
  890. package/dist/models/maintenance-order-approval-status-enum.js +1 -1
  891. package/dist/models/maintenance-order-details-vo.d.ts +6 -6
  892. package/dist/models/maintenance-order-list-vo.d.ts +2 -2
  893. package/dist/models/maintenance-order-operate-type-enum.d.ts +1 -1
  894. package/dist/models/maintenance-order-operate-type-enum.js +1 -1
  895. package/dist/models/maintenance-order-process-record-list-vo.d.ts +2 -2
  896. package/dist/models/maintenance-order-process-status-enum.d.ts +1 -1
  897. package/dist/models/maintenance-order-process-status-enum.js +1 -1
  898. package/dist/models/maintenance-order-status-enum.d.ts +1 -1
  899. package/dist/models/maintenance-order-status-enum.js +1 -1
  900. package/dist/models/maintenance-order-type-enum.d.ts +1 -1
  901. package/dist/models/maintenance-order-type-enum.js +1 -1
  902. package/dist/models/maintenance-order-warranty-details-vo.d.ts +1 -1
  903. package/dist/models/maintenance-order-warranty-period-enum.d.ts +1 -1
  904. package/dist/models/maintenance-order-warranty-period-enum.js +1 -1
  905. package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
  906. package/dist/models/maintenance-standard-dto.d.ts +2 -2
  907. package/dist/models/maintenance-standard-entity.d.ts +3 -3
  908. package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +1 -1
  909. package/dist/models/mdm-increment-vendors-vo.d.ts +1 -1
  910. package/dist/models/message-push-log-search-list-bo.d.ts +2 -2
  911. package/dist/models/monitoring-coverage-alert-info.d.ts +1 -1
  912. package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
  913. package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +1 -1
  914. package/dist/models/monitoring-coverage-alert-reason-enum.js +1 -1
  915. package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +6 -6
  916. package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
  917. package/dist/models/network-monitor-repair-details-dto.d.ts +12 -12
  918. package/dist/models/notice-entity.d.ts +1 -1
  919. package/dist/models/offline-alert-submit-vo.d.ts +1 -1
  920. package/dist/models/offline-alert-work-order-details-dto.d.ts +8 -8
  921. package/dist/models/offline-alert-work-order-info.d.ts +3 -3
  922. package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
  923. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
  924. package/dist/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
  925. package/dist/models/open-api-equipment-list-dto.d.ts +2 -2
  926. package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
  927. package/dist/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
  928. package/dist/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
  929. package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
  930. package/dist/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
  931. package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
  932. package/dist/models/page-dto-equipment-search-system-dto.d.ts +1 -1
  933. package/dist/models/page-dto-evaluation-config-list-vo.d.ts +1 -1
  934. package/dist/models/page-dto-evaluation-list-vo.d.ts +1 -1
  935. package/dist/models/page-dto-inspection-standard-dto.d.ts +1 -1
  936. package/dist/models/page-dto-maintenance-order-list-vo.d.ts +1 -1
  937. package/dist/models/page-dto-maintenance-standard-dto.d.ts +1 -1
  938. package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
  939. package/dist/models/page-dto-plan-search-dto.d.ts +1 -1
  940. package/dist/models/page-dto-reimbursement-bill-list-vo.d.ts +1 -1
  941. package/dist/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
  942. package/dist/models/page-dto-surveillance-details-dto.d.ts +1 -1
  943. package/dist/models/page-dto-sys-user-msg-dto.d.ts +1 -1
  944. package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +1 -1
  945. package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
  946. package/dist/models/park-center-attribute-enum.d.ts +1 -1
  947. package/dist/models/park-center-attribute-enum.js +1 -1
  948. package/dist/models/park-info-dto.d.ts +1 -1
  949. package/dist/models/park-info-edit-vo.d.ts +1 -1
  950. package/dist/models/park-list-dto.d.ts +1 -1
  951. package/dist/models/park-plat-form-enum.d.ts +1 -1
  952. package/dist/models/park-plat-form-enum.js +1 -1
  953. package/dist/models/park.d.ts +1 -1
  954. package/dist/models/payment-method-enum.d.ts +1 -1
  955. package/dist/models/payment-method-enum.js +1 -1
  956. package/dist/models/period-detail-resp.d.ts +4 -4
  957. package/dist/models/plan-add-vo.d.ts +3 -3
  958. package/dist/models/plan-detail-dto.d.ts +4 -4
  959. package/dist/models/plan-edit-vo.d.ts +3 -3
  960. package/dist/models/plan-entity.d.ts +3 -3
  961. package/dist/models/plan-image-list.d.ts +1 -1
  962. package/dist/models/plan-item-add-vo.d.ts +2 -2
  963. package/dist/models/plan-item-edit-vo.d.ts +2 -2
  964. package/dist/models/plan-search-dto.d.ts +2 -2
  965. package/dist/models/process-work-order-vo.d.ts +1 -1
  966. package/dist/models/reimbursement-bill-details-vo.d.ts +5 -5
  967. package/dist/models/reimbursement-bill-draft-dto.d.ts +3 -3
  968. package/dist/models/reimbursement-bill-list-vo.d.ts +5 -5
  969. package/dist/models/reimbursement-bill-submit-dto.d.ts +3 -3
  970. package/dist/models/reimbursement-platform-status-dto.d.ts +1 -1
  971. package/dist/models/response-data.d.ts +2 -2
  972. package/dist/models/result-code.d.ts +1 -1
  973. package/dist/models/result-code.js +1 -1
  974. package/dist/models/sms-captcha-vo.d.ts +1 -1
  975. package/dist/models/source-work-order-dto.d.ts +1 -1
  976. package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
  977. package/dist/models/space-add-excel-dto.d.ts +1 -1
  978. package/dist/models/space-add-vo.d.ts +1 -1
  979. package/dist/models/space-detail-dto.d.ts +2 -2
  980. package/dist/models/space-edit-vo.d.ts +1 -1
  981. package/dist/models/space-image-detail-dto.d.ts +1 -1
  982. package/dist/models/space-tree-dto.d.ts +2 -2
  983. package/dist/models/space-type-enum.d.ts +1 -1
  984. package/dist/models/space-type-enum.js +1 -1
  985. package/dist/models/srm-center-entity.d.ts +2 -2
  986. package/dist/models/srm-center-vo.d.ts +3 -3
  987. package/dist/models/srm-level-add-dto.d.ts +1 -1
  988. package/dist/models/supplier-entity.d.ts +1 -1
  989. package/dist/models/supplier-search-vo.d.ts +2 -2
  990. package/dist/models/surveillance-batch-import-template-dto.d.ts +3 -3
  991. package/dist/models/surveillance-details-dto.d.ts +7 -7
  992. package/dist/models/surveillance-entity.d.ts +3 -3
  993. package/dist/models/surveillance-screen-layout-enum.d.ts +1 -1
  994. package/dist/models/surveillance-screen-layout-enum.js +1 -1
  995. package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
  996. package/dist/models/surveillance-settings-polling-dto.d.ts +1 -1
  997. package/dist/models/surveillance-settings-polling-vo.d.ts +1 -1
  998. package/dist/models/surveillance-update-vo.d.ts +2 -2
  999. package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
  1000. package/dist/models/sys-config.d.ts +2 -2
  1001. package/dist/models/sys-dept-drop-down-box-list-dto.d.ts +3 -3
  1002. package/dist/models/sys-dept.d.ts +2 -2
  1003. package/dist/models/sys-dict-data.d.ts +2 -2
  1004. package/dist/models/sys-dict-type.d.ts +2 -2
  1005. package/dist/models/sys-logininfor.d.ts +2 -2
  1006. package/dist/models/sys-menu.d.ts +2 -2
  1007. package/dist/models/sys-notice.d.ts +2 -2
  1008. package/dist/models/sys-oper-log.d.ts +2 -2
  1009. package/dist/models/sys-post.d.ts +2 -2
  1010. package/dist/models/sys-role.d.ts +2 -2
  1011. package/dist/models/sys-user-msg-dto.d.ts +2 -2
  1012. package/dist/models/sys-user.d.ts +7 -7
  1013. package/dist/models/system-user-msg-source-type-enum.d.ts +1 -1
  1014. package/dist/models/system-user-msg-source-type-enum.js +1 -1
  1015. package/dist/models/table-data-info.d.ts +2 -2
  1016. package/dist/models/third-party-system-enum.d.ts +1 -1
  1017. package/dist/models/third-party-system-enum.js +1 -1
  1018. package/dist/models/user-add-redis-list-vo.d.ts +1 -1
  1019. package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
  1020. package/dist/models/user-settings-entity.d.ts +4 -4
  1021. package/dist/models/user-settings-update-bo.d.ts +3 -3
  1022. package/dist/models/user-source-enum.d.ts +1 -1
  1023. package/dist/models/user-source-enum.js +1 -1
  1024. package/dist/models/user.d.ts +1 -1
  1025. package/dist/models/violation-decision-vo.d.ts +2 -2
  1026. package/dist/models/violation-level-enum.d.ts +1 -1
  1027. package/dist/models/violation-level-enum.js +1 -1
  1028. package/dist/models/violation-work-order-add-vo.d.ts +3 -3
  1029. package/dist/models/violation-work-order-details-dto.d.ts +10 -10
  1030. package/dist/models/violation-work-order-info.d.ts +4 -4
  1031. package/dist/models/work-order-add-vo.d.ts +3 -3
  1032. package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
  1033. package/dist/models/work-order-circulation-settings-entity.d.ts +3 -3
  1034. package/dist/models/work-order-circulation-vo.d.ts +1 -1
  1035. package/dist/models/work-order-comment-entity.d.ts +1 -1
  1036. package/dist/models/work-order-decision-vo.d.ts +2 -2
  1037. package/dist/models/work-order-dept-settings-entity.d.ts +2 -2
  1038. package/dist/models/work-order-detail-dto.d.ts +11 -11
  1039. package/dist/models/work-order-ext-data.d.ts +6 -6
  1040. package/dist/models/work-order-group-equipment-dto.d.ts +3 -3
  1041. package/dist/models/work-order-handler-dto.d.ts +1 -1
  1042. package/dist/models/work-order-handler-status-enum.d.ts +1 -1
  1043. package/dist/models/work-order-handler-status-enum.js +1 -1
  1044. package/dist/models/work-order-internal-status-enum.d.ts +1 -1
  1045. package/dist/models/work-order-internal-status-enum.js +1 -1
  1046. package/dist/models/work-order-issue-type-enum.d.ts +1 -1
  1047. package/dist/models/work-order-issue-type-enum.js +1 -1
  1048. package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
  1049. package/dist/models/work-order-issue-type-settings-entity.d.ts +3 -3
  1050. package/dist/models/work-order-liability-party-enum.d.ts +1 -1
  1051. package/dist/models/work-order-liability-party-enum.js +1 -1
  1052. package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
  1053. package/dist/models/work-order-plan-holidays-enum.d.ts +1 -1
  1054. package/dist/models/work-order-plan-holidays-enum.js +1 -1
  1055. package/dist/models/work-order-plan-repeats-enum.d.ts +1 -1
  1056. package/dist/models/work-order-plan-repeats-enum.js +1 -1
  1057. package/dist/models/work-order-push-settings-entity.d.ts +2 -2
  1058. package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
  1059. package/dist/models/work-order-report-vo.d.ts +3 -3
  1060. package/dist/models/work-order-search-dto.d.ts +6 -6
  1061. package/dist/models/work-order-settings-type-enum.d.ts +1 -1
  1062. package/dist/models/work-order-settings-type-enum.js +1 -1
  1063. package/dist/models/work-order-source-enum.d.ts +1 -1
  1064. package/dist/models/work-order-source-enum.js +1 -1
  1065. package/dist/models/work-order-space-dto.d.ts +1 -1
  1066. package/dist/models/work-order-spot-check-dto.d.ts +2 -2
  1067. package/dist/models/work-order-staging-data-vo.d.ts +1 -1
  1068. package/dist/models/work-order-status-enum.d.ts +1 -1
  1069. package/dist/models/work-order-status-enum.js +1 -1
  1070. package/dist/models/work-order-submit-vo.d.ts +2 -2
  1071. package/dist/models/work-order-type-alert-receiver-type-enum.d.ts +1 -1
  1072. package/dist/models/work-order-type-alert-receiver-type-enum.js +1 -1
  1073. package/dist/models/work-order-type-enum.d.ts +1 -1
  1074. package/dist/models/work-order-type-enum.js +1 -1
  1075. package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +1 -1
  1076. package/dist/models/work-order-type-remind-rule-enum.d.ts +1 -1
  1077. package/dist/models/work-order-type-remind-rule-enum.js +1 -1
  1078. package/dist/models/work-order-type-settings-entity.d.ts +2 -2
  1079. package/dist/models/work-order-type-subcategory-enum.d.ts +1 -1
  1080. package/dist/models/work-order-type-subcategory-enum.js +1 -1
  1081. package/dist/models/zjht-contract.d.ts +1 -1
  1082. package/models/access-abnormal-type-enum.ts +1 -1
  1083. package/models/access-appointment-record-add-vo.ts +9 -9
  1084. package/models/access-appointment-record-details-dto.ts +12 -12
  1085. package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
  1086. package/models/access-appointment-record-process-details-dto.ts +3 -3
  1087. package/models/access-appointment-source-enum.ts +1 -1
  1088. package/models/access-approval-config-vo.ts +2 -2
  1089. package/models/access-company-config-entity.ts +1 -1
  1090. package/models/access-config-entity.ts +1 -1
  1091. package/models/access-direction-enum.ts +1 -1
  1092. package/models/access-reason-enum.ts +1 -1
  1093. package/models/access-record-details-dto.ts +9 -9
  1094. package/models/access-record-summary-details-dto.ts +10 -10
  1095. package/models/access-record-summary-list-dto.ts +8 -8
  1096. package/models/access-vehicle-type-enum.ts +1 -1
  1097. package/models/access-visitor-person-type-config-vo.ts +1 -1
  1098. package/models/access-visitor-person-type-enum.ts +1 -1
  1099. package/models/access-whitelist-application-add-vo.ts +4 -4
  1100. package/models/access-whitelist-application-batch-import-template-dto.ts +3 -3
  1101. package/models/access-whitelist-application-details-dto.ts +6 -6
  1102. package/models/access-whitelist-application-process-details-dto.ts +3 -3
  1103. package/models/access-whitelist-application-update-vo.ts +1 -1
  1104. package/models/address-region-entity.ts +1 -1
  1105. package/models/app-login-wx-chat-dto.ts +1 -1
  1106. package/models/applet-sys-user-drop-down-box-list-dto.ts +1 -7
  1107. package/models/base-error-result.ts +1 -1
  1108. package/models/budget-balance-query-dto.ts +1 -1
  1109. package/models/budget-interaction-result-detail-dto.ts +1 -1
  1110. package/models/business-type-enum.ts +1 -1
  1111. package/models/calendar-entity.ts +1 -1
  1112. package/models/center-list-dto.ts +1 -1
  1113. package/models/cuser-info.ts +1 -1
  1114. package/models/czy-settlement-interaction-webhook-dto.ts +3 -3
  1115. package/models/dashboard-access-search-dto.ts +2 -2
  1116. package/models/dashboard-access-source-group-stats-vo.ts +1 -1
  1117. package/models/dashboard-equipment-system-group-stats-vo.ts +3 -3
  1118. package/models/dashboard-maintenance-order-statistics-by-type-vo.ts +1 -1
  1119. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +1 -1
  1120. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
  1121. package/models/dashboard-work-order-type-group-stats-vo.ts +1 -1
  1122. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +1 -1
  1123. package/models/dept-relation-dto.ts +2 -2
  1124. package/models/dept-relation.ts +2 -2
  1125. package/models/dept.ts +2 -2
  1126. package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
  1127. package/models/disaster-warning-standard-entity.ts +2 -2
  1128. package/models/emission-standard-enum.ts +1 -1
  1129. package/models/energy-cost-add-setting-dtopark-setting.ts +1 -1
  1130. package/models/energy-cost-import-redis-vo.ts +1 -1
  1131. package/models/energy-cost-record-bill-info-vo.ts +1 -1
  1132. package/models/energy-cost-record-info-not-emun-vo.ts +1 -1
  1133. package/models/energy-cost-record-info-vo.ts +1 -1
  1134. package/models/energy-cost-scenarios-info-not-enum-vo.ts +1 -1
  1135. package/models/equipment-detail-dto.ts +2 -2
  1136. package/models/equipment-edit-vo.ts +2 -2
  1137. package/models/equipment-search-system-dto.ts +2 -2
  1138. package/models/equipment-search-vo.ts +3 -3
  1139. package/models/equipment-status-enum.ts +1 -1
  1140. package/models/equipment-status-stats-vo.ts +1 -1
  1141. package/models/equipment-tree-details-dto.ts +2 -2
  1142. package/models/evaluation-approval-process-dto.ts +1 -1
  1143. package/models/evaluation-approval-process-vo.ts +1 -1
  1144. package/models/evaluation-config-add-dto.ts +1 -1
  1145. package/models/evaluation-config-details-vo.ts +1 -1
  1146. package/models/evaluation-config-import-dto.ts +1 -1
  1147. package/models/evaluation-config-list-vo.ts +1 -1
  1148. package/models/evaluation-config-update-dto.ts +1 -1
  1149. package/models/evaluation-config-violation-dto.ts +2 -2
  1150. package/models/evaluation-config-violation-vo.ts +2 -2
  1151. package/models/evaluation-details-vo.ts +3 -3
  1152. package/models/evaluation-draft-dto.ts +2 -2
  1153. package/models/evaluation-item-add-dto.ts +1 -1
  1154. package/models/evaluation-item-vo.ts +1 -1
  1155. package/models/evaluation-list-vo.ts +3 -3
  1156. package/models/evaluation-rating-level-enum.ts +1 -1
  1157. package/models/evaluation-submit-dto.ts +2 -2
  1158. package/models/evaluation-type-enum.ts +1 -1
  1159. package/models/evaluation-violation-deduction-type-enum.ts +1 -1
  1160. package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +1 -1
  1161. package/models/exploration-work-order-add-vo.ts +4 -4
  1162. package/models/exploration-work-order-details-dto.ts +7 -7
  1163. package/models/exploration-work-order-info.ts +3 -3
  1164. package/models/exploration-work-order-type-enum.ts +1 -1
  1165. package/models/flow-record-vo.ts +2 -2
  1166. package/models/followup-work-order-dto.ts +1 -1
  1167. package/models/group-dept-vo.ts +1 -1
  1168. package/models/hwork-user-list-result-vo.ts +2 -2
  1169. package/models/inspection-category-enum.ts +1 -1
  1170. package/models/inspection-point-item.ts +1 -1
  1171. package/models/inspection-standard-add-or-update-vo.ts +4 -4
  1172. package/models/inspection-standard-dto.ts +4 -4
  1173. package/models/inspection-standard-entity.ts +5 -5
  1174. package/models/inspection-standard-import-dto.ts +2 -2
  1175. package/models/inspection-standard-type-enum.ts +1 -1
  1176. package/models/insurance-work-order-issue-vo.ts +3 -3
  1177. package/models/invoice-type-enum.ts +1 -1
  1178. package/models/ipage-energy-cost-record-info-vo.ts +4 -16
  1179. package/models/json-result-access-appointment-record-details-dto.ts +5 -5
  1180. package/models/json-result-access-blacklist-details-dto.ts +5 -5
  1181. package/models/json-result-access-company-config-entity.ts +6 -6
  1182. package/models/json-result-access-config-entity.ts +6 -6
  1183. package/models/json-result-access-record-summary-details-dto.ts +6 -6
  1184. package/models/json-result-access-whitelist-application-details-dto.ts +5 -5
  1185. package/models/json-result-admission-terms-record-details-dto.ts +6 -6
  1186. package/models/json-result-applet-user-type-dto.ts +6 -6
  1187. package/models/json-result-big-decimal.ts +5 -5
  1188. package/models/json-result-boolean.ts +5 -5
  1189. package/models/json-result-calendar-entity.ts +6 -6
  1190. package/models/json-result-czy-budget-balance-vo.ts +6 -6
  1191. package/models/json-result-czy-system-organization-member-detail-vo.ts +6 -6
  1192. package/models/json-result-dashboard-park-statistics-vo.ts +6 -6
  1193. package/models/json-result-disaster-warning-standard-entity.ts +5 -5
  1194. package/models/json-result-energy-cost-import-redis-vo.ts +6 -6
  1195. package/models/json-result-energy-cost-per-area-analysis-vo.ts +6 -6
  1196. package/models/json-result-energy-cost-per-unit-analysis-vo.ts +6 -6
  1197. package/models/json-result-energy-cost-record-bill-info-vo.ts +6 -6
  1198. package/models/json-result-energy-cost-record-info-not-emun-vo.ts +6 -6
  1199. package/models/json-result-energy-cost-record-info-vo.ts +6 -6
  1200. package/models/json-result-energy-cost-unit-price-analysis-vo.ts +6 -6
  1201. package/models/json-result-equipment-add-redis-list-dto.ts +6 -6
  1202. package/models/json-result-equipment-detail-dto.ts +6 -6
  1203. package/models/json-result-equipment-search-system-dto.ts +5 -5
  1204. package/models/json-result-evaluation-approval-process-vo.ts +6 -6
  1205. package/models/json-result-evaluation-config-details-vo.ts +6 -6
  1206. package/models/json-result-evaluation-details-vo.ts +6 -6
  1207. package/models/json-result-evaluation-statistics-vo.ts +6 -6
  1208. package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +6 -6
  1209. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +6 -6
  1210. package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +6 -6
  1211. package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +6 -6
  1212. package/models/json-result-excel-import-result-dtoevaluation-config-import-dto.ts +6 -6
  1213. package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +6 -6
  1214. package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +6 -6
  1215. package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +6 -6
  1216. package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +6 -6
  1217. package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +6 -6
  1218. package/models/json-result-exploration-work-order-details-dto.ts +6 -6
  1219. package/models/json-result-file-dto.ts +6 -6
  1220. package/models/json-result-flow-record-vo.ts +6 -6
  1221. package/models/json-result-group-dept-vo.ts +6 -6
  1222. package/models/json-result-hwork-user-list-result-vo.ts +6 -6
  1223. package/models/json-result-inspection-standard-entity.ts +5 -5
  1224. package/models/json-result-integer.ts +5 -5
  1225. package/models/json-result-ipage-energy-cost-record-info-vo.ts +6 -6
  1226. package/models/json-result-json-result-list-space-tree-dto.ts +6 -6
  1227. package/models/json-result-list-access-appointment-record-process-details-dto.ts +5 -5
  1228. package/models/json-result-list-access-company-config-entity.ts +5 -5
  1229. package/models/json-result-list-access-whitelist-application-process-details-dto.ts +5 -5
  1230. package/models/json-result-list-address-region-entity.ts +5 -5
  1231. package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +5 -5
  1232. package/models/json-result-list-area-park-dto.ts +5 -5
  1233. package/models/json-result-list-calendar-entity.ts +5 -5
  1234. package/models/json-result-list-center-list-dto.ts +5 -5
  1235. package/models/json-result-list-czy-organization-cost-vo.ts +5 -5
  1236. package/models/json-result-list-czy-organization-object-export-vo.ts +5 -5
  1237. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +5 -5
  1238. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +5 -5
  1239. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +5 -5
  1240. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +5 -5
  1241. package/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.ts +5 -5
  1242. package/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.ts +5 -5
  1243. package/models/json-result-list-dashboard-series-stats-base-vo.ts +5 -5
  1244. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +5 -5
  1245. package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +5 -5
  1246. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +5 -5
  1247. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +5 -5
  1248. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +5 -5
  1249. package/models/json-result-list-energy-cost-analysis-list-vo.ts +5 -5
  1250. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +5 -5
  1251. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +5 -5
  1252. package/models/json-result-list-energy-cost-trend-vo.ts +5 -5
  1253. package/models/json-result-list-energy-cost-two-list-vo.ts +5 -5
  1254. package/models/json-result-list-equipment-detail-dto.ts +5 -5
  1255. package/models/json-result-list-equipment-qr-code-dto.ts +5 -5
  1256. package/models/json-result-list-equipment-system-tree-dto.ts +5 -5
  1257. package/models/json-result-list-equipment-tree-dto.ts +5 -5
  1258. package/models/json-result-list-evaluation-module-category-vo.ts +5 -5
  1259. package/models/json-result-list-flow-record-vo.ts +5 -5
  1260. package/models/json-result-list-inspection-point.ts +5 -5
  1261. package/models/json-result-list-inspection-standard-entity.ts +5 -5
  1262. package/models/json-result-list-maintenance-order-process-record-list-vo.ts +5 -5
  1263. package/models/json-result-list-maintenance-standard-entity.ts +5 -5
  1264. package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +5 -5
  1265. package/models/json-result-list-mdm-increment-vendors-vo.ts +5 -5
  1266. package/models/json-result-list-park-list-dto.ts +5 -5
  1267. package/models/json-result-list-park-select-vo.ts +5 -5
  1268. package/models/json-result-list-plan-calendar-list-vo.ts +5 -5
  1269. package/models/json-result-list-plan-calendar-vo.ts +5 -5
  1270. package/models/json-result-list-plan-entity.ts +5 -5
  1271. package/models/json-result-list-reimbursement-bill-payer-vo.ts +5 -5
  1272. package/models/json-result-list-reimbursement-bill-process-record-list-vo.ts +5 -5
  1273. package/models/json-result-list-space-image-detail-dto.ts +5 -5
  1274. package/models/json-result-list-space-point-dto.ts +5 -5
  1275. package/models/json-result-list-space-qr-code-dto.ts +5 -5
  1276. package/models/json-result-list-space-tree-dto.ts +6 -6
  1277. package/models/json-result-list-space-url-dto.ts +5 -5
  1278. package/models/json-result-list-srm-center-vo.ts +5 -5
  1279. package/models/json-result-list-supplier-select-dto.ts +5 -5
  1280. package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +5 -5
  1281. package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +5 -5
  1282. package/models/json-result-list-sys-dept.ts +5 -5
  1283. package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +5 -5
  1284. package/models/json-result-list-work-order-circulation-settings-entity.ts +5 -5
  1285. package/models/json-result-list-work-order-circulation-vo.ts +5 -5
  1286. package/models/json-result-list-work-order-comment-entity.ts +5 -5
  1287. package/models/json-result-list-work-order-dept-settings-entity.ts +5 -5
  1288. package/models/json-result-list-work-order-inspection-detail-dto.ts +5 -5
  1289. package/models/json-result-list-work-order-issue-type-settings-entity.ts +5 -5
  1290. package/models/json-result-list-work-order-push-settings-entity.ts +5 -5
  1291. package/models/json-result-list-work-order-spot-check-dto.ts +5 -5
  1292. package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +5 -5
  1293. package/models/json-result-list-work-order-type-settings-entity.ts +5 -5
  1294. package/models/json-result-maintenance-daily-work-order-details-dto.ts +6 -6
  1295. package/models/json-result-maintenance-order-approval-config-entity.ts +6 -6
  1296. package/models/json-result-maintenance-order-details-vo.ts +6 -6
  1297. package/models/json-result-maintenance-standard-entity.ts +6 -6
  1298. package/models/json-result-map-string-object.ts +6 -6
  1299. package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +6 -6
  1300. package/models/json-result-network-monitor-repair-details-dto.ts +6 -6
  1301. package/models/json-result-notice-entity.ts +6 -6
  1302. package/models/json-result-offline-alert-work-order-details-dto.ts +6 -6
  1303. package/models/json-result-page-dto-access-appointment-record-details-dto.ts +6 -6
  1304. package/models/json-result-page-dto-access-blacklist-details-dto.ts +6 -6
  1305. package/models/json-result-page-dto-access-record-summary-list-dto.ts +6 -6
  1306. package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +6 -6
  1307. package/models/json-result-page-dto-admission-terms-record-list-dto.ts +6 -6
  1308. package/models/json-result-page-dto-disaster-warning-standard-entity.ts +6 -6
  1309. package/models/json-result-page-dto-equipment-search-system-dto.ts +6 -6
  1310. package/models/json-result-page-dto-evaluation-config-list-vo.ts +6 -6
  1311. package/models/json-result-page-dto-evaluation-list-vo.ts +6 -6
  1312. package/models/json-result-page-dto-inspection-standard-dto.ts +6 -6
  1313. package/models/json-result-page-dto-maintenance-order-list-vo.ts +6 -6
  1314. package/models/json-result-page-dto-maintenance-standard-dto.ts +6 -6
  1315. package/models/json-result-page-dto-open-api-equipment-list-dto.ts +6 -6
  1316. package/models/json-result-page-dto-plan-search-dto.ts +6 -6
  1317. package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +6 -6
  1318. package/models/json-result-page-dto-supplier-contract-details-dto.ts +6 -6
  1319. package/models/json-result-page-dto-surveillance-details-dto.ts +6 -6
  1320. package/models/json-result-page-dto-sys-user-msg-dto.ts +6 -6
  1321. package/models/json-result-page-dto-work-order-group-equipment-dto.ts +6 -6
  1322. package/models/json-result-page-dto-work-order-search-dto.ts +6 -6
  1323. package/models/json-result-park-info-dto.ts +6 -6
  1324. package/models/json-result-park-settings-details-dto.ts +6 -6
  1325. package/models/json-result-period-detail-resp.ts +6 -6
  1326. package/models/json-result-plan-detail-dto.ts +6 -6
  1327. package/models/json-result-reimbursement-bill-details-vo.ts +6 -6
  1328. package/models/json-result-space-add-redis-list-dto.ts +6 -6
  1329. package/models/json-result-space-image-detail-dto.ts +6 -6
  1330. package/models/json-result-srm-center-entity.ts +6 -6
  1331. package/models/json-result-string.ts +5 -5
  1332. package/models/json-result-supplier-contract-details-dto.ts +5 -5
  1333. package/models/json-result-supplier-entity.ts +6 -6
  1334. package/models/json-result-surveillance-count-dto.ts +6 -6
  1335. package/models/json-result-surveillance-details-dto.ts +5 -5
  1336. package/models/json-result-surveillance-live-dto.ts +6 -6
  1337. package/models/json-result-surveillance-settings-details-dto.ts +6 -6
  1338. package/models/json-result-surveillance-settings-polling-dto.ts +6 -6
  1339. package/models/json-result-switch-park-v2-dto.ts +6 -6
  1340. package/models/json-result-sys-dept.ts +5 -5
  1341. package/models/json-result-sys-user-msg-dto.ts +5 -5
  1342. package/models/json-result-sys-user.ts +5 -5
  1343. package/models/json-result-two-energy-consumption-summar-vo.ts +6 -6
  1344. package/models/json-result-user-add-redis-list-vo.ts +6 -6
  1345. package/models/json-result-user-settings-entity.ts +6 -6
  1346. package/models/json-result-violation-work-order-details-dto.ts +6 -6
  1347. package/models/json-result-void.ts +5 -5
  1348. package/models/json-result-work-order-dept-settings-entity.ts +6 -6
  1349. package/models/json-result-work-order-detail-dto.ts +6 -6
  1350. package/models/json-result-work-order-issue-type-settings-entity.ts +6 -6
  1351. package/models/json-result-zjht-contract-data-result.ts +6 -6
  1352. package/models/json-result.ts +7 -7
  1353. package/models/login-type-enum.ts +1 -1
  1354. package/models/maintenace-daily-abnormal-cause-type-enum.ts +1 -1
  1355. package/models/maintenance-daily-work-order-details-dto.ts +7 -7
  1356. package/models/maintenance-daily-work-order-info.ts +1 -1
  1357. package/models/maintenance-daily-work-order-list-dto.ts +1 -1
  1358. package/models/maintenance-daily-work-order-process-vo.ts +1 -1
  1359. package/models/maintenance-history-dto.ts +2 -2
  1360. package/models/maintenance-order-acceptance-add-dto.ts +1 -1
  1361. package/models/maintenance-order-approval-config-entity.ts +2 -2
  1362. package/models/maintenance-order-approval-status-enum.ts +1 -1
  1363. package/models/maintenance-order-details-vo.ts +6 -6
  1364. package/models/maintenance-order-list-vo.ts +2 -2
  1365. package/models/maintenance-order-operate-type-enum.ts +1 -1
  1366. package/models/maintenance-order-process-record-list-vo.ts +2 -2
  1367. package/models/maintenance-order-process-status-enum.ts +1 -1
  1368. package/models/maintenance-order-status-enum.ts +1 -1
  1369. package/models/maintenance-order-type-enum.ts +1 -1
  1370. package/models/maintenance-order-warranty-details-vo.ts +1 -1
  1371. package/models/maintenance-order-warranty-period-enum.ts +1 -1
  1372. package/models/maintenance-standard-add-or-update-vo.ts +2 -2
  1373. package/models/maintenance-standard-dto.ts +2 -2
  1374. package/models/maintenance-standard-entity.ts +3 -3
  1375. package/models/mdm-increment-vendor-bank-accounts-vo.ts +1 -1
  1376. package/models/mdm-increment-vendors-vo.ts +1 -1
  1377. package/models/message-push-log-search-list-bo.ts +2 -2
  1378. package/models/monitoring-coverage-alert-info.ts +1 -1
  1379. package/models/monitoring-coverage-alert-process-vo.ts +1 -1
  1380. package/models/monitoring-coverage-alert-reason-enum.ts +1 -1
  1381. package/models/monitoring-coverage-alert-work-order-details-dto.ts +6 -6
  1382. package/models/network-monitor-repair-add-vo.ts +3 -3
  1383. package/models/network-monitor-repair-details-dto.ts +12 -12
  1384. package/models/notice-entity.ts +1 -1
  1385. package/models/offline-alert-submit-vo.ts +1 -1
  1386. package/models/offline-alert-work-order-details-dto.ts +8 -8
  1387. package/models/offline-alert-work-order-info.ts +3 -3
  1388. package/models/offline-alert-work-order-vo.ts +1 -1
  1389. package/models/open-api-access-appointment-record-add-vo.ts +8 -8
  1390. package/models/open-api-access-appointment-record-delete-vo.ts +1 -1
  1391. package/models/open-api-equipment-list-dto.ts +2 -2
  1392. package/models/page-dto-access-appointment-record-details-dto.ts +1 -1
  1393. package/models/page-dto-access-blacklist-details-dto.ts +1 -1
  1394. package/models/page-dto-access-record-summary-list-dto.ts +1 -1
  1395. package/models/page-dto-access-whitelist-application-details-dto.ts +1 -1
  1396. package/models/page-dto-admission-terms-record-list-dto.ts +1 -1
  1397. package/models/page-dto-disaster-warning-standard-entity.ts +1 -1
  1398. package/models/page-dto-equipment-search-system-dto.ts +1 -1
  1399. package/models/page-dto-evaluation-config-list-vo.ts +1 -1
  1400. package/models/page-dto-evaluation-list-vo.ts +1 -1
  1401. package/models/page-dto-inspection-standard-dto.ts +1 -1
  1402. package/models/page-dto-maintenance-order-list-vo.ts +1 -1
  1403. package/models/page-dto-maintenance-standard-dto.ts +1 -1
  1404. package/models/page-dto-open-api-equipment-list-dto.ts +1 -1
  1405. package/models/page-dto-plan-search-dto.ts +1 -1
  1406. package/models/page-dto-reimbursement-bill-list-vo.ts +1 -1
  1407. package/models/page-dto-supplier-contract-details-dto.ts +1 -1
  1408. package/models/page-dto-surveillance-details-dto.ts +1 -1
  1409. package/models/page-dto-sys-user-msg-dto.ts +1 -1
  1410. package/models/page-dto-work-order-group-equipment-dto.ts +1 -1
  1411. package/models/page-dto-work-order-search-dto.ts +1 -1
  1412. package/models/park-center-attribute-enum.ts +1 -1
  1413. package/models/park-info-dto.ts +1 -1
  1414. package/models/park-info-edit-vo.ts +1 -1
  1415. package/models/park-list-dto.ts +1 -1
  1416. package/models/park-plat-form-enum.ts +1 -1
  1417. package/models/park.ts +1 -1
  1418. package/models/payment-method-enum.ts +1 -1
  1419. package/models/period-detail-resp.ts +4 -4
  1420. package/models/plan-add-vo.ts +3 -3
  1421. package/models/plan-detail-dto.ts +4 -4
  1422. package/models/plan-edit-vo.ts +3 -3
  1423. package/models/plan-entity.ts +3 -3
  1424. package/models/plan-image-list.ts +1 -1
  1425. package/models/plan-item-add-vo.ts +2 -2
  1426. package/models/plan-item-edit-vo.ts +2 -2
  1427. package/models/plan-search-dto.ts +2 -2
  1428. package/models/process-work-order-vo.ts +1 -1
  1429. package/models/reimbursement-bill-details-vo.ts +5 -5
  1430. package/models/reimbursement-bill-draft-dto.ts +3 -3
  1431. package/models/reimbursement-bill-list-vo.ts +5 -5
  1432. package/models/reimbursement-bill-submit-dto.ts +3 -3
  1433. package/models/reimbursement-platform-status-dto.ts +1 -1
  1434. package/models/response-data.ts +2 -2
  1435. package/models/result-code.ts +1 -1
  1436. package/models/sms-captcha-vo.ts +1 -1
  1437. package/models/source-work-order-dto.ts +1 -1
  1438. package/models/source-work-order-inspection-dto.ts +1 -1
  1439. package/models/space-add-excel-dto.ts +1 -1
  1440. package/models/space-add-vo.ts +1 -1
  1441. package/models/space-detail-dto.ts +2 -2
  1442. package/models/space-edit-vo.ts +1 -1
  1443. package/models/space-image-detail-dto.ts +1 -1
  1444. package/models/space-tree-dto.ts +2 -2
  1445. package/models/space-type-enum.ts +1 -1
  1446. package/models/srm-center-entity.ts +2 -2
  1447. package/models/srm-center-vo.ts +3 -3
  1448. package/models/srm-level-add-dto.ts +1 -1
  1449. package/models/supplier-entity.ts +1 -1
  1450. package/models/supplier-search-vo.ts +2 -2
  1451. package/models/surveillance-batch-import-template-dto.ts +3 -3
  1452. package/models/surveillance-details-dto.ts +7 -7
  1453. package/models/surveillance-entity.ts +3 -3
  1454. package/models/surveillance-screen-layout-enum.ts +1 -1
  1455. package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
  1456. package/models/surveillance-settings-polling-dto.ts +1 -1
  1457. package/models/surveillance-settings-polling-vo.ts +1 -1
  1458. package/models/surveillance-update-vo.ts +2 -2
  1459. package/models/switch-pak-body-v2-vo.ts +1 -1
  1460. package/models/sys-config.ts +2 -2
  1461. package/models/sys-dept-drop-down-box-list-dto.ts +3 -3
  1462. package/models/sys-dept.ts +2 -2
  1463. package/models/sys-dict-data.ts +2 -2
  1464. package/models/sys-dict-type.ts +2 -2
  1465. package/models/sys-logininfor.ts +2 -2
  1466. package/models/sys-menu.ts +2 -2
  1467. package/models/sys-notice.ts +2 -2
  1468. package/models/sys-oper-log.ts +2 -2
  1469. package/models/sys-post.ts +2 -2
  1470. package/models/sys-role.ts +2 -2
  1471. package/models/sys-user-msg-dto.ts +2 -2
  1472. package/models/sys-user.ts +7 -7
  1473. package/models/system-user-msg-source-type-enum.ts +1 -1
  1474. package/models/table-data-info.ts +2 -2
  1475. package/models/third-party-system-enum.ts +1 -1
  1476. package/models/user-add-redis-list-vo.ts +1 -1
  1477. package/models/user-roles-and-permissions-dto.ts +1 -1
  1478. package/models/user-settings-entity.ts +4 -4
  1479. package/models/user-settings-update-bo.ts +3 -3
  1480. package/models/user-source-enum.ts +1 -1
  1481. package/models/user.ts +1 -1
  1482. package/models/violation-decision-vo.ts +2 -2
  1483. package/models/violation-level-enum.ts +1 -1
  1484. package/models/violation-work-order-add-vo.ts +3 -3
  1485. package/models/violation-work-order-details-dto.ts +10 -10
  1486. package/models/violation-work-order-info.ts +4 -4
  1487. package/models/work-order-add-vo.ts +3 -3
  1488. package/models/work-order-circulation-settings-add-or-update-vo.ts +2 -2
  1489. package/models/work-order-circulation-settings-entity.ts +3 -3
  1490. package/models/work-order-circulation-vo.ts +1 -1
  1491. package/models/work-order-comment-entity.ts +1 -1
  1492. package/models/work-order-decision-vo.ts +2 -2
  1493. package/models/work-order-dept-settings-entity.ts +2 -2
  1494. package/models/work-order-detail-dto.ts +11 -11
  1495. package/models/work-order-ext-data.ts +6 -6
  1496. package/models/work-order-group-equipment-dto.ts +3 -3
  1497. package/models/work-order-handler-dto.ts +1 -1
  1498. package/models/work-order-handler-status-enum.ts +1 -1
  1499. package/models/work-order-internal-status-enum.ts +1 -1
  1500. package/models/work-order-issue-type-enum.ts +1 -1
  1501. package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
  1502. package/models/work-order-issue-type-settings-entity.ts +3 -3
  1503. package/models/work-order-liability-party-enum.ts +1 -1
  1504. package/models/work-order-msg-remind-config-info.ts +2 -2
  1505. package/models/work-order-plan-holidays-enum.ts +1 -1
  1506. package/models/work-order-plan-repeats-enum.ts +1 -1
  1507. package/models/work-order-push-settings-entity.ts +2 -2
  1508. package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
  1509. package/models/work-order-report-vo.ts +3 -3
  1510. package/models/work-order-search-dto.ts +6 -6
  1511. package/models/work-order-settings-type-enum.ts +1 -1
  1512. package/models/work-order-source-enum.ts +1 -1
  1513. package/models/work-order-space-dto.ts +1 -1
  1514. package/models/work-order-spot-check-dto.ts +2 -2
  1515. package/models/work-order-staging-data-vo.ts +1 -1
  1516. package/models/work-order-status-enum.ts +1 -1
  1517. package/models/work-order-submit-vo.ts +2 -2
  1518. package/models/work-order-type-alert-receiver-type-enum.ts +1 -1
  1519. package/models/work-order-type-enum.ts +1 -1
  1520. package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +1 -1
  1521. package/models/work-order-type-remind-rule-enum.ts +1 -1
  1522. package/models/work-order-type-settings-entity.ts +2 -2
  1523. package/models/work-order-type-subcategory-enum.ts +1 -1
  1524. package/models/zjht-contract.ts +1 -1
  1525. package/ossutil.log +1221 -1221
  1526. package/package.json +1 -1
  1527. package/apis/test-api.ts +0 -246
  1528. package/dist/apis/test-api.d.ts +0 -115
  1529. package/dist/apis/test-api.js +0 -243
  1530. package/dist/esm/apis/test-api.d.ts +0 -115
  1531. package/dist/esm/apis/test-api.js +0 -236
package/apis/user-api.ts CHANGED
@@ -69,6 +69,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
69
69
  return {
70
70
  /**
71
71
  *
72
+ * @summary 导出用户数据
72
73
  * @param {SysUser} user
73
74
  * @param {*} [options] Override http request option.
74
75
  * @throws {RequiredError}
@@ -111,6 +112,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
111
112
  },
112
113
  /**
113
114
  *
115
+ * @summary 新增用户
114
116
  * @param {SysUser} sysUser
115
117
  * @param {*} [options] Override http request option.
116
118
  * @throws {RequiredError}
@@ -194,6 +196,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
194
196
  },
195
197
  /**
196
198
  *
199
+ * @summary APP撤销隐私协议
197
200
  * @param {string} uuid
198
201
  * @param {*} [options] Override http request option.
199
202
  * @throws {RequiredError}
@@ -234,6 +237,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
234
237
  },
235
238
  /**
236
239
  *
240
+ * @summary 获取用户授权角色
237
241
  * @param {number} userId
238
242
  * @param {number} parkId
239
243
  * @param {*} [options] Override http request option.
@@ -275,6 +279,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
275
279
  },
276
280
  /**
277
281
  *
282
+ * @summary 上传头像
278
283
  * @param {File} avatarfile
279
284
  * @param {*} [options] Override http request option.
280
285
  * @throws {RequiredError}
@@ -319,6 +324,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
319
324
  },
320
325
  /**
321
326
  *
327
+ * @summary 绑定隐私协议
322
328
  * @param {string} uuid
323
329
  * @param {number} privacyType
324
330
  * @param {*} [options] Override http request option.
@@ -406,6 +412,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
406
412
  },
407
413
  /**
408
414
  *
415
+ * @summary 修改用户状态
409
416
  * @param {SysUser} sysUser
410
417
  * @param {*} [options] Override http request option.
411
418
  * @throws {RequiredError}
@@ -485,6 +492,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
485
492
  },
486
493
  /**
487
494
  *
495
+ * @summary 修改用户
488
496
  * @param {SysUser} sysUser
489
497
  * @param {*} [options] Override http request option.
490
498
  * @throws {RequiredError}
@@ -558,6 +566,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
558
566
  },
559
567
  /**
560
568
  *
569
+ * @summary 导入用户数据
561
570
  * @param {File} file
562
571
  * @param {boolean} updateSupport
563
572
  * @param {*} [options] Override http request option.
@@ -605,6 +614,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
605
614
  },
606
615
  /**
607
616
  *
617
+ * @summary 下载导入模板
608
618
  * @param {*} [options] Override http request option.
609
619
  * @throws {RequiredError}
610
620
  */
@@ -638,6 +648,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
638
648
  },
639
649
  /**
640
650
  *
651
+ * @summary 用户授权角色
641
652
  * @param {number} userId
642
653
  * @param {Array<number>} roleIds
643
654
  * @param {*} [options] Override http request option.
@@ -685,6 +696,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
685
696
  },
686
697
  /**
687
698
  *
699
+ * @summary 获取用户列表
688
700
  * @param {SysUser} user
689
701
  * @param {*} [options] Override http request option.
690
702
  * @throws {RequiredError}
@@ -768,6 +780,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
768
780
  },
769
781
  /**
770
782
  *
783
+ * @summary 获取个人信息
771
784
  * @param {*} [options] Override http request option.
772
785
  * @throws {RequiredError}
773
786
  */
@@ -801,6 +814,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
801
814
  },
802
815
  /**
803
816
  *
817
+ * @summary 用户注册
804
818
  * @param {RegisterBody} registerBody
805
819
  * @param {*} [options] Override http request option.
806
820
  * @throws {RequiredError}
@@ -840,6 +854,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
840
854
  },
841
855
  /**
842
856
  *
857
+ * @summary 删除用户
843
858
  * @param {Array<number>} userIds
844
859
  * @param {*} [options] Override http request option.
845
860
  * @throws {RequiredError}
@@ -877,6 +892,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
877
892
  },
878
893
  /**
879
894
  *
895
+ * @summary 重置密码
880
896
  * @param {SysUser} sysUser
881
897
  * @param {*} [options] Override http request option.
882
898
  * @throws {RequiredError}
@@ -916,6 +932,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
916
932
  },
917
933
  /**
918
934
  *
935
+ * @summary 撤销隐私协议
919
936
  * @param {*} [options] Override http request option.
920
937
  * @throws {RequiredError}
921
938
  */
@@ -1235,6 +1252,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1235
1252
  },
1236
1253
  /**
1237
1254
  *
1255
+ * @summary 修改个人信息
1238
1256
  * @param {SysUser} sysUser
1239
1257
  * @param {*} [options] Override http request option.
1240
1258
  * @throws {RequiredError}
@@ -1274,6 +1292,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1274
1292
  },
1275
1293
  /**
1276
1294
  *
1295
+ * @summary 修改个人密码
1277
1296
  * @param {string} oldPassword
1278
1297
  * @param {string} newPassword
1279
1298
  * @param {*} [options] Override http request option.
@@ -1489,12 +1508,12 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1489
1508
  /**
1490
1509
  *
1491
1510
  * @summary 人员列表
1492
- * @param {string} parkId 园区id
1511
+ * @param {number} parkId 园区id
1493
1512
  * @param {number} [hireId]
1494
1513
  * @param {string} [searchName] 搜索名称
1495
- * @param {string} [deptId] 部门id
1496
- * @param {string} [supplierId] 供应商id
1497
- * @param {string} [deptIds] 部门ID数组
1514
+ * @param {number} [deptId] 部门id
1515
+ * @param {number} [supplierId] 供应商id
1516
+ * @param {Array<number>} [deptIds] 部门ID数组
1498
1517
  * @param {string} [searchValue]
1499
1518
  * @param {string} [createBy]
1500
1519
  * @param {string} [createTime]
@@ -1504,7 +1523,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1504
1523
  * @param {*} [options] Override http request option.
1505
1524
  * @throws {RequiredError}
1506
1525
  */
1507
- userPageList: async (parkId: string, hireId?: number, searchName?: string, deptId?: string, supplierId?: string, deptIds?: string, searchValue?: string, createBy?: string, createTime?: string, updateBy?: string, updateTime?: string, remark?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
1526
+ userPageList: async (parkId: number, hireId?: number, searchName?: string, deptId?: number, supplierId?: number, deptIds?: Array<number>, searchValue?: string, createBy?: string, createTime?: string, updateBy?: string, updateTime?: string, remark?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
1508
1527
  // verify required parameter 'parkId' is not null or undefined
1509
1528
  assertParamExists('userPageList', 'parkId', parkId)
1510
1529
  const localVarPath = `/system/user/listDTO`;
@@ -1543,7 +1562,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1543
1562
  localVarQueryParameter['supplierId'] = supplierId;
1544
1563
  }
1545
1564
 
1546
- if (deptIds !== undefined) {
1565
+ if (deptIds) {
1547
1566
  localVarQueryParameter['deptIds'] = deptIds;
1548
1567
  }
1549
1568
 
@@ -1701,6 +1720,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1701
1720
  },
1702
1721
  /**
1703
1722
  *
1723
+ * @summary 查询是否签署隐私协议
1704
1724
  * @param {UserWhetherPrivacyDto} userWhetherPrivacyDto
1705
1725
  * @param {*} [options] Override http request option.
1706
1726
  * @throws {RequiredError}
@@ -1750,6 +1770,7 @@ export const UserApiFp = function(configuration?: Configuration) {
1750
1770
  return {
1751
1771
  /**
1752
1772
  *
1773
+ * @summary 导出用户数据
1753
1774
  * @param {SysUser} user
1754
1775
  * @param {*} [options] Override http request option.
1755
1776
  * @throws {RequiredError}
@@ -1762,11 +1783,12 @@ export const UserApiFp = function(configuration?: Configuration) {
1762
1783
  },
1763
1784
  /**
1764
1785
  *
1786
+ * @summary 新增用户
1765
1787
  * @param {SysUser} sysUser
1766
1788
  * @param {*} [options] Override http request option.
1767
1789
  * @throws {RequiredError}
1768
1790
  */
1769
- async add(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
1791
+ async add(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
1770
1792
  const localVarAxiosArgs = await localVarAxiosParamCreator.add(sysUser, options);
1771
1793
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1772
1794
  const localVarOperationServerBasePath = operationServerMap['UserApi.add']?.[localVarOperationServerIndex]?.url;
@@ -1788,6 +1810,7 @@ export const UserApiFp = function(configuration?: Configuration) {
1788
1810
  },
1789
1811
  /**
1790
1812
  *
1813
+ * @summary APP撤销隐私协议
1791
1814
  * @param {string} uuid
1792
1815
  * @param {*} [options] Override http request option.
1793
1816
  * @throws {RequiredError}
@@ -1800,12 +1823,13 @@ export const UserApiFp = function(configuration?: Configuration) {
1800
1823
  },
1801
1824
  /**
1802
1825
  *
1826
+ * @summary 获取用户授权角色
1803
1827
  * @param {number} userId
1804
1828
  * @param {number} parkId
1805
1829
  * @param {*} [options] Override http request option.
1806
1830
  * @throws {RequiredError}
1807
1831
  */
1808
- async authRole(userId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
1832
+ async authRole(userId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
1809
1833
  const localVarAxiosArgs = await localVarAxiosParamCreator.authRole(userId, parkId, options);
1810
1834
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1811
1835
  const localVarOperationServerBasePath = operationServerMap['UserApi.authRole']?.[localVarOperationServerIndex]?.url;
@@ -1813,11 +1837,12 @@ export const UserApiFp = function(configuration?: Configuration) {
1813
1837
  },
1814
1838
  /**
1815
1839
  *
1840
+ * @summary 上传头像
1816
1841
  * @param {File} avatarfile
1817
1842
  * @param {*} [options] Override http request option.
1818
1843
  * @throws {RequiredError}
1819
1844
  */
1820
- async avatar(avatarfile: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
1845
+ async avatar(avatarfile: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
1821
1846
  const localVarAxiosArgs = await localVarAxiosParamCreator.avatar(avatarfile, options);
1822
1847
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1823
1848
  const localVarOperationServerBasePath = operationServerMap['UserApi.avatar']?.[localVarOperationServerIndex]?.url;
@@ -1825,6 +1850,7 @@ export const UserApiFp = function(configuration?: Configuration) {
1825
1850
  },
1826
1851
  /**
1827
1852
  *
1853
+ * @summary 绑定隐私协议
1828
1854
  * @param {string} uuid
1829
1855
  * @param {number} privacyType
1830
1856
  * @param {*} [options] Override http request option.
@@ -1851,11 +1877,12 @@ export const UserApiFp = function(configuration?: Configuration) {
1851
1877
  },
1852
1878
  /**
1853
1879
  *
1880
+ * @summary 修改用户状态
1854
1881
  * @param {SysUser} sysUser
1855
1882
  * @param {*} [options] Override http request option.
1856
1883
  * @throws {RequiredError}
1857
1884
  */
1858
- async changeStatus(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
1885
+ async changeStatus(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
1859
1886
  const localVarAxiosArgs = await localVarAxiosParamCreator.changeStatus(sysUser, options);
1860
1887
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1861
1888
  const localVarOperationServerBasePath = operationServerMap['UserApi.changeStatus']?.[localVarOperationServerIndex]?.url;
@@ -1876,11 +1903,12 @@ export const UserApiFp = function(configuration?: Configuration) {
1876
1903
  },
1877
1904
  /**
1878
1905
  *
1906
+ * @summary 修改用户
1879
1907
  * @param {SysUser} sysUser
1880
1908
  * @param {*} [options] Override http request option.
1881
1909
  * @throws {RequiredError}
1882
1910
  */
1883
- async edit(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
1911
+ async edit(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
1884
1912
  const localVarAxiosArgs = await localVarAxiosParamCreator.edit(sysUser, options);
1885
1913
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1886
1914
  const localVarOperationServerBasePath = operationServerMap['UserApi.edit']?.[localVarOperationServerIndex]?.url;
@@ -1900,12 +1928,13 @@ export const UserApiFp = function(configuration?: Configuration) {
1900
1928
  },
1901
1929
  /**
1902
1930
  *
1931
+ * @summary 导入用户数据
1903
1932
  * @param {File} file
1904
1933
  * @param {boolean} updateSupport
1905
1934
  * @param {*} [options] Override http request option.
1906
1935
  * @throws {RequiredError}
1907
1936
  */
1908
- async importData(file: File, updateSupport: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
1937
+ async importData(file: File, updateSupport: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
1909
1938
  const localVarAxiosArgs = await localVarAxiosParamCreator.importData(file, updateSupport, options);
1910
1939
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1911
1940
  const localVarOperationServerBasePath = operationServerMap['UserApi.importData']?.[localVarOperationServerIndex]?.url;
@@ -1913,6 +1942,7 @@ export const UserApiFp = function(configuration?: Configuration) {
1913
1942
  },
1914
1943
  /**
1915
1944
  *
1945
+ * @summary 下载导入模板
1916
1946
  * @param {*} [options] Override http request option.
1917
1947
  * @throws {RequiredError}
1918
1948
  */
@@ -1924,12 +1954,13 @@ export const UserApiFp = function(configuration?: Configuration) {
1924
1954
  },
1925
1955
  /**
1926
1956
  *
1957
+ * @summary 用户授权角色
1927
1958
  * @param {number} userId
1928
1959
  * @param {Array<number>} roleIds
1929
1960
  * @param {*} [options] Override http request option.
1930
1961
  * @throws {RequiredError}
1931
1962
  */
1932
- async insertAuthRole(userId: number, roleIds: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
1963
+ async insertAuthRole(userId: number, roleIds: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
1933
1964
  const localVarAxiosArgs = await localVarAxiosParamCreator.insertAuthRole(userId, roleIds, options);
1934
1965
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1935
1966
  const localVarOperationServerBasePath = operationServerMap['UserApi.insertAuthRole']?.[localVarOperationServerIndex]?.url;
@@ -1937,6 +1968,7 @@ export const UserApiFp = function(configuration?: Configuration) {
1937
1968
  },
1938
1969
  /**
1939
1970
  *
1971
+ * @summary 获取用户列表
1940
1972
  * @param {SysUser} user
1941
1973
  * @param {*} [options] Override http request option.
1942
1974
  * @throws {RequiredError}
@@ -1962,10 +1994,11 @@ export const UserApiFp = function(configuration?: Configuration) {
1962
1994
  },
1963
1995
  /**
1964
1996
  *
1997
+ * @summary 获取个人信息
1965
1998
  * @param {*} [options] Override http request option.
1966
1999
  * @throws {RequiredError}
1967
2000
  */
1968
- async profile(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
2001
+ async profile(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
1969
2002
  const localVarAxiosArgs = await localVarAxiosParamCreator.profile(options);
1970
2003
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1971
2004
  const localVarOperationServerBasePath = operationServerMap['UserApi.profile']?.[localVarOperationServerIndex]?.url;
@@ -1973,11 +2006,12 @@ export const UserApiFp = function(configuration?: Configuration) {
1973
2006
  },
1974
2007
  /**
1975
2008
  *
2009
+ * @summary 用户注册
1976
2010
  * @param {RegisterBody} registerBody
1977
2011
  * @param {*} [options] Override http request option.
1978
2012
  * @throws {RequiredError}
1979
2013
  */
1980
- async register(registerBody: RegisterBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
2014
+ async register(registerBody: RegisterBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
1981
2015
  const localVarAxiosArgs = await localVarAxiosParamCreator.register(registerBody, options);
1982
2016
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1983
2017
  const localVarOperationServerBasePath = operationServerMap['UserApi.register']?.[localVarOperationServerIndex]?.url;
@@ -1985,11 +2019,12 @@ export const UserApiFp = function(configuration?: Configuration) {
1985
2019
  },
1986
2020
  /**
1987
2021
  *
2022
+ * @summary 删除用户
1988
2023
  * @param {Array<number>} userIds
1989
2024
  * @param {*} [options] Override http request option.
1990
2025
  * @throws {RequiredError}
1991
2026
  */
1992
- async remove(userIds: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
2027
+ async remove(userIds: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
1993
2028
  const localVarAxiosArgs = await localVarAxiosParamCreator.remove(userIds, options);
1994
2029
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1995
2030
  const localVarOperationServerBasePath = operationServerMap['UserApi.remove']?.[localVarOperationServerIndex]?.url;
@@ -1997,11 +2032,12 @@ export const UserApiFp = function(configuration?: Configuration) {
1997
2032
  },
1998
2033
  /**
1999
2034
  *
2035
+ * @summary 重置密码
2000
2036
  * @param {SysUser} sysUser
2001
2037
  * @param {*} [options] Override http request option.
2002
2038
  * @throws {RequiredError}
2003
2039
  */
2004
- async resetPwd(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
2040
+ async resetPwd(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
2005
2041
  const localVarAxiosArgs = await localVarAxiosParamCreator.resetPwd(sysUser, options);
2006
2042
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2007
2043
  const localVarOperationServerBasePath = operationServerMap['UserApi.resetPwd']?.[localVarOperationServerIndex]?.url;
@@ -2009,6 +2045,7 @@ export const UserApiFp = function(configuration?: Configuration) {
2009
2045
  },
2010
2046
  /**
2011
2047
  *
2048
+ * @summary 撤销隐私协议
2012
2049
  * @param {*} [options] Override http request option.
2013
2050
  * @throws {RequiredError}
2014
2051
  */
@@ -2113,11 +2150,12 @@ export const UserApiFp = function(configuration?: Configuration) {
2113
2150
  },
2114
2151
  /**
2115
2152
  *
2153
+ * @summary 修改个人信息
2116
2154
  * @param {SysUser} sysUser
2117
2155
  * @param {*} [options] Override http request option.
2118
2156
  * @throws {RequiredError}
2119
2157
  */
2120
- async updateProfile(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
2158
+ async updateProfile(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
2121
2159
  const localVarAxiosArgs = await localVarAxiosParamCreator.updateProfile(sysUser, options);
2122
2160
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2123
2161
  const localVarOperationServerBasePath = operationServerMap['UserApi.updateProfile']?.[localVarOperationServerIndex]?.url;
@@ -2125,12 +2163,13 @@ export const UserApiFp = function(configuration?: Configuration) {
2125
2163
  },
2126
2164
  /**
2127
2165
  *
2166
+ * @summary 修改个人密码
2128
2167
  * @param {string} oldPassword
2129
2168
  * @param {string} newPassword
2130
2169
  * @param {*} [options] Override http request option.
2131
2170
  * @throws {RequiredError}
2132
2171
  */
2133
- async updatePwd(oldPassword: string, newPassword: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
2172
+ async updatePwd(oldPassword: string, newPassword: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
2134
2173
  const localVarAxiosArgs = await localVarAxiosParamCreator.updatePwd(oldPassword, newPassword, options);
2135
2174
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2136
2175
  const localVarOperationServerBasePath = operationServerMap['UserApi.updatePwd']?.[localVarOperationServerIndex]?.url;
@@ -2192,12 +2231,12 @@ export const UserApiFp = function(configuration?: Configuration) {
2192
2231
  /**
2193
2232
  *
2194
2233
  * @summary 人员列表
2195
- * @param {string} parkId 园区id
2234
+ * @param {number} parkId 园区id
2196
2235
  * @param {number} [hireId]
2197
2236
  * @param {string} [searchName] 搜索名称
2198
- * @param {string} [deptId] 部门id
2199
- * @param {string} [supplierId] 供应商id
2200
- * @param {string} [deptIds] 部门ID数组
2237
+ * @param {number} [deptId] 部门id
2238
+ * @param {number} [supplierId] 供应商id
2239
+ * @param {Array<number>} [deptIds] 部门ID数组
2201
2240
  * @param {string} [searchValue]
2202
2241
  * @param {string} [createBy]
2203
2242
  * @param {string} [createTime]
@@ -2207,7 +2246,7 @@ export const UserApiFp = function(configuration?: Configuration) {
2207
2246
  * @param {*} [options] Override http request option.
2208
2247
  * @throws {RequiredError}
2209
2248
  */
2210
- async userPageList(parkId: string, hireId?: number, searchName?: string, deptId?: string, supplierId?: string, deptIds?: string, searchValue?: string, createBy?: string, createTime?: string, updateBy?: string, updateTime?: string, remark?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
2249
+ async userPageList(parkId: number, hireId?: number, searchName?: string, deptId?: number, supplierId?: number, deptIds?: Array<number>, searchValue?: string, createBy?: string, createTime?: string, updateBy?: string, updateTime?: string, remark?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
2211
2250
  const localVarAxiosArgs = await localVarAxiosParamCreator.userPageList(parkId, hireId, searchName, deptId, supplierId, deptIds, searchValue, createBy, createTime, updateBy, updateTime, remark, options);
2212
2251
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2213
2252
  const localVarOperationServerBasePath = operationServerMap['UserApi.userPageList']?.[localVarOperationServerIndex]?.url;
@@ -2253,6 +2292,7 @@ export const UserApiFp = function(configuration?: Configuration) {
2253
2292
  },
2254
2293
  /**
2255
2294
  *
2295
+ * @summary 查询是否签署隐私协议
2256
2296
  * @param {UserWhetherPrivacyDto} userWhetherPrivacyDto
2257
2297
  * @param {*} [options] Override http request option.
2258
2298
  * @throws {RequiredError}
@@ -2275,6 +2315,7 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2275
2315
  return {
2276
2316
  /**
2277
2317
  *
2318
+ * @summary 导出用户数据
2278
2319
  * @param {UserApiExportRequest} requestParameters Request parameters.
2279
2320
  * @param {*} [options] Override http request option.
2280
2321
  * @throws {RequiredError}
@@ -2284,11 +2325,12 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2284
2325
  },
2285
2326
  /**
2286
2327
  *
2328
+ * @summary 新增用户
2287
2329
  * @param {UserApiAddRequest} requestParameters Request parameters.
2288
2330
  * @param {*} [options] Override http request option.
2289
2331
  * @throws {RequiredError}
2290
2332
  */
2291
- add(requestParameters: UserApiAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2333
+ add(requestParameters: UserApiAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2292
2334
  return localVarFp.add(requestParameters.sysUser, options).then((request) => request(axios, basePath));
2293
2335
  },
2294
2336
  /**
@@ -2303,6 +2345,7 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2303
2345
  },
2304
2346
  /**
2305
2347
  *
2348
+ * @summary APP撤销隐私协议
2306
2349
  * @param {UserApiAppRevokePrivacyRequest} requestParameters Request parameters.
2307
2350
  * @param {*} [options] Override http request option.
2308
2351
  * @throws {RequiredError}
@@ -2312,24 +2355,27 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2312
2355
  },
2313
2356
  /**
2314
2357
  *
2358
+ * @summary 获取用户授权角色
2315
2359
  * @param {UserApiAuthRoleRequest} requestParameters Request parameters.
2316
2360
  * @param {*} [options] Override http request option.
2317
2361
  * @throws {RequiredError}
2318
2362
  */
2319
- authRole(requestParameters: UserApiAuthRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2363
+ authRole(requestParameters: UserApiAuthRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2320
2364
  return localVarFp.authRole(requestParameters.userId, requestParameters.parkId, options).then((request) => request(axios, basePath));
2321
2365
  },
2322
2366
  /**
2323
2367
  *
2368
+ * @summary 上传头像
2324
2369
  * @param {UserApiAvatarRequest} requestParameters Request parameters.
2325
2370
  * @param {*} [options] Override http request option.
2326
2371
  * @throws {RequiredError}
2327
2372
  */
2328
- avatar(requestParameters: UserApiAvatarRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2373
+ avatar(requestParameters: UserApiAvatarRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2329
2374
  return localVarFp.avatar(requestParameters.avatarfile, options).then((request) => request(axios, basePath));
2330
2375
  },
2331
2376
  /**
2332
2377
  *
2378
+ * @summary 绑定隐私协议
2333
2379
  * @param {UserApiBindPrivacyRequest} requestParameters Request parameters.
2334
2380
  * @param {*} [options] Override http request option.
2335
2381
  * @throws {RequiredError}
@@ -2349,11 +2395,12 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2349
2395
  },
2350
2396
  /**
2351
2397
  *
2398
+ * @summary 修改用户状态
2352
2399
  * @param {UserApiChangeStatusRequest} requestParameters Request parameters.
2353
2400
  * @param {*} [options] Override http request option.
2354
2401
  * @throws {RequiredError}
2355
2402
  */
2356
- changeStatus(requestParameters: UserApiChangeStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2403
+ changeStatus(requestParameters: UserApiChangeStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2357
2404
  return localVarFp.changeStatus(requestParameters.sysUser, options).then((request) => request(axios, basePath));
2358
2405
  },
2359
2406
  /**
@@ -2368,11 +2415,12 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2368
2415
  },
2369
2416
  /**
2370
2417
  *
2418
+ * @summary 修改用户
2371
2419
  * @param {UserApiEditRequest} requestParameters Request parameters.
2372
2420
  * @param {*} [options] Override http request option.
2373
2421
  * @throws {RequiredError}
2374
2422
  */
2375
- edit(requestParameters: UserApiEditRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2423
+ edit(requestParameters: UserApiEditRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2376
2424
  return localVarFp.edit(requestParameters.sysUser, options).then((request) => request(axios, basePath));
2377
2425
  },
2378
2426
  /**
@@ -2386,15 +2434,17 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2386
2434
  },
2387
2435
  /**
2388
2436
  *
2437
+ * @summary 导入用户数据
2389
2438
  * @param {UserApiImportDataRequest} requestParameters Request parameters.
2390
2439
  * @param {*} [options] Override http request option.
2391
2440
  * @throws {RequiredError}
2392
2441
  */
2393
- importData(requestParameters: UserApiImportDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2442
+ importData(requestParameters: UserApiImportDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2394
2443
  return localVarFp.importData(requestParameters.file, requestParameters.updateSupport, options).then((request) => request(axios, basePath));
2395
2444
  },
2396
2445
  /**
2397
2446
  *
2447
+ * @summary 下载导入模板
2398
2448
  * @param {*} [options] Override http request option.
2399
2449
  * @throws {RequiredError}
2400
2450
  */
@@ -2403,15 +2453,17 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2403
2453
  },
2404
2454
  /**
2405
2455
  *
2456
+ * @summary 用户授权角色
2406
2457
  * @param {UserApiInsertAuthRoleRequest} requestParameters Request parameters.
2407
2458
  * @param {*} [options] Override http request option.
2408
2459
  * @throws {RequiredError}
2409
2460
  */
2410
- insertAuthRole(requestParameters: UserApiInsertAuthRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2461
+ insertAuthRole(requestParameters: UserApiInsertAuthRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2411
2462
  return localVarFp.insertAuthRole(requestParameters.userId, requestParameters.roleIds, options).then((request) => request(axios, basePath));
2412
2463
  },
2413
2464
  /**
2414
2465
  *
2466
+ * @summary 获取用户列表
2415
2467
  * @param {UserApiListRequest} requestParameters Request parameters.
2416
2468
  * @param {*} [options] Override http request option.
2417
2469
  * @throws {RequiredError}
@@ -2431,41 +2483,46 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2431
2483
  },
2432
2484
  /**
2433
2485
  *
2486
+ * @summary 获取个人信息
2434
2487
  * @param {*} [options] Override http request option.
2435
2488
  * @throws {RequiredError}
2436
2489
  */
2437
- profile(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2490
+ profile(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2438
2491
  return localVarFp.profile(options).then((request) => request(axios, basePath));
2439
2492
  },
2440
2493
  /**
2441
2494
  *
2495
+ * @summary 用户注册
2442
2496
  * @param {UserApiRegisterRequest} requestParameters Request parameters.
2443
2497
  * @param {*} [options] Override http request option.
2444
2498
  * @throws {RequiredError}
2445
2499
  */
2446
- register(requestParameters: UserApiRegisterRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2500
+ register(requestParameters: UserApiRegisterRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2447
2501
  return localVarFp.register(requestParameters.registerBody, options).then((request) => request(axios, basePath));
2448
2502
  },
2449
2503
  /**
2450
2504
  *
2505
+ * @summary 删除用户
2451
2506
  * @param {UserApiRemoveRequest} requestParameters Request parameters.
2452
2507
  * @param {*} [options] Override http request option.
2453
2508
  * @throws {RequiredError}
2454
2509
  */
2455
- remove(requestParameters: UserApiRemoveRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2510
+ remove(requestParameters: UserApiRemoveRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2456
2511
  return localVarFp.remove(requestParameters.userIds, options).then((request) => request(axios, basePath));
2457
2512
  },
2458
2513
  /**
2459
2514
  *
2515
+ * @summary 重置密码
2460
2516
  * @param {UserApiResetPwdRequest} requestParameters Request parameters.
2461
2517
  * @param {*} [options] Override http request option.
2462
2518
  * @throws {RequiredError}
2463
2519
  */
2464
- resetPwd(requestParameters: UserApiResetPwdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2520
+ resetPwd(requestParameters: UserApiResetPwdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2465
2521
  return localVarFp.resetPwd(requestParameters.sysUser, options).then((request) => request(axios, basePath));
2466
2522
  },
2467
2523
  /**
2468
2524
  *
2525
+ * @summary 撤销隐私协议
2469
2526
  * @param {*} [options] Override http request option.
2470
2527
  * @throws {RequiredError}
2471
2528
  */
@@ -2543,20 +2600,22 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2543
2600
  },
2544
2601
  /**
2545
2602
  *
2603
+ * @summary 修改个人信息
2546
2604
  * @param {UserApiUpdateProfileRequest} requestParameters Request parameters.
2547
2605
  * @param {*} [options] Override http request option.
2548
2606
  * @throws {RequiredError}
2549
2607
  */
2550
- updateProfile(requestParameters: UserApiUpdateProfileRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2608
+ updateProfile(requestParameters: UserApiUpdateProfileRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2551
2609
  return localVarFp.updateProfile(requestParameters.sysUser, options).then((request) => request(axios, basePath));
2552
2610
  },
2553
2611
  /**
2554
2612
  *
2613
+ * @summary 修改个人密码
2555
2614
  * @param {UserApiUpdatePwdRequest} requestParameters Request parameters.
2556
2615
  * @param {*} [options] Override http request option.
2557
2616
  * @throws {RequiredError}
2558
2617
  */
2559
- updatePwd(requestParameters: UserApiUpdatePwdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2618
+ updatePwd(requestParameters: UserApiUpdatePwdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2560
2619
  return localVarFp.updatePwd(requestParameters.oldPassword, requestParameters.newPassword, options).then((request) => request(axios, basePath));
2561
2620
  },
2562
2621
  /**
@@ -2604,7 +2663,7 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2604
2663
  * @param {*} [options] Override http request option.
2605
2664
  * @throws {RequiredError}
2606
2665
  */
2607
- userPageList(requestParameters: UserApiUserPageListRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2666
+ userPageList(requestParameters: UserApiUserPageListRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
2608
2667
  return localVarFp.userPageList(requestParameters.parkId, requestParameters.hireId, requestParameters.searchName, requestParameters.deptId, requestParameters.supplierId, requestParameters.deptIds, requestParameters.searchValue, requestParameters.createBy, requestParameters.createTime, requestParameters.updateBy, requestParameters.updateTime, requestParameters.remark, options).then((request) => request(axios, basePath));
2609
2668
  },
2610
2669
  /**
@@ -2638,6 +2697,7 @@ export const UserApiFactory = function (configuration?: Configuration, basePath?
2638
2697
  },
2639
2698
  /**
2640
2699
  *
2700
+ * @summary 查询是否签署隐私协议
2641
2701
  * @param {UserApiWhetherPrivacyRequest} requestParameters Request parameters.
2642
2702
  * @param {*} [options] Override http request option.
2643
2703
  * @throws {RequiredError}
@@ -3132,10 +3192,10 @@ export interface UserApiUserExportRequest {
3132
3192
  export interface UserApiUserPageListRequest {
3133
3193
  /**
3134
3194
  * 园区id
3135
- * @type {string}
3195
+ * @type {number}
3136
3196
  * @memberof UserApiUserPageList
3137
3197
  */
3138
- readonly parkId: string
3198
+ readonly parkId: number
3139
3199
 
3140
3200
  /**
3141
3201
  *
@@ -3153,24 +3213,24 @@ export interface UserApiUserPageListRequest {
3153
3213
 
3154
3214
  /**
3155
3215
  * 部门id
3156
- * @type {string}
3216
+ * @type {number}
3157
3217
  * @memberof UserApiUserPageList
3158
3218
  */
3159
- readonly deptId?: string
3219
+ readonly deptId?: number
3160
3220
 
3161
3221
  /**
3162
3222
  * 供应商id
3163
- * @type {string}
3223
+ * @type {number}
3164
3224
  * @memberof UserApiUserPageList
3165
3225
  */
3166
- readonly supplierId?: string
3226
+ readonly supplierId?: number
3167
3227
 
3168
3228
  /**
3169
3229
  * 部门ID数组
3170
- * @type {string}
3230
+ * @type {Array<number>}
3171
3231
  * @memberof UserApiUserPageList
3172
3232
  */
3173
- readonly deptIds?: string
3233
+ readonly deptIds?: Array<number>
3174
3234
 
3175
3235
  /**
3176
3236
  *
@@ -3266,6 +3326,7 @@ export interface UserApiWhetherPrivacyRequest {
3266
3326
  export class UserApi extends BaseAPI {
3267
3327
  /**
3268
3328
  *
3329
+ * @summary 导出用户数据
3269
3330
  * @param {UserApiExportRequest} requestParameters Request parameters.
3270
3331
  * @param {*} [options] Override http request option.
3271
3332
  * @throws {RequiredError}
@@ -3277,6 +3338,7 @@ export class UserApi extends BaseAPI {
3277
3338
 
3278
3339
  /**
3279
3340
  *
3341
+ * @summary 新增用户
3280
3342
  * @param {UserApiAddRequest} requestParameters Request parameters.
3281
3343
  * @param {*} [options] Override http request option.
3282
3344
  * @throws {RequiredError}
@@ -3300,6 +3362,7 @@ export class UserApi extends BaseAPI {
3300
3362
 
3301
3363
  /**
3302
3364
  *
3365
+ * @summary APP撤销隐私协议
3303
3366
  * @param {UserApiAppRevokePrivacyRequest} requestParameters Request parameters.
3304
3367
  * @param {*} [options] Override http request option.
3305
3368
  * @throws {RequiredError}
@@ -3311,6 +3374,7 @@ export class UserApi extends BaseAPI {
3311
3374
 
3312
3375
  /**
3313
3376
  *
3377
+ * @summary 获取用户授权角色
3314
3378
  * @param {UserApiAuthRoleRequest} requestParameters Request parameters.
3315
3379
  * @param {*} [options] Override http request option.
3316
3380
  * @throws {RequiredError}
@@ -3322,6 +3386,7 @@ export class UserApi extends BaseAPI {
3322
3386
 
3323
3387
  /**
3324
3388
  *
3389
+ * @summary 上传头像
3325
3390
  * @param {UserApiAvatarRequest} requestParameters Request parameters.
3326
3391
  * @param {*} [options] Override http request option.
3327
3392
  * @throws {RequiredError}
@@ -3333,6 +3398,7 @@ export class UserApi extends BaseAPI {
3333
3398
 
3334
3399
  /**
3335
3400
  *
3401
+ * @summary 绑定隐私协议
3336
3402
  * @param {UserApiBindPrivacyRequest} requestParameters Request parameters.
3337
3403
  * @param {*} [options] Override http request option.
3338
3404
  * @throws {RequiredError}
@@ -3356,6 +3422,7 @@ export class UserApi extends BaseAPI {
3356
3422
 
3357
3423
  /**
3358
3424
  *
3425
+ * @summary 修改用户状态
3359
3426
  * @param {UserApiChangeStatusRequest} requestParameters Request parameters.
3360
3427
  * @param {*} [options] Override http request option.
3361
3428
  * @throws {RequiredError}
@@ -3379,6 +3446,7 @@ export class UserApi extends BaseAPI {
3379
3446
 
3380
3447
  /**
3381
3448
  *
3449
+ * @summary 修改用户
3382
3450
  * @param {UserApiEditRequest} requestParameters Request parameters.
3383
3451
  * @param {*} [options] Override http request option.
3384
3452
  * @throws {RequiredError}
@@ -3401,6 +3469,7 @@ export class UserApi extends BaseAPI {
3401
3469
 
3402
3470
  /**
3403
3471
  *
3472
+ * @summary 导入用户数据
3404
3473
  * @param {UserApiImportDataRequest} requestParameters Request parameters.
3405
3474
  * @param {*} [options] Override http request option.
3406
3475
  * @throws {RequiredError}
@@ -3412,6 +3481,7 @@ export class UserApi extends BaseAPI {
3412
3481
 
3413
3482
  /**
3414
3483
  *
3484
+ * @summary 下载导入模板
3415
3485
  * @param {*} [options] Override http request option.
3416
3486
  * @throws {RequiredError}
3417
3487
  * @memberof UserApi
@@ -3422,6 +3492,7 @@ export class UserApi extends BaseAPI {
3422
3492
 
3423
3493
  /**
3424
3494
  *
3495
+ * @summary 用户授权角色
3425
3496
  * @param {UserApiInsertAuthRoleRequest} requestParameters Request parameters.
3426
3497
  * @param {*} [options] Override http request option.
3427
3498
  * @throws {RequiredError}
@@ -3433,6 +3504,7 @@ export class UserApi extends BaseAPI {
3433
3504
 
3434
3505
  /**
3435
3506
  *
3507
+ * @summary 获取用户列表
3436
3508
  * @param {UserApiListRequest} requestParameters Request parameters.
3437
3509
  * @param {*} [options] Override http request option.
3438
3510
  * @throws {RequiredError}
@@ -3456,6 +3528,7 @@ export class UserApi extends BaseAPI {
3456
3528
 
3457
3529
  /**
3458
3530
  *
3531
+ * @summary 获取个人信息
3459
3532
  * @param {*} [options] Override http request option.
3460
3533
  * @throws {RequiredError}
3461
3534
  * @memberof UserApi
@@ -3466,6 +3539,7 @@ export class UserApi extends BaseAPI {
3466
3539
 
3467
3540
  /**
3468
3541
  *
3542
+ * @summary 用户注册
3469
3543
  * @param {UserApiRegisterRequest} requestParameters Request parameters.
3470
3544
  * @param {*} [options] Override http request option.
3471
3545
  * @throws {RequiredError}
@@ -3477,6 +3551,7 @@ export class UserApi extends BaseAPI {
3477
3551
 
3478
3552
  /**
3479
3553
  *
3554
+ * @summary 删除用户
3480
3555
  * @param {UserApiRemoveRequest} requestParameters Request parameters.
3481
3556
  * @param {*} [options] Override http request option.
3482
3557
  * @throws {RequiredError}
@@ -3488,6 +3563,7 @@ export class UserApi extends BaseAPI {
3488
3563
 
3489
3564
  /**
3490
3565
  *
3566
+ * @summary 重置密码
3491
3567
  * @param {UserApiResetPwdRequest} requestParameters Request parameters.
3492
3568
  * @param {*} [options] Override http request option.
3493
3569
  * @throws {RequiredError}
@@ -3499,6 +3575,7 @@ export class UserApi extends BaseAPI {
3499
3575
 
3500
3576
  /**
3501
3577
  *
3578
+ * @summary 撤销隐私协议
3502
3579
  * @param {*} [options] Override http request option.
3503
3580
  * @throws {RequiredError}
3504
3581
  * @memberof UserApi
@@ -3592,6 +3669,7 @@ export class UserApi extends BaseAPI {
3592
3669
 
3593
3670
  /**
3594
3671
  *
3672
+ * @summary 修改个人信息
3595
3673
  * @param {UserApiUpdateProfileRequest} requestParameters Request parameters.
3596
3674
  * @param {*} [options] Override http request option.
3597
3675
  * @throws {RequiredError}
@@ -3603,6 +3681,7 @@ export class UserApi extends BaseAPI {
3603
3681
 
3604
3682
  /**
3605
3683
  *
3684
+ * @summary 修改个人密码
3606
3685
  * @param {UserApiUpdatePwdRequest} requestParameters Request parameters.
3607
3686
  * @param {*} [options] Override http request option.
3608
3687
  * @throws {RequiredError}
@@ -3707,6 +3786,7 @@ export class UserApi extends BaseAPI {
3707
3786
 
3708
3787
  /**
3709
3788
  *
3789
+ * @summary 查询是否签署隐私协议
3710
3790
  * @param {UserApiWhetherPrivacyRequest} requestParameters Request parameters.
3711
3791
  * @param {*} [options] Override http request option.
3712
3792
  * @throws {RequiredError}