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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1245) hide show
  1. package/.openapi-generator/VERSION +1 -1
  2. package/README.md +3 -2
  3. package/apis/access-aes-controller-api.ts +45 -45
  4. package/apis/access-api.ts +369 -369
  5. package/apis/app-auth-api.ts +118 -118
  6. package/apis/auth-api.ts +200 -200
  7. package/apis/calendar-api.ts +64 -64
  8. package/apis/cas-api.ts +9 -9
  9. package/apis/common-api.ts +371 -371
  10. package/apis/dashboard-api.ts +184 -184
  11. package/apis/device-api.ts +35 -35
  12. package/apis/disaster-warning-standard-api.ts +94 -94
  13. package/apis/energy-cost-analysis-controller-api.ts +67 -67
  14. package/apis/energy-cost-controller-api.ts +59 -59
  15. package/apis/energy-cost-record-controller-api.ts +66 -66
  16. package/apis/equipment-api.ts +222 -222
  17. package/apis/excel-language-controller-api.ts +16 -16
  18. package/apis/hwork-api.ts +11 -11
  19. package/apis/inspection-standard-api.ts +111 -111
  20. package/apis/internal-api.ts +9 -9
  21. package/apis/jwt-api.ts +10 -10
  22. package/apis/maintenance-standard-api.ts +111 -111
  23. package/apis/message-api.ts +43 -43
  24. package/apis/notification-api.ts +63 -63
  25. package/apis/offline-alert-work-order-controller-api.ts +10 -10
  26. package/apis/open-api-api.ts +68 -68
  27. package/apis/park-api.ts +75 -75
  28. package/apis/privacy-api.ts +48 -48
  29. package/apis/role-api.ts +169 -169
  30. package/apis/setting-api.ts +250 -250
  31. package/apis/smsapi.ts +11 -11
  32. package/apis/space-api.ts +165 -165
  33. package/apis/supplier-api.ts +104 -104
  34. package/apis/surveillance-api.ts +127 -127
  35. package/apis/surveillance-settings-api.ts +80 -80
  36. package/apis/sys-api.ts +397 -397
  37. package/apis/test-api.ts +23 -23
  38. package/apis/user-api.ts +302 -302
  39. package/apis/web-hook-api.ts +27 -27
  40. package/apis/work-order-api.ts +509 -509
  41. package/base.ts +2 -2
  42. package/common.ts +1 -1
  43. package/configuration.ts +7 -1
  44. package/dist/apis/access-aes-controller-api.d.ts +27 -27
  45. package/dist/apis/access-aes-controller-api.js +30 -30
  46. package/dist/apis/access-api.d.ts +231 -231
  47. package/dist/apis/access-api.js +230 -230
  48. package/dist/apis/app-auth-api.d.ts +76 -76
  49. package/dist/apis/app-auth-api.js +75 -75
  50. package/dist/apis/auth-api.d.ts +132 -132
  51. package/dist/apis/auth-api.js +130 -130
  52. package/dist/apis/calendar-api.d.ts +40 -40
  53. package/dist/apis/calendar-api.js +40 -40
  54. package/dist/apis/cas-api.d.ts +7 -7
  55. package/dist/apis/cas-api.js +5 -5
  56. package/dist/apis/common-api.d.ts +245 -245
  57. package/dist/apis/common-api.js +245 -245
  58. package/dist/apis/dashboard-api.d.ts +115 -115
  59. package/dist/apis/dashboard-api.js +115 -115
  60. package/dist/apis/device-api.d.ts +23 -23
  61. package/dist/apis/device-api.js +20 -20
  62. package/dist/apis/disaster-warning-standard-api.d.ts +58 -58
  63. package/dist/apis/disaster-warning-standard-api.js +60 -60
  64. package/dist/apis/energy-cost-analysis-controller-api.d.ts +43 -43
  65. package/dist/apis/energy-cost-analysis-controller-api.js +40 -40
  66. package/dist/apis/energy-cost-controller-api.d.ts +38 -38
  67. package/dist/apis/energy-cost-controller-api.js +35 -35
  68. package/dist/apis/energy-cost-record-controller-api.d.ts +42 -42
  69. package/dist/apis/energy-cost-record-controller-api.js +40 -40
  70. package/dist/apis/equipment-api.d.ts +138 -138
  71. package/dist/apis/equipment-api.js +140 -140
  72. package/dist/apis/excel-language-controller-api.d.ts +10 -10
  73. package/dist/apis/excel-language-controller-api.js +10 -10
  74. package/dist/apis/hwork-api.d.ts +8 -8
  75. package/dist/apis/hwork-api.js +5 -5
  76. package/dist/apis/inspection-standard-api.d.ts +69 -69
  77. package/dist/apis/inspection-standard-api.js +70 -70
  78. package/dist/apis/internal-api.d.ts +6 -6
  79. package/dist/apis/internal-api.js +5 -5
  80. package/dist/apis/jwt-api.d.ts +7 -7
  81. package/dist/apis/jwt-api.js +5 -5
  82. package/dist/apis/maintenance-standard-api.d.ts +69 -69
  83. package/dist/apis/maintenance-standard-api.js +70 -70
  84. package/dist/apis/message-api.d.ts +28 -28
  85. package/dist/apis/message-api.js +25 -25
  86. package/dist/apis/notification-api.d.ts +43 -43
  87. package/dist/apis/notification-api.js +40 -40
  88. package/dist/apis/offline-alert-work-order-controller-api.d.ts +7 -7
  89. package/dist/apis/offline-alert-work-order-controller-api.js +5 -5
  90. package/dist/apis/open-api-api.d.ts +44 -44
  91. package/dist/apis/open-api-api.js +40 -40
  92. package/dist/apis/park-api.d.ts +45 -45
  93. package/dist/apis/park-api.js +50 -50
  94. package/dist/apis/privacy-api.d.ts +30 -30
  95. package/dist/apis/privacy-api.js +30 -30
  96. package/dist/apis/role-api.d.ts +111 -111
  97. package/dist/apis/role-api.js +115 -115
  98. package/dist/apis/setting-api.d.ts +154 -154
  99. package/dist/apis/setting-api.js +160 -160
  100. package/dist/apis/smsapi.d.ts +8 -8
  101. package/dist/apis/smsapi.js +5 -5
  102. package/dist/apis/space-api.d.ts +102 -102
  103. package/dist/apis/space-api.js +105 -105
  104. package/dist/apis/supplier-api.d.ts +65 -65
  105. package/dist/apis/supplier-api.js +65 -65
  106. package/dist/apis/surveillance-api.d.ts +79 -79
  107. package/dist/apis/surveillance-api.js +80 -80
  108. package/dist/apis/surveillance-settings-api.d.ts +50 -50
  109. package/dist/apis/surveillance-settings-api.js +50 -50
  110. package/dist/apis/sys-api.d.ts +255 -255
  111. package/dist/apis/sys-api.js +275 -275
  112. package/dist/apis/test-api.d.ts +14 -14
  113. package/dist/apis/test-api.js +15 -15
  114. package/dist/apis/user-api.d.ts +196 -196
  115. package/dist/apis/user-api.js +200 -200
  116. package/dist/apis/web-hook-api.d.ts +18 -18
  117. package/dist/apis/web-hook-api.js +15 -15
  118. package/dist/apis/work-order-api.d.ts +320 -320
  119. package/dist/apis/work-order-api.js +320 -320
  120. package/dist/base.d.ts +2 -2
  121. package/dist/common.d.ts +1 -1
  122. package/dist/common.js +2 -1
  123. package/dist/configuration.js +2 -1
  124. package/dist/esm/apis/access-aes-controller-api.d.ts +27 -27
  125. package/dist/esm/apis/access-aes-controller-api.js +30 -30
  126. package/dist/esm/apis/access-api.d.ts +231 -231
  127. package/dist/esm/apis/access-api.js +230 -230
  128. package/dist/esm/apis/app-auth-api.d.ts +76 -76
  129. package/dist/esm/apis/app-auth-api.js +75 -75
  130. package/dist/esm/apis/auth-api.d.ts +132 -132
  131. package/dist/esm/apis/auth-api.js +130 -130
  132. package/dist/esm/apis/calendar-api.d.ts +40 -40
  133. package/dist/esm/apis/calendar-api.js +40 -40
  134. package/dist/esm/apis/cas-api.d.ts +7 -7
  135. package/dist/esm/apis/cas-api.js +5 -5
  136. package/dist/esm/apis/common-api.d.ts +245 -245
  137. package/dist/esm/apis/common-api.js +245 -245
  138. package/dist/esm/apis/dashboard-api.d.ts +115 -115
  139. package/dist/esm/apis/dashboard-api.js +115 -115
  140. package/dist/esm/apis/device-api.d.ts +23 -23
  141. package/dist/esm/apis/device-api.js +20 -20
  142. package/dist/esm/apis/disaster-warning-standard-api.d.ts +58 -58
  143. package/dist/esm/apis/disaster-warning-standard-api.js +60 -60
  144. package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +43 -43
  145. package/dist/esm/apis/energy-cost-analysis-controller-api.js +40 -40
  146. package/dist/esm/apis/energy-cost-controller-api.d.ts +38 -38
  147. package/dist/esm/apis/energy-cost-controller-api.js +35 -35
  148. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +42 -42
  149. package/dist/esm/apis/energy-cost-record-controller-api.js +40 -40
  150. package/dist/esm/apis/equipment-api.d.ts +138 -138
  151. package/dist/esm/apis/equipment-api.js +140 -140
  152. package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
  153. package/dist/esm/apis/excel-language-controller-api.js +10 -10
  154. package/dist/esm/apis/hwork-api.d.ts +8 -8
  155. package/dist/esm/apis/hwork-api.js +5 -5
  156. package/dist/esm/apis/inspection-standard-api.d.ts +69 -69
  157. package/dist/esm/apis/inspection-standard-api.js +70 -70
  158. package/dist/esm/apis/internal-api.d.ts +6 -6
  159. package/dist/esm/apis/internal-api.js +5 -5
  160. package/dist/esm/apis/jwt-api.d.ts +7 -7
  161. package/dist/esm/apis/jwt-api.js +5 -5
  162. package/dist/esm/apis/maintenance-standard-api.d.ts +69 -69
  163. package/dist/esm/apis/maintenance-standard-api.js +70 -70
  164. package/dist/esm/apis/message-api.d.ts +28 -28
  165. package/dist/esm/apis/message-api.js +25 -25
  166. package/dist/esm/apis/notification-api.d.ts +43 -43
  167. package/dist/esm/apis/notification-api.js +40 -40
  168. package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +7 -7
  169. package/dist/esm/apis/offline-alert-work-order-controller-api.js +5 -5
  170. package/dist/esm/apis/open-api-api.d.ts +44 -44
  171. package/dist/esm/apis/open-api-api.js +40 -40
  172. package/dist/esm/apis/park-api.d.ts +45 -45
  173. package/dist/esm/apis/park-api.js +50 -50
  174. package/dist/esm/apis/privacy-api.d.ts +30 -30
  175. package/dist/esm/apis/privacy-api.js +30 -30
  176. package/dist/esm/apis/role-api.d.ts +111 -111
  177. package/dist/esm/apis/role-api.js +115 -115
  178. package/dist/esm/apis/setting-api.d.ts +154 -154
  179. package/dist/esm/apis/setting-api.js +160 -160
  180. package/dist/esm/apis/smsapi.d.ts +8 -8
  181. package/dist/esm/apis/smsapi.js +5 -5
  182. package/dist/esm/apis/space-api.d.ts +102 -102
  183. package/dist/esm/apis/space-api.js +105 -105
  184. package/dist/esm/apis/supplier-api.d.ts +65 -65
  185. package/dist/esm/apis/supplier-api.js +65 -65
  186. package/dist/esm/apis/surveillance-api.d.ts +79 -79
  187. package/dist/esm/apis/surveillance-api.js +80 -80
  188. package/dist/esm/apis/surveillance-settings-api.d.ts +50 -50
  189. package/dist/esm/apis/surveillance-settings-api.js +50 -50
  190. package/dist/esm/apis/sys-api.d.ts +255 -255
  191. package/dist/esm/apis/sys-api.js +275 -275
  192. package/dist/esm/apis/test-api.d.ts +14 -14
  193. package/dist/esm/apis/test-api.js +15 -15
  194. package/dist/esm/apis/user-api.d.ts +196 -196
  195. package/dist/esm/apis/user-api.js +200 -200
  196. package/dist/esm/apis/web-hook-api.d.ts +18 -18
  197. package/dist/esm/apis/web-hook-api.js +15 -15
  198. package/dist/esm/apis/work-order-api.d.ts +320 -320
  199. package/dist/esm/apis/work-order-api.js +320 -320
  200. package/dist/esm/base.d.ts +2 -2
  201. package/dist/esm/common.d.ts +1 -1
  202. package/dist/esm/common.js +2 -1
  203. package/dist/esm/configuration.js +2 -1
  204. package/dist/esm/models/access-abnormal-type-enum.d.ts +2 -2
  205. package/dist/esm/models/access-abnormal-type-enum.js +2 -2
  206. package/dist/esm/models/access-appointment-record-add-vo.d.ts +9 -9
  207. package/dist/esm/models/access-appointment-record-details-dto.d.ts +12 -12
  208. package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
  209. package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +3 -3
  210. package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
  211. package/dist/esm/models/access-company-config-entity.d.ts +1 -1
  212. package/dist/esm/models/access-config-entity.d.ts +1 -1
  213. package/dist/esm/models/access-config-vo.d.ts +1 -1
  214. package/dist/esm/models/access-record-details-dto.d.ts +9 -9
  215. package/dist/esm/models/access-record-summary-details-dto.d.ts +8 -8
  216. package/dist/esm/models/access-record-summary-list-dto.d.ts +7 -7
  217. package/dist/esm/models/access-vehicle-length-enum.d.ts +6 -6
  218. package/dist/esm/models/access-vehicle-length-enum.js +6 -6
  219. package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +1 -1
  220. package/dist/esm/models/access-whitelist-application-add-vo.d.ts +4 -4
  221. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
  222. package/dist/esm/models/access-whitelist-application-details-dto.d.ts +6 -6
  223. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +3 -3
  224. package/dist/esm/models/access-whitelist-application-update-vo.d.ts +1 -1
  225. package/dist/esm/models/app-login-wx-chat-dto.d.ts +1 -1
  226. package/dist/esm/models/area-park-dto.d.ts +1 -1
  227. package/dist/esm/models/base-error-result.d.ts +1 -1
  228. package/dist/esm/models/center-list-dto.d.ts +1 -1
  229. package/dist/esm/models/cuser-info.d.ts +1 -1
  230. package/dist/esm/models/dashboard-access-search-dto.d.ts +3 -3
  231. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
  232. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
  233. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
  234. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
  235. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +1 -1
  236. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +3 -3
  237. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +2 -2
  238. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +1 -1
  239. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
  240. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +4 -4
  241. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  242. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
  243. package/dist/esm/models/dept-relation-dto.d.ts +2 -2
  244. package/dist/esm/models/dept-relation.d.ts +2 -2
  245. package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  246. package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
  247. package/dist/esm/models/disaster-warning-standard-import-dto.d.ts +1 -1
  248. package/dist/esm/models/energy-cost-add-record-dto.d.ts +2 -2
  249. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +1 -1
  250. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
  251. package/dist/esm/models/energy-cost-analysis-export-dto.d.ts +1 -1
  252. package/dist/esm/models/energy-cost-edit-record-dto.d.ts +2 -2
  253. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
  254. package/dist/esm/models/energy-cost-record-info-vo.d.ts +1 -1
  255. package/dist/esm/models/energy-cost-trend-vo.d.ts +1 -1
  256. package/dist/esm/models/equipment-add-redis-list-dto.d.ts +1 -1
  257. package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
  258. package/dist/esm/models/equipment-edit-batch-vo.d.ts +1 -1
  259. package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
  260. package/dist/esm/models/equipment-search-system-dto.d.ts +3 -3
  261. package/dist/esm/models/equipment-search-vo.d.ts +1 -1
  262. package/dist/esm/models/equipment-status-stats-vo.d.ts +1 -1
  263. package/dist/esm/models/equipment-tree-details-dto.d.ts +2 -2
  264. package/dist/esm/models/equipment-tree-dto.d.ts +1 -1
  265. package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
  266. package/dist/esm/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
  267. package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
  268. package/dist/esm/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
  269. package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
  270. package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
  271. package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
  272. package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
  273. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
  274. package/dist/esm/models/exploration-work-order-add-vo.d.ts +3 -3
  275. package/dist/esm/models/exploration-work-order-details-dto.d.ts +9 -9
  276. package/dist/esm/models/exploration-work-order-info.d.ts +2 -2
  277. package/dist/esm/models/followup-work-order-dto.d.ts +1 -1
  278. package/dist/esm/models/group-dept-vo.d.ts +1 -1
  279. package/dist/esm/models/inspection-handle-req.d.ts +1 -1
  280. package/dist/esm/models/inspection-point-item.d.ts +1 -1
  281. package/dist/esm/models/inspection-point.d.ts +1 -1
  282. package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +4 -4
  283. package/dist/esm/models/inspection-standard-dto.d.ts +4 -4
  284. package/dist/esm/models/inspection-standard-entity.d.ts +5 -5
  285. package/dist/esm/models/inspection-standard-import-dto.d.ts +2 -2
  286. package/dist/esm/models/insurance-work-order-issue-vo.d.ts +1 -1
  287. package/dist/esm/models/insurance-work-order-vo.d.ts +1 -1
  288. package/dist/esm/models/ipage-energy-cost-analysis-list-vo.d.ts +1 -1
  289. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +1 -1
  290. package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
  291. package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +2 -2
  292. package/dist/esm/models/json-result-access-company-config-entity.d.ts +2 -2
  293. package/dist/esm/models/json-result-access-config-entity.d.ts +2 -2
  294. package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +2 -2
  295. package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
  296. package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
  297. package/dist/esm/models/json-result-applet-user-type-dto.d.ts +2 -2
  298. package/dist/esm/models/json-result-big-decimal.d.ts +1 -1
  299. package/dist/esm/models/json-result-boolean.d.ts +1 -1
  300. package/dist/esm/models/json-result-calendar-entity.d.ts +2 -2
  301. package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +2 -2
  302. package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
  303. package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.d.ts +2 -2
  304. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +2 -2
  305. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +2 -2
  306. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +2 -2
  307. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +2 -2
  308. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +2 -2
  309. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +2 -2
  310. package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
  311. package/dist/esm/models/json-result-equipment-detail-dto.d.ts +2 -2
  312. package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +2 -2
  313. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
  314. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
  315. package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
  316. package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
  317. package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
  318. package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
  319. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
  320. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
  321. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
  322. package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
  323. package/dist/esm/models/json-result-file-dto.d.ts +2 -2
  324. package/dist/esm/models/json-result-group-dept-vo.d.ts +2 -2
  325. package/dist/esm/models/json-result-inspection-standard-entity.d.ts +2 -2
  326. package/dist/esm/models/json-result-integer.d.ts +1 -1
  327. package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +2 -2
  328. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +2 -2
  329. package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
  330. package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
  331. package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +2 -2
  332. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
  333. package/dist/esm/models/json-result-list-address-region-entity.d.ts +2 -2
  334. package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
  335. package/dist/esm/models/json-result-list-area-park-dto.d.ts +2 -2
  336. package/dist/esm/models/json-result-list-calendar-entity.d.ts +2 -2
  337. package/dist/esm/models/json-result-list-center-list-dto.d.ts +2 -2
  338. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
  339. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
  340. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
  341. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
  342. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
  343. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
  344. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
  345. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
  346. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  347. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
  348. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +2 -2
  349. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +2 -2
  350. package/dist/esm/models/json-result-list-energy-cost-park-option-vo.d.ts +2 -2
  351. package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +2 -2
  352. package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +2 -2
  353. package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
  354. package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
  355. package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +2 -2
  356. package/dist/esm/models/json-result-list-inspection-point.d.ts +2 -2
  357. package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +2 -2
  358. package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
  359. package/dist/esm/models/json-result-list-park-list-dto.d.ts +2 -2
  360. package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
  361. package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +2 -2
  362. package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +2 -2
  363. package/dist/esm/models/json-result-list-space-point-dto.d.ts +2 -2
  364. package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +2 -2
  365. package/dist/esm/models/json-result-list-space-tree-dto.d.ts +2 -2
  366. package/dist/esm/models/json-result-list-space-url-dto.d.ts +2 -2
  367. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +2 -2
  368. package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +2 -2
  369. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
  370. package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
  371. package/dist/esm/models/json-result-list-sys-dept.d.ts +2 -2
  372. package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
  373. package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
  374. package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
  375. package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +2 -2
  376. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
  377. package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
  378. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
  379. package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
  380. package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +2 -2
  381. package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
  382. package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
  383. package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +2 -2
  384. package/dist/esm/models/json-result-map-string-object.d.ts +3 -3
  385. package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
  386. package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
  387. package/dist/esm/models/json-result-notice-entity.d.ts +2 -2
  388. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
  389. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
  390. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
  391. package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
  392. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
  393. package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
  394. package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
  395. package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
  396. package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
  397. package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
  398. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
  399. package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
  400. package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
  401. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
  402. package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
  403. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +2 -2
  404. package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
  405. package/dist/esm/models/json-result-park-info-dto.d.ts +2 -2
  406. package/dist/esm/models/json-result-park-settings-details-dto.d.ts +2 -2
  407. package/dist/esm/models/json-result-period-detail-resp.d.ts +2 -2
  408. package/dist/esm/models/json-result-plan-detail-dto.d.ts +2 -2
  409. package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +2 -2
  410. package/dist/esm/models/json-result-space-image-detail-dto.d.ts +2 -2
  411. package/dist/esm/models/json-result-srm-center-entity.d.ts +2 -2
  412. package/dist/esm/models/json-result-string.d.ts +1 -1
  413. package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +2 -2
  414. package/dist/esm/models/json-result-supplier-entity.d.ts +2 -2
  415. package/dist/esm/models/json-result-surveillance-count-dto.d.ts +2 -2
  416. package/dist/esm/models/json-result-surveillance-details-dto.d.ts +2 -2
  417. package/dist/esm/models/json-result-surveillance-live-dto.d.ts +2 -2
  418. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
  419. package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
  420. package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +2 -2
  421. package/dist/esm/models/json-result-sys-dept.d.ts +2 -2
  422. package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +2 -2
  423. package/dist/esm/models/json-result-sys-user.d.ts +2 -2
  424. package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +2 -2
  425. package/dist/esm/models/json-result-user-settings-entity.d.ts +2 -2
  426. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +2 -2
  427. package/dist/esm/models/json-result-void.d.ts +1 -1
  428. package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
  429. package/dist/esm/models/json-result-work-order-detail-dto.d.ts +2 -2
  430. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
  431. package/dist/esm/models/json-result.d.ts +1 -1
  432. package/dist/esm/models/maintenance-history-dto.d.ts +2 -2
  433. package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
  434. package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
  435. package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
  436. package/dist/esm/models/monitoring-coverage-alert-info.d.ts +1 -1
  437. package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
  438. package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
  439. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
  440. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +14 -14
  441. package/dist/esm/models/news-info.d.ts +1 -1
  442. package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
  443. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +10 -10
  444. package/dist/esm/models/offline-alert-work-order-info.d.ts +2 -2
  445. package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
  446. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
  447. package/dist/esm/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
  448. package/dist/esm/models/open-api-equipment-list-dto.d.ts +2 -2
  449. package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
  450. package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
  451. package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
  452. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
  453. package/dist/esm/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
  454. package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
  455. package/dist/esm/models/page-dto-equipment-search-system-dto.d.ts +1 -1
  456. package/dist/esm/models/page-dto-inspection-standard-dto.d.ts +1 -1
  457. package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +1 -1
  458. package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
  459. package/dist/esm/models/page-dto-plan-search-dto.d.ts +1 -1
  460. package/dist/esm/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
  461. package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +1 -1
  462. package/dist/esm/models/page-dto-sys-user-msg-dto.d.ts +1 -1
  463. package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +1 -1
  464. package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
  465. package/dist/esm/models/park-info-dto.d.ts +1 -1
  466. package/dist/esm/models/park-info-edit-vo.d.ts +1 -1
  467. package/dist/esm/models/park-list-dto.d.ts +1 -1
  468. package/dist/esm/models/park.d.ts +1 -1
  469. package/dist/esm/models/period-detail-resp.d.ts +12 -12
  470. package/dist/esm/models/period-detail-resp.js +5 -5
  471. package/dist/esm/models/plan-add-vo.d.ts +9 -9
  472. package/dist/esm/models/plan-add-vo.js +5 -5
  473. package/dist/esm/models/plan-calendar-list-vo.d.ts +5 -5
  474. package/dist/esm/models/plan-calendar-list-vo.js +5 -5
  475. package/dist/esm/models/plan-detail-dto.d.ts +9 -9
  476. package/dist/esm/models/plan-detail-dto.js +5 -5
  477. package/dist/esm/models/plan-edit-vo.d.ts +9 -9
  478. package/dist/esm/models/plan-edit-vo.js +5 -5
  479. package/dist/esm/models/plan-inspection-items-dto.d.ts +3 -3
  480. package/dist/esm/models/plan-item-add-vo.d.ts +2 -2
  481. package/dist/esm/models/plan-item-edit-vo.d.ts +2 -2
  482. package/dist/esm/models/plan-search-dto.d.ts +9 -9
  483. package/dist/esm/models/plan-search-dto.js +5 -5
  484. package/dist/esm/models/process-work-order-vo.d.ts +1 -1
  485. package/dist/esm/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
  486. package/dist/esm/models/save-period-work-order-detail-req.d.ts +1 -1
  487. package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
  488. package/dist/esm/models/source-work-order-dto.d.ts +1 -1
  489. package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
  490. package/dist/esm/models/space-add-redis-list-dto.d.ts +1 -1
  491. package/dist/esm/models/space-add-vo.d.ts +2 -2
  492. package/dist/esm/models/space-detail-dto.d.ts +4 -4
  493. package/dist/esm/models/space-edit-vo.d.ts +2 -2
  494. package/dist/esm/models/space-image-detail-dto.d.ts +2 -2
  495. package/dist/esm/models/space-tree-dto.d.ts +3 -3
  496. package/dist/esm/models/space.d.ts +1 -1
  497. package/dist/esm/models/srm-center-entity.d.ts +1 -1
  498. package/dist/esm/models/srm-center-vo.d.ts +1 -1
  499. package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
  500. package/dist/esm/models/sub-buttons.d.ts +1 -1
  501. package/dist/esm/models/supplier-add-vo.d.ts +2 -2
  502. package/dist/esm/models/supplier-edit-vo.d.ts +2 -2
  503. package/dist/esm/models/supplier-entity.d.ts +2 -2
  504. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +3 -3
  505. package/dist/esm/models/surveillance-details-dto.d.ts +7 -7
  506. package/dist/esm/models/surveillance-entity.d.ts +3 -3
  507. package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
  508. package/dist/esm/models/surveillance-settings-polling-dto.d.ts +2 -2
  509. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +2 -2
  510. package/dist/esm/models/surveillance-update-vo.d.ts +2 -2
  511. package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
  512. package/dist/esm/models/sync-equipment-status-vo.d.ts +1 -1
  513. package/dist/esm/models/sync-equipment-vo.d.ts +1 -1
  514. package/dist/esm/models/sys-user-info-dto.d.ts +3 -3
  515. package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
  516. package/dist/esm/models/sys-user.d.ts +4 -4
  517. package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
  518. package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
  519. package/dist/esm/models/violation-decision-vo.d.ts +2 -2
  520. package/dist/esm/models/violation-work-order-add-vo.d.ts +3 -3
  521. package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -12
  522. package/dist/esm/models/violation-work-order-info.d.ts +4 -4
  523. package/dist/esm/models/work-order-add-vo.d.ts +3 -3
  524. package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
  525. package/dist/esm/models/work-order-circulation-settings-entity.d.ts +2 -2
  526. package/dist/esm/models/work-order-circulation-vo.d.ts +1 -1
  527. package/dist/esm/models/work-order-decision-vo.d.ts +2 -2
  528. package/dist/esm/models/work-order-dept-settings-entity.d.ts +1 -1
  529. package/dist/esm/models/work-order-detail-dto.d.ts +14 -14
  530. package/dist/esm/models/work-order-ext-data.d.ts +5 -5
  531. package/dist/esm/models/work-order-group-equipment-dto.d.ts +5 -5
  532. package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
  533. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
  534. package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +2 -2
  535. package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
  536. package/dist/esm/models/work-order-push-settings-entity.d.ts +1 -1
  537. package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
  538. package/dist/esm/models/work-order-push-settings-vo.d.ts +1 -1
  539. package/dist/esm/models/work-order-report-vo.d.ts +3 -3
  540. package/dist/esm/models/work-order-search-dto.d.ts +7 -7
  541. package/dist/esm/models/work-order-spot-check-dto.d.ts +7 -7
  542. package/dist/esm/models/work-order-spot-check-dto.js +5 -5
  543. package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
  544. package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
  545. package/dist/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
  546. package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
  547. package/dist/esm/models/wx-ma-user-info.d.ts +1 -1
  548. package/dist/esm/models/wx-menu.d.ts +2 -2
  549. package/dist/esm/models/wx-mp-conditional-menu.d.ts +2 -2
  550. package/dist/esm/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
  551. package/dist/esm/models/wx-mp-menu.d.ts +1 -1
  552. package/dist/esm/models/wx-mp-self-menu-button.d.ts +2 -2
  553. package/dist/esm/models/wx-mp-self-menu-info.d.ts +1 -1
  554. package/dist/models/access-abnormal-type-enum.d.ts +2 -2
  555. package/dist/models/access-abnormal-type-enum.js +2 -2
  556. package/dist/models/access-appointment-record-add-vo.d.ts +9 -9
  557. package/dist/models/access-appointment-record-details-dto.d.ts +12 -12
  558. package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
  559. package/dist/models/access-appointment-record-process-details-dto.d.ts +3 -3
  560. package/dist/models/access-approval-config-vo.d.ts +2 -2
  561. package/dist/models/access-company-config-entity.d.ts +1 -1
  562. package/dist/models/access-config-entity.d.ts +1 -1
  563. package/dist/models/access-config-vo.d.ts +1 -1
  564. package/dist/models/access-record-details-dto.d.ts +9 -9
  565. package/dist/models/access-record-summary-details-dto.d.ts +8 -8
  566. package/dist/models/access-record-summary-list-dto.d.ts +7 -7
  567. package/dist/models/access-vehicle-length-enum.d.ts +6 -6
  568. package/dist/models/access-vehicle-length-enum.js +6 -6
  569. package/dist/models/access-visitor-person-type-config-vo.d.ts +1 -1
  570. package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
  571. package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
  572. package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
  573. package/dist/models/access-whitelist-application-process-details-dto.d.ts +3 -3
  574. package/dist/models/access-whitelist-application-update-vo.d.ts +1 -1
  575. package/dist/models/app-login-wx-chat-dto.d.ts +1 -1
  576. package/dist/models/area-park-dto.d.ts +1 -1
  577. package/dist/models/base-error-result.d.ts +1 -1
  578. package/dist/models/center-list-dto.d.ts +1 -1
  579. package/dist/models/cuser-info.d.ts +1 -1
  580. package/dist/models/dashboard-access-search-dto.d.ts +3 -3
  581. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
  582. package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
  583. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
  584. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
  585. package/dist/models/dashboard-surveillance-search-dto.d.ts +1 -1
  586. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +3 -3
  587. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +2 -2
  588. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +1 -1
  589. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
  590. package/dist/models/dashboard-work-order-list-search-dto.d.ts +4 -4
  591. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  592. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
  593. package/dist/models/dept-relation-dto.d.ts +2 -2
  594. package/dist/models/dept-relation.d.ts +2 -2
  595. package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  596. package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
  597. package/dist/models/disaster-warning-standard-import-dto.d.ts +1 -1
  598. package/dist/models/energy-cost-add-record-dto.d.ts +2 -2
  599. package/dist/models/energy-cost-add-setting-dto.d.ts +1 -1
  600. package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
  601. package/dist/models/energy-cost-analysis-export-dto.d.ts +1 -1
  602. package/dist/models/energy-cost-edit-record-dto.d.ts +2 -2
  603. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
  604. package/dist/models/energy-cost-record-info-vo.d.ts +1 -1
  605. package/dist/models/energy-cost-trend-vo.d.ts +1 -1
  606. package/dist/models/equipment-add-redis-list-dto.d.ts +1 -1
  607. package/dist/models/equipment-detail-dto.d.ts +2 -2
  608. package/dist/models/equipment-edit-batch-vo.d.ts +1 -1
  609. package/dist/models/equipment-edit-vo.d.ts +2 -2
  610. package/dist/models/equipment-search-system-dto.d.ts +3 -3
  611. package/dist/models/equipment-search-vo.d.ts +1 -1
  612. package/dist/models/equipment-status-stats-vo.d.ts +1 -1
  613. package/dist/models/equipment-tree-details-dto.d.ts +2 -2
  614. package/dist/models/equipment-tree-dto.d.ts +1 -1
  615. package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
  616. package/dist/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
  617. package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
  618. package/dist/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
  619. package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
  620. package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
  621. package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
  622. package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
  623. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
  624. package/dist/models/exploration-work-order-add-vo.d.ts +3 -3
  625. package/dist/models/exploration-work-order-details-dto.d.ts +9 -9
  626. package/dist/models/exploration-work-order-info.d.ts +2 -2
  627. package/dist/models/followup-work-order-dto.d.ts +1 -1
  628. package/dist/models/group-dept-vo.d.ts +1 -1
  629. package/dist/models/inspection-handle-req.d.ts +1 -1
  630. package/dist/models/inspection-point-item.d.ts +1 -1
  631. package/dist/models/inspection-point.d.ts +1 -1
  632. package/dist/models/inspection-standard-add-or-update-vo.d.ts +4 -4
  633. package/dist/models/inspection-standard-dto.d.ts +4 -4
  634. package/dist/models/inspection-standard-entity.d.ts +5 -5
  635. package/dist/models/inspection-standard-import-dto.d.ts +2 -2
  636. package/dist/models/insurance-work-order-issue-vo.d.ts +1 -1
  637. package/dist/models/insurance-work-order-vo.d.ts +1 -1
  638. package/dist/models/ipage-energy-cost-analysis-list-vo.d.ts +1 -1
  639. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +1 -1
  640. package/dist/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
  641. package/dist/models/json-result-access-blacklist-details-dto.d.ts +2 -2
  642. package/dist/models/json-result-access-company-config-entity.d.ts +2 -2
  643. package/dist/models/json-result-access-config-entity.d.ts +2 -2
  644. package/dist/models/json-result-access-record-summary-details-dto.d.ts +2 -2
  645. package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
  646. package/dist/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
  647. package/dist/models/json-result-applet-user-type-dto.d.ts +2 -2
  648. package/dist/models/json-result-big-decimal.d.ts +1 -1
  649. package/dist/models/json-result-boolean.d.ts +1 -1
  650. package/dist/models/json-result-calendar-entity.d.ts +2 -2
  651. package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +2 -2
  652. package/dist/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
  653. package/dist/models/json-result-energy-cost-analysis-overview-vo.d.ts +2 -2
  654. package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +2 -2
  655. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +2 -2
  656. package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +2 -2
  657. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +2 -2
  658. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +2 -2
  659. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +2 -2
  660. package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
  661. package/dist/models/json-result-equipment-detail-dto.d.ts +2 -2
  662. package/dist/models/json-result-equipment-search-system-dto.d.ts +2 -2
  663. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
  664. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
  665. package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
  666. package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
  667. package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
  668. package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
  669. package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
  670. package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
  671. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
  672. package/dist/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
  673. package/dist/models/json-result-file-dto.d.ts +2 -2
  674. package/dist/models/json-result-group-dept-vo.d.ts +2 -2
  675. package/dist/models/json-result-inspection-standard-entity.d.ts +2 -2
  676. package/dist/models/json-result-integer.d.ts +1 -1
  677. package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +2 -2
  678. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +2 -2
  679. package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
  680. package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
  681. package/dist/models/json-result-list-access-company-config-entity.d.ts +2 -2
  682. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
  683. package/dist/models/json-result-list-address-region-entity.d.ts +2 -2
  684. package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
  685. package/dist/models/json-result-list-area-park-dto.d.ts +2 -2
  686. package/dist/models/json-result-list-calendar-entity.d.ts +2 -2
  687. package/dist/models/json-result-list-center-list-dto.d.ts +2 -2
  688. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
  689. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
  690. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
  691. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
  692. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
  693. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
  694. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
  695. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
  696. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  697. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
  698. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +2 -2
  699. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +2 -2
  700. package/dist/models/json-result-list-energy-cost-park-option-vo.d.ts +2 -2
  701. package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +2 -2
  702. package/dist/models/json-result-list-equipment-detail-dto.d.ts +2 -2
  703. package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
  704. package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
  705. package/dist/models/json-result-list-equipment-tree-dto.d.ts +2 -2
  706. package/dist/models/json-result-list-inspection-point.d.ts +2 -2
  707. package/dist/models/json-result-list-inspection-standard-entity.d.ts +2 -2
  708. package/dist/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
  709. package/dist/models/json-result-list-park-list-dto.d.ts +2 -2
  710. package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
  711. package/dist/models/json-result-list-plan-calendar-vo.d.ts +2 -2
  712. package/dist/models/json-result-list-space-image-detail-dto.d.ts +2 -2
  713. package/dist/models/json-result-list-space-point-dto.d.ts +2 -2
  714. package/dist/models/json-result-list-space-qr-code-dto.d.ts +2 -2
  715. package/dist/models/json-result-list-space-tree-dto.d.ts +2 -2
  716. package/dist/models/json-result-list-space-url-dto.d.ts +2 -2
  717. package/dist/models/json-result-list-srm-center-vo.d.ts +2 -2
  718. package/dist/models/json-result-list-supplier-select-dto.d.ts +2 -2
  719. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
  720. package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
  721. package/dist/models/json-result-list-sys-dept.d.ts +2 -2
  722. package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
  723. package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
  724. package/dist/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
  725. package/dist/models/json-result-list-work-order-comment-entity.d.ts +2 -2
  726. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
  727. package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
  728. package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
  729. package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
  730. package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +2 -2
  731. package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
  732. package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
  733. package/dist/models/json-result-maintenance-standard-entity.d.ts +2 -2
  734. package/dist/models/json-result-map-string-object.d.ts +3 -3
  735. package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
  736. package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
  737. package/dist/models/json-result-notice-entity.d.ts +2 -2
  738. package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
  739. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
  740. package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
  741. package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
  742. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
  743. package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
  744. package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
  745. package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
  746. package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
  747. package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
  748. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
  749. package/dist/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
  750. package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
  751. package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
  752. package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
  753. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +2 -2
  754. package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
  755. package/dist/models/json-result-park-info-dto.d.ts +2 -2
  756. package/dist/models/json-result-park-settings-details-dto.d.ts +2 -2
  757. package/dist/models/json-result-period-detail-resp.d.ts +2 -2
  758. package/dist/models/json-result-plan-detail-dto.d.ts +2 -2
  759. package/dist/models/json-result-space-add-redis-list-dto.d.ts +2 -2
  760. package/dist/models/json-result-space-image-detail-dto.d.ts +2 -2
  761. package/dist/models/json-result-srm-center-entity.d.ts +2 -2
  762. package/dist/models/json-result-string.d.ts +1 -1
  763. package/dist/models/json-result-supplier-contract-details-dto.d.ts +2 -2
  764. package/dist/models/json-result-supplier-entity.d.ts +2 -2
  765. package/dist/models/json-result-surveillance-count-dto.d.ts +2 -2
  766. package/dist/models/json-result-surveillance-details-dto.d.ts +2 -2
  767. package/dist/models/json-result-surveillance-live-dto.d.ts +2 -2
  768. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
  769. package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
  770. package/dist/models/json-result-switch-park-v2-dto.d.ts +2 -2
  771. package/dist/models/json-result-sys-dept.d.ts +2 -2
  772. package/dist/models/json-result-sys-user-msg-dto.d.ts +2 -2
  773. package/dist/models/json-result-sys-user.d.ts +2 -2
  774. package/dist/models/json-result-user-add-redis-list-vo.d.ts +2 -2
  775. package/dist/models/json-result-user-settings-entity.d.ts +2 -2
  776. package/dist/models/json-result-violation-work-order-details-dto.d.ts +2 -2
  777. package/dist/models/json-result-void.d.ts +1 -1
  778. package/dist/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
  779. package/dist/models/json-result-work-order-detail-dto.d.ts +2 -2
  780. package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
  781. package/dist/models/json-result.d.ts +1 -1
  782. package/dist/models/maintenance-history-dto.d.ts +2 -2
  783. package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
  784. package/dist/models/maintenance-standard-dto.d.ts +2 -2
  785. package/dist/models/maintenance-standard-entity.d.ts +3 -3
  786. package/dist/models/monitoring-coverage-alert-info.d.ts +1 -1
  787. package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
  788. package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
  789. package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
  790. package/dist/models/network-monitor-repair-details-dto.d.ts +14 -14
  791. package/dist/models/news-info.d.ts +1 -1
  792. package/dist/models/offline-alert-submit-vo.d.ts +1 -1
  793. package/dist/models/offline-alert-work-order-details-dto.d.ts +10 -10
  794. package/dist/models/offline-alert-work-order-info.d.ts +2 -2
  795. package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
  796. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
  797. package/dist/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
  798. package/dist/models/open-api-equipment-list-dto.d.ts +2 -2
  799. package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
  800. package/dist/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
  801. package/dist/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
  802. package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
  803. package/dist/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
  804. package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
  805. package/dist/models/page-dto-equipment-search-system-dto.d.ts +1 -1
  806. package/dist/models/page-dto-inspection-standard-dto.d.ts +1 -1
  807. package/dist/models/page-dto-maintenance-standard-dto.d.ts +1 -1
  808. package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
  809. package/dist/models/page-dto-plan-search-dto.d.ts +1 -1
  810. package/dist/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
  811. package/dist/models/page-dto-surveillance-details-dto.d.ts +1 -1
  812. package/dist/models/page-dto-sys-user-msg-dto.d.ts +1 -1
  813. package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +1 -1
  814. package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
  815. package/dist/models/park-info-dto.d.ts +1 -1
  816. package/dist/models/park-info-edit-vo.d.ts +1 -1
  817. package/dist/models/park-list-dto.d.ts +1 -1
  818. package/dist/models/park.d.ts +1 -1
  819. package/dist/models/period-detail-resp.d.ts +12 -12
  820. package/dist/models/period-detail-resp.js +5 -5
  821. package/dist/models/plan-add-vo.d.ts +9 -9
  822. package/dist/models/plan-add-vo.js +5 -5
  823. package/dist/models/plan-calendar-list-vo.d.ts +5 -5
  824. package/dist/models/plan-calendar-list-vo.js +5 -5
  825. package/dist/models/plan-detail-dto.d.ts +9 -9
  826. package/dist/models/plan-detail-dto.js +5 -5
  827. package/dist/models/plan-edit-vo.d.ts +9 -9
  828. package/dist/models/plan-edit-vo.js +5 -5
  829. package/dist/models/plan-inspection-items-dto.d.ts +3 -3
  830. package/dist/models/plan-item-add-vo.d.ts +2 -2
  831. package/dist/models/plan-item-edit-vo.d.ts +2 -2
  832. package/dist/models/plan-search-dto.d.ts +9 -9
  833. package/dist/models/plan-search-dto.js +5 -5
  834. package/dist/models/process-work-order-vo.d.ts +1 -1
  835. package/dist/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
  836. package/dist/models/save-period-work-order-detail-req.d.ts +1 -1
  837. package/dist/models/sms-captcha-vo.d.ts +1 -1
  838. package/dist/models/source-work-order-dto.d.ts +1 -1
  839. package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
  840. package/dist/models/space-add-redis-list-dto.d.ts +1 -1
  841. package/dist/models/space-add-vo.d.ts +2 -2
  842. package/dist/models/space-detail-dto.d.ts +4 -4
  843. package/dist/models/space-edit-vo.d.ts +2 -2
  844. package/dist/models/space-image-detail-dto.d.ts +2 -2
  845. package/dist/models/space-tree-dto.d.ts +3 -3
  846. package/dist/models/space.d.ts +1 -1
  847. package/dist/models/srm-center-entity.d.ts +1 -1
  848. package/dist/models/srm-center-vo.d.ts +1 -1
  849. package/dist/models/srm-level-add-dto.d.ts +1 -1
  850. package/dist/models/sub-buttons.d.ts +1 -1
  851. package/dist/models/supplier-add-vo.d.ts +2 -2
  852. package/dist/models/supplier-edit-vo.d.ts +2 -2
  853. package/dist/models/supplier-entity.d.ts +2 -2
  854. package/dist/models/surveillance-batch-import-template-dto.d.ts +3 -3
  855. package/dist/models/surveillance-details-dto.d.ts +7 -7
  856. package/dist/models/surveillance-entity.d.ts +3 -3
  857. package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
  858. package/dist/models/surveillance-settings-polling-dto.d.ts +2 -2
  859. package/dist/models/surveillance-settings-polling-vo.d.ts +2 -2
  860. package/dist/models/surveillance-update-vo.d.ts +2 -2
  861. package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
  862. package/dist/models/sync-equipment-status-vo.d.ts +1 -1
  863. package/dist/models/sync-equipment-vo.d.ts +1 -1
  864. package/dist/models/sys-user-info-dto.d.ts +3 -3
  865. package/dist/models/sys-user-msg-dto.d.ts +2 -2
  866. package/dist/models/sys-user.d.ts +4 -4
  867. package/dist/models/user-add-redis-list-vo.d.ts +1 -1
  868. package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
  869. package/dist/models/violation-decision-vo.d.ts +2 -2
  870. package/dist/models/violation-work-order-add-vo.d.ts +3 -3
  871. package/dist/models/violation-work-order-details-dto.d.ts +12 -12
  872. package/dist/models/violation-work-order-info.d.ts +4 -4
  873. package/dist/models/work-order-add-vo.d.ts +3 -3
  874. package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
  875. package/dist/models/work-order-circulation-settings-entity.d.ts +2 -2
  876. package/dist/models/work-order-circulation-vo.d.ts +1 -1
  877. package/dist/models/work-order-decision-vo.d.ts +2 -2
  878. package/dist/models/work-order-dept-settings-entity.d.ts +1 -1
  879. package/dist/models/work-order-detail-dto.d.ts +14 -14
  880. package/dist/models/work-order-ext-data.d.ts +5 -5
  881. package/dist/models/work-order-group-equipment-dto.d.ts +5 -5
  882. package/dist/models/work-order-handler-dto.d.ts +1 -1
  883. package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
  884. package/dist/models/work-order-issue-type-settings-entity.d.ts +2 -2
  885. package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
  886. package/dist/models/work-order-push-settings-entity.d.ts +1 -1
  887. package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
  888. package/dist/models/work-order-push-settings-vo.d.ts +1 -1
  889. package/dist/models/work-order-report-vo.d.ts +3 -3
  890. package/dist/models/work-order-search-dto.d.ts +7 -7
  891. package/dist/models/work-order-spot-check-dto.d.ts +7 -7
  892. package/dist/models/work-order-spot-check-dto.js +5 -5
  893. package/dist/models/work-order-staging-data-vo.d.ts +1 -1
  894. package/dist/models/work-order-submit-vo.d.ts +2 -2
  895. package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
  896. package/dist/models/work-order-type-settings-entity.d.ts +2 -2
  897. package/dist/models/wx-ma-user-info.d.ts +1 -1
  898. package/dist/models/wx-menu.d.ts +2 -2
  899. package/dist/models/wx-mp-conditional-menu.d.ts +2 -2
  900. package/dist/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
  901. package/dist/models/wx-mp-menu.d.ts +1 -1
  902. package/dist/models/wx-mp-self-menu-button.d.ts +2 -2
  903. package/dist/models/wx-mp-self-menu-info.d.ts +1 -1
  904. package/models/access-abnormal-type-enum.ts +2 -2
  905. package/models/access-appointment-record-add-vo.ts +9 -9
  906. package/models/access-appointment-record-details-dto.ts +12 -12
  907. package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
  908. package/models/access-appointment-record-process-details-dto.ts +3 -3
  909. package/models/access-approval-config-vo.ts +2 -2
  910. package/models/access-company-config-entity.ts +1 -1
  911. package/models/access-config-entity.ts +1 -1
  912. package/models/access-config-vo.ts +1 -1
  913. package/models/access-record-details-dto.ts +9 -9
  914. package/models/access-record-summary-details-dto.ts +8 -8
  915. package/models/access-record-summary-list-dto.ts +7 -7
  916. package/models/access-vehicle-length-enum.ts +6 -6
  917. package/models/access-visitor-person-type-config-vo.ts +1 -1
  918. package/models/access-whitelist-application-add-vo.ts +4 -4
  919. package/models/access-whitelist-application-batch-import-template-dto.ts +3 -3
  920. package/models/access-whitelist-application-details-dto.ts +6 -6
  921. package/models/access-whitelist-application-process-details-dto.ts +3 -3
  922. package/models/access-whitelist-application-update-vo.ts +1 -1
  923. package/models/app-login-wx-chat-dto.ts +1 -1
  924. package/models/area-park-dto.ts +1 -1
  925. package/models/base-error-result.ts +1 -1
  926. package/models/center-list-dto.ts +1 -1
  927. package/models/cuser-info.ts +1 -1
  928. package/models/dashboard-access-search-dto.ts +3 -3
  929. package/models/dashboard-access-source-group-stats-vo.ts +1 -1
  930. package/models/dashboard-equipment-park-group-stats-vo.ts +1 -1
  931. package/models/dashboard-equipment-system-group-stats-vo.ts +1 -1
  932. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +1 -1
  933. package/models/dashboard-surveillance-search-dto.ts +1 -1
  934. package/models/dashboard-work-order-by-park-search-dto.ts +3 -3
  935. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +2 -2
  936. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +1 -1
  937. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
  938. package/models/dashboard-work-order-list-search-dto.ts +4 -4
  939. package/models/dashboard-work-order-type-group-stats-vo.ts +2 -2
  940. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +1 -1
  941. package/models/dept-relation-dto.ts +2 -2
  942. package/models/dept-relation.ts +2 -2
  943. package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
  944. package/models/disaster-warning-standard-entity.ts +1 -1
  945. package/models/disaster-warning-standard-import-dto.ts +1 -1
  946. package/models/energy-cost-add-record-dto.ts +2 -2
  947. package/models/energy-cost-add-setting-dto.ts +1 -1
  948. package/models/energy-cost-add-setting-dtopark-setting.ts +1 -1
  949. package/models/energy-cost-analysis-export-dto.ts +1 -1
  950. package/models/energy-cost-edit-record-dto.ts +2 -2
  951. package/models/energy-cost-record-info-not-emun-vo.ts +1 -1
  952. package/models/energy-cost-record-info-vo.ts +1 -1
  953. package/models/energy-cost-trend-vo.ts +1 -1
  954. package/models/equipment-add-redis-list-dto.ts +1 -1
  955. package/models/equipment-detail-dto.ts +2 -2
  956. package/models/equipment-edit-batch-vo.ts +1 -1
  957. package/models/equipment-edit-vo.ts +2 -2
  958. package/models/equipment-search-system-dto.ts +3 -3
  959. package/models/equipment-search-vo.ts +1 -1
  960. package/models/equipment-status-stats-vo.ts +1 -1
  961. package/models/equipment-tree-details-dto.ts +2 -2
  962. package/models/equipment-tree-dto.ts +1 -1
  963. package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +1 -1
  964. package/models/excel-import-result-dtocalendar-export-dto.ts +1 -1
  965. package/models/excel-import-result-dtodisaster-warning-standard-import-dto.ts +1 -1
  966. package/models/excel-import-result-dtoequipment-excel-add-dto.ts +1 -1
  967. package/models/excel-import-result-dtoinspection-standard-import-dto.ts +1 -1
  968. package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +1 -1
  969. package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +1 -1
  970. package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +1 -1
  971. package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +1 -1
  972. package/models/exploration-work-order-add-vo.ts +3 -3
  973. package/models/exploration-work-order-details-dto.ts +9 -9
  974. package/models/exploration-work-order-info.ts +2 -2
  975. package/models/followup-work-order-dto.ts +1 -1
  976. package/models/group-dept-vo.ts +1 -1
  977. package/models/inspection-handle-req.ts +1 -1
  978. package/models/inspection-point-item.ts +1 -1
  979. package/models/inspection-point.ts +1 -1
  980. package/models/inspection-standard-add-or-update-vo.ts +4 -4
  981. package/models/inspection-standard-dto.ts +4 -4
  982. package/models/inspection-standard-entity.ts +5 -5
  983. package/models/inspection-standard-import-dto.ts +2 -2
  984. package/models/insurance-work-order-issue-vo.ts +1 -1
  985. package/models/insurance-work-order-vo.ts +1 -1
  986. package/models/ipage-energy-cost-analysis-list-vo.ts +1 -1
  987. package/models/ipage-energy-cost-record-info-vo.ts +1 -1
  988. package/models/json-result-access-appointment-record-details-dto.ts +2 -2
  989. package/models/json-result-access-blacklist-details-dto.ts +2 -2
  990. package/models/json-result-access-company-config-entity.ts +2 -2
  991. package/models/json-result-access-config-entity.ts +2 -2
  992. package/models/json-result-access-record-summary-details-dto.ts +2 -2
  993. package/models/json-result-access-whitelist-application-details-dto.ts +2 -2
  994. package/models/json-result-admission-terms-record-details-dto.ts +2 -2
  995. package/models/json-result-applet-user-type-dto.ts +2 -2
  996. package/models/json-result-big-decimal.ts +1 -1
  997. package/models/json-result-boolean.ts +1 -1
  998. package/models/json-result-calendar-entity.ts +2 -2
  999. package/models/json-result-dashboard-park-statistics-vo.ts +2 -2
  1000. package/models/json-result-disaster-warning-standard-entity.ts +2 -2
  1001. package/models/json-result-energy-cost-analysis-overview-vo.ts +2 -2
  1002. package/models/json-result-energy-cost-per-area-analysis-vo.ts +2 -2
  1003. package/models/json-result-energy-cost-per-unit-analysis-vo.ts +2 -2
  1004. package/models/json-result-energy-cost-record-bill-info-vo.ts +2 -2
  1005. package/models/json-result-energy-cost-record-info-not-emun-vo.ts +2 -2
  1006. package/models/json-result-energy-cost-record-info-vo.ts +2 -2
  1007. package/models/json-result-energy-cost-unit-price-analysis-vo.ts +2 -2
  1008. package/models/json-result-equipment-add-redis-list-dto.ts +2 -2
  1009. package/models/json-result-equipment-detail-dto.ts +2 -2
  1010. package/models/json-result-equipment-search-system-dto.ts +2 -2
  1011. package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +2 -2
  1012. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +2 -2
  1013. package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +2 -2
  1014. package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +2 -2
  1015. package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +2 -2
  1016. package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +2 -2
  1017. package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +2 -2
  1018. package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +2 -2
  1019. package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +2 -2
  1020. package/models/json-result-exploration-work-order-details-dto.ts +2 -2
  1021. package/models/json-result-file-dto.ts +2 -2
  1022. package/models/json-result-group-dept-vo.ts +2 -2
  1023. package/models/json-result-inspection-standard-entity.ts +2 -2
  1024. package/models/json-result-integer.ts +1 -1
  1025. package/models/json-result-ipage-energy-cost-analysis-list-vo.ts +2 -2
  1026. package/models/json-result-ipage-energy-cost-record-info-vo.ts +2 -2
  1027. package/models/json-result-json-result-list-space-tree-dto.ts +2 -2
  1028. package/models/json-result-list-access-appointment-record-process-details-dto.ts +2 -2
  1029. package/models/json-result-list-access-company-config-entity.ts +2 -2
  1030. package/models/json-result-list-access-whitelist-application-process-details-dto.ts +2 -2
  1031. package/models/json-result-list-address-region-entity.ts +2 -2
  1032. package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +2 -2
  1033. package/models/json-result-list-area-park-dto.ts +2 -2
  1034. package/models/json-result-list-calendar-entity.ts +2 -2
  1035. package/models/json-result-list-center-list-dto.ts +2 -2
  1036. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +2 -2
  1037. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +2 -2
  1038. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +2 -2
  1039. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +2 -2
  1040. package/models/json-result-list-dashboard-series-stats-base-vo.ts +2 -2
  1041. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +2 -2
  1042. package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +2 -2
  1043. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +2 -2
  1044. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +2 -2
  1045. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +2 -2
  1046. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +2 -2
  1047. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +2 -2
  1048. package/models/json-result-list-energy-cost-park-option-vo.ts +2 -2
  1049. package/models/json-result-list-energy-cost-trend-vo.ts +2 -2
  1050. package/models/json-result-list-equipment-detail-dto.ts +2 -2
  1051. package/models/json-result-list-equipment-qr-code-dto.ts +2 -2
  1052. package/models/json-result-list-equipment-system-tree-dto.ts +2 -2
  1053. package/models/json-result-list-equipment-tree-dto.ts +2 -2
  1054. package/models/json-result-list-inspection-point.ts +2 -2
  1055. package/models/json-result-list-inspection-standard-entity.ts +2 -2
  1056. package/models/json-result-list-maintenance-standard-entity.ts +2 -2
  1057. package/models/json-result-list-park-list-dto.ts +2 -2
  1058. package/models/json-result-list-plan-calendar-list-vo.ts +2 -2
  1059. package/models/json-result-list-plan-calendar-vo.ts +2 -2
  1060. package/models/json-result-list-space-image-detail-dto.ts +2 -2
  1061. package/models/json-result-list-space-point-dto.ts +2 -2
  1062. package/models/json-result-list-space-qr-code-dto.ts +2 -2
  1063. package/models/json-result-list-space-tree-dto.ts +2 -2
  1064. package/models/json-result-list-space-url-dto.ts +2 -2
  1065. package/models/json-result-list-srm-center-vo.ts +2 -2
  1066. package/models/json-result-list-supplier-select-dto.ts +2 -2
  1067. package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +2 -2
  1068. package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +2 -2
  1069. package/models/json-result-list-sys-dept.ts +2 -2
  1070. package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +2 -2
  1071. package/models/json-result-list-work-order-circulation-settings-entity.ts +2 -2
  1072. package/models/json-result-list-work-order-circulation-vo.ts +2 -2
  1073. package/models/json-result-list-work-order-comment-entity.ts +2 -2
  1074. package/models/json-result-list-work-order-dept-settings-entity.ts +2 -2
  1075. package/models/json-result-list-work-order-inspection-detail-dto.ts +2 -2
  1076. package/models/json-result-list-work-order-issue-type-settings-entity.ts +2 -2
  1077. package/models/json-result-list-work-order-push-settings-entity.ts +2 -2
  1078. package/models/json-result-list-work-order-spot-check-dto.ts +2 -2
  1079. package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +2 -2
  1080. package/models/json-result-list-work-order-type-settings-entity.ts +2 -2
  1081. package/models/json-result-maintenance-standard-entity.ts +2 -2
  1082. package/models/json-result-map-string-object.ts +3 -3
  1083. package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +2 -2
  1084. package/models/json-result-network-monitor-repair-details-dto.ts +2 -2
  1085. package/models/json-result-notice-entity.ts +2 -2
  1086. package/models/json-result-offline-alert-work-order-details-dto.ts +2 -2
  1087. package/models/json-result-page-dto-access-appointment-record-details-dto.ts +2 -2
  1088. package/models/json-result-page-dto-access-blacklist-details-dto.ts +2 -2
  1089. package/models/json-result-page-dto-access-record-summary-list-dto.ts +2 -2
  1090. package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +2 -2
  1091. package/models/json-result-page-dto-admission-terms-record-list-dto.ts +2 -2
  1092. package/models/json-result-page-dto-disaster-warning-standard-entity.ts +2 -2
  1093. package/models/json-result-page-dto-equipment-search-system-dto.ts +2 -2
  1094. package/models/json-result-page-dto-inspection-standard-dto.ts +2 -2
  1095. package/models/json-result-page-dto-maintenance-standard-dto.ts +2 -2
  1096. package/models/json-result-page-dto-open-api-equipment-list-dto.ts +2 -2
  1097. package/models/json-result-page-dto-plan-search-dto.ts +2 -2
  1098. package/models/json-result-page-dto-supplier-contract-details-dto.ts +2 -2
  1099. package/models/json-result-page-dto-surveillance-details-dto.ts +2 -2
  1100. package/models/json-result-page-dto-sys-user-msg-dto.ts +2 -2
  1101. package/models/json-result-page-dto-work-order-group-equipment-dto.ts +2 -2
  1102. package/models/json-result-page-dto-work-order-search-dto.ts +2 -2
  1103. package/models/json-result-park-info-dto.ts +2 -2
  1104. package/models/json-result-park-settings-details-dto.ts +2 -2
  1105. package/models/json-result-period-detail-resp.ts +2 -2
  1106. package/models/json-result-plan-detail-dto.ts +2 -2
  1107. package/models/json-result-space-add-redis-list-dto.ts +2 -2
  1108. package/models/json-result-space-image-detail-dto.ts +2 -2
  1109. package/models/json-result-srm-center-entity.ts +2 -2
  1110. package/models/json-result-string.ts +1 -1
  1111. package/models/json-result-supplier-contract-details-dto.ts +2 -2
  1112. package/models/json-result-supplier-entity.ts +2 -2
  1113. package/models/json-result-surveillance-count-dto.ts +2 -2
  1114. package/models/json-result-surveillance-details-dto.ts +2 -2
  1115. package/models/json-result-surveillance-live-dto.ts +2 -2
  1116. package/models/json-result-surveillance-settings-details-dto.ts +2 -2
  1117. package/models/json-result-surveillance-settings-polling-dto.ts +2 -2
  1118. package/models/json-result-switch-park-v2-dto.ts +2 -2
  1119. package/models/json-result-sys-dept.ts +2 -2
  1120. package/models/json-result-sys-user-msg-dto.ts +2 -2
  1121. package/models/json-result-sys-user.ts +2 -2
  1122. package/models/json-result-user-add-redis-list-vo.ts +2 -2
  1123. package/models/json-result-user-settings-entity.ts +2 -2
  1124. package/models/json-result-violation-work-order-details-dto.ts +2 -2
  1125. package/models/json-result-void.ts +1 -1
  1126. package/models/json-result-work-order-dept-settings-entity.ts +2 -2
  1127. package/models/json-result-work-order-detail-dto.ts +2 -2
  1128. package/models/json-result-work-order-issue-type-settings-entity.ts +2 -2
  1129. package/models/json-result.ts +1 -1
  1130. package/models/maintenance-history-dto.ts +2 -2
  1131. package/models/maintenance-standard-add-or-update-vo.ts +2 -2
  1132. package/models/maintenance-standard-dto.ts +2 -2
  1133. package/models/maintenance-standard-entity.ts +3 -3
  1134. package/models/monitoring-coverage-alert-info.ts +1 -1
  1135. package/models/monitoring-coverage-alert-process-vo.ts +1 -1
  1136. package/models/monitoring-coverage-alert-work-order-details-dto.ts +7 -7
  1137. package/models/network-monitor-repair-add-vo.ts +3 -3
  1138. package/models/network-monitor-repair-details-dto.ts +14 -14
  1139. package/models/news-info.ts +1 -1
  1140. package/models/offline-alert-submit-vo.ts +1 -1
  1141. package/models/offline-alert-work-order-details-dto.ts +10 -10
  1142. package/models/offline-alert-work-order-info.ts +2 -2
  1143. package/models/offline-alert-work-order-vo.ts +1 -1
  1144. package/models/open-api-access-appointment-record-add-vo.ts +8 -8
  1145. package/models/open-api-access-appointment-record-delete-vo.ts +1 -1
  1146. package/models/open-api-equipment-list-dto.ts +2 -2
  1147. package/models/page-dto-access-appointment-record-details-dto.ts +1 -1
  1148. package/models/page-dto-access-blacklist-details-dto.ts +1 -1
  1149. package/models/page-dto-access-record-summary-list-dto.ts +1 -1
  1150. package/models/page-dto-access-whitelist-application-details-dto.ts +1 -1
  1151. package/models/page-dto-admission-terms-record-list-dto.ts +1 -1
  1152. package/models/page-dto-disaster-warning-standard-entity.ts +1 -1
  1153. package/models/page-dto-equipment-search-system-dto.ts +1 -1
  1154. package/models/page-dto-inspection-standard-dto.ts +1 -1
  1155. package/models/page-dto-maintenance-standard-dto.ts +1 -1
  1156. package/models/page-dto-open-api-equipment-list-dto.ts +1 -1
  1157. package/models/page-dto-plan-search-dto.ts +1 -1
  1158. package/models/page-dto-supplier-contract-details-dto.ts +1 -1
  1159. package/models/page-dto-surveillance-details-dto.ts +1 -1
  1160. package/models/page-dto-sys-user-msg-dto.ts +1 -1
  1161. package/models/page-dto-work-order-group-equipment-dto.ts +1 -1
  1162. package/models/page-dto-work-order-search-dto.ts +1 -1
  1163. package/models/park-info-dto.ts +1 -1
  1164. package/models/park-info-edit-vo.ts +1 -1
  1165. package/models/park-list-dto.ts +1 -1
  1166. package/models/park.ts +1 -1
  1167. package/models/period-detail-resp.ts +12 -12
  1168. package/models/plan-add-vo.ts +9 -9
  1169. package/models/plan-calendar-list-vo.ts +5 -5
  1170. package/models/plan-detail-dto.ts +9 -9
  1171. package/models/plan-edit-vo.ts +9 -9
  1172. package/models/plan-inspection-items-dto.ts +3 -3
  1173. package/models/plan-item-add-vo.ts +2 -2
  1174. package/models/plan-item-edit-vo.ts +2 -2
  1175. package/models/plan-search-dto.ts +9 -9
  1176. package/models/process-work-order-vo.ts +1 -1
  1177. package/models/safety-smart-fire-record-gizone-dto.ts +1 -1
  1178. package/models/save-period-work-order-detail-req.ts +1 -1
  1179. package/models/sms-captcha-vo.ts +1 -1
  1180. package/models/source-work-order-dto.ts +1 -1
  1181. package/models/source-work-order-inspection-dto.ts +1 -1
  1182. package/models/space-add-redis-list-dto.ts +1 -1
  1183. package/models/space-add-vo.ts +2 -2
  1184. package/models/space-detail-dto.ts +4 -4
  1185. package/models/space-edit-vo.ts +2 -2
  1186. package/models/space-image-detail-dto.ts +2 -2
  1187. package/models/space-tree-dto.ts +3 -3
  1188. package/models/space.ts +1 -1
  1189. package/models/srm-center-entity.ts +1 -1
  1190. package/models/srm-center-vo.ts +1 -1
  1191. package/models/srm-level-add-dto.ts +1 -1
  1192. package/models/sub-buttons.ts +1 -1
  1193. package/models/supplier-add-vo.ts +2 -2
  1194. package/models/supplier-edit-vo.ts +2 -2
  1195. package/models/supplier-entity.ts +2 -2
  1196. package/models/surveillance-batch-import-template-dto.ts +3 -3
  1197. package/models/surveillance-details-dto.ts +7 -7
  1198. package/models/surveillance-entity.ts +3 -3
  1199. package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
  1200. package/models/surveillance-settings-polling-dto.ts +2 -2
  1201. package/models/surveillance-settings-polling-vo.ts +2 -2
  1202. package/models/surveillance-update-vo.ts +2 -2
  1203. package/models/switch-pak-body-v2-vo.ts +1 -1
  1204. package/models/sync-equipment-status-vo.ts +1 -1
  1205. package/models/sync-equipment-vo.ts +1 -1
  1206. package/models/sys-user-info-dto.ts +3 -3
  1207. package/models/sys-user-msg-dto.ts +2 -2
  1208. package/models/sys-user.ts +4 -4
  1209. package/models/user-add-redis-list-vo.ts +1 -1
  1210. package/models/user-roles-and-permissions-dto.ts +1 -1
  1211. package/models/violation-decision-vo.ts +2 -2
  1212. package/models/violation-work-order-add-vo.ts +3 -3
  1213. package/models/violation-work-order-details-dto.ts +12 -12
  1214. package/models/violation-work-order-info.ts +4 -4
  1215. package/models/work-order-add-vo.ts +3 -3
  1216. package/models/work-order-circulation-settings-add-or-update-vo.ts +2 -2
  1217. package/models/work-order-circulation-settings-entity.ts +2 -2
  1218. package/models/work-order-circulation-vo.ts +1 -1
  1219. package/models/work-order-decision-vo.ts +2 -2
  1220. package/models/work-order-dept-settings-entity.ts +1 -1
  1221. package/models/work-order-detail-dto.ts +14 -14
  1222. package/models/work-order-ext-data.ts +5 -5
  1223. package/models/work-order-group-equipment-dto.ts +5 -5
  1224. package/models/work-order-handler-dto.ts +1 -1
  1225. package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
  1226. package/models/work-order-issue-type-settings-entity.ts +2 -2
  1227. package/models/work-order-msg-remind-config-info.ts +2 -2
  1228. package/models/work-order-push-settings-entity.ts +1 -1
  1229. package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
  1230. package/models/work-order-push-settings-vo.ts +1 -1
  1231. package/models/work-order-report-vo.ts +3 -3
  1232. package/models/work-order-search-dto.ts +7 -7
  1233. package/models/work-order-spot-check-dto.ts +7 -7
  1234. package/models/work-order-staging-data-vo.ts +1 -1
  1235. package/models/work-order-submit-vo.ts +2 -2
  1236. package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +2 -2
  1237. package/models/work-order-type-settings-entity.ts +2 -2
  1238. package/models/wx-ma-user-info.ts +1 -1
  1239. package/models/wx-menu.ts +2 -2
  1240. package/models/wx-mp-conditional-menu.ts +2 -2
  1241. package/models/wx-mp-get-self-menu-info-result.ts +1 -1
  1242. package/models/wx-mp-menu.ts +1 -1
  1243. package/models/wx-mp-self-menu-button.ts +2 -2
  1244. package/models/wx-mp-self-menu-info.ts +1 -1
  1245. package/package.json +4 -4
@@ -45,7 +45,7 @@ const SysApiAxiosParamCreator = function (configuration) {
45
45
  * @param {*} [options] Override http request option.
46
46
  * @throws {RequiredError}
47
47
  */
48
- authGet: (appid, signature, timestamp, nonce, echostr, options = {}) => __awaiter(this, void 0, void 0, function* () {
48
+ authGet: (appid_1, signature_1, timestamp_1, nonce_1, echostr_1, ...args_1) => __awaiter(this, [appid_1, signature_1, timestamp_1, nonce_1, echostr_1, ...args_1], void 0, function* (appid, signature, timestamp, nonce, echostr, options = {}) {
49
49
  // verify required parameter 'appid' is not null or undefined
50
50
  (0, common_1.assertParamExists)('authGet', 'appid', appid);
51
51
  const localVarPath = `/app/wx/mp/portal/{appid}`
@@ -92,7 +92,7 @@ const SysApiAxiosParamCreator = function (configuration) {
92
92
  * @param {*} [options] Override http request option.
93
93
  * @throws {RequiredError}
94
94
  */
95
- authGet1: (appid, signature, timestamp, nonce, echostr, options = {}) => __awaiter(this, void 0, void 0, function* () {
95
+ authGet1: (appid_1, signature_1, timestamp_1, nonce_1, echostr_1, ...args_1) => __awaiter(this, [appid_1, signature_1, timestamp_1, nonce_1, echostr_1, ...args_1], void 0, function* (appid, signature, timestamp, nonce, echostr, options = {}) {
96
96
  // verify required parameter 'appid' is not null or undefined
97
97
  (0, common_1.assertParamExists)('authGet1', 'appid', appid);
98
98
  const localVarPath = `/app/wechat/miniapp/portal/{appid}`
@@ -134,7 +134,7 @@ const SysApiAxiosParamCreator = function (configuration) {
134
134
  * @param {*} [options] Override http request option.
135
135
  * @throws {RequiredError}
136
136
  */
137
- clean: (options = {}) => __awaiter(this, void 0, void 0, function* () {
137
+ clean: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
138
138
  const localVarPath = `/monitor/operlog/clean`;
139
139
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
140
140
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -161,7 +161,7 @@ const SysApiAxiosParamCreator = function (configuration) {
161
161
  * @param {*} [options] Override http request option.
162
162
  * @throws {RequiredError}
163
163
  */
164
- clean1: (options = {}) => __awaiter(this, void 0, void 0, function* () {
164
+ clean1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
165
165
  const localVarPath = `/monitor/logininfor/clean`;
166
166
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
167
167
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -188,7 +188,7 @@ const SysApiAxiosParamCreator = function (configuration) {
188
188
  * @param {*} [options] Override http request option.
189
189
  * @throws {RequiredError}
190
190
  */
191
- clearDictTypeCache: (options = {}) => __awaiter(this, void 0, void 0, function* () {
191
+ clearDictTypeCache: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
192
192
  const localVarPath = `/system/dict/type/refreshCache`;
193
193
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
194
194
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -216,7 +216,7 @@ const SysApiAxiosParamCreator = function (configuration) {
216
216
  * @param {*} [options] Override http request option.
217
217
  * @throws {RequiredError}
218
218
  */
219
- createConfig: (sysConfig, options = {}) => __awaiter(this, void 0, void 0, function* () {
219
+ createConfig: (sysConfig_1, ...args_1) => __awaiter(this, [sysConfig_1, ...args_1], void 0, function* (sysConfig, options = {}) {
220
220
  // verify required parameter 'sysConfig' is not null or undefined
221
221
  (0, common_1.assertParamExists)('createConfig', 'sysConfig', sysConfig);
222
222
  const localVarPath = `/system/config`;
@@ -248,7 +248,7 @@ const SysApiAxiosParamCreator = function (configuration) {
248
248
  * @param {*} [options] Override http request option.
249
249
  * @throws {RequiredError}
250
250
  */
251
- createDictData: (sysDictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
251
+ createDictData: (sysDictData_1, ...args_1) => __awaiter(this, [sysDictData_1, ...args_1], void 0, function* (sysDictData, options = {}) {
252
252
  // verify required parameter 'sysDictData' is not null or undefined
253
253
  (0, common_1.assertParamExists)('createDictData', 'sysDictData', sysDictData);
254
254
  const localVarPath = `/system/dict/data`;
@@ -280,7 +280,7 @@ const SysApiAxiosParamCreator = function (configuration) {
280
280
  * @param {*} [options] Override http request option.
281
281
  * @throws {RequiredError}
282
282
  */
283
- createDictType: (sysDictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
283
+ createDictType: (sysDictType_1, ...args_1) => __awaiter(this, [sysDictType_1, ...args_1], void 0, function* (sysDictType, options = {}) {
284
284
  // verify required parameter 'sysDictType' is not null or undefined
285
285
  (0, common_1.assertParamExists)('createDictType', 'sysDictType', sysDictType);
286
286
  const localVarPath = `/system/dict/type`;
@@ -312,7 +312,7 @@ const SysApiAxiosParamCreator = function (configuration) {
312
312
  * @param {*} [options] Override http request option.
313
313
  * @throws {RequiredError}
314
314
  */
315
- deleteConfig: (configIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
315
+ deleteConfig: (configIds_1, ...args_1) => __awaiter(this, [configIds_1, ...args_1], void 0, function* (configIds, options = {}) {
316
316
  // verify required parameter 'configIds' is not null or undefined
317
317
  (0, common_1.assertParamExists)('deleteConfig', 'configIds', configIds);
318
318
  const localVarPath = `/system/config/{configIds}`
@@ -343,7 +343,7 @@ const SysApiAxiosParamCreator = function (configuration) {
343
343
  * @param {*} [options] Override http request option.
344
344
  * @throws {RequiredError}
345
345
  */
346
- deleteDictData: (dictCodes, options = {}) => __awaiter(this, void 0, void 0, function* () {
346
+ deleteDictData: (dictCodes_1, ...args_1) => __awaiter(this, [dictCodes_1, ...args_1], void 0, function* (dictCodes, options = {}) {
347
347
  // verify required parameter 'dictCodes' is not null or undefined
348
348
  (0, common_1.assertParamExists)('deleteDictData', 'dictCodes', dictCodes);
349
349
  const localVarPath = `/system/dict/data/{dictCodes}`
@@ -374,7 +374,7 @@ const SysApiAxiosParamCreator = function (configuration) {
374
374
  * @param {*} [options] Override http request option.
375
375
  * @throws {RequiredError}
376
376
  */
377
- deleteDictType: (dictIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
377
+ deleteDictType: (dictIds_1, ...args_1) => __awaiter(this, [dictIds_1, ...args_1], void 0, function* (dictIds, options = {}) {
378
378
  // verify required parameter 'dictIds' is not null or undefined
379
379
  (0, common_1.assertParamExists)('deleteDictType', 'dictIds', dictIds);
380
380
  const localVarPath = `/system/dict/type/{dictIds}`
@@ -405,7 +405,7 @@ const SysApiAxiosParamCreator = function (configuration) {
405
405
  * @param {*} [options] Override http request option.
406
406
  * @throws {RequiredError}
407
407
  */
408
- export1: (operLog, options = {}) => __awaiter(this, void 0, void 0, function* () {
408
+ export1: (operLog_1, ...args_1) => __awaiter(this, [operLog_1, ...args_1], void 0, function* (operLog, options = {}) {
409
409
  // verify required parameter 'operLog' is not null or undefined
410
410
  (0, common_1.assertParamExists)('export1', 'operLog', operLog);
411
411
  const localVarPath = `/monitor/operlog/export`;
@@ -440,7 +440,7 @@ const SysApiAxiosParamCreator = function (configuration) {
440
440
  * @param {*} [options] Override http request option.
441
441
  * @throws {RequiredError}
442
442
  */
443
- export2: (logininfor, options = {}) => __awaiter(this, void 0, void 0, function* () {
443
+ export2: (logininfor_1, ...args_1) => __awaiter(this, [logininfor_1, ...args_1], void 0, function* (logininfor, options = {}) {
444
444
  // verify required parameter 'logininfor' is not null or undefined
445
445
  (0, common_1.assertParamExists)('export2', 'logininfor', logininfor);
446
446
  const localVarPath = `/monitor/logininfor/export`;
@@ -475,7 +475,7 @@ const SysApiAxiosParamCreator = function (configuration) {
475
475
  * @param {*} [options] Override http request option.
476
476
  * @throws {RequiredError}
477
477
  */
478
- exportConfig: (config, options = {}) => __awaiter(this, void 0, void 0, function* () {
478
+ exportConfig: (config_1, ...args_1) => __awaiter(this, [config_1, ...args_1], void 0, function* (config, options = {}) {
479
479
  // verify required parameter 'config' is not null or undefined
480
480
  (0, common_1.assertParamExists)('exportConfig', 'config', config);
481
481
  const localVarPath = `/system/config/export`;
@@ -510,7 +510,7 @@ const SysApiAxiosParamCreator = function (configuration) {
510
510
  * @param {*} [options] Override http request option.
511
511
  * @throws {RequiredError}
512
512
  */
513
- exportDictData: (dictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
513
+ exportDictData: (dictData_1, ...args_1) => __awaiter(this, [dictData_1, ...args_1], void 0, function* (dictData, options = {}) {
514
514
  // verify required parameter 'dictData' is not null or undefined
515
515
  (0, common_1.assertParamExists)('exportDictData', 'dictData', dictData);
516
516
  const localVarPath = `/system/dict/data/export`;
@@ -545,7 +545,7 @@ const SysApiAxiosParamCreator = function (configuration) {
545
545
  * @param {*} [options] Override http request option.
546
546
  * @throws {RequiredError}
547
547
  */
548
- exportDictType: (dictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
548
+ exportDictType: (dictType_1, ...args_1) => __awaiter(this, [dictType_1, ...args_1], void 0, function* (dictType, options = {}) {
549
549
  // verify required parameter 'dictType' is not null or undefined
550
550
  (0, common_1.assertParamExists)('exportDictType', 'dictType', dictType);
551
551
  const localVarPath = `/system/dict/type/export`;
@@ -580,7 +580,7 @@ const SysApiAxiosParamCreator = function (configuration) {
580
580
  * @param {*} [options] Override http request option.
581
581
  * @throws {RequiredError}
582
582
  */
583
- forceLogout: (tokenId, options = {}) => __awaiter(this, void 0, void 0, function* () {
583
+ forceLogout: (tokenId_1, ...args_1) => __awaiter(this, [tokenId_1, ...args_1], void 0, function* (tokenId, options = {}) {
584
584
  // verify required parameter 'tokenId' is not null or undefined
585
585
  (0, common_1.assertParamExists)('forceLogout', 'tokenId', tokenId);
586
586
  const localVarPath = `/monitor/online/{tokenId}`
@@ -611,7 +611,7 @@ const SysApiAxiosParamCreator = function (configuration) {
611
611
  * @param {*} [options] Override http request option.
612
612
  * @throws {RequiredError}
613
613
  */
614
- getConfig: (configId, options = {}) => __awaiter(this, void 0, void 0, function* () {
614
+ getConfig: (configId_1, ...args_1) => __awaiter(this, [configId_1, ...args_1], void 0, function* (configId, options = {}) {
615
615
  // verify required parameter 'configId' is not null or undefined
616
616
  (0, common_1.assertParamExists)('getConfig', 'configId', configId);
617
617
  const localVarPath = `/system/config/{configId}`
@@ -642,7 +642,7 @@ const SysApiAxiosParamCreator = function (configuration) {
642
642
  * @param {*} [options] Override http request option.
643
643
  * @throws {RequiredError}
644
644
  */
645
- getConfigByKey: (configKey, options = {}) => __awaiter(this, void 0, void 0, function* () {
645
+ getConfigByKey: (configKey_1, ...args_1) => __awaiter(this, [configKey_1, ...args_1], void 0, function* (configKey, options = {}) {
646
646
  // verify required parameter 'configKey' is not null or undefined
647
647
  (0, common_1.assertParamExists)('getConfigByKey', 'configKey', configKey);
648
648
  const localVarPath = `/system/config/configKey/{configKey}`
@@ -673,7 +673,7 @@ const SysApiAxiosParamCreator = function (configuration) {
673
673
  * @param {*} [options] Override http request option.
674
674
  * @throws {RequiredError}
675
675
  */
676
- getDictData: (dictCode, options = {}) => __awaiter(this, void 0, void 0, function* () {
676
+ getDictData: (dictCode_1, ...args_1) => __awaiter(this, [dictCode_1, ...args_1], void 0, function* (dictCode, options = {}) {
677
677
  // verify required parameter 'dictCode' is not null or undefined
678
678
  (0, common_1.assertParamExists)('getDictData', 'dictCode', dictCode);
679
679
  const localVarPath = `/system/dict/data/{dictCode}`
@@ -704,7 +704,7 @@ const SysApiAxiosParamCreator = function (configuration) {
704
704
  * @param {*} [options] Override http request option.
705
705
  * @throws {RequiredError}
706
706
  */
707
- getDictType: (dictId, options = {}) => __awaiter(this, void 0, void 0, function* () {
707
+ getDictType: (dictId_1, ...args_1) => __awaiter(this, [dictId_1, ...args_1], void 0, function* (dictId, options = {}) {
708
708
  // verify required parameter 'dictId' is not null or undefined
709
709
  (0, common_1.assertParamExists)('getDictType', 'dictId', dictId);
710
710
  const localVarPath = `/system/dict/type/{dictId}`
@@ -734,7 +734,7 @@ const SysApiAxiosParamCreator = function (configuration) {
734
734
  * @param {*} [options] Override http request option.
735
735
  * @throws {RequiredError}
736
736
  */
737
- getSelfMenuInfo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
737
+ getSelfMenuInfo: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
738
738
  const localVarPath = `/app/wx/menu/getSelfMenuInfo`;
739
739
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
740
740
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -761,7 +761,7 @@ const SysApiAxiosParamCreator = function (configuration) {
761
761
  * @param {*} [options] Override http request option.
762
762
  * @throws {RequiredError}
763
763
  */
764
- index: (options = {}) => __awaiter(this, void 0, void 0, function* () {
764
+ index: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
765
765
  const localVarPath = `/`;
766
766
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
767
767
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -788,7 +788,7 @@ const SysApiAxiosParamCreator = function (configuration) {
788
788
  * @param {*} [options] Override http request option.
789
789
  * @throws {RequiredError}
790
790
  */
791
- index1: (options = {}) => __awaiter(this, void 0, void 0, function* () {
791
+ index1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
792
792
  const localVarPath = `/`;
793
793
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
794
794
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -815,7 +815,7 @@ const SysApiAxiosParamCreator = function (configuration) {
815
815
  * @param {*} [options] Override http request option.
816
816
  * @throws {RequiredError}
817
817
  */
818
- index2: (options = {}) => __awaiter(this, void 0, void 0, function* () {
818
+ index2: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
819
819
  const localVarPath = `/`;
820
820
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
821
821
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -842,7 +842,7 @@ const SysApiAxiosParamCreator = function (configuration) {
842
842
  * @param {*} [options] Override http request option.
843
843
  * @throws {RequiredError}
844
844
  */
845
- index3: (options = {}) => __awaiter(this, void 0, void 0, function* () {
845
+ index3: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
846
846
  const localVarPath = `/`;
847
847
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
848
848
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -869,7 +869,7 @@ const SysApiAxiosParamCreator = function (configuration) {
869
869
  * @param {*} [options] Override http request option.
870
870
  * @throws {RequiredError}
871
871
  */
872
- index4: (options = {}) => __awaiter(this, void 0, void 0, function* () {
872
+ index4: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
873
873
  const localVarPath = `/`;
874
874
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
875
875
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -896,7 +896,7 @@ const SysApiAxiosParamCreator = function (configuration) {
896
896
  * @param {*} [options] Override http request option.
897
897
  * @throws {RequiredError}
898
898
  */
899
- index5: (options = {}) => __awaiter(this, void 0, void 0, function* () {
899
+ index5: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
900
900
  const localVarPath = `/`;
901
901
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
902
902
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -923,7 +923,7 @@ const SysApiAxiosParamCreator = function (configuration) {
923
923
  * @param {*} [options] Override http request option.
924
924
  * @throws {RequiredError}
925
925
  */
926
- index6: (options = {}) => __awaiter(this, void 0, void 0, function* () {
926
+ index6: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
927
927
  const localVarPath = `/`;
928
928
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
929
929
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -951,7 +951,7 @@ const SysApiAxiosParamCreator = function (configuration) {
951
951
  * @param {*} [options] Override http request option.
952
952
  * @throws {RequiredError}
953
953
  */
954
- list1: (operLog, options = {}) => __awaiter(this, void 0, void 0, function* () {
954
+ list1: (operLog_1, ...args_1) => __awaiter(this, [operLog_1, ...args_1], void 0, function* (operLog, options = {}) {
955
955
  // verify required parameter 'operLog' is not null or undefined
956
956
  (0, common_1.assertParamExists)('list1', 'operLog', operLog);
957
957
  const localVarPath = `/monitor/operlog/list`;
@@ -987,7 +987,7 @@ const SysApiAxiosParamCreator = function (configuration) {
987
987
  * @param {*} [options] Override http request option.
988
988
  * @throws {RequiredError}
989
989
  */
990
- list2: (ipaddr, userName, options = {}) => __awaiter(this, void 0, void 0, function* () {
990
+ list2: (ipaddr_1, userName_1, ...args_1) => __awaiter(this, [ipaddr_1, userName_1, ...args_1], void 0, function* (ipaddr, userName, options = {}) {
991
991
  // verify required parameter 'ipaddr' is not null or undefined
992
992
  (0, common_1.assertParamExists)('list2', 'ipaddr', ipaddr);
993
993
  // verify required parameter 'userName' is not null or undefined
@@ -1025,7 +1025,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1025
1025
  * @param {*} [options] Override http request option.
1026
1026
  * @throws {RequiredError}
1027
1027
  */
1028
- list3: (logininfor, options = {}) => __awaiter(this, void 0, void 0, function* () {
1028
+ list3: (logininfor_1, ...args_1) => __awaiter(this, [logininfor_1, ...args_1], void 0, function* (logininfor, options = {}) {
1029
1029
  // verify required parameter 'logininfor' is not null or undefined
1030
1030
  (0, common_1.assertParamExists)('list3', 'logininfor', logininfor);
1031
1031
  const localVarPath = `/monitor/logininfor/list`;
@@ -1059,7 +1059,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1059
1059
  * @param {*} [options] Override http request option.
1060
1060
  * @throws {RequiredError}
1061
1061
  */
1062
- listAllDictType: (options = {}) => __awaiter(this, void 0, void 0, function* () {
1062
+ listAllDictType: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
1063
1063
  const localVarPath = `/system/dict/type/optionselect`;
1064
1064
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1065
1065
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1087,7 +1087,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1087
1087
  * @param {*} [options] Override http request option.
1088
1088
  * @throws {RequiredError}
1089
1089
  */
1090
- listConfig: (config, options = {}) => __awaiter(this, void 0, void 0, function* () {
1090
+ listConfig: (config_1, ...args_1) => __awaiter(this, [config_1, ...args_1], void 0, function* (config, options = {}) {
1091
1091
  // verify required parameter 'config' is not null or undefined
1092
1092
  (0, common_1.assertParamExists)('listConfig', 'config', config);
1093
1093
  const localVarPath = `/system/config/list`;
@@ -1122,7 +1122,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1122
1122
  * @param {*} [options] Override http request option.
1123
1123
  * @throws {RequiredError}
1124
1124
  */
1125
- listDictData: (dictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
1125
+ listDictData: (dictData_1, ...args_1) => __awaiter(this, [dictData_1, ...args_1], void 0, function* (dictData, options = {}) {
1126
1126
  // verify required parameter 'dictData' is not null or undefined
1127
1127
  (0, common_1.assertParamExists)('listDictData', 'dictData', dictData);
1128
1128
  const localVarPath = `/system/dict/data/list`;
@@ -1157,7 +1157,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1157
1157
  * @param {*} [options] Override http request option.
1158
1158
  * @throws {RequiredError}
1159
1159
  */
1160
- listDictDataByType: (dictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
1160
+ listDictDataByType: (dictType_1, ...args_1) => __awaiter(this, [dictType_1, ...args_1], void 0, function* (dictType, options = {}) {
1161
1161
  // verify required parameter 'dictType' is not null or undefined
1162
1162
  (0, common_1.assertParamExists)('listDictDataByType', 'dictType', dictType);
1163
1163
  const localVarPath = `/system/dict/data/type/{dictType}`
@@ -1188,7 +1188,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1188
1188
  * @param {*} [options] Override http request option.
1189
1189
  * @throws {RequiredError}
1190
1190
  */
1191
- listDictType: (dictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
1191
+ listDictType: (dictType_1, ...args_1) => __awaiter(this, [dictType_1, ...args_1], void 0, function* (dictType, options = {}) {
1192
1192
  // verify required parameter 'dictType' is not null or undefined
1193
1193
  (0, common_1.assertParamExists)('listDictType', 'dictType', dictType);
1194
1194
  const localVarPath = `/system/dict/type/list`;
@@ -1223,7 +1223,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1223
1223
  * @param {*} [options] Override http request option.
1224
1224
  * @throws {RequiredError}
1225
1225
  */
1226
- menuCreate: (body, options = {}) => __awaiter(this, void 0, void 0, function* () {
1226
+ menuCreate: (body_1, ...args_1) => __awaiter(this, [body_1, ...args_1], void 0, function* (body, options = {}) {
1227
1227
  // verify required parameter 'body' is not null or undefined
1228
1228
  (0, common_1.assertParamExists)('menuCreate', 'body', body);
1229
1229
  const localVarPath = `/app/wx/menu/create`;
@@ -1254,7 +1254,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1254
1254
  * @param {*} [options] Override http request option.
1255
1255
  * @throws {RequiredError}
1256
1256
  */
1257
- menuCreateSample: (options = {}) => __awaiter(this, void 0, void 0, function* () {
1257
+ menuCreateSample: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
1258
1258
  const localVarPath = `/app/wx/menu/create`;
1259
1259
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1260
1260
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1281,7 +1281,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1281
1281
  * @param {*} [options] Override http request option.
1282
1282
  * @throws {RequiredError}
1283
1283
  */
1284
- menuDelete: (options = {}) => __awaiter(this, void 0, void 0, function* () {
1284
+ menuDelete: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
1285
1285
  const localVarPath = `/app/wx/menu/delete`;
1286
1286
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1287
1287
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1309,7 +1309,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1309
1309
  * @param {*} [options] Override http request option.
1310
1310
  * @throws {RequiredError}
1311
1311
  */
1312
- menuDelete1: (menuId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1312
+ menuDelete1: (menuId_1, ...args_1) => __awaiter(this, [menuId_1, ...args_1], void 0, function* (menuId, options = {}) {
1313
1313
  // verify required parameter 'menuId' is not null or undefined
1314
1314
  (0, common_1.assertParamExists)('menuDelete1', 'menuId', menuId);
1315
1315
  const localVarPath = `/app/wx/menu/delete/{menuId}`
@@ -1339,7 +1339,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1339
1339
  * @param {*} [options] Override http request option.
1340
1340
  * @throws {RequiredError}
1341
1341
  */
1342
- menuGet: (options = {}) => __awaiter(this, void 0, void 0, function* () {
1342
+ menuGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
1343
1343
  const localVarPath = `/app/wx/menu/get`;
1344
1344
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1345
1345
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1367,7 +1367,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1367
1367
  * @param {*} [options] Override http request option.
1368
1368
  * @throws {RequiredError}
1369
1369
  */
1370
- menuTryMatch: (userid, options = {}) => __awaiter(this, void 0, void 0, function* () {
1370
+ menuTryMatch: (userid_1, ...args_1) => __awaiter(this, [userid_1, ...args_1], void 0, function* (userid, options = {}) {
1371
1371
  // verify required parameter 'userid' is not null or undefined
1372
1372
  (0, common_1.assertParamExists)('menuTryMatch', 'userid', userid);
1373
1373
  const localVarPath = `/app/wx/menu/menuTryMatch/{userid}`
@@ -1398,7 +1398,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1398
1398
  * @param {*} [options] Override http request option.
1399
1399
  * @throws {RequiredError}
1400
1400
  */
1401
- monitorCacheGetInfo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
1401
+ monitorCacheGetInfo: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
1402
1402
  const localVarPath = `/monitor/cache`;
1403
1403
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1404
1404
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1433,7 +1433,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1433
1433
  * @param {*} [options] Override http request option.
1434
1434
  * @throws {RequiredError}
1435
1435
  */
1436
- post: (appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options = {}) => __awaiter(this, void 0, void 0, function* () {
1436
+ post: (appid_1, signature_1, timestamp_1, nonce_1, openid_1, body_1, encryptType_1, msgSignature_1, ...args_1) => __awaiter(this, [appid_1, signature_1, timestamp_1, nonce_1, openid_1, body_1, encryptType_1, msgSignature_1, ...args_1], void 0, function* (appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options = {}) {
1437
1437
  // verify required parameter 'appid' is not null or undefined
1438
1438
  (0, common_1.assertParamExists)('post', 'appid', appid);
1439
1439
  // verify required parameter 'signature' is not null or undefined
@@ -1500,7 +1500,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1500
1500
  * @param {*} [options] Override http request option.
1501
1501
  * @throws {RequiredError}
1502
1502
  */
1503
- post1: (appid, timestamp, nonce, body, msgSignature, encryptType, signature, options = {}) => __awaiter(this, void 0, void 0, function* () {
1503
+ post1: (appid_1, timestamp_1, nonce_1, body_1, msgSignature_1, encryptType_1, signature_1, ...args_1) => __awaiter(this, [appid_1, timestamp_1, nonce_1, body_1, msgSignature_1, encryptType_1, signature_1, ...args_1], void 0, function* (appid, timestamp, nonce, body, msgSignature, encryptType, signature, options = {}) {
1504
1504
  // verify required parameter 'appid' is not null or undefined
1505
1505
  (0, common_1.assertParamExists)('post1', 'appid', appid);
1506
1506
  // verify required parameter 'timestamp' is not null or undefined
@@ -1554,7 +1554,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1554
1554
  * @param {*} [options] Override http request option.
1555
1555
  * @throws {RequiredError}
1556
1556
  */
1557
- remove1: (operIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
1557
+ remove1: (operIds_1, ...args_1) => __awaiter(this, [operIds_1, ...args_1], void 0, function* (operIds, options = {}) {
1558
1558
  // verify required parameter 'operIds' is not null or undefined
1559
1559
  (0, common_1.assertParamExists)('remove1', 'operIds', operIds);
1560
1560
  const localVarPath = `/monitor/operlog/{operIds}`
@@ -1585,7 +1585,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1585
1585
  * @param {*} [options] Override http request option.
1586
1586
  * @throws {RequiredError}
1587
1587
  */
1588
- remove2: (infoIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
1588
+ remove2: (infoIds_1, ...args_1) => __awaiter(this, [infoIds_1, ...args_1], void 0, function* (infoIds, options = {}) {
1589
1589
  // verify required parameter 'infoIds' is not null or undefined
1590
1590
  (0, common_1.assertParamExists)('remove2', 'infoIds', infoIds);
1591
1591
  const localVarPath = `/monitor/logininfor/{infoIds}`
@@ -1615,7 +1615,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1615
1615
  * @param {*} [options] Override http request option.
1616
1616
  * @throws {RequiredError}
1617
1617
  */
1618
- resetConfigCache: (options = {}) => __awaiter(this, void 0, void 0, function* () {
1618
+ resetConfigCache: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
1619
1619
  const localVarPath = `/system/config/refreshCache`;
1620
1620
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1621
1621
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1645,7 +1645,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1645
1645
  * @param {*} [options] Override http request option.
1646
1646
  * @throws {RequiredError}
1647
1647
  */
1648
- send: (phone, templateCode, json, options = {}) => __awaiter(this, void 0, void 0, function* () {
1648
+ send: (phone_1, templateCode_1, json_1, ...args_1) => __awaiter(this, [phone_1, templateCode_1, json_1, ...args_1], void 0, function* (phone, templateCode, json, options = {}) {
1649
1649
  // verify required parameter 'phone' is not null or undefined
1650
1650
  (0, common_1.assertParamExists)('send', 'phone', phone);
1651
1651
  // verify required parameter 'templateCode' is not null or undefined
@@ -1689,7 +1689,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1689
1689
  * @param {*} [options] Override http request option.
1690
1690
  * @throws {RequiredError}
1691
1691
  */
1692
- sendMsgByOpenId: (msg, openId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1692
+ sendMsgByOpenId: (msg_1, openId_1, ...args_1) => __awaiter(this, [msg_1, openId_1, ...args_1], void 0, function* (msg, openId, options = {}) {
1693
1693
  // verify required parameter 'msg' is not null or undefined
1694
1694
  (0, common_1.assertParamExists)('sendMsgByOpenId', 'msg', msg);
1695
1695
  // verify required parameter 'openId' is not null or undefined
@@ -1728,7 +1728,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1728
1728
  * @param {*} [options] Override http request option.
1729
1729
  * @throws {RequiredError}
1730
1730
  */
1731
- sendTemplate: (msg, desc, options = {}) => __awaiter(this, void 0, void 0, function* () {
1731
+ sendTemplate: (msg_1, desc_1, ...args_1) => __awaiter(this, [msg_1, desc_1, ...args_1], void 0, function* (msg, desc, options = {}) {
1732
1732
  // verify required parameter 'msg' is not null or undefined
1733
1733
  (0, common_1.assertParamExists)('sendTemplate', 'msg', msg);
1734
1734
  // verify required parameter 'desc' is not null or undefined
@@ -1766,7 +1766,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1766
1766
  * @param {*} [options] Override http request option.
1767
1767
  * @throws {RequiredError}
1768
1768
  */
1769
- updateConfig: (sysConfig, options = {}) => __awaiter(this, void 0, void 0, function* () {
1769
+ updateConfig: (sysConfig_1, ...args_1) => __awaiter(this, [sysConfig_1, ...args_1], void 0, function* (sysConfig, options = {}) {
1770
1770
  // verify required parameter 'sysConfig' is not null or undefined
1771
1771
  (0, common_1.assertParamExists)('updateConfig', 'sysConfig', sysConfig);
1772
1772
  const localVarPath = `/system/config`;
@@ -1798,7 +1798,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1798
1798
  * @param {*} [options] Override http request option.
1799
1799
  * @throws {RequiredError}
1800
1800
  */
1801
- updateDictData: (sysDictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
1801
+ updateDictData: (sysDictData_1, ...args_1) => __awaiter(this, [sysDictData_1, ...args_1], void 0, function* (sysDictData, options = {}) {
1802
1802
  // verify required parameter 'sysDictData' is not null or undefined
1803
1803
  (0, common_1.assertParamExists)('updateDictData', 'sysDictData', sysDictData);
1804
1804
  const localVarPath = `/system/dict/data`;
@@ -1830,7 +1830,7 @@ const SysApiAxiosParamCreator = function (configuration) {
1830
1830
  * @param {*} [options] Override http request option.
1831
1831
  * @throws {RequiredError}
1832
1832
  */
1833
- updateDictType: (sysDictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
1833
+ updateDictType: (sysDictType_1, ...args_1) => __awaiter(this, [sysDictType_1, ...args_1], void 0, function* (sysDictType, options = {}) {
1834
1834
  // verify required parameter 'sysDictType' is not null or undefined
1835
1835
  (0, common_1.assertParamExists)('updateDictType', 'sysDictType', sysDictType);
1836
1836
  const localVarPath = `/system/dict/type`;
@@ -1877,12 +1877,12 @@ const SysApiFp = function (configuration) {
1877
1877
  * @throws {RequiredError}
1878
1878
  */
1879
1879
  authGet(appid, signature, timestamp, nonce, echostr, options) {
1880
- var _a, _b, _c;
1881
1880
  return __awaiter(this, void 0, void 0, function* () {
1881
+ var _a, _b, _c;
1882
1882
  const localVarAxiosArgs = yield localVarAxiosParamCreator.authGet(appid, signature, timestamp, nonce, echostr, options);
1883
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1884
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.authGet']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1885
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1883
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1884
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.authGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1885
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1886
1886
  });
1887
1887
  },
1888
1888
  /**
@@ -1896,12 +1896,12 @@ const SysApiFp = function (configuration) {
1896
1896
  * @throws {RequiredError}
1897
1897
  */
1898
1898
  authGet1(appid, signature, timestamp, nonce, echostr, options) {
1899
- var _a, _b, _c;
1900
1899
  return __awaiter(this, void 0, void 0, function* () {
1900
+ var _a, _b, _c;
1901
1901
  const localVarAxiosArgs = yield localVarAxiosParamCreator.authGet1(appid, signature, timestamp, nonce, echostr, options);
1902
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1903
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.authGet1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1904
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1902
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1903
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.authGet1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1904
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1905
1905
  });
1906
1906
  },
1907
1907
  /**
@@ -1910,12 +1910,12 @@ const SysApiFp = function (configuration) {
1910
1910
  * @throws {RequiredError}
1911
1911
  */
1912
1912
  clean(options) {
1913
- var _a, _b, _c;
1914
1913
  return __awaiter(this, void 0, void 0, function* () {
1914
+ var _a, _b, _c;
1915
1915
  const localVarAxiosArgs = yield localVarAxiosParamCreator.clean(options);
1916
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1917
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.clean']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1918
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1916
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1917
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.clean']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1918
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1919
1919
  });
1920
1920
  },
1921
1921
  /**
@@ -1924,12 +1924,12 @@ const SysApiFp = function (configuration) {
1924
1924
  * @throws {RequiredError}
1925
1925
  */
1926
1926
  clean1(options) {
1927
- var _a, _b, _c;
1928
1927
  return __awaiter(this, void 0, void 0, function* () {
1928
+ var _a, _b, _c;
1929
1929
  const localVarAxiosArgs = yield localVarAxiosParamCreator.clean1(options);
1930
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1931
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.clean1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1932
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1930
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1931
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.clean1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1932
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1933
1933
  });
1934
1934
  },
1935
1935
  /**
@@ -1938,12 +1938,12 @@ const SysApiFp = function (configuration) {
1938
1938
  * @throws {RequiredError}
1939
1939
  */
1940
1940
  clearDictTypeCache(options) {
1941
- var _a, _b, _c;
1942
1941
  return __awaiter(this, void 0, void 0, function* () {
1942
+ var _a, _b, _c;
1943
1943
  const localVarAxiosArgs = yield localVarAxiosParamCreator.clearDictTypeCache(options);
1944
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1945
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.clearDictTypeCache']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1946
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1944
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1945
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.clearDictTypeCache']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1946
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1947
1947
  });
1948
1948
  },
1949
1949
  /**
@@ -1953,12 +1953,12 @@ const SysApiFp = function (configuration) {
1953
1953
  * @throws {RequiredError}
1954
1954
  */
1955
1955
  createConfig(sysConfig, options) {
1956
- var _a, _b, _c;
1957
1956
  return __awaiter(this, void 0, void 0, function* () {
1957
+ var _a, _b, _c;
1958
1958
  const localVarAxiosArgs = yield localVarAxiosParamCreator.createConfig(sysConfig, options);
1959
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1960
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.createConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1961
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1959
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1960
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.createConfig']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1961
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1962
1962
  });
1963
1963
  },
1964
1964
  /**
@@ -1968,12 +1968,12 @@ const SysApiFp = function (configuration) {
1968
1968
  * @throws {RequiredError}
1969
1969
  */
1970
1970
  createDictData(sysDictData, options) {
1971
- var _a, _b, _c;
1972
1971
  return __awaiter(this, void 0, void 0, function* () {
1972
+ var _a, _b, _c;
1973
1973
  const localVarAxiosArgs = yield localVarAxiosParamCreator.createDictData(sysDictData, options);
1974
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1975
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.createDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1976
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1974
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1975
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.createDictData']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1976
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1977
1977
  });
1978
1978
  },
1979
1979
  /**
@@ -1983,12 +1983,12 @@ const SysApiFp = function (configuration) {
1983
1983
  * @throws {RequiredError}
1984
1984
  */
1985
1985
  createDictType(sysDictType, options) {
1986
- var _a, _b, _c;
1987
1986
  return __awaiter(this, void 0, void 0, function* () {
1987
+ var _a, _b, _c;
1988
1988
  const localVarAxiosArgs = yield localVarAxiosParamCreator.createDictType(sysDictType, options);
1989
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1990
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.createDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1991
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1989
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1990
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.createDictType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1991
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1992
1992
  });
1993
1993
  },
1994
1994
  /**
@@ -1998,12 +1998,12 @@ const SysApiFp = function (configuration) {
1998
1998
  * @throws {RequiredError}
1999
1999
  */
2000
2000
  deleteConfig(configIds, options) {
2001
- var _a, _b, _c;
2002
2001
  return __awaiter(this, void 0, void 0, function* () {
2002
+ var _a, _b, _c;
2003
2003
  const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteConfig(configIds, options);
2004
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2005
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.deleteConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2006
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2004
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2005
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.deleteConfig']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2006
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2007
2007
  });
2008
2008
  },
2009
2009
  /**
@@ -2013,12 +2013,12 @@ const SysApiFp = function (configuration) {
2013
2013
  * @throws {RequiredError}
2014
2014
  */
2015
2015
  deleteDictData(dictCodes, options) {
2016
- var _a, _b, _c;
2017
2016
  return __awaiter(this, void 0, void 0, function* () {
2017
+ var _a, _b, _c;
2018
2018
  const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDictData(dictCodes, options);
2019
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2020
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.deleteDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2021
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2019
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2020
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.deleteDictData']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2021
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2022
2022
  });
2023
2023
  },
2024
2024
  /**
@@ -2028,12 +2028,12 @@ const SysApiFp = function (configuration) {
2028
2028
  * @throws {RequiredError}
2029
2029
  */
2030
2030
  deleteDictType(dictIds, options) {
2031
- var _a, _b, _c;
2032
2031
  return __awaiter(this, void 0, void 0, function* () {
2032
+ var _a, _b, _c;
2033
2033
  const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDictType(dictIds, options);
2034
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2035
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.deleteDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2036
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2034
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2035
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.deleteDictType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2036
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2037
2037
  });
2038
2038
  },
2039
2039
  /**
@@ -2043,12 +2043,12 @@ const SysApiFp = function (configuration) {
2043
2043
  * @throws {RequiredError}
2044
2044
  */
2045
2045
  export1(operLog, options) {
2046
- var _a, _b, _c;
2047
2046
  return __awaiter(this, void 0, void 0, function* () {
2047
+ var _a, _b, _c;
2048
2048
  const localVarAxiosArgs = yield localVarAxiosParamCreator.export1(operLog, options);
2049
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2050
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.export1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2051
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2049
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2050
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.export1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2051
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2052
2052
  });
2053
2053
  },
2054
2054
  /**
@@ -2058,12 +2058,12 @@ const SysApiFp = function (configuration) {
2058
2058
  * @throws {RequiredError}
2059
2059
  */
2060
2060
  export2(logininfor, options) {
2061
- var _a, _b, _c;
2062
2061
  return __awaiter(this, void 0, void 0, function* () {
2062
+ var _a, _b, _c;
2063
2063
  const localVarAxiosArgs = yield localVarAxiosParamCreator.export2(logininfor, options);
2064
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2065
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.export2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2066
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2064
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2065
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.export2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2066
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2067
2067
  });
2068
2068
  },
2069
2069
  /**
@@ -2073,12 +2073,12 @@ const SysApiFp = function (configuration) {
2073
2073
  * @throws {RequiredError}
2074
2074
  */
2075
2075
  exportConfig(config, options) {
2076
- var _a, _b, _c;
2077
2076
  return __awaiter(this, void 0, void 0, function* () {
2077
+ var _a, _b, _c;
2078
2078
  const localVarAxiosArgs = yield localVarAxiosParamCreator.exportConfig(config, options);
2079
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2080
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.exportConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2081
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2079
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2080
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.exportConfig']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2081
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2082
2082
  });
2083
2083
  },
2084
2084
  /**
@@ -2088,12 +2088,12 @@ const SysApiFp = function (configuration) {
2088
2088
  * @throws {RequiredError}
2089
2089
  */
2090
2090
  exportDictData(dictData, options) {
2091
- var _a, _b, _c;
2092
2091
  return __awaiter(this, void 0, void 0, function* () {
2092
+ var _a, _b, _c;
2093
2093
  const localVarAxiosArgs = yield localVarAxiosParamCreator.exportDictData(dictData, options);
2094
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2095
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.exportDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2096
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2094
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2095
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.exportDictData']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2096
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2097
2097
  });
2098
2098
  },
2099
2099
  /**
@@ -2103,12 +2103,12 @@ const SysApiFp = function (configuration) {
2103
2103
  * @throws {RequiredError}
2104
2104
  */
2105
2105
  exportDictType(dictType, options) {
2106
- var _a, _b, _c;
2107
2106
  return __awaiter(this, void 0, void 0, function* () {
2107
+ var _a, _b, _c;
2108
2108
  const localVarAxiosArgs = yield localVarAxiosParamCreator.exportDictType(dictType, options);
2109
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2110
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.exportDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2111
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2109
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2110
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.exportDictType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2111
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2112
2112
  });
2113
2113
  },
2114
2114
  /**
@@ -2118,12 +2118,12 @@ const SysApiFp = function (configuration) {
2118
2118
  * @throws {RequiredError}
2119
2119
  */
2120
2120
  forceLogout(tokenId, options) {
2121
- var _a, _b, _c;
2122
2121
  return __awaiter(this, void 0, void 0, function* () {
2122
+ var _a, _b, _c;
2123
2123
  const localVarAxiosArgs = yield localVarAxiosParamCreator.forceLogout(tokenId, options);
2124
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2125
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.forceLogout']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2126
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2124
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2125
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.forceLogout']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2126
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2127
2127
  });
2128
2128
  },
2129
2129
  /**
@@ -2133,12 +2133,12 @@ const SysApiFp = function (configuration) {
2133
2133
  * @throws {RequiredError}
2134
2134
  */
2135
2135
  getConfig(configId, options) {
2136
- var _a, _b, _c;
2137
2136
  return __awaiter(this, void 0, void 0, function* () {
2137
+ var _a, _b, _c;
2138
2138
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getConfig(configId, options);
2139
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2140
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2141
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2139
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2140
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getConfig']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2141
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2142
2142
  });
2143
2143
  },
2144
2144
  /**
@@ -2148,12 +2148,12 @@ const SysApiFp = function (configuration) {
2148
2148
  * @throws {RequiredError}
2149
2149
  */
2150
2150
  getConfigByKey(configKey, options) {
2151
- var _a, _b, _c;
2152
2151
  return __awaiter(this, void 0, void 0, function* () {
2152
+ var _a, _b, _c;
2153
2153
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getConfigByKey(configKey, options);
2154
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2155
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getConfigByKey']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2156
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2154
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2155
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getConfigByKey']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2156
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2157
2157
  });
2158
2158
  },
2159
2159
  /**
@@ -2163,12 +2163,12 @@ const SysApiFp = function (configuration) {
2163
2163
  * @throws {RequiredError}
2164
2164
  */
2165
2165
  getDictData(dictCode, options) {
2166
- var _a, _b, _c;
2167
2166
  return __awaiter(this, void 0, void 0, function* () {
2167
+ var _a, _b, _c;
2168
2168
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getDictData(dictCode, options);
2169
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2170
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2171
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2169
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2170
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getDictData']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2171
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2172
2172
  });
2173
2173
  },
2174
2174
  /**
@@ -2178,12 +2178,12 @@ const SysApiFp = function (configuration) {
2178
2178
  * @throws {RequiredError}
2179
2179
  */
2180
2180
  getDictType(dictId, options) {
2181
- var _a, _b, _c;
2182
2181
  return __awaiter(this, void 0, void 0, function* () {
2182
+ var _a, _b, _c;
2183
2183
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getDictType(dictId, options);
2184
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2185
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2186
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2184
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2185
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getDictType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2186
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2187
2187
  });
2188
2188
  },
2189
2189
  /**
@@ -2192,12 +2192,12 @@ const SysApiFp = function (configuration) {
2192
2192
  * @throws {RequiredError}
2193
2193
  */
2194
2194
  getSelfMenuInfo(options) {
2195
- var _a, _b, _c;
2196
2195
  return __awaiter(this, void 0, void 0, function* () {
2196
+ var _a, _b, _c;
2197
2197
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getSelfMenuInfo(options);
2198
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2199
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getSelfMenuInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2200
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2198
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2199
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getSelfMenuInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2200
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2201
2201
  });
2202
2202
  },
2203
2203
  /**
@@ -2206,12 +2206,12 @@ const SysApiFp = function (configuration) {
2206
2206
  * @throws {RequiredError}
2207
2207
  */
2208
2208
  index(options) {
2209
- var _a, _b, _c;
2210
2209
  return __awaiter(this, void 0, void 0, function* () {
2210
+ var _a, _b, _c;
2211
2211
  const localVarAxiosArgs = yield localVarAxiosParamCreator.index(options);
2212
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2213
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2214
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2212
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2213
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2214
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2215
2215
  });
2216
2216
  },
2217
2217
  /**
@@ -2220,12 +2220,12 @@ const SysApiFp = function (configuration) {
2220
2220
  * @throws {RequiredError}
2221
2221
  */
2222
2222
  index1(options) {
2223
- var _a, _b, _c;
2224
2223
  return __awaiter(this, void 0, void 0, function* () {
2224
+ var _a, _b, _c;
2225
2225
  const localVarAxiosArgs = yield localVarAxiosParamCreator.index1(options);
2226
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2227
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2228
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2226
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2227
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2228
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2229
2229
  });
2230
2230
  },
2231
2231
  /**
@@ -2234,12 +2234,12 @@ const SysApiFp = function (configuration) {
2234
2234
  * @throws {RequiredError}
2235
2235
  */
2236
2236
  index2(options) {
2237
- var _a, _b, _c;
2238
2237
  return __awaiter(this, void 0, void 0, function* () {
2238
+ var _a, _b, _c;
2239
2239
  const localVarAxiosArgs = yield localVarAxiosParamCreator.index2(options);
2240
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2241
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2242
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2240
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2241
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2242
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2243
2243
  });
2244
2244
  },
2245
2245
  /**
@@ -2248,12 +2248,12 @@ const SysApiFp = function (configuration) {
2248
2248
  * @throws {RequiredError}
2249
2249
  */
2250
2250
  index3(options) {
2251
- var _a, _b, _c;
2252
2251
  return __awaiter(this, void 0, void 0, function* () {
2252
+ var _a, _b, _c;
2253
2253
  const localVarAxiosArgs = yield localVarAxiosParamCreator.index3(options);
2254
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2255
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index3']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2256
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2254
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2255
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index3']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2256
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2257
2257
  });
2258
2258
  },
2259
2259
  /**
@@ -2262,12 +2262,12 @@ const SysApiFp = function (configuration) {
2262
2262
  * @throws {RequiredError}
2263
2263
  */
2264
2264
  index4(options) {
2265
- var _a, _b, _c;
2266
2265
  return __awaiter(this, void 0, void 0, function* () {
2266
+ var _a, _b, _c;
2267
2267
  const localVarAxiosArgs = yield localVarAxiosParamCreator.index4(options);
2268
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2269
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index4']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2270
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2268
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2269
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index4']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2270
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2271
2271
  });
2272
2272
  },
2273
2273
  /**
@@ -2276,12 +2276,12 @@ const SysApiFp = function (configuration) {
2276
2276
  * @throws {RequiredError}
2277
2277
  */
2278
2278
  index5(options) {
2279
- var _a, _b, _c;
2280
2279
  return __awaiter(this, void 0, void 0, function* () {
2280
+ var _a, _b, _c;
2281
2281
  const localVarAxiosArgs = yield localVarAxiosParamCreator.index5(options);
2282
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2283
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index5']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2284
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2282
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2283
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index5']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2284
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2285
2285
  });
2286
2286
  },
2287
2287
  /**
@@ -2290,12 +2290,12 @@ const SysApiFp = function (configuration) {
2290
2290
  * @throws {RequiredError}
2291
2291
  */
2292
2292
  index6(options) {
2293
- var _a, _b, _c;
2294
2293
  return __awaiter(this, void 0, void 0, function* () {
2294
+ var _a, _b, _c;
2295
2295
  const localVarAxiosArgs = yield localVarAxiosParamCreator.index6(options);
2296
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2297
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index6']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2298
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2296
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2297
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index6']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2298
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2299
2299
  });
2300
2300
  },
2301
2301
  /**
@@ -2305,12 +2305,12 @@ const SysApiFp = function (configuration) {
2305
2305
  * @throws {RequiredError}
2306
2306
  */
2307
2307
  list1(operLog, options) {
2308
- var _a, _b, _c;
2309
2308
  return __awaiter(this, void 0, void 0, function* () {
2309
+ var _a, _b, _c;
2310
2310
  const localVarAxiosArgs = yield localVarAxiosParamCreator.list1(operLog, options);
2311
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2312
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2313
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2311
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2312
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2313
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2314
2314
  });
2315
2315
  },
2316
2316
  /**
@@ -2321,12 +2321,12 @@ const SysApiFp = function (configuration) {
2321
2321
  * @throws {RequiredError}
2322
2322
  */
2323
2323
  list2(ipaddr, userName, options) {
2324
- var _a, _b, _c;
2325
2324
  return __awaiter(this, void 0, void 0, function* () {
2325
+ var _a, _b, _c;
2326
2326
  const localVarAxiosArgs = yield localVarAxiosParamCreator.list2(ipaddr, userName, options);
2327
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2328
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2329
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2327
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2328
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2329
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2330
2330
  });
2331
2331
  },
2332
2332
  /**
@@ -2336,12 +2336,12 @@ const SysApiFp = function (configuration) {
2336
2336
  * @throws {RequiredError}
2337
2337
  */
2338
2338
  list3(logininfor, options) {
2339
- var _a, _b, _c;
2340
2339
  return __awaiter(this, void 0, void 0, function* () {
2340
+ var _a, _b, _c;
2341
2341
  const localVarAxiosArgs = yield localVarAxiosParamCreator.list3(logininfor, options);
2342
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2343
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list3']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2344
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2342
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2343
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list3']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2344
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2345
2345
  });
2346
2346
  },
2347
2347
  /**
@@ -2350,12 +2350,12 @@ const SysApiFp = function (configuration) {
2350
2350
  * @throws {RequiredError}
2351
2351
  */
2352
2352
  listAllDictType(options) {
2353
- var _a, _b, _c;
2354
2353
  return __awaiter(this, void 0, void 0, function* () {
2354
+ var _a, _b, _c;
2355
2355
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listAllDictType(options);
2356
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2357
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listAllDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2358
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2356
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2357
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listAllDictType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2358
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2359
2359
  });
2360
2360
  },
2361
2361
  /**
@@ -2365,12 +2365,12 @@ const SysApiFp = function (configuration) {
2365
2365
  * @throws {RequiredError}
2366
2366
  */
2367
2367
  listConfig(config, options) {
2368
- var _a, _b, _c;
2369
2368
  return __awaiter(this, void 0, void 0, function* () {
2369
+ var _a, _b, _c;
2370
2370
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listConfig(config, options);
2371
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2372
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2373
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2371
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2372
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listConfig']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2373
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2374
2374
  });
2375
2375
  },
2376
2376
  /**
@@ -2380,12 +2380,12 @@ const SysApiFp = function (configuration) {
2380
2380
  * @throws {RequiredError}
2381
2381
  */
2382
2382
  listDictData(dictData, options) {
2383
- var _a, _b, _c;
2384
2383
  return __awaiter(this, void 0, void 0, function* () {
2384
+ var _a, _b, _c;
2385
2385
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listDictData(dictData, options);
2386
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2387
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2388
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2386
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2387
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listDictData']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2388
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2389
2389
  });
2390
2390
  },
2391
2391
  /**
@@ -2395,12 +2395,12 @@ const SysApiFp = function (configuration) {
2395
2395
  * @throws {RequiredError}
2396
2396
  */
2397
2397
  listDictDataByType(dictType, options) {
2398
- var _a, _b, _c;
2399
2398
  return __awaiter(this, void 0, void 0, function* () {
2399
+ var _a, _b, _c;
2400
2400
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listDictDataByType(dictType, options);
2401
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2402
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listDictDataByType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2403
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2401
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2402
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listDictDataByType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2403
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2404
2404
  });
2405
2405
  },
2406
2406
  /**
@@ -2410,12 +2410,12 @@ const SysApiFp = function (configuration) {
2410
2410
  * @throws {RequiredError}
2411
2411
  */
2412
2412
  listDictType(dictType, options) {
2413
- var _a, _b, _c;
2414
2413
  return __awaiter(this, void 0, void 0, function* () {
2414
+ var _a, _b, _c;
2415
2415
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listDictType(dictType, options);
2416
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2417
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2418
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2416
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2417
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listDictType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2418
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2419
2419
  });
2420
2420
  },
2421
2421
  /**
@@ -2425,12 +2425,12 @@ const SysApiFp = function (configuration) {
2425
2425
  * @throws {RequiredError}
2426
2426
  */
2427
2427
  menuCreate(body, options) {
2428
- var _a, _b, _c;
2429
2428
  return __awaiter(this, void 0, void 0, function* () {
2429
+ var _a, _b, _c;
2430
2430
  const localVarAxiosArgs = yield localVarAxiosParamCreator.menuCreate(body, options);
2431
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2432
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuCreate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2433
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2431
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2432
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuCreate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2433
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2434
2434
  });
2435
2435
  },
2436
2436
  /**
@@ -2439,12 +2439,12 @@ const SysApiFp = function (configuration) {
2439
2439
  * @throws {RequiredError}
2440
2440
  */
2441
2441
  menuCreateSample(options) {
2442
- var _a, _b, _c;
2443
2442
  return __awaiter(this, void 0, void 0, function* () {
2443
+ var _a, _b, _c;
2444
2444
  const localVarAxiosArgs = yield localVarAxiosParamCreator.menuCreateSample(options);
2445
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2446
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuCreateSample']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2447
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2445
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2446
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuCreateSample']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2447
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2448
2448
  });
2449
2449
  },
2450
2450
  /**
@@ -2453,12 +2453,12 @@ const SysApiFp = function (configuration) {
2453
2453
  * @throws {RequiredError}
2454
2454
  */
2455
2455
  menuDelete(options) {
2456
- var _a, _b, _c;
2457
2456
  return __awaiter(this, void 0, void 0, function* () {
2457
+ var _a, _b, _c;
2458
2458
  const localVarAxiosArgs = yield localVarAxiosParamCreator.menuDelete(options);
2459
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2460
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuDelete']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2461
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2459
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2460
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2461
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2462
2462
  });
2463
2463
  },
2464
2464
  /**
@@ -2468,12 +2468,12 @@ const SysApiFp = function (configuration) {
2468
2468
  * @throws {RequiredError}
2469
2469
  */
2470
2470
  menuDelete1(menuId, options) {
2471
- var _a, _b, _c;
2472
2471
  return __awaiter(this, void 0, void 0, function* () {
2472
+ var _a, _b, _c;
2473
2473
  const localVarAxiosArgs = yield localVarAxiosParamCreator.menuDelete1(menuId, options);
2474
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2475
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuDelete1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2476
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2474
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2475
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuDelete1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2476
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2477
2477
  });
2478
2478
  },
2479
2479
  /**
@@ -2482,12 +2482,12 @@ const SysApiFp = function (configuration) {
2482
2482
  * @throws {RequiredError}
2483
2483
  */
2484
2484
  menuGet(options) {
2485
- var _a, _b, _c;
2486
2485
  return __awaiter(this, void 0, void 0, function* () {
2486
+ var _a, _b, _c;
2487
2487
  const localVarAxiosArgs = yield localVarAxiosParamCreator.menuGet(options);
2488
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2489
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuGet']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2490
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2488
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2489
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2490
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2491
2491
  });
2492
2492
  },
2493
2493
  /**
@@ -2497,12 +2497,12 @@ const SysApiFp = function (configuration) {
2497
2497
  * @throws {RequiredError}
2498
2498
  */
2499
2499
  menuTryMatch(userid, options) {
2500
- var _a, _b, _c;
2501
2500
  return __awaiter(this, void 0, void 0, function* () {
2501
+ var _a, _b, _c;
2502
2502
  const localVarAxiosArgs = yield localVarAxiosParamCreator.menuTryMatch(userid, options);
2503
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2504
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuTryMatch']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2505
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2503
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2504
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuTryMatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2505
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2506
2506
  });
2507
2507
  },
2508
2508
  /**
@@ -2512,12 +2512,12 @@ const SysApiFp = function (configuration) {
2512
2512
  * @throws {RequiredError}
2513
2513
  */
2514
2514
  monitorCacheGetInfo(options) {
2515
- var _a, _b, _c;
2516
2515
  return __awaiter(this, void 0, void 0, function* () {
2516
+ var _a, _b, _c;
2517
2517
  const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorCacheGetInfo(options);
2518
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2519
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.monitorCacheGetInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2520
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2518
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2519
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.monitorCacheGetInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2520
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2521
2521
  });
2522
2522
  },
2523
2523
  /**
@@ -2534,12 +2534,12 @@ const SysApiFp = function (configuration) {
2534
2534
  * @throws {RequiredError}
2535
2535
  */
2536
2536
  post(appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options) {
2537
- var _a, _b, _c;
2538
2537
  return __awaiter(this, void 0, void 0, function* () {
2538
+ var _a, _b, _c;
2539
2539
  const localVarAxiosArgs = yield localVarAxiosParamCreator.post(appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options);
2540
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2541
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.post']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2542
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2540
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2541
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.post']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2542
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2543
2543
  });
2544
2544
  },
2545
2545
  /**
@@ -2555,12 +2555,12 @@ const SysApiFp = function (configuration) {
2555
2555
  * @throws {RequiredError}
2556
2556
  */
2557
2557
  post1(appid, timestamp, nonce, body, msgSignature, encryptType, signature, options) {
2558
- var _a, _b, _c;
2559
2558
  return __awaiter(this, void 0, void 0, function* () {
2559
+ var _a, _b, _c;
2560
2560
  const localVarAxiosArgs = yield localVarAxiosParamCreator.post1(appid, timestamp, nonce, body, msgSignature, encryptType, signature, options);
2561
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2562
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.post1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2563
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2561
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2562
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.post1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2563
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2564
2564
  });
2565
2565
  },
2566
2566
  /**
@@ -2570,12 +2570,12 @@ const SysApiFp = function (configuration) {
2570
2570
  * @throws {RequiredError}
2571
2571
  */
2572
2572
  remove1(operIds, options) {
2573
- var _a, _b, _c;
2574
2573
  return __awaiter(this, void 0, void 0, function* () {
2574
+ var _a, _b, _c;
2575
2575
  const localVarAxiosArgs = yield localVarAxiosParamCreator.remove1(operIds, options);
2576
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2577
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.remove1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2578
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2576
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2577
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.remove1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2578
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2579
2579
  });
2580
2580
  },
2581
2581
  /**
@@ -2585,12 +2585,12 @@ const SysApiFp = function (configuration) {
2585
2585
  * @throws {RequiredError}
2586
2586
  */
2587
2587
  remove2(infoIds, options) {
2588
- var _a, _b, _c;
2589
2588
  return __awaiter(this, void 0, void 0, function* () {
2589
+ var _a, _b, _c;
2590
2590
  const localVarAxiosArgs = yield localVarAxiosParamCreator.remove2(infoIds, options);
2591
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2592
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.remove2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2593
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2591
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2592
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.remove2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2593
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2594
2594
  });
2595
2595
  },
2596
2596
  /**
@@ -2599,12 +2599,12 @@ const SysApiFp = function (configuration) {
2599
2599
  * @throws {RequiredError}
2600
2600
  */
2601
2601
  resetConfigCache(options) {
2602
- var _a, _b, _c;
2603
2602
  return __awaiter(this, void 0, void 0, function* () {
2603
+ var _a, _b, _c;
2604
2604
  const localVarAxiosArgs = yield localVarAxiosParamCreator.resetConfigCache(options);
2605
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2606
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.resetConfigCache']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2607
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2605
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2606
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.resetConfigCache']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2607
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2608
2608
  });
2609
2609
  },
2610
2610
  /**
@@ -2616,12 +2616,12 @@ const SysApiFp = function (configuration) {
2616
2616
  * @throws {RequiredError}
2617
2617
  */
2618
2618
  send(phone, templateCode, json, options) {
2619
- var _a, _b, _c;
2620
2619
  return __awaiter(this, void 0, void 0, function* () {
2620
+ var _a, _b, _c;
2621
2621
  const localVarAxiosArgs = yield localVarAxiosParamCreator.send(phone, templateCode, json, options);
2622
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2623
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.send']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2624
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2622
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2623
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.send']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2624
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2625
2625
  });
2626
2626
  },
2627
2627
  /**
@@ -2632,12 +2632,12 @@ const SysApiFp = function (configuration) {
2632
2632
  * @throws {RequiredError}
2633
2633
  */
2634
2634
  sendMsgByOpenId(msg, openId, options) {
2635
- var _a, _b, _c;
2636
2635
  return __awaiter(this, void 0, void 0, function* () {
2636
+ var _a, _b, _c;
2637
2637
  const localVarAxiosArgs = yield localVarAxiosParamCreator.sendMsgByOpenId(msg, openId, options);
2638
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2639
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.sendMsgByOpenId']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2640
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2638
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2639
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.sendMsgByOpenId']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2640
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2641
2641
  });
2642
2642
  },
2643
2643
  /**
@@ -2648,12 +2648,12 @@ const SysApiFp = function (configuration) {
2648
2648
  * @throws {RequiredError}
2649
2649
  */
2650
2650
  sendTemplate(msg, desc, options) {
2651
- var _a, _b, _c;
2652
2651
  return __awaiter(this, void 0, void 0, function* () {
2652
+ var _a, _b, _c;
2653
2653
  const localVarAxiosArgs = yield localVarAxiosParamCreator.sendTemplate(msg, desc, options);
2654
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2655
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.sendTemplate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2656
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2654
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2655
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.sendTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2656
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2657
2657
  });
2658
2658
  },
2659
2659
  /**
@@ -2663,12 +2663,12 @@ const SysApiFp = function (configuration) {
2663
2663
  * @throws {RequiredError}
2664
2664
  */
2665
2665
  updateConfig(sysConfig, options) {
2666
- var _a, _b, _c;
2667
2666
  return __awaiter(this, void 0, void 0, function* () {
2667
+ var _a, _b, _c;
2668
2668
  const localVarAxiosArgs = yield localVarAxiosParamCreator.updateConfig(sysConfig, options);
2669
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2670
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.updateConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2671
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2669
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2670
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.updateConfig']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2671
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2672
2672
  });
2673
2673
  },
2674
2674
  /**
@@ -2678,12 +2678,12 @@ const SysApiFp = function (configuration) {
2678
2678
  * @throws {RequiredError}
2679
2679
  */
2680
2680
  updateDictData(sysDictData, options) {
2681
- var _a, _b, _c;
2682
2681
  return __awaiter(this, void 0, void 0, function* () {
2682
+ var _a, _b, _c;
2683
2683
  const localVarAxiosArgs = yield localVarAxiosParamCreator.updateDictData(sysDictData, options);
2684
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2685
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.updateDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2686
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2684
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2685
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.updateDictData']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2686
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2687
2687
  });
2688
2688
  },
2689
2689
  /**
@@ -2693,12 +2693,12 @@ const SysApiFp = function (configuration) {
2693
2693
  * @throws {RequiredError}
2694
2694
  */
2695
2695
  updateDictType(sysDictType, options) {
2696
- var _a, _b, _c;
2697
2696
  return __awaiter(this, void 0, void 0, function* () {
2697
+ var _a, _b, _c;
2698
2698
  const localVarAxiosArgs = yield localVarAxiosParamCreator.updateDictType(sysDictType, options);
2699
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2700
- const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.updateDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2701
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2699
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2700
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.updateDictType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2701
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2702
2702
  });
2703
2703
  },
2704
2704
  };