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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. package/.openapi-generator/FILES +37 -0
  2. package/api.ts +1 -0
  3. package/apis/common-api.ts +286 -0
  4. package/apis/dashboard-api.ts +1878 -0
  5. package/apis/work-order-api.ts +164 -10
  6. package/dist/api.d.ts +1 -0
  7. package/dist/api.js +1 -0
  8. package/dist/apis/common-api.d.ts +149 -0
  9. package/dist/apis/common-api.js +215 -0
  10. package/dist/apis/dashboard-api.d.ts +979 -0
  11. package/dist/apis/dashboard-api.js +1469 -0
  12. package/dist/apis/work-order-api.d.ts +91 -4
  13. package/dist/apis/work-order-api.js +104 -10
  14. package/dist/esm/api.d.ts +1 -0
  15. package/dist/esm/api.js +1 -0
  16. package/dist/esm/apis/common-api.d.ts +149 -0
  17. package/dist/esm/apis/common-api.js +215 -0
  18. package/dist/esm/apis/dashboard-api.d.ts +979 -0
  19. package/dist/esm/apis/dashboard-api.js +1462 -0
  20. package/dist/esm/apis/work-order-api.d.ts +91 -4
  21. package/dist/esm/apis/work-order-api.js +104 -10
  22. package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
  23. package/dist/esm/models/access-appointment-source-enum.js +2 -1
  24. package/dist/esm/models/access-record-details-dto.d.ts +7 -0
  25. package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  26. package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
  27. package/dist/esm/models/dashboard-access-search-dto.d.ts +75 -0
  28. package/dist/esm/models/dashboard-access-search-dto.js +14 -0
  29. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
  30. package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
  31. package/dist/esm/models/dashboard-base-search-dto.d.ts +54 -0
  32. package/dist/esm/models/dashboard-base-search-dto.js +14 -0
  33. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
  34. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +14 -0
  35. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +60 -0
  36. package/dist/esm/models/dashboard-equipment-search-dto.js +14 -0
  37. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
  38. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +14 -0
  39. package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
  40. package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
  41. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
  42. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
  43. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
  44. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.js +14 -0
  45. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +67 -0
  46. package/dist/esm/models/dashboard-surveillance-search-dto.js +14 -0
  47. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
  48. package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
  49. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
  50. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
  51. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
  52. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
  53. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  54. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
  55. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +124 -0
  56. package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
  57. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
  58. package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
  59. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
  60. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
  61. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
  62. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  63. package/dist/esm/models/dept-relation-dto.d.ts +24 -0
  64. package/dist/esm/models/equipment-status-stats-vo.d.ts +31 -0
  65. package/dist/esm/models/equipment-status-stats-vo.js +14 -0
  66. package/dist/esm/models/index.d.ts +36 -0
  67. package/dist/esm/models/index.js +36 -0
  68. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  69. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
  70. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  71. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
  72. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
  73. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +14 -0
  74. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
  75. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +14 -0
  76. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  77. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
  78. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
  79. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
  80. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
  81. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +14 -0
  82. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  83. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
  84. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  85. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
  86. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  87. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
  88. package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
  89. package/dist/esm/models/json-result-list-inspection-point.js +14 -0
  90. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
  91. package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
  92. package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
  93. package/dist/esm/models/json-result-srm-center-entity.js +14 -0
  94. package/dist/esm/models/park-list-dto.d.ts +24 -0
  95. package/dist/esm/models/srm-center-entity.d.ts +61 -0
  96. package/dist/esm/models/srm-center-entity.js +14 -0
  97. package/dist/esm/models/srm-center-vo.d.ts +61 -0
  98. package/dist/esm/models/srm-center-vo.js +14 -0
  99. package/dist/esm/models/srm-level-add-dto.d.ts +55 -0
  100. package/dist/esm/models/srm-level-add-dto.js +14 -0
  101. package/dist/esm/models/work-order-search-dto.d.ts +36 -0
  102. package/dist/models/access-appointment-source-enum.d.ts +1 -0
  103. package/dist/models/access-appointment-source-enum.js +2 -1
  104. package/dist/models/access-record-details-dto.d.ts +7 -0
  105. package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
  106. package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
  107. package/dist/models/dashboard-access-search-dto.d.ts +75 -0
  108. package/dist/models/dashboard-access-search-dto.js +15 -0
  109. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
  110. package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
  111. package/dist/models/dashboard-base-search-dto.d.ts +54 -0
  112. package/dist/models/dashboard-base-search-dto.js +15 -0
  113. package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
  114. package/dist/models/dashboard-equipment-park-group-stats-vo.js +15 -0
  115. package/dist/models/dashboard-equipment-search-dto.d.ts +60 -0
  116. package/dist/models/dashboard-equipment-search-dto.js +15 -0
  117. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
  118. package/dist/models/dashboard-equipment-system-group-stats-vo.js +15 -0
  119. package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
  120. package/dist/models/dashboard-series-stats-base-vo.js +15 -0
  121. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
  122. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
  123. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
  124. package/dist/models/dashboard-surveillance-park-group-stats-vo.js +15 -0
  125. package/dist/models/dashboard-surveillance-search-dto.d.ts +67 -0
  126. package/dist/models/dashboard-surveillance-search-dto.js +15 -0
  127. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
  128. package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
  129. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
  130. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
  131. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
  132. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
  133. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
  134. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
  135. package/dist/models/dashboard-work-order-list-search-dto.d.ts +124 -0
  136. package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
  137. package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
  138. package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
  139. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
  140. package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
  141. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
  142. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  143. package/dist/models/dept-relation-dto.d.ts +24 -0
  144. package/dist/models/equipment-status-stats-vo.d.ts +31 -0
  145. package/dist/models/equipment-status-stats-vo.js +15 -0
  146. package/dist/models/index.d.ts +36 -0
  147. package/dist/models/index.js +36 -0
  148. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
  149. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
  150. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
  151. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
  152. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
  153. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +15 -0
  154. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
  155. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +15 -0
  156. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
  157. package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
  158. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
  159. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
  160. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
  161. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +15 -0
  162. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
  163. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
  164. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
  165. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
  166. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
  167. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
  168. package/dist/models/json-result-list-inspection-point.d.ts +62 -0
  169. package/dist/models/json-result-list-inspection-point.js +15 -0
  170. package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
  171. package/dist/models/json-result-list-srm-center-vo.js +15 -0
  172. package/dist/models/json-result-srm-center-entity.d.ts +62 -0
  173. package/dist/models/json-result-srm-center-entity.js +15 -0
  174. package/dist/models/park-list-dto.d.ts +24 -0
  175. package/dist/models/srm-center-entity.d.ts +61 -0
  176. package/dist/models/srm-center-entity.js +15 -0
  177. package/dist/models/srm-center-vo.d.ts +61 -0
  178. package/dist/models/srm-center-vo.js +15 -0
  179. package/dist/models/srm-level-add-dto.d.ts +55 -0
  180. package/dist/models/srm-level-add-dto.js +15 -0
  181. package/dist/models/work-order-search-dto.d.ts +36 -0
  182. package/models/access-appointment-source-enum.ts +2 -1
  183. package/models/access-record-details-dto.ts +9 -0
  184. package/models/dashboard-access-park-group-stats-vo.ts +102 -0
  185. package/models/dashboard-access-search-dto.ts +89 -0
  186. package/models/dashboard-access-source-group-stats-vo.ts +71 -0
  187. package/models/dashboard-base-search-dto.ts +60 -0
  188. package/models/dashboard-equipment-park-group-stats-vo.ts +51 -0
  189. package/models/dashboard-equipment-search-dto.ts +66 -0
  190. package/models/dashboard-equipment-system-group-stats-vo.ts +57 -0
  191. package/models/dashboard-series-stats-base-vo.ts +36 -0
  192. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +65 -0
  193. package/models/dashboard-surveillance-park-group-stats-vo.ts +102 -0
  194. package/models/dashboard-surveillance-search-dto.ts +75 -0
  195. package/models/dashboard-work-order-by-park-search-dto.ts +99 -0
  196. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +84 -0
  197. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +69 -0
  198. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
  199. package/models/dashboard-work-order-list-search-dto.ts +141 -0
  200. package/models/dashboard-work-order-park-group-stats-vo.ts +108 -0
  201. package/models/dashboard-work-order-type-group-stats-vo.ts +80 -0
  202. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +77 -0
  203. package/models/dept-relation-dto.ts +24 -0
  204. package/models/equipment-status-stats-vo.ts +41 -0
  205. package/models/index.ts +36 -0
  206. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
  207. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
  208. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +72 -0
  209. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +72 -0
  210. package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
  211. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +72 -0
  212. package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +72 -0
  213. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
  214. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
  215. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
  216. package/models/json-result-list-inspection-point.ts +72 -0
  217. package/models/json-result-list-srm-center-vo.ts +72 -0
  218. package/models/json-result-srm-center-entity.ts +72 -0
  219. package/models/park-list-dto.ts +24 -0
  220. package/models/srm-center-entity.ts +71 -0
  221. package/models/srm-center-vo.ts +71 -0
  222. package/models/srm-level-add-dto.ts +65 -0
  223. package/models/work-order-search-dto.ts +36 -0
  224. package/package.json +1 -1
@@ -18,10 +18,12 @@ import type { JsonResultFileDTO } from '../models';
18
18
  import type { JsonResultListAddressRegionEntity } from '../models';
19
19
  import type { JsonResultListCenterListDTO } from '../models';
20
20
  import type { JsonResultListParkListDTO } from '../models';
21
+ import type { JsonResultListSrmCenterVO } from '../models';
21
22
  import type { JsonResultListSysDept } from '../models';
22
23
  import type { JsonResultListSysDeptDropDownBoxListDTO } from '../models';
23
24
  import type { JsonResultParkInfoDTO } from '../models';
24
25
  import type { JsonResultParkSettingsDetailsDTO } from '../models';
26
+ import type { JsonResultSrmCenterEntity } from '../models';
25
27
  import type { JsonResultString } from '../models';
26
28
  import type { JsonResultSysDept } from '../models';
27
29
  import type { JsonResultVoid } from '../models';
@@ -29,6 +31,7 @@ import type { ParkCenterAttributeEnum } from '../models';
29
31
  import type { ParkInfoEditVO } from '../models';
30
32
  import type { ParkPlatFormEnum } from '../models';
31
33
  import type { ParkSettingsVO } from '../models';
34
+ import type { SrmLevelAddDTO } from '../models';
32
35
  import type { SysDept } from '../models';
33
36
  import type { SysDeptDropDownVO } from '../models';
34
37
  import type { SysMenu } from '../models';
@@ -40,6 +43,14 @@ import type { UserBatchImportUploadRequest } from '../models';
40
43
  * @export
41
44
  */
42
45
  export declare const CommonApiAxiosParamCreator: (configuration?: Configuration) => {
46
+ /**
47
+ *
48
+ * @summary 新增srmLevel
49
+ * @param {SrmLevelAddDTO} srmLevelAddDTO
50
+ * @param {*} [options] Override http request option.
51
+ * @throws {RequiredError}
52
+ */
53
+ addSrmLevel: (srmLevelAddDTO: SrmLevelAddDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43
54
  /**
44
55
  *
45
56
  * @param {number} pid
@@ -324,6 +335,23 @@ export declare const CommonApiAxiosParamCreator: (configuration?: Configuration)
324
335
  * @throws {RequiredError}
325
336
  */
326
337
  selectParkList: (centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
338
+ /**
339
+ *
340
+ * @summary 通过权限标识查询用户所有园区
341
+ * @param {string} permission 权限标识
342
+ * @param {*} [options] Override http request option.
343
+ * @throws {RequiredError}
344
+ */
345
+ selectParkListByPermission: (permission: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
346
+ /**
347
+ *
348
+ * @summary 查询srmLevel
349
+ * @param {string} [parentCode] 上级编码
350
+ * @param {number} [level] 要查询的level
351
+ * @param {*} [options] Override http request option.
352
+ * @throws {RequiredError}
353
+ */
354
+ selectSrmLevel: (parentCode?: string, level?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
327
355
  /**
328
356
  *
329
357
  * @param {string} host 目标主机地址
@@ -391,6 +419,14 @@ export declare const CommonApiAxiosParamCreator: (configuration?: Configuration)
391
419
  * @export
392
420
  */
393
421
  export declare const CommonApiFp: (configuration?: Configuration) => {
422
+ /**
423
+ *
424
+ * @summary 新增srmLevel
425
+ * @param {SrmLevelAddDTO} srmLevelAddDTO
426
+ * @param {*} [options] Override http request option.
427
+ * @throws {RequiredError}
428
+ */
429
+ addSrmLevel(srmLevelAddDTO: SrmLevelAddDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultSrmCenterEntity>>;
394
430
  /**
395
431
  *
396
432
  * @param {number} pid
@@ -709,6 +745,23 @@ export declare const CommonApiFp: (configuration?: Configuration) => {
709
745
  * @throws {RequiredError}
710
746
  */
711
747
  selectParkList(centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>>;
748
+ /**
749
+ *
750
+ * @summary 通过权限标识查询用户所有园区
751
+ * @param {string} permission 权限标识
752
+ * @param {*} [options] Override http request option.
753
+ * @throws {RequiredError}
754
+ */
755
+ selectParkListByPermission(permission: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>>;
756
+ /**
757
+ *
758
+ * @summary 查询srmLevel
759
+ * @param {string} [parentCode] 上级编码
760
+ * @param {number} [level] 要查询的level
761
+ * @param {*} [options] Override http request option.
762
+ * @throws {RequiredError}
763
+ */
764
+ selectSrmLevel(parentCode?: string, level?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListSrmCenterVO>>;
712
765
  /**
713
766
  *
714
767
  * @param {string} host 目标主机地址
@@ -784,6 +837,14 @@ export declare const CommonApiFp: (configuration?: Configuration) => {
784
837
  * @export
785
838
  */
786
839
  export declare const CommonApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
840
+ /**
841
+ *
842
+ * @summary 新增srmLevel
843
+ * @param {CommonApiAddSrmLevelRequest} requestParameters Request parameters.
844
+ * @param {*} [options] Override http request option.
845
+ * @throws {RequiredError}
846
+ */
847
+ addSrmLevel(requestParameters: CommonApiAddSrmLevelRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultSrmCenterEntity>;
787
848
  /**
788
849
  *
789
850
  * @param {CommonApiAddressRegionListRequest} requestParameters Request parameters.
@@ -1097,6 +1158,22 @@ export declare const CommonApiFactory: (configuration?: Configuration, basePath?
1097
1158
  * @throws {RequiredError}
1098
1159
  */
1099
1160
  selectParkList(requestParameters?: CommonApiSelectParkListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListParkListDTO>;
1161
+ /**
1162
+ *
1163
+ * @summary 通过权限标识查询用户所有园区
1164
+ * @param {CommonApiSelectParkListByPermissionRequest} requestParameters Request parameters.
1165
+ * @param {*} [options] Override http request option.
1166
+ * @throws {RequiredError}
1167
+ */
1168
+ selectParkListByPermission(requestParameters: CommonApiSelectParkListByPermissionRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListParkListDTO>;
1169
+ /**
1170
+ *
1171
+ * @summary 查询srmLevel
1172
+ * @param {CommonApiSelectSrmLevelRequest} requestParameters Request parameters.
1173
+ * @param {*} [options] Override http request option.
1174
+ * @throws {RequiredError}
1175
+ */
1176
+ selectSrmLevel(requestParameters?: CommonApiSelectSrmLevelRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListSrmCenterVO>;
1100
1177
  /**
1101
1178
  *
1102
1179
  * @param {CommonApiTcpConnectRequest} requestParameters Request parameters.
@@ -1165,6 +1242,19 @@ export declare const CommonApiFactory: (configuration?: Configuration, basePath?
1165
1242
  */
1166
1243
  uploadPrivacy(requestParameters?: CommonApiUploadPrivacyRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
1167
1244
  };
1245
+ /**
1246
+ * Request parameters for addSrmLevel operation in CommonApi.
1247
+ * @export
1248
+ * @interface CommonApiAddSrmLevelRequest
1249
+ */
1250
+ export interface CommonApiAddSrmLevelRequest {
1251
+ /**
1252
+ *
1253
+ * @type {SrmLevelAddDTO}
1254
+ * @memberof CommonApiAddSrmLevel
1255
+ */
1256
+ readonly srmLevelAddDTO: SrmLevelAddDTO;
1257
+ }
1168
1258
  /**
1169
1259
  * Request parameters for addressRegionList operation in CommonApi.
1170
1260
  * @export
@@ -1650,6 +1740,38 @@ export interface CommonApiSelectParkListRequest {
1650
1740
  */
1651
1741
  readonly parkCenterAttribute?: ParkCenterAttributeEnum;
1652
1742
  }
1743
+ /**
1744
+ * Request parameters for selectParkListByPermission operation in CommonApi.
1745
+ * @export
1746
+ * @interface CommonApiSelectParkListByPermissionRequest
1747
+ */
1748
+ export interface CommonApiSelectParkListByPermissionRequest {
1749
+ /**
1750
+ * 权限标识
1751
+ * @type {string}
1752
+ * @memberof CommonApiSelectParkListByPermission
1753
+ */
1754
+ readonly permission: string;
1755
+ }
1756
+ /**
1757
+ * Request parameters for selectSrmLevel operation in CommonApi.
1758
+ * @export
1759
+ * @interface CommonApiSelectSrmLevelRequest
1760
+ */
1761
+ export interface CommonApiSelectSrmLevelRequest {
1762
+ /**
1763
+ * 上级编码
1764
+ * @type {string}
1765
+ * @memberof CommonApiSelectSrmLevel
1766
+ */
1767
+ readonly parentCode?: string;
1768
+ /**
1769
+ * 要查询的level
1770
+ * @type {number}
1771
+ * @memberof CommonApiSelectSrmLevel
1772
+ */
1773
+ readonly level?: number;
1774
+ }
1653
1775
  /**
1654
1776
  * Request parameters for tcpConnect operation in CommonApi.
1655
1777
  * @export
@@ -1773,6 +1895,15 @@ export interface CommonApiUploadPrivacyRequest {
1773
1895
  * @extends {BaseAPI}
1774
1896
  */
1775
1897
  export declare class CommonApi extends BaseAPI {
1898
+ /**
1899
+ *
1900
+ * @summary 新增srmLevel
1901
+ * @param {CommonApiAddSrmLevelRequest} requestParameters Request parameters.
1902
+ * @param {*} [options] Override http request option.
1903
+ * @throws {RequiredError}
1904
+ * @memberof CommonApi
1905
+ */
1906
+ addSrmLevel(requestParameters: CommonApiAddSrmLevelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultSrmCenterEntity, any>>;
1776
1907
  /**
1777
1908
  *
1778
1909
  * @param {CommonApiAddressRegionListRequest} requestParameters Request parameters.
@@ -2124,6 +2255,24 @@ export declare class CommonApi extends BaseAPI {
2124
2255
  * @memberof CommonApi
2125
2256
  */
2126
2257
  selectParkList(requestParameters?: CommonApiSelectParkListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListParkListDTO, any>>;
2258
+ /**
2259
+ *
2260
+ * @summary 通过权限标识查询用户所有园区
2261
+ * @param {CommonApiSelectParkListByPermissionRequest} requestParameters Request parameters.
2262
+ * @param {*} [options] Override http request option.
2263
+ * @throws {RequiredError}
2264
+ * @memberof CommonApi
2265
+ */
2266
+ selectParkListByPermission(requestParameters: CommonApiSelectParkListByPermissionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListParkListDTO, any>>;
2267
+ /**
2268
+ *
2269
+ * @summary 查询srmLevel
2270
+ * @param {CommonApiSelectSrmLevelRequest} requestParameters Request parameters.
2271
+ * @param {*} [options] Override http request option.
2272
+ * @throws {RequiredError}
2273
+ * @memberof CommonApi
2274
+ */
2275
+ selectSrmLevel(requestParameters?: CommonApiSelectSrmLevelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListSrmCenterVO, any>>;
2127
2276
  /**
2128
2277
  *
2129
2278
  * @param {CommonApiTcpConnectRequest} requestParameters Request parameters.
@@ -32,6 +32,39 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
32
32
  */
33
33
  export const CommonApiAxiosParamCreator = function (configuration) {
34
34
  return {
35
+ /**
36
+ *
37
+ * @summary 新增srmLevel
38
+ * @param {SrmLevelAddDTO} srmLevelAddDTO
39
+ * @param {*} [options] Override http request option.
40
+ * @throws {RequiredError}
41
+ */
42
+ addSrmLevel: (srmLevelAddDTO_1, ...args_1) => __awaiter(this, [srmLevelAddDTO_1, ...args_1], void 0, function* (srmLevelAddDTO, options = {}) {
43
+ // verify required parameter 'srmLevelAddDTO' is not null or undefined
44
+ assertParamExists('addSrmLevel', 'srmLevelAddDTO', srmLevelAddDTO);
45
+ const localVarPath = `/srm/level`;
46
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
47
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
48
+ let baseOptions;
49
+ if (configuration) {
50
+ baseOptions = configuration.baseOptions;
51
+ }
52
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
53
+ const localVarHeaderParameter = {};
54
+ const localVarQueryParameter = {};
55
+ // authentication tokenScheme required
56
+ // http bearer authentication required
57
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
58
+ localVarHeaderParameter['Content-Type'] = 'application/json';
59
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
60
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
61
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
62
+ localVarRequestOptions.data = serializeDataIfNeeded(srmLevelAddDTO, localVarRequestOptions, configuration);
63
+ return {
64
+ url: toPathString(localVarUrlObj),
65
+ options: localVarRequestOptions,
66
+ };
67
+ }),
35
68
  /**
36
69
  *
37
70
  * @param {number} pid
@@ -1292,6 +1325,76 @@ export const CommonApiAxiosParamCreator = function (configuration) {
1292
1325
  options: localVarRequestOptions,
1293
1326
  };
1294
1327
  }),
1328
+ /**
1329
+ *
1330
+ * @summary 通过权限标识查询用户所有园区
1331
+ * @param {string} permission 权限标识
1332
+ * @param {*} [options] Override http request option.
1333
+ * @throws {RequiredError}
1334
+ */
1335
+ selectParkListByPermission: (permission_1, ...args_1) => __awaiter(this, [permission_1, ...args_1], void 0, function* (permission, options = {}) {
1336
+ // verify required parameter 'permission' is not null or undefined
1337
+ assertParamExists('selectParkListByPermission', 'permission', permission);
1338
+ const localVarPath = `/system/dept/park/permission`;
1339
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1340
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1341
+ let baseOptions;
1342
+ if (configuration) {
1343
+ baseOptions = configuration.baseOptions;
1344
+ }
1345
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
1346
+ const localVarHeaderParameter = {};
1347
+ const localVarQueryParameter = {};
1348
+ // authentication tokenScheme required
1349
+ // http bearer authentication required
1350
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1351
+ if (permission !== undefined) {
1352
+ localVarQueryParameter['permission'] = permission;
1353
+ }
1354
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1355
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1356
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1357
+ return {
1358
+ url: toPathString(localVarUrlObj),
1359
+ options: localVarRequestOptions,
1360
+ };
1361
+ }),
1362
+ /**
1363
+ *
1364
+ * @summary 查询srmLevel
1365
+ * @param {string} [parentCode] 上级编码
1366
+ * @param {number} [level] 要查询的level
1367
+ * @param {*} [options] Override http request option.
1368
+ * @throws {RequiredError}
1369
+ */
1370
+ selectSrmLevel: (parentCode_1, level_1, ...args_1) => __awaiter(this, [parentCode_1, level_1, ...args_1], void 0, function* (parentCode, level, options = {}) {
1371
+ const localVarPath = `/srm/level`;
1372
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1373
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1374
+ let baseOptions;
1375
+ if (configuration) {
1376
+ baseOptions = configuration.baseOptions;
1377
+ }
1378
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
1379
+ const localVarHeaderParameter = {};
1380
+ const localVarQueryParameter = {};
1381
+ // authentication tokenScheme required
1382
+ // http bearer authentication required
1383
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1384
+ if (parentCode !== undefined) {
1385
+ localVarQueryParameter['parentCode'] = parentCode;
1386
+ }
1387
+ if (level !== undefined) {
1388
+ localVarQueryParameter['level'] = level;
1389
+ }
1390
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1391
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1392
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1393
+ return {
1394
+ url: toPathString(localVarUrlObj),
1395
+ options: localVarRequestOptions,
1396
+ };
1397
+ }),
1295
1398
  /**
1296
1399
  *
1297
1400
  * @param {string} host 目标主机地址
@@ -1576,6 +1679,22 @@ export const CommonApiAxiosParamCreator = function (configuration) {
1576
1679
  export const CommonApiFp = function (configuration) {
1577
1680
  const localVarAxiosParamCreator = CommonApiAxiosParamCreator(configuration);
1578
1681
  return {
1682
+ /**
1683
+ *
1684
+ * @summary 新增srmLevel
1685
+ * @param {SrmLevelAddDTO} srmLevelAddDTO
1686
+ * @param {*} [options] Override http request option.
1687
+ * @throws {RequiredError}
1688
+ */
1689
+ addSrmLevel(srmLevelAddDTO, options) {
1690
+ return __awaiter(this, void 0, void 0, function* () {
1691
+ var _a, _b, _c;
1692
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.addSrmLevel(srmLevelAddDTO, options);
1693
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1694
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.addSrmLevel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1695
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1696
+ });
1697
+ },
1579
1698
  /**
1580
1699
  *
1581
1700
  * @param {number} pid
@@ -2164,6 +2283,39 @@ export const CommonApiFp = function (configuration) {
2164
2283
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2165
2284
  });
2166
2285
  },
2286
+ /**
2287
+ *
2288
+ * @summary 通过权限标识查询用户所有园区
2289
+ * @param {string} permission 权限标识
2290
+ * @param {*} [options] Override http request option.
2291
+ * @throws {RequiredError}
2292
+ */
2293
+ selectParkListByPermission(permission, options) {
2294
+ return __awaiter(this, void 0, void 0, function* () {
2295
+ var _a, _b, _c;
2296
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkListByPermission(permission, options);
2297
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2298
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.selectParkListByPermission']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2299
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2300
+ });
2301
+ },
2302
+ /**
2303
+ *
2304
+ * @summary 查询srmLevel
2305
+ * @param {string} [parentCode] 上级编码
2306
+ * @param {number} [level] 要查询的level
2307
+ * @param {*} [options] Override http request option.
2308
+ * @throws {RequiredError}
2309
+ */
2310
+ selectSrmLevel(parentCode, level, options) {
2311
+ return __awaiter(this, void 0, void 0, function* () {
2312
+ var _a, _b, _c;
2313
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.selectSrmLevel(parentCode, level, options);
2314
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2315
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.selectSrmLevel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2316
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2317
+ });
2318
+ },
2167
2319
  /**
2168
2320
  *
2169
2321
  * @param {string} host 目标主机地址
@@ -2298,6 +2450,16 @@ export const CommonApiFp = function (configuration) {
2298
2450
  export const CommonApiFactory = function (configuration, basePath, axios) {
2299
2451
  const localVarFp = CommonApiFp(configuration);
2300
2452
  return {
2453
+ /**
2454
+ *
2455
+ * @summary 新增srmLevel
2456
+ * @param {CommonApiAddSrmLevelRequest} requestParameters Request parameters.
2457
+ * @param {*} [options] Override http request option.
2458
+ * @throws {RequiredError}
2459
+ */
2460
+ addSrmLevel(requestParameters, options) {
2461
+ return localVarFp.addSrmLevel(requestParameters.srmLevelAddDTO, options).then((request) => request(axios, basePath));
2462
+ },
2301
2463
  /**
2302
2464
  *
2303
2465
  * @param {CommonApiAddressRegionListRequest} requestParameters Request parameters.
@@ -2653,6 +2815,26 @@ export const CommonApiFactory = function (configuration, basePath, axios) {
2653
2815
  selectParkList(requestParameters = {}, options) {
2654
2816
  return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(axios, basePath));
2655
2817
  },
2818
+ /**
2819
+ *
2820
+ * @summary 通过权限标识查询用户所有园区
2821
+ * @param {CommonApiSelectParkListByPermissionRequest} requestParameters Request parameters.
2822
+ * @param {*} [options] Override http request option.
2823
+ * @throws {RequiredError}
2824
+ */
2825
+ selectParkListByPermission(requestParameters, options) {
2826
+ return localVarFp.selectParkListByPermission(requestParameters.permission, options).then((request) => request(axios, basePath));
2827
+ },
2828
+ /**
2829
+ *
2830
+ * @summary 查询srmLevel
2831
+ * @param {CommonApiSelectSrmLevelRequest} requestParameters Request parameters.
2832
+ * @param {*} [options] Override http request option.
2833
+ * @throws {RequiredError}
2834
+ */
2835
+ selectSrmLevel(requestParameters = {}, options) {
2836
+ return localVarFp.selectSrmLevel(requestParameters.parentCode, requestParameters.level, options).then((request) => request(axios, basePath));
2837
+ },
2656
2838
  /**
2657
2839
  *
2658
2840
  * @param {CommonApiTcpConnectRequest} requestParameters Request parameters.
@@ -2737,6 +2919,17 @@ export const CommonApiFactory = function (configuration, basePath, axios) {
2737
2919
  * @extends {BaseAPI}
2738
2920
  */
2739
2921
  export class CommonApi extends BaseAPI {
2922
+ /**
2923
+ *
2924
+ * @summary 新增srmLevel
2925
+ * @param {CommonApiAddSrmLevelRequest} requestParameters Request parameters.
2926
+ * @param {*} [options] Override http request option.
2927
+ * @throws {RequiredError}
2928
+ * @memberof CommonApi
2929
+ */
2930
+ addSrmLevel(requestParameters, options) {
2931
+ return CommonApiFp(this.configuration).addSrmLevel(requestParameters.srmLevelAddDTO, options).then((request) => request(this.axios, this.basePath));
2932
+ }
2740
2933
  /**
2741
2934
  *
2742
2935
  * @param {CommonApiAddressRegionListRequest} requestParameters Request parameters.
@@ -3130,6 +3323,28 @@ export class CommonApi extends BaseAPI {
3130
3323
  selectParkList(requestParameters = {}, options) {
3131
3324
  return CommonApiFp(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(this.axios, this.basePath));
3132
3325
  }
3326
+ /**
3327
+ *
3328
+ * @summary 通过权限标识查询用户所有园区
3329
+ * @param {CommonApiSelectParkListByPermissionRequest} requestParameters Request parameters.
3330
+ * @param {*} [options] Override http request option.
3331
+ * @throws {RequiredError}
3332
+ * @memberof CommonApi
3333
+ */
3334
+ selectParkListByPermission(requestParameters, options) {
3335
+ return CommonApiFp(this.configuration).selectParkListByPermission(requestParameters.permission, options).then((request) => request(this.axios, this.basePath));
3336
+ }
3337
+ /**
3338
+ *
3339
+ * @summary 查询srmLevel
3340
+ * @param {CommonApiSelectSrmLevelRequest} requestParameters Request parameters.
3341
+ * @param {*} [options] Override http request option.
3342
+ * @throws {RequiredError}
3343
+ * @memberof CommonApi
3344
+ */
3345
+ selectSrmLevel(requestParameters = {}, options) {
3346
+ return CommonApiFp(this.configuration).selectSrmLevel(requestParameters.parentCode, requestParameters.level, options).then((request) => request(this.axios, this.basePath));
3347
+ }
3133
3348
  /**
3134
3349
  *
3135
3350
  * @param {CommonApiTcpConnectRequest} requestParameters Request parameters.